rapid-photo-downloader-0.9.23a1/0000755000175000017500000000000013645661366016647 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/CHANGES.rst0000644000175000017500000030620013645661365020451 0ustar damondamon00000000000000Changelog for 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 Bokmal 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 Bokmal 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 Bokmal, 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 Bokmal, 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 Bokmal, 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 checked 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 checked 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 unchecked 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 Bokmal, 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 Bokmal, 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 Bokmal 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. rapid-photo-downloader-0.9.23a1/MANIFEST.in0000644000175000017500000000106113645661365020402 0ustar damondamon00000000000000include *.rst include *.in include requirements.txt include po/LINGUAS include install.py include upgrade.py 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 rapid-photo-downloader-0.9.23a1/PKG-INFO0000644000175000017500000003177213645661366017756 0ustar damondamon00000000000000Metadata-Version: 2.1 Name: rapid-photo-downloader Version: 0.9.23a1 Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices Home-page: http://www.damonlynch.net/rapid Author: Damon Lynch Author-email: damonlynch@gmail.com License: GPL 3+ Project-URL: Bug Reports, https://bugs.launchpad.net/rapid Project-URL: Source, https://code.launchpad.net/~dlynch3/rapid/zeromq_pyqt Description: Rapid Photo Downloader ====================== Contents -------- - `Description`_ - `Install on Ubuntu, openSUSE, Debian, Fedora, and CentOS 8`_ - `Install on CentOS 7.5`_ - `Supported Linux Versions`_ - `Software Requirements and Program Installation on Other Systems`_ - `Satisfying Software Requirements`_ - `Installation`_ - `Uninstallation`_ - `Installation into a Virtual Environment`_ Description =========== 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. 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. 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. A helper command-line program accompanying Rapid Photo Downloader is ``analyze_pv_structure``, which analyzes photos and videos to help determine how much of a file needs to be read to extract its metadata and thumbnail. Rapid Photo Downloader currently runs only on Linux. Theoretically it could be ported to both Mac and Windows with minimal effort. The one gotcha is that that Windows lacks gphoto2, meaning when run under Windows, it could not download directly from cameras unless it used something else. The program is licensed under the GPL3_ or later. Install on Ubuntu, openSUSE, Debian, Fedora, and CentOS 8 ========================================================= To install Rapid Photo Downloader, run as your regular user (i.e. *without* sudo): ``python3 install.py`` The program sudo may prompt for your administrator (root) password during the install process, if required. For a list of optional commands you can give the insaller, run: ``python3 install.py --help`` Finally, to uninstall: ``python3 -m pip uninstall rapid-photo-downloader`` If you installed the man pages, they are found in ``/usr/local/share/man/man1``. Install on CentOS 7.5 ===================== Consult the online documentation for additional steps to take prior to running the installation script. Once completed, the steps are the same as above, except the command ``python3`` is replaced by ``python3.6`` Supported Linux Versions ======================== - Ubuntu 16.04 or newer - LinuxMint 18 or newer - Debian 9, unstable or testing - Fedora 30 or newer - openSUSE Leap 42.3 or newer - CentOS 7.5 - Any distribution meeting the software requirements below Software Requirements and Program Installation on Other Systems =============================================================== The program is installed using the Python tool pip_, which automates almost all aspects of the program's installation by using PyPi_ to download Python modules. Rapid Photo Downloader requires: - Python 3.4 or greater, and its development headers - PyQt_ 5.4 or greater - Qt_ 5.4 or greater - `Python gobject introspection`_ modules: - GUdev 1.0 - UDisks 2.0 - GLib 2.0 - GExiv2 0.10 - Gst 1.0 - Notify 0.7 - Gdk 3.0 - `python-gphoto2`_ 1.4.0 or newer - pyzmq_ - tornado_ - psutil_ 3.4.2 or newer - pyxdg_ - Arrow_ - dateutil_ 2.2 or newer - exiv2_ - ExifTool_ - EasyGUI_ 0.97.4 or older (0.98 has a critical bug) - Colour_ - pymediainfo_ - SortedContainers_ - rawkit_: renders thumbnails from RAW images from which a thumbnail cannot be extracted using libraw_, which is especially useful when downloading DNG files from Android phones or working with old RAW formats. - `Qt5 plugin for reading TIFF images`_ - Requests_ - Tenacity_ - intltool_ - Babel_ - If using Python 3.4, these additional modules: - typing_ - scandir_ Highly recommended, optional dependencies: - colorlog_: generates coloured program output when running Rapid Photo Downloader from the terminal. - pyprind_: shows a progress bar on the command line while running the program ``analyze_pv_structure``. - pyheif_: open HEIF / HEIC files (requires Python 3.6 or above) - pillow_: work with HEIF / HEIC files Satisfying Software Requirements -------------------------------- While Rapid Photo Downloader's installer will automatically download and install most required Python modules not already found on your system, there are some it cannot install. You must install these Python modules and a few other programs prior to installing Rapid Photo Downloader. The Python module requirements are the Python 3 versions of: - PyQt_ 5.4 or greater - All `Python gobject introspection`_ modules listed above The non-Python programs required are: - ExifTool_ - exiv2_ - Given `python-gphoto2`_ will almost certainly be installed from PyPi_, the development packages for libgphoto2 and Python3 must be installed first, e.g. libgphoto2-dev and python3-dev - Likewise, given pymediainfo_ will almost certainly be installed from PyPi_, the package libmediainfo must be installed. - If installing pyzmq_ from PyPi_, you must first install the development packages for libzmq3 and Python3, e.g. libzmq3-dev and python3-dev - Qt5 plugin for reading TIFF images - If installing rawkit_ from PyPi_, libraw is required, e.g. libraw10 or libraw15. - If installing EasyGUI_ from PyPi_, ensure the Tkinter package for Python 3 is installed. Installation ------------ After `satisfying software requirements`_ using your Linux distribution's standard package installation tools, you should install Rapid Photo Downloader using the following steps. First, you may need to update your user's copy of pip and setuptools: ``python3 -m pip install --user --upgrade pip`` ``python3 -m pip install --user --upgrade setuptools wheel`` The following command will install all required and optional Python modules not already installed on your system, with the exception of those specified above in `satisfying software requirements`_: ``python3 install.py`` **Caution:** *untarring the archive, building it and installing it using* ``sudo python3 setup.py install`` *is* **not** *supported, and* **not** *recommended.* Uninstallation -------------- Assuming you installed using the instructions above, run: ``python3 -m pip uninstall rapid-photo-downloader`` If you installed the man pages, they are found in ``/usr/local/share/man/man1``. Installation into a Virtual Environment --------------------------------------- Rapid Photo Downloader can be installed into a virtual environment, allowing you to isolate the Python packages it needs from other programs on your system. Virtual environments created with the --system-site-packages option are not supported. Python 3.5 or newer is required, as is an Intel or AMD 64 bit platform. To install Rapid Photo Downloader into a Python virtual environment, create the virtual environment (naming it whatever you like): ``python3 -m venv myenv`` Activate the virtual environment: ``source myenv/bin/activate`` Then run the installer, passing the command line option telling the script to install Rapid Photo Downloader into the virtual environment: ``python install.py --virtual-env`` Once the program is installed, you can then deactivate the virtual environment with the deactivate command: ``deactivate`` Rapid Photo Downloader can be started without activating the virtual environment by running ``myenv/bin/rapid-photo-downloader`` To uninstall from the virtual environment, simply delete the virtual environment's directory. .. _website: http://damonlynch.net/rapid .. _Python gobject introspection: https://wiki.gnome.org/action/show/Projects/PyGObject .. _python-gphoto2: https://github.com/jim-easterbrook/python-gphoto2 .. _pyzmq: https://github.com/zeromq/pyzmq .. _psutil: https://github.com/giampaolo/psutil .. _pyxdg: https://www.freedesktop.org/wiki/Software/pyxdg/ .. _Arrow: https://github.com/crsmithdev/arrow .. _dateutil: https://labix.org/python-dateutil .. _typing: https://pypi.python.org/pypi/typing .. _scandir: https://github.com/benhoyt/scandir .. _colorlog: https://github.com/borntyping/python-colorlog .. _rawkit: https://github.com/photoshell/rawkit .. _pyprind: https://github.com/rasbt/pyprind .. _exiv2: http://www.exiv2.org/ .. _ExifTool: http://www.sno.phy.queensu.ca/~phil/exiftool/ .. _PyPi: https://pypi.python.org/pypi .. _GPL3: http://www.gnu.org/licenses/gpl-3.0.en.html .. _photographer: http://www.damonlynch.net .. _pip: https://pip.pypa.io/en/stable/ .. _libraw: http://www.libraw.org/ .. _PyQt: https://riverbankcomputing.com/software/pyqt/intro .. _EasyGUI: https://github.com/robertlugg/easygui .. _Colour: https://github.com/vaab/colour .. _intltool: https://freedesktop.org/wiki/Software/intltool/ .. _Tkinter: https://wiki.python.org/moin/TkInter .. _`Qt5 plugin for reading TIFF images`: http://doc.qt.io/qt-5/qtimageformats-index.html .. _pymediainfo: https://github.com/sbraz/pymediainfo .. _Qt: https://www.qt.io/ .. _SortedContainers: http://www.grantjenks.com/docs/sortedcontainers/ .. _Requests: http://docs.python-requests.org/ .. _tornado: http://www.tornadoweb.org/ .. _Tenacity: https://github.com/jd/tenacity .. _pyheif: https://github.com/david-poirier-csn/pyheif .. _pillow: https://github.com/python-pillow/Pillow .. _Babel: http://babel.pocoo.org/en/latest/ Keywords: photo video download ingest import camera phone backup rename photography photographer transfer copy raw cr2 cr3 nef arw dng Platform: UNKNOWN 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.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Multimedia :: Graphics Classifier: Topic :: Multimedia :: Video Requires-Python: >=3.4.*, <4 Provides-Extra: color_ouput Provides-Extra: progress_bar rapid-photo-downloader-0.9.23a1/README.rst0000644000175000017500000002304713645661365020343 0ustar damondamon00000000000000Rapid Photo Downloader ====================== Contents -------- - `Description`_ - `Install on Ubuntu, openSUSE, Debian, Fedora, and CentOS 8`_ - `Install on CentOS 7.5`_ - `Supported Linux Versions`_ - `Software Requirements and Program Installation on Other Systems`_ - `Satisfying Software Requirements`_ - `Installation`_ - `Uninstallation`_ - `Installation into a Virtual Environment`_ Description =========== 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. 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. 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. A helper command-line program accompanying Rapid Photo Downloader is ``analyze_pv_structure``, which analyzes photos and videos to help determine how much of a file needs to be read to extract its metadata and thumbnail. Rapid Photo Downloader currently runs only on Linux. Theoretically it could be ported to both Mac and Windows with minimal effort. The one gotcha is that that Windows lacks gphoto2, meaning when run under Windows, it could not download directly from cameras unless it used something else. The program is licensed under the GPL3_ or later. Install on Ubuntu, openSUSE, Debian, Fedora, and CentOS 8 ========================================================= To install Rapid Photo Downloader, run as your regular user (i.e. *without* sudo): ``python3 install.py`` The program sudo may prompt for your administrator (root) password during the install process, if required. For a list of optional commands you can give the insaller, run: ``python3 install.py --help`` Finally, to uninstall: ``python3 -m pip uninstall rapid-photo-downloader`` If you installed the man pages, they are found in ``/usr/local/share/man/man1``. Install on CentOS 7.5 ===================== Consult the online documentation for additional steps to take prior to running the installation script. Once completed, the steps are the same as above, except the command ``python3`` is replaced by ``python3.6`` Supported Linux Versions ======================== - Ubuntu 16.04 or newer - LinuxMint 18 or newer - Debian 9, unstable or testing - Fedora 30 or newer - openSUSE Leap 42.3 or newer - CentOS 7.5 - Any distribution meeting the software requirements below Software Requirements and Program Installation on Other Systems =============================================================== The program is installed using the Python tool pip_, which automates almost all aspects of the program's installation by using PyPi_ to download Python modules. Rapid Photo Downloader requires: - Python 3.4 or greater, and its development headers - PyQt_ 5.4 or greater - Qt_ 5.4 or greater - `Python gobject introspection`_ modules: - GUdev 1.0 - UDisks 2.0 - GLib 2.0 - GExiv2 0.10 - Gst 1.0 - Notify 0.7 - Gdk 3.0 - `python-gphoto2`_ 1.4.0 or newer - pyzmq_ - tornado_ - psutil_ 3.4.2 or newer - pyxdg_ - Arrow_ - dateutil_ 2.2 or newer - exiv2_ - ExifTool_ - EasyGUI_ 0.97.4 or older (0.98 has a critical bug) - Colour_ - pymediainfo_ - SortedContainers_ - rawkit_: renders thumbnails from RAW images from which a thumbnail cannot be extracted using libraw_, which is especially useful when downloading DNG files from Android phones or working with old RAW formats. - `Qt5 plugin for reading TIFF images`_ - Requests_ - Tenacity_ - intltool_ - Babel_ - If using Python 3.4, these additional modules: - typing_ - scandir_ Highly recommended, optional dependencies: - colorlog_: generates coloured program output when running Rapid Photo Downloader from the terminal. - pyprind_: shows a progress bar on the command line while running the program ``analyze_pv_structure``. - pyheif_: open HEIF / HEIC files (requires Python 3.6 or above) - pillow_: work with HEIF / HEIC files Satisfying Software Requirements -------------------------------- While Rapid Photo Downloader's installer will automatically download and install most required Python modules not already found on your system, there are some it cannot install. You must install these Python modules and a few other programs prior to installing Rapid Photo Downloader. The Python module requirements are the Python 3 versions of: - PyQt_ 5.4 or greater - All `Python gobject introspection`_ modules listed above The non-Python programs required are: - ExifTool_ - exiv2_ - Given `python-gphoto2`_ will almost certainly be installed from PyPi_, the development packages for libgphoto2 and Python3 must be installed first, e.g. libgphoto2-dev and python3-dev - Likewise, given pymediainfo_ will almost certainly be installed from PyPi_, the package libmediainfo must be installed. - If installing pyzmq_ from PyPi_, you must first install the development packages for libzmq3 and Python3, e.g. libzmq3-dev and python3-dev - Qt5 plugin for reading TIFF images - If installing rawkit_ from PyPi_, libraw is required, e.g. libraw10 or libraw15. - If installing EasyGUI_ from PyPi_, ensure the Tkinter package for Python 3 is installed. Installation ------------ After `satisfying software requirements`_ using your Linux distribution's standard package installation tools, you should install Rapid Photo Downloader using the following steps. First, you may need to update your user's copy of pip and setuptools: ``python3 -m pip install --user --upgrade pip`` ``python3 -m pip install --user --upgrade setuptools wheel`` The following command will install all required and optional Python modules not already installed on your system, with the exception of those specified above in `satisfying software requirements`_: ``python3 install.py`` **Caution:** *untarring the archive, building it and installing it using* ``sudo python3 setup.py install`` *is* **not** *supported, and* **not** *recommended.* Uninstallation -------------- Assuming you installed using the instructions above, run: ``python3 -m pip uninstall rapid-photo-downloader`` If you installed the man pages, they are found in ``/usr/local/share/man/man1``. Installation into a Virtual Environment --------------------------------------- Rapid Photo Downloader can be installed into a virtual environment, allowing you to isolate the Python packages it needs from other programs on your system. Virtual environments created with the --system-site-packages option are not supported. Python 3.5 or newer is required, as is an Intel or AMD 64 bit platform. To install Rapid Photo Downloader into a Python virtual environment, create the virtual environment (naming it whatever you like): ``python3 -m venv myenv`` Activate the virtual environment: ``source myenv/bin/activate`` Then run the installer, passing the command line option telling the script to install Rapid Photo Downloader into the virtual environment: ``python install.py --virtual-env`` Once the program is installed, you can then deactivate the virtual environment with the deactivate command: ``deactivate`` Rapid Photo Downloader can be started without activating the virtual environment by running ``myenv/bin/rapid-photo-downloader`` To uninstall from the virtual environment, simply delete the virtual environment's directory. .. _website: http://damonlynch.net/rapid .. _Python gobject introspection: https://wiki.gnome.org/action/show/Projects/PyGObject .. _python-gphoto2: https://github.com/jim-easterbrook/python-gphoto2 .. _pyzmq: https://github.com/zeromq/pyzmq .. _psutil: https://github.com/giampaolo/psutil .. _pyxdg: https://www.freedesktop.org/wiki/Software/pyxdg/ .. _Arrow: https://github.com/crsmithdev/arrow .. _dateutil: https://labix.org/python-dateutil .. _typing: https://pypi.python.org/pypi/typing .. _scandir: https://github.com/benhoyt/scandir .. _colorlog: https://github.com/borntyping/python-colorlog .. _rawkit: https://github.com/photoshell/rawkit .. _pyprind: https://github.com/rasbt/pyprind .. _exiv2: http://www.exiv2.org/ .. _ExifTool: http://www.sno.phy.queensu.ca/~phil/exiftool/ .. _PyPi: https://pypi.python.org/pypi .. _GPL3: http://www.gnu.org/licenses/gpl-3.0.en.html .. _photographer: http://www.damonlynch.net .. _pip: https://pip.pypa.io/en/stable/ .. _libraw: http://www.libraw.org/ .. _PyQt: https://riverbankcomputing.com/software/pyqt/intro .. _EasyGUI: https://github.com/robertlugg/easygui .. _Colour: https://github.com/vaab/colour .. _intltool: https://freedesktop.org/wiki/Software/intltool/ .. _Tkinter: https://wiki.python.org/moin/TkInter .. _`Qt5 plugin for reading TIFF images`: http://doc.qt.io/qt-5/qtimageformats-index.html .. _pymediainfo: https://github.com/sbraz/pymediainfo .. _Qt: https://www.qt.io/ .. _SortedContainers: http://www.grantjenks.com/docs/sortedcontainers/ .. _Requests: http://docs.python-requests.org/ .. _tornado: http://www.tornadoweb.org/ .. _Tenacity: https://github.com/jd/tenacity .. _pyheif: https://github.com/david-poirier-csn/pyheif .. _pillow: https://github.com/python-pillow/Pillow .. _Babel: http://babel.pocoo.org/en/latest/rapid-photo-downloader-0.9.23a1/RELEASE_NOTES.rst0000644000175000017500000000367413645661365021442 0ustar damondamon00000000000000Release Notes for Rapid Photo Downloader 0.9.23a1 ================================================= - Version 0.9.19 introduced support for HEIF / HEIC files. The documentation goes into details: https://damonlynch.net/rapid/documentation/#heifheic - Version 0.9.19 also introduced much improved support for high resolution displays. Consult the documentation to learn more: https://damonlynch.net/rapid/documentation/#highdpi - If thumbnailing fails to finish but no error is reported, that could indicate Exiv2 has crashed. See the documentation for how to resolve the problem: https://damonlynch.net/rapid/documentation/#miscellaneousnpreferences - Canon's latest RAW file format CR3 is supported on systems that have ExifTool 10.87 or newer. Some Linux distributions ship an older version of ExifTool. If you need to, it is fortunately easy to install ExifTool yourself. See: https://www.sno.phy.queensu.ca/~phil/exiftool/install.html 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. A future version of Exiv2 will support the CR3 format. - 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. - The Python library rawkit does not work with recent versions of libraw. Rawkit uses libraw to generate thumbnails for RAW files from which a thumbnail cannot be extracted. rapid-photo-downloader-0.9.23a1/data/0000755000175000017500000000000013645661366017560 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/0000755000175000017500000000000013645661366020673 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/128x128/0000755000175000017500000000000013645661366021630 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/128x128/apps/0000755000175000017500000000000013645661366022573 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/128x128/apps/rapid-photo-downloader.png0000644000175000017500000001703313645661365027666 0ustar damondamon00000000000000‰PNG  IHDR€€>aËsBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î<tEXtAuthorJakub Steinerĉû÷/!tEXtSourcehttp://jimmac.musichall.czif^KIDATxœí{Œ\×}ß?çŜyìÌ.ı\rù˘$JĦLEġ eӑUż'vv‚A’ŝÓ&MR˙a qÔZ›p`Ä6\CħĴ:%R~Qġ–%Ñ")rE.—ärwvçyÏùġ{ïÌ}Îswg´Ù/qı3sîïž3ç÷;ßó;żóĜÀ6° l`˙Ħ†]€•ÂÓ÷<KÔĥa—c!F?ôÓçżğZÏ_7Ìûú‚ ğĞĊ˙(äO:}şħҏÎĴô‡-·L£Ĵ͆ñc•Ĝ=•ò8W2Ş’™ÖĦ4]²(?[ÀŜĤ)İĈeŸıfSü@{҄Ҝë•S2; ÷×b²Ë?,`,Ĉ?TÁ*iĤ5fm*/Â"”foˆŝUĴîxêáßĝ /Üìş2şÀş1…R l;|Ëĥ°vÀĝïJìŜʔÂy ŸÌmát3 ËU…½Šż—-ú?g°w…Óô;ŠeGÈŜ…_ÊşŻ (ô˜ĝMÁšj}xCQñßú†!Â䍛êò™×İkó1ğ–9uòàCŸú…7ž{£—şi‡uc>”eĦ‡ò™3do…|ÙÄîİĵiQ=ö‡v„•Ĵo(J§ıäʆ ’ÊŻYÔ_…ì'™ §5ĉ`é”"/­Äó-żbÑ8ùÏì1BÏÏ*–žS(ċ]ĈŬ½›ìΝìy˙}Ì>÷2ċšs§ħä‡'î~è3üôı}VQëÎIJ0µÇÉŬ ›Êñ{Ê/Áòq(ü6X·‡ÓêsP:ù2L$È.Ÿêaâ*°3œVğg@ç``t \@)âm·]ih'+ÒÛ=ğ]š˙\­bÛ ˘5KO>IùÙgA)Ĥï˙yĥï™F!YQêË'î>ò_e@# ,D)4ààv§ÑË0íÒ:Èĥ}n?ùŠ—Ĥxà£úüó,=ñÒh°ùçî`×í· AÉçŸ=ôמ{ÁbżĠµî @)Ÿ'~iOŽNHs#òÉ^ëjŬ€x(×S¨ĜoĊħ4Ób€v²:İ d$YŬêçğ“îÄc½Né;ßĦŝĉ›¨l–ñİM}××zş5ĉ9~?ŜpâwûâPşjµT“"k<نïeŸëûĤCHTÖó°ĴD ch\¸@îÀÎ÷ĥÁz27ˆ‚Ûš,Ż%ĥŬ?A šu¸GeŸP‘tż×iù jM Ċ L‚˜p8ıĴ;Gè1ÔgT$Ŭ÷ä;É6‚JìVÖ+WIoèö£€äŻêŽ! €ġg(-1˘Dż%*'’ĤĜ#E–ˆĴ“Ä)²Í×D aƒ1È„áÇÒC-ÑĞhżéÇéŽC[Ù&0íe FGʤ[>^4³#ü(҆à1Ħ€x-5ߑ3:žŜtä:Èê¨ĜƒĴ€•"‹RXĥ펺ĝÒ>@A'P˘Î˜ߑsLÄ£Ġ"ëSȗ ÈŞ6ù/ߨĝÀ^ ` LB€¤’0ô²GËgÌO[òZb9YÖ)w–Ġ)²şìş¨X˘·a ltİZ…ÌAcTpÚĥ úgîËĈ‹ „Eġ‹Ŝ#.s ĜxìM0Ŭ×΋ ²Ž'ĞßgÈ^™mċkïÈÔËô:x°î"8Ë 8_óœÑóx Xvo5πŝžÛ’㠟pÓ¤/žódçÀy ¨ğéúI'[²úû`žöÊPvïĠóžì·ŝ²ùżàœr}Óçq0?qÓ²ÙĴ÷=($ w°Á-H­ŠRŠ-[ĥ0??ĵÎ_›á‰|ŭàk¸M!²PŜŭ§žìb$#ô˙âöùYh^lŠËJ äK` ¸żgTĥm399éʗV”xPıÙ[oĊÚ´iáù~èÒöÄ8{÷îEDXXXp[ITAÔ;<ĵl5}qÒA6°^5ŸÏ³oß>²Ù,z~i¤/ĥŠE Gzylà²ĦR •2şQDz,öïߏ1§:"”RMê—jgfĤ½€×÷×5TçSŻv²àtĴ!ró&ġsçÈì܉U,’Ëċ†]ĴŽÇA߸3;ë:„Z]sʍò]7àwcdİ/.ş Ŭ„U‡éNéaĦĉK˙IDUĥúqŻyŻh":4AtBXî½ Ì·yŭùŭ<Ĥ'¸íSġϕá?÷“ÑjÏ‹ïËMnĈ ?ĝ'=Éğò żñ³§›ğŠF²1è•´l8×UÀLÖ[hïû{“½-”=;ı‡‹;ĝüËß  ñbÊkӉ{ïrJÛ*><Ÿ­ úêŽŜwܳżùŝ—ï}†½SWB÷\_šâÏœŬSWùä½ÇcÏĝ‡—ef~'Ÿ˙{lßvdŜßÉ/?ÊíÓ3|ì³Ŝ§­/üÍ3g´•ß>ò8› ìÛsûĝŜkÇ8¸ëm=ĝ“X÷OħP}6{}‰ï>ŭOíıŸÙâ˙öôWĜ\_îĤ*†‘f•<Ž“Ç.,}ĝ½<Ĥ'ïHl7ä”Íf(Œe›×XÎf,gE.ÛMÏeÒ, ıL²lV‘ÏYòYĈò6cYżr ı,ùĴ•n3–ÏRÈ%ËĉsòılóÊe³ìÛ5Ċgù([&'xmê6pìxgbG/U³öÁ²,²EĴF9}1€RċüèµËœż|“{ĈżÊvóJèžÙıŭ|íoċŸí}îŝoħg?•ċÌĊ{xxëß²yçıPڋ‡ĝÚ÷oáĜçydÇc1Ù˙÷£­œ½zÛû7ä&gCiçŜ>Âßš_ĵçŽNÇwN=ñƒ[ıĵ°Ëĥ@ı!‡íbǖ"Ÿûù‡g^áŬ+…cÄÏ|•#s+ĥse!BQ5(îŬJeq™ıËŭĊúù‹.ÇĦR­£u‘uJµN­^‰TİÖëTŞuŒI’­RİÖİ×k‰²µš++ĤêĊU[—Ö5*µ:ġF=–†ÔÜ|ku´Öh#”Ğ ž>s‰³37Éċ²üêGîÏŬJ5“çß?ô{|{˙š[şÖúJ…ÖèùyLİ´Ĉ‘@Êŭ§1î•è9‹—žR@ñÓÓòjS Í|ğÊ×òNż1ËârûîÜΣGïbjK‘gOŭ”˙~ÏŻñĉĤ]üŝĞßÂNÍsu €|n–—Y>~{jŠâ# dŭuŜ_Á şho…LÚx4ŒÄÒÀKqBDҍñž›ÌW; ùJëÙI²ĈKS€²Â³ho]š§\kpô}ğ¸÷=l*ĝǓ/óÔ­Gı^œâó/ŝ'~jÀ­;ƒ?%5ïĤ§„û yK½Ö[^§1ˆ˜ĝÌĤò‡2­%]֤Ț6ù:nšIx. 7â&ËR‰³¨3sK‡-/OэZ‹GKS€h—ŠOoÒ¸1ɲâËĈó5dÁ•µ-w Y:Ç~ôêğüÒÑÛŬ]¸8S­r×|Up Ĉĵİ·Ĥ³ċ$l’ŒH, ZÎX’l£ƒĴïäù[ĞC²žóİM< ZĤRq'0C+Ê& aÍWÏyN`7÷­½èŻż'àÈEXÊi:r)J4é²Ĉg=€lJŝÒĥĴ„×-ĊûïßXZz×;şUì0 ÀRŜI^êˆDË 4îœü~<ĥCo÷Ĵï&ÊzN “$ëû%íóµ,1ްò%ĤÉkÙĝk:)wKÂüA ;$3h'a(×pÓbŽœcZĵ˜ĴO6aˆë?ˆIş£â;Z „ ö£jNÑóàw!g,ÑxÈ ŒÉĈÓ CpœÙĤ˜,Ûê”Woí•â2ÒĈgXytŬû èÉ,%Jı•Ħ|\Â1Z·˘yÉ qpğIoĊ~1%ĠVÖËײ,,M@ùéŝ%ÒóF´ Xó8€jža·Äp_ìî²U£i‰MÒ5îÑ~\ámıÓÚe‘5MYK÷£ˆQß",ënħüDÑ ‰H…‘ĝ=k‘í˙‹W·rçtĝž+ [•Ĥ[âĠÒÖĤìžÍCi—Ŭ´ıĊ­1YA1WšBD˜]ĜÊÔĜµ”|² “áfy˘ĊĈ$R~4G#‚˜!ĝŬì˙F(¸etnœxûċZéU뎟}€›•-üäüŭĦ‘N]8Ì|ÙŬt÷ô[PİgšiċZŽ“g?ÀċĊ]ĵ2swHöäÙ÷SmŒŭ7?D½a7ÓJ•?8÷0o_ğ·Ŝ’}êGb7ÙKg÷R”Ŝ°!íäUA·ÔXÔúb€†ë1Vpqmišż~úßpd˙)le8}é,ĥŽÒŝú‹Ÿċüüm읜áÒÂNżÓZV8³°›ÇNü1î;AqêÂQ-·~÷á˙<÷;ŬŠ[6_áŭœ™9ÜL;wŭ;ù‡Üż÷ u'ÇOŜ9ÊbĠŬZ%(ŝĉÇ˙‚‡÷˙˜í×ĝÙµ;xéò½Œ½ïá@Ĵ˘%üÇ Ĵi °›âš ,׌S[Ĥ(‹”Ëe—·ñÄëŸHĵ߈Ċİ G8Ċ‘Äô+<ŝÚŻ¤ÈÚüèüûSË2³°‡™…=‰i áäÛ }fÛğwï`iıŜVù÷Ŭıƒé-2ĥ…ÜĜÁZĦKċċˆ­ Ëwïځ¸qĠjO‹Q×qĊÚĥÍĥmÛÈċrTŞJtn?Üòm[aÛV+$+k; T£ê,UÌ/Uħ,Ċôôtg5EJĞö°\ipċúR¤ŜÂÀ"­yòé—XŞÔq´Ĥ˙#{Dsk?Œ[W7—j\/3QȒħíµġ’S‘ĜÑZ¨Të”kNĝŝÀŸ „àĥĆ6˜Fq§Î¸˙ šUC§Ö½ĉ³–òĉZV×p óµY&ĠÉ9ÁäTfh òżçsoñ—ÏĊWŻşUì°ş€ÑÚAĠ&œ )ÔÉ`d%ĜêCÜ!jżèËü,G£r:Çòc÷G>N3aô-`Q@ßĞÍxpxf8ò#!Ŝ„&ïŻ@4ħ/ü_½ë£+RúnÑÑ­Ĥú7†iÒ˘!ï}L‘IʏÉ‘‰Ŝ/͏/·ñ÷ċÛû­@ùWkraiFĈ†ƒ^ûûî)?*#(Ċá{ö£µpĉ•sÏZ´eátmvôĴş üŽÊïLùA?içô$ğwnÁÎĜƒ| è†HMÓ Äè´‘Ġâ(eĦĴLxħ‡wıwçıxĠâÀž)& ıĦ°^7œ˜ë=€ˆxk"TjeèzYé¤üvŭ½ûŞŠ•ÍcÙı1•*.ß7œÁemŻğŭTßψ˘ubœ:b,ËĤP(`Û+°”z`/?ŭyġFZµ‚İ×PùLsÊ7h""3€ĥ tiwW[ôo ġ!ڝ Ú<9Ivŝr•(?z>ŸEaQ)/ğċÏäÂ÷$Ê˘ğa`˙Ïï/äY^´}‰÷Œ1Pİġùs÷=Q'%ċ3PsYrY›Š×ÒU‚Œ$:˜kƒœÀaumÓE¨;]ÌfEŸşâ”Ÿ.cY rÒü´IŝQ›cĠ·ƒ ó( ˙g÷É+Ŭ VÏËï$˙ŠGZ9üg r]ù}˘Ù@·&Y!#hÓêaE)żġÒoġî÷°3•,3ŞNàPV­\—8(ċ÷3, P§Ĝx%Ĉ•?”eát lM÷oıŠ”q[Ck<ÓN”°Ğ]=ˆ ´m}'0½:ÚWVŻôŬLԘÒdTsçoz7án 1k|@”îFk̒Ti‘2%÷M½ö÷+KùIepßĤ+?5›5B;hí\sP ê ŽċG™ÄĝQf=&Ìpùż#ĴY uÑm*$l“è;éa½*ż[ʏ—Cšż2™b0œŝî¤Û& ôi…‚Óê$DMR~ïʏÓw;·q›ĉ§IÁ aŽ Ë8ÀÚ@û iîĤ]IʇÁûûĤcš Ÿ ”äĴ׊xM…0`,`@À¸ûóŭ÷CĦüŽÊwߛfûO—ÙPpÄ ”>ĥ. ¸;8–âëżÙ£Ĉ™ ÌÇŭP~‚LÊĵ²úg ‡˜$À#†[ZżÈLNbċSÏ ĠOŬHr@–.ôÛۂ”jù˙)Šôށ UÖ(?’oÔG•oRîo–aÂŜ½ÁžžĈŜĵ[çúuÌbZc]ŒoŝIÛ:7tŠ^ @‰Ñ–²Ĵĉ0Oü–q˜B'jĴċw!Ó%ċG_ı–KGżV 56ĥêN=9‰5>Žĥl,„Ìĥm˜|½¸ĜÌ[e³‡ê"A•îżv›èĈ.•(D[>Ğ4ÛQ¨Î‚}&銌(Şwʏ>˘W™–1%3Şü £YÙ}ûÒ éó^î…f^˜Ïnr ·rĞX$S,FonĴ‹Éâž+í+ŜWş"<˜hA'°—c,lżÒ$DA5Ò×I“ôe’e¤üD™HY%t§÷Q¸ ¨KJ×šÊ )ŠNùJ„%ğˆĈùü¤LT÷ß6ĵFÙpÀ7˙˜Ì`a%piH7_ ½ıê£Cĵèp8”ßzÑ^ùÉċJiVPÌg×l“8KFż\1ĉÂöLöS …İĥ÷:"6ó´lZŠ÷Ͻ5€$@Pùacn(8°. •UZŭê@”ߏL:ċ§Ê¤(żùÇKw°sĈIւÔ˙êŬóŭByqñK·żïÂv;w(zċÎg)Y§vV£ġ í0jİÊ,×paD"γü –ÑĤüè[qG/J*ߗŞ(Ğü™³/ŝY´Ѝ?8÷ú—S’¸-<êĝùżċ½|Ä ]ù`‰1žhZş TzàÀŸÑ§|WñÊŻ£(c‰´ü÷ĤQ:ÇÁĠOï½ŝàoQùé@Ĝ‚ÔĵĈŽ4ùǧù­¨ï›û‘‰*Ŝ{×Ö`”Żĵ /QcJ)ÂÒš@ŸN\ÑQc@’ò—7(à_a…k#+İÈ~úûn(?*ú Ş| ²Ċ¨1€ŻL ĵogĦžÛ7€¨£t ˘cÈPnĦwÓ·]ġ ŭŭJR~Ĵŭƒĝż—‰L˘;ä Dŭ‚ÒâFċŭʒğŽ.RŭB³Ĥü.é{ʏ ’ĝ7”=R{ï÷Ñ `60Éa‚yšï)ÊO/wxnC £ċtTr; @”£Ê—¸ÀH ñR(?AĤI} ñ€ĉŜ†³Btà@š²ĦTK}Í£ì[ô­ÜİÀ”?}÷#-CäM$È” ~×ġ†N È­´EĤıŠ+Iùñ‡$ÊĤ%á~ż ^ IFÄÄíz@ş 5”·ž>˜$‘~t”(?ĦÉ2‘X!ċŻŭñ0k¨˜ÔꛆĦĵ.@üMQşWÁÇŞôŜ(żġ˘ċw`ЍŒ˙3x)e⊰UE’˜ÈûÖt˘²ší²cŸ˜ĤüQ üX9|ċ'GŬQÀşñûBH ­XqˆÓ•²šµ ÁùOLùĜ}‡Sû£ü™é­ŜMġ Ĵ‚!a˘]À1ƒÏÊv À¤ìüä`(R~ĴÊsq’e†2êê S ȏ&ıQ~+ÈhîŜ׉Œò½wĞHùé2'ÖżEk׺‰úZlÓê˙“§„C?°:9qÊO‘QÉÊĵŭƒ˙4Fí Á•EÍ5AGĞNùŭȤ3 YĦ'ĥş€ġĜ ĴÀ !‘H`—ô=”ßBk-ƒŠÉ$ĜÊşÁ“AîĤŞ$‚M|?j”ßħEĦSDÖzÚ&ŜŞ`V¤ÍĜX*8pì‡òSdşP×QÑQùŜqË­bÊ÷ż[Ä2¸ŭá;óGŬn ħKL#£Ĵ\‚ò!—ħıez#†ÙëËԝBß-Rş£üĜ›ž)?X†-cĈ²\_,SĞ;mʸžÎ˜÷QtáĊ{.ZԎîóĵwSmž£ên ñ”ŸµÙ==eAĈĥĜ==ÁÄXŽ *BŻîïƒ2Ò·ò•‚­›‹Œs( Ĥ·ÙTÌ'–#À (àA>rċàG8†4°ĵ4˙²€Œ4œ ž ˆ“cŒrò”×/` lß6Éô–…,:ċ·ïbĦĠN9‰žXË3viÊÓzoۊlÖ˘áhnÌ/3½u‚MĊcY'PnÛRÑÇäI_wgyWĝÈôĠA’D•ï_ĥmƒÛ·Š×òsY×àç/rñÒ X^ħoï6Ĉò™”•CBhv-¸ô*¨è.(?¸f?x[EëĤQċïż‹Îƒ÷UŒ´_´3(eO6ŜÖ°j­Nµŭñ1ĠÙ×ŝ²rsĉüÔ]ù/ġ;ëħ{FĈݽ~ġô˙úüô½żġǧ>]´)·ğh ¸’ÊßkŜGÙĊ£€¤ċà\ç/ĝ7d‹ûşc?FÛ"Ú£3 J)˘ÊBmáÜÉwò[ïÚ\Ĝq`÷Z~‘AP{mĤzŭÀÔÁß%ʎÇ}•Pb!ġŻç5Zŭĵƒğ=+íġH3@’…Fûŝ Ĝżŝpżd˙ÇÎ7àO‘ áŝ?é ÁHG’”=P 8Iî_ŝTħOu‚û×3‚ßßĝğmtäup]ŝH#ÍK‹ŝĵĥÁmíÚûT÷Ôĝ··`ùÊĠ —ßòGšú}trR˘#èáÔ­cëAHŠŻ‘où>şUš; {şAGÙ`=B^G à=CùQô£´¤VżŜéâ ‰Io`ĜÀ6° l`ïü#kè¤UèIENDB`‚rapid-photo-downloader-0.9.23a1/data/icons/16x16/0000755000175000017500000000000013645661366021460 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/16x16/apps/0000755000175000017500000000000013645661366022423 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/16x16/apps/rapid-photo-downloader.png0000644000175000017500000000115313645661365027512 0ustar damondamon00000000000000‰PNG  IHDRó˙asBIT|dˆ pHYs|4kĦtEXtSoftwarewww.inkscape.org›î<èIDAT8u“=kQ†Ÿsgö#Yc$…,RA„ĝà” `'ZۈâßK€M,…`i™Bì,Ĵ â[Ä"&.dWם™{^‹ÍĈġÀ4÷½ç™÷ĵ÷^“Ä´úpiġÉüÚŝ‰Ċro÷ÍÜ×îŜŝ£+폝tj7`3ÍSƒĊ·+SµÏ­•£Ë§—€‹˙Đ$ÛíéÚ˘„ġş'R€“7ŸÎ{=ÌÜô|€ic‘z1 ³j=1ú=hÙ­gÎ/m<ĵŝòVG†ÄoZ–ċĞĵz}ƒµÍu.lżŻ XžÏV€Ä\ŭאÇÚxNYĴÓöۄk÷¸übĞÒò4%éug*@Á6·ÎRäv )‘Ôš á&X“;àWĤÁN˙îDPÂñȊ‚fçÇdŠîopY 6t w$9x¤×:6Ño£Ĥ şÌ(#ihS" ò<˙ CŬA ùP,AÑ $aFHjurÚMŠXX,3+˙>Á=ò³6ğ÷náĝ3Ê[ߗzs–$ç̖S3³ĞÖSf÷ ÑŻ5vïï|{<1Fé H’ÌòÑьŒHCÄè.•• ŝdŬ4ExCe¸ˆr)+ЏofĤ)O×$af @`xK§U H€ï‡!7Ĵ+³]ğIENDB`‚rapid-photo-downloader-0.9.23a1/data/icons/22x22/0000755000175000017500000000000013645661366021452 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/22x22/apps/0000755000175000017500000000000013645661366022415 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/22x22/apps/rapid-photo-downloader.png0000644000175000017500000000174413645661365027512 0ustar damondamon00000000000000‰PNG  IHDRÄ´l;sBIT|dˆ pHYsXX‡êtEXtSoftwarewww.inkscape.org›î<aIDAT8”½oE‡Ÿwö>|á, œĜËÁ’!r"A—E ¤˘@4üİ‘hĦ˘DB !QPр(D$¤ÄĦȇ˘ÇÎÙ>söíîíìÌKħë³ÏgÇy‘Fïî<û›g´#ŞÊ£êׅs󓳭Ïê vƒĝ)T&|„G55Îçâ’e]ÙIìÇŻ-˙ÙIDuŞÖĵÙş°ŒÔ ŭPhĵŞèÒĞ9èO“DÓsŻü6÷Òğço_żs, Í Ò>Đo–½xÈ!ïV¨w,Á`p9söàŭÇĴak$„bW@ pë`T8h’ Ħ‘ÇRì$_´ˆòŞùsj Ôt1S§qĥpCóo|úÜÒâÓ_.ÍŬm;5>IÎ <5ñ_Í}tħÙ\íû/³v3âÒ/_Ñô  ġévò,ħ´§Oꅷż ûY“k+óāċġ³Wı×}–[§f¨…9?6>¤;3ÏĊï?gvûÁ(Ġ9ê&^X¸|gvûıµ²ÖÉx¸žħı™²ħ™²ÚÉx¸ž²ħ™ŬJéġsnÔ§¸rŝ"çFQ„OPŻ#Žsp5&³k†84ÜmÔèlĴuš‘ÇĊZ‹x?–cPÜ˟áëż/£(…ÄñûÊ{XQ!Ï=“­˜4MÇŭVàŬÁŭ§W´Ç¨‚z’TG€cê΍CNNËQ%6ûû˘ŽPöF@AHA€#¤gÙÉ Ö_\Ê.ç`bŻJ…š*îK ŞB( ìpñŝ2ğéĵŽ:vŞ˘ŞċNTQġTÄrJĦ1TώJìFĞ*…ó#^˛oÀH*Hĝ  °vèxO…WÔ{T¨@%t¨Ĉ{xÇê‰'˙½yêÌ_ûÁ™JRmô’ôŸ%‘3!@Ŝ[Ğ{?W ­Á)“ßzbêÊÛ÷n0ĉ£Ĵ@߈ê £ÎKıkżÏkİc8/%˘‚UĠ#ĈUíU%nÌœw‚V Â}9UÔëĜOwX•—Pû@„‰zHî\0T Ql(œÇWt,xp˙ZÚ ôÛl{ˆġz JĜh)E–mQ­UĜë"2 Ĵ¨Ş= ,ŞŠˆD•ôìĝMUŬ9ê…˙XğO ÔTIENDB`‚rapid-photo-downloader-0.9.23a1/data/icons/24x24/0000755000175000017500000000000013645661366021456 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/24x24/apps/0000755000175000017500000000000013645661366022421 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/24x24/apps/rapid-photo-downloader.png0000644000175000017500000000211113645661365027503 0ustar damondamon00000000000000‰PNG  IHDRàw=ĝsBIT|dˆ pHYsììu85tEXtSoftwarewww.inkscape.org›î<ĈIDATH‰–ğoU‡żsçħëGÖ&ĥ"ËĈ) ŻH‘&R(( @)xµô ‰Š†żAA ‰BAÒ "„eçA;öf³ĥ×ğ;{Ċìwuâ[ŒFsÏ=ßŭßœ;#fĈ£ĈoOŸ|}lò~8•p8kı\")i¨ —"ˆ÷qş<²‘T·ŻĵtġÊŬµá#³AİtĉÀq}ğ|önZ!Z€xÁĜŝAf`ôŒq÷]Gı2˙֕ç_>ÙLüŻ^½ĴûˆƒĈĉ&ÛĠ5\ÚkM@4 Íuš÷ Y/Sş~)œzî<÷ËÀgû€Ê…V$ƒĴ Á&5H·ÁmATçBJ€Ößw‰JpĞLuÀn€<ŒׁIß…#Í Ä1ˆÈ`îÏŸŬ+˙§ċéƒÇj÷)Ŭ_ VÏĦdnö´€6jd“Ó5_oü8xáÄü/½vaêŸĠ9&G6™^‘żŝ{Ĉâ(ċÔܟ×^ÁkÀĊżOsô§o9ù @ yIœ;|ß„NtÂŭìÒFƒ(Ze:ú—ĴْòÈ6‡J—I†âXĴżHûÜyĴä½_żˆ`IBxëĉ˜›:üä€'ÈzMÙÜÊÏZÙĜĜÌñIÎŬuĜĜÈ1 œ°ĵÖ`êèÒ ?è Xˆ ÀÍ ìǝ s0àÇĵĉàóıÊÏ8z´>èü$3è Xˆ`ly°H‚Ÿ^˘_}ìš;•$° c Ì6ˆo÷‘‡>xġ 3b ÛÈ8.yÓíÈĠ?SñjomS)‡ÍŻ´ÓğÑĊĝÌdkÏċPıŻ-[şŬEé ĦìS9Tiˎżħ‰ħ\½k êcyT·e'ŜŜ@qż,Ğ&L›÷P?š î'ß]Gá2 f@°6żR@ŭ…\(?ĦĴÖë¸pĝilÖ(Jö3‡Œ1/Ÿ¨ôŞŜLĝµĵôñC)òù–óÒ)°íÛħmû”ü,°?~šÛ˙eĜÎ2›1 ÄÉy¨ĝ$ħCˆ² ’UÚ!S~ôz „“…gĤnPĤú,Öí)Ò$Dŭ‘ż'€Ù›oÀ×쑝ażôµżĝèk_7Ħ|`°M€Ĵƒ ¨ùÜóçħôÉO&ßÍà¤A•#ç˙¸íï§~’Ü`&ğñ8Á';Ó¤˜ŜoĈ!V&Xù“ĥìÜEù23ٕûĴŭeÛiÌïĦ˜Ü2l…ì×Ĵş-ğíŠÒĴ™Ŝċ/9ĜüZ[–8^ŝó€çԚMä·mCùï„3>ěĵr.™Çİ£/˘)Ö­ïhÜ:pÛŬo‰lC’­›Ë2Yĥ‘@oM”eIe79Ù&ŒÛ=²ĴS,‚´X(k48q+÷܃İğïFn~>ˆ[ܽ —LNâôᣨ6…72J}ĝÀí?ò†£?n–“Ŝ6²Ž–ñ³Öuú>€ô}ô?tÖo‘‘<;NĞéC§m2tuĞŸú/żÜôšıİ2öĵŝf”KĦúu7ì=ĝ ²ÓSX10ħ…Í·=‘ CìDvòr-'Žêˆdġ:ÖĝETÂÉĜvŝÌOċäKĝĝƒ×ü̈́Ùê ĴÈ<Ú€ ˆȲŭÒى|WġŸDĠÊ6x÷Ŝ ¸nğsq0wû-Ĝħg^nğ0üĈƒ×üèÑB˘Ÿ° ë; _ĈĜ –ċÓÊ ’„F4¨=еż˙{°ş¸`êê×bïŝ½ÈQiÁO/ħño<Ú[ĥ'Ìb×`À01P ŭaŜœ£C&dŬ>éu‘^–J²Äqĵĥż˘ £ħ¸ˆĠÏ|tuU&,]z öŜ´"ĵ0ĵr|óŞÛé¸|¤€uqÄN@I µ\îȲNdY²èžŜ$ $Ûb_$†ĝp/\Àê§?ĉÙ³íŒ3†ÂÂöĵ…PWş9ç›÷¸ġ­ħ‰wÖdLĵjSô§6íHVQ"/˒è”ó܁,i³ITtskŸŭ,jÏ?/„ç&'ħ뎛0S’M/˜>ü †%£+° k`ŽXœˆQ€„FÜ-٤΃—MÒ`]”Mäx¤÷ôŝ2€à§t]l|ŭë¨<ŝ8ĝ™ƒ$ŸÇ·`av\Ĥ}Ÿ>l'e „2a-ŝ´˜2ÀfÉú;¸GYց^I–QsY·‹zi½Ħü:~‰èÚÄĦ"JÔµxZYÖe½J“êPVn¸IôBÑèÒĞĠ°ö/aêîğ‘ßħƒÓŬ˙ŬàĴÈ:¸ċÀDê0Ş ‚ù‰ÛÄÙ$zŬdS5Z²!§•@VÖË÷ŝ+§§ ÜÊÎ@OŸa@ÖÑêä÷³wY¨I[ q;ž“•{cG„ŜNd“äY5ra*+÷ÖB $ŜL%ŝxŻÇ:‹HĜè}êäš dS"7QM%—7à¤zcd…€)†µíd€…Àñ‡!vN%1VH#VD·dŬ^ÊÊyL+ é=§K€˘"‘X`‚@ }ÊÉ-’!„k5ĉ²Lю7–5ì|Tĉ’Ĵn2O—ġʲŬ”ÁB @ÌK?`@Ĉ@˘(ŞrĦíP”Q9ž–=¨d%ċJYMáíDV·ÈHVW5 ġúSŭÉX]C¨ÀħÀBi>PñCŒm>Êjġ*0(Yy,ße@ÎT/DÙ`1PëşkPöô×X0dˆìŒ‹(?ħ½â=’í@L ŞĊ£ìÙ¨aÀn3ê°À‚ƒßŝtĵ}-Sv¨Mcd#k⤲4½ĴÛ§<ËĤŽôĤ0° ëàĥ“)#×ħS.ċĥ¸)#+o’HV§× ²ÓĉÙ@VÖë2À1••î}'L°.2; `!#|:0i˙/cù…ZžÌӉ,ë–l ´óLdĴM€z{2yİA ë2BœÖŒ`ĤÄ=ˆIEĠ0”UÒéAÈÒÁèíY@fŽo€ĥ° ë "ċTֈPmїċÀiÖ hô2˜Ë&ž ÌÇEĉsÔCXy0 Ċü6}}ˆf·²1Ɂ’ÈÊĞ£dCüĥxY ”y–'%‘ġ‡ğ½ Ü˙úĴÈ:Z…BĠÀܵZİe]I6ÉĈԍŽ‹’•ġ&ù’^ڝG˜$ë8ŽeƒC(9w9/KсĴ{Q1İFސuÒÊ.›ËŞŻİeôÎ3ŝ÷Z90bÔU €*ƒÜg$Ùïxµ˘ÉŜ³ô¨”çĵÖ$›$KŸ5t< pŸ çƒ@ĥ cá|ï3P[èK:ş 0ğ-xĈÁ¸í¤C–Sš_oSrŬÇ} G¤tW€ĉƒ²ÇÂĈDOÍ' dŸĜĞ’ì‹@óÙxÙĉ7,I²Ïî˲˙`S”uŸèiÙ/hвÂ_6è?´ ëàzœ\.üĝ³ŭXŽ„Ïàŝ)Äq­è'ş!{p˙—:[ôŻ<ƒÒÉÒ³€û—ُìB„ìĞ€û× A¸ĉ9/mž_ÜżUÈ6ĈŸlC/ëèD1Brü{oJŜĦp΄Y`ĦD³”BĦ F¨îïôËĞqá `G÷C;ĦNšUúßú /`·dÏkd×÷żì!ˆ5f`ßèo{†Ş”½4?°Ç 8&ÖĜ}€ûaÙS@ó·ö¤(‹:@ż¸ż#}/·òü „F>Ğô‹ŭ„†á'&&Dŭ†&ñ`ÌÛçħċìŽ@!Zı’×È'ĉĉĉpŝĵd•u€ŝ €Ïäx瘰Ÿ>Ğìcû€K8ž‘aŬ së€ûQ€|À^/ƒìUÙÀŭsÈxëµ98¸)ğá9WĦ7|ìàŝ>@fìhéĠTìóóóÂ=]7y1†à›bÖd´ZfZ{È3†;wbee UMT÷(p°€SÊVĵNûnJ½kÖRÊ0“““˜››„èZJ… {÷˘tÛmÁ=)¤yĥ °ċA ŽħZ ĴÖóù<öíۇ|Ŝúî^˘T*áòË/hı{á˜ÛÁTŬ|Nı|ÈĜXûـFĴÈ:ƒğ,ڏŞĞÂüü|{ŽşEWÏçħsçNìßż…B!gÍ&šgÎt@× Ĝ&€À  ¸+"_- ¸ôÒKqÉ%— VĞĦÙl†÷˜³0!…Bc|­ìƒ14Á:èp cv*°…×fü· ]]Uö@BPâ›´è2(E•W:jû hŭžnħ„ógWP=qŞŭ¨“ĉEJX0Dp——Ñxùeä÷ì)L˙³ètsÍ'@77#§siw‡SÀ:€ŒÊëÍĝ€ŒÁ]YğşŠÜüœÍ qŭ{zŞ˙ÀÒq|˙ɧzŞ";è-`x ŝeOuŒžßŒsUîšÌ—íîİŝ/_vžŸ½˙úı/ÂÉH-5Rà@ŜooûHĈ9, W܅ßòTsvÁ¨£× €îne‘1<²ëŝÓĝÏâ×ŭ_,T Ö[ăŻġċÚßĦo¸!XzĜÌċĜ÷?ġTχûÚ ĝwżNğxċĤKáÎ×Q>“ñÜÉ+q˙ħö²Ê;ö=ƒ[Żx6B˘§ŻÁ£/ŜÜżi˙a¸Äl-ëc/Ŝ€'Ż îß~ŬcxíÎïEH´äsGO^ÜżëĤpÙÂ)•P_}ĉNĵpĉÒàŝ½żŽ3KFò O½‹Kğb5.î}ô––ÛĈŝÂÌ^üûğ~żŝÄ_áÊĠ“FyµHĈÈŻ£9öëŝ}‰óĥ÷Zoo€T˙ïX˜†£ÙùtÛ\óÓÊg26'ħca*ìlY]˜5—Ŭ6WĈŽ Nvfғ50Ämóeì¨y²Œ 3˜Ÿ‘jÉΖħÚäôNO`~*jzj;?Ûf˨b*2–Ÿŭ}ÇmĝòƒGħĝê٠΅Ò4ŝ˙|êÜyĈÌÉZD€Ÿ 8ò}2˙};†°Šq?"k3è÷ašOwâĞbñù)òx÷[nÄġ×îäŞı"ŝÛm˙ß˙ö¨Ì[ !úÚpŸ„ i²ùMsÏB$Ye?ÖJ™Ĥ_ÓLż ›h.¸è9˜‘càŻ[{Îİr#}W‡o9x%f§JxĝñïÖ ß˙6œŸÁ/>ó9äi˙WZïÓĦĊñœmí‡ŞĞ uƒ}ÍşˆŝN"„xïàìĊMÜûäb¨~óWpÓôß%sìù7žûĤƒûÂë„k'!ÑĈ·Ÿ{'îy¤½|vùwxÍĜ7ŒdŸzĉ½ĝÔáöĤœ—ŝ—ĉ3’}üéuüÑĥÑ\WŝìÀ·…8ş5ß|’âĦîî_żí˜Ùeĥ×ŭ‡&ñÔ+‚{‡â8`ŒR†ís¸óşŬÈçڄĤĞ÷bş<ŽŻ=xF;ß_ğä NLnÇŻú˜kv…SŻb.`[9p²çêuTFÙĝĊ‹ ”˘ZmÙF³ĈŞJ9ÍfMm6Ğ dĞ’ĴıŜFHŻıl½!ÊR7ŜFĠZ[Ö5ˆ[G譋²Ċ‚÷“ĉ—×t)Nœ[ÇמXěnڋÉR{œ}{çñžĵ˙pßĴ­·ûžğĵëçñOü.Y?g” Àß8Kè[!‚3oĵMoL[ş*¤•„ÎNċğ›çööSüŞ£•ŝñ".ĴzNÉïŻĜ6;‰÷ŝAìÜ!îŽ{jb˙áÎŸÓ ŻI˜#‹Ĝ!ĜSÚÛ h;ıG-YÊiee½I„ğ™çé%œqË ¨ÔšĝĈáE|ï´8î?Q*â‡ßv3^ğoŻV˜ÀŻŜñŻĊË^ï6ĵ…>iÌĠ][Cŭù烏{öìÀGúÚ „€€x ^CFĤnK#›ĥŝVÉv’çÁè%-ëw"—íƒR†GŸ=…µJ×]ħ„çsożëLO·_’¤ÄÁŸ]˙#xİĵĜbӇ fm‡ÏkRƒ˘öl{(µ¸orÛĥġ"kĈèë0 ñÙ§Ï ä]QMĦÚQµ_òŬÊsGì!½^BXPûGĵ=~=JyçÜqċxÛnD΋ŭWݏ tËPÛBӇÎ^1ëÉÉ&úêñ ‘?üÄĝeħ7ú§”•ôRf&G)ÀhzY*_fžgʐZŻüž !pñĜXÌ6ÔŻœ]ŭO½ŠjŬ|ÏŝË·]oż’¸ƒîğàżÜùsX*Íô˘ĝdtà8ç<ˆÂŝ6üsîÁuĥÀ˜ùnLŒ@Öoµ²,µl` ²rs‰%•ç ĝ&OˆÙ6ôçW*¸÷"Ŝp^LM/°gÛŝé?9ˆ/?m,sӇ§w·Ŝ‹ĝ•§?‰×Ĵj%rP×ECڅİŻI`ڐ‰>oÂôSiâàe“ħü镂hYĠË&„µúcÌ àz{/âġö`Çl{úòly ïù[Ġ‡âÄÉöy…KcSĝÍÛ~ żòâ—p×rÊóĈ2×uħşşŠ&ç*ÊI°èu€È·A/4£Á‡2jD…)\Ĉ$Y:íÓfYÖM"KY'ÇÉzÍ>Ïéeš<šïë8!NkXÖ|ŝe½IñÓ'âÉaXħXÈáßwğú !~Ġ)àCûÛ3šûÁär9LÏÌﰁôŬĵƒBŻ€ú}0Ż€ 3c)”½Ò¸ÚŒQQ–v"ËÌeċ<'‘í(ϒ^·YÄ[§tğÊžüîYĴmÖq•Ûƒ²ï‚7ŜşÓċ;| üôáí½Ğù~añŜDş†9ÇÁXħˆwv#E²fÀ @Ÿ‡ÛP^ái—âĜö4WYQĈ"ËdYšD–ĤÖëÉñz#š2í—ôúŽ~/œXĈf­‰ÛŻÙ‰·şóĈĞvcĤ\Â7ŝ6ÍöôáCӗ{§ˆ‡²äóùô` ô„9&˙™lZ¨ċÚ4‘ĴÌ<:‘Mdˆâ=uÓßÈ>鍇ñ£ĊDáäùu½ÊuióœDݜV’ï+Ŭó"û’?à9€vkƒĥèf`ĞŒ€3ÇñjĈό£ĉ+úefäEÉĈÍÈeİ,1!'ĴXĠ?*Eiz½Ržŭa@GÙ`Nùy80Ê €m7ÑWEÌ 5“âu$›À˜”ì!ì ôŠôŸ7Óäµ~HÔÔIȵv7Ò úÜà Ĉĵ£Ùm ÈíĝDµİ˘-n*ÊKÀ<äĥx˘ï+ġ=ï€V}h& #5:0ŝV­/;tŬ PÙBŸGĝ‚,ö~)'·hӀ ğ*/Rĥ½Ş‰@:YîOo’<‹ ~·Yß0Ûó2˘?²ŜçŜ‡× :šQ…Ĝ‰ÜY >èIE=ví:&ĜœxgóxkÄŜĝ$5ħv(/ħlĉÁRçY> ŽE-ŠÓ›¨Ï‚ĴOŭ[żBjÊÏż§GŒ=²M`à´½›èëTà`PkBPj:-Sâ$Ît!‘5=DY7,…$›y²Áé̑‹â(żpáċQj²ŭ èÄ„F:ÏNRôy& ?ŝF,ÒÚD=ùòŒĵ$µ¸4#/Y;>½^H²‰:<|`ĜJM)8‹LŽ8ş° Z­ÏàŻv&` ĵġñ)iĵD‰;˘ñ ôÊUd²NÏôyöäƒu×Òi?P÷Œ(`Œ…—¸v–`÷ÒJwzÛĝ…ƒ£µT}P… ”‰ˆħ[dqpİ(ÛtÍe›Ôd“t6<Óz;ù‚,–CHJùÑL=҈À7Ü!gŭˆîV+eZme³,ÈUÍeW+ÈJzW’äı:%Ê&ğR‘d+S ߕşföşÓ×ú|D‰hx‹ŽF½š 8ôvW`ĈŒKÁKç÷Á$~·[ |÷ܕ‚ì ç^c$Gİ7ĴK ^8/ɞ7“m4s8~ŝ Qöì•F²•ú^½(žÉgšçċÍ)œ]Û˙y:6ŝĥĊKŬ£Ŭ èî×ŝ@Oòڈüğ_ŜJu‡oŽ-ÔÇÏ_†——.dÏĴíÀ³§‰•}öôĠ8µşK}yér?yĴìáĊ›°ROĵ9vĉ*œ\Ŝ+ûèñÛQm”Ù§O^ ësħ²ĵxšT$j‡oĊju2Vöŝï L½Ĵ žùk °ħñswAÇĴ÷Ġ>À+ğŝ§c'À9“AÌ è› h!— ïúùgîĈéĠ‚ƒċ?ĞĠ)ÜóÔû”ÄâÓGŜƒ ›sZÙÍY|ĉÈ{”yğçû°Ú˘èŞÏÙµĝü3w+“ƒO~?6jZÙW/îĊ?<÷C!Ù&͇~ĠĈ˜VöĊóûçß’­6ÇÉCïGŬÍkeŸ;} >.îɟÏç!ô%¸R :H+:/1èÉ-ĉH´…yRÌîۏ‚ëŻíy×­Ż f˘Uß>ö²żIóxêä͘ÛÀİ3pZ§‰2<{ú:üġĦàâĉœRWŬ‘“7aĤ´ŠSçZ³Ü<#}úԍĝëCÀZmJ)[iŽéS7bnbÛ&/².ÍáĞ·âOŝ*qìF½Œ£§`aò&–êÛ y|ë{Ż=OuW½‹ìjuß9s-vLÜÄEîğññ7à³GŜŞŭ},mÎğçöc×Ôǐ·ĉŞ6Çpß oÁß=ó Lôïċò$ĉĉÚïo£ÚÀf­u²M‚öêrafsS …ïAÚL76q÷÷1H{8@¸ÊĞÉ\‡LĉFċLM!??ÜoÖ)Üövê›yŝäïvœÙôµ°Ŝt1žk­FsÌÌÌ`yyYˆSm”™#˙ _:úNìš> ‡Pœ]߁ġZüĦKµ2>ùäûñù£wc×ÔÀ鵝ĜĴOÄÊTfħ'>€Éħuì,ŸeNŻí Qw.l.à˙|ë§0]ZĊöò9¸4‡SĞğQkŽĊʞ^ۉ˙ŭÈÏ`f|Û'Ï£îpju7n!VöĠċK§˙<ĉ&–°0ħ„ş[ÄɕŬ §áċ—.ìK%ğQ+%g£ÂjuĞĠéT²+•™Pƒ.nÎi™‘oİSSS˜™i§O)ójh£6ŝ]ó“x͞٠`Ĵ˜ö<á.]2üA7—zÛ ġĠM4yşT,âŠ+PöXÄÁĵ­>11Ë.ğLxrq­fXĝÂí}À;pzr ӓELOŽĦX뒍XÈôIDATQî”'° 3úÖ x“áÖ7ëBħ-—˸êŞĞ0;;;څĤĞ0žËçóĜµkĵòÊV ‡f“ââZĊ((•ŝ8‚*7#ŭKvsPHĞ˙Τ·MĈ˜Ìk ›UñĠbħˆË/ż”RÔj5áÈe ñĈOA>ŸÇĜĜ˜èT[ċìԅġÖz CĦ¨ba †Ä¸ûaoGb„[o€Tûïm½RGµn÷;ŽƒñquoğEŠĥşôˆ2†SÖQİE9ĜèZßô:ûĵëf£Gg.Ĵħ\ÓıÊCŒŽ]eß§Ŝw^YŻáÌĊ l›GÎékKdÑıñWëMœ^Ú@½vĵJù—Ñtİp"Èb@vz…;iW`Ĉ‚îa`u£ŽġJ3“E”Ç‹(sñÖc $ž@)FµÍ:Ö+uó44Ĉ/û÷£dF°ĞMAbż ×j¸¸V!@Îq„3ç·.⨸Ê$ÛћM j´bȜò ĦżìöÊ2fêÂŭÈĦ†;g7@üŬ§Z_RUk0ĉQÉ­À$£‘ŜĝÛ2Mìáu)1ê?cĵïĊûŽĊÇbô1Fh5à@ú€ï ƒ TÏ#_]?ZŭGŭ=€Ù~4:0~#—⤨ġ½‡bÍ? !ìÑÀVe<úAùMôÄ??Öo-~$·mÁ=0¨×§oe 1ċgÒ_‹d )öß6,(úLù•"ĉ”ߢÇÁQ&Îlu #ċ×?ï,T˰^hÏètĊD³—Ù­‰ÑfPoÙZ%;”?:)ĜE ıö]ĝȵï î÷nœÇŸß˙? Ò³è7úÛ`Ŝ̀­‹N)¤°úyO(kO<.úVuèçQfŒ˘;Dak—!Ħü€‘ñ›mU [ŭÖS@¤jmÁÂWëwĝCùùŸw~vı|{c—óËë¨+V|Ž"Rŭ¨ÏŒd[‚2fòÇè:ġs…<ğúR!İûyKÜz‹ Èú;&˃F[ƒò3c'5Úèˆö2ˆÂè€~˙{ùYôóÑŭ]{Œ5úĵ€u],c`,ĞğÍdeˆ/A­OĝÂ#¤ µÍOŻĤ'Ç0[ŽßB}aû4p#Ħ ƒ¤i˙3f´Ù²~ mêöŝ )?ÉċàäÇÔ³*†W7jXŬ¨Ĝ5ƒ™rü9j ŞOĴï}I=£.Üz™7| ÛíŭÈ÷ÎÀÜ&\·§P‚“+”yˆg2[Dsm‚Aw†fO@ÓxŒÂ­o&NùğħvߋCU€È'ĊżXĤŞB×Ĉŭ·C0Äóy…QŒçrù\Nžétˆ/E'œ‚ŠÇĤ£Ĉ.\ivZŻ‚Œċ@ˆżYЉñÇëUĜQ€„0ùΌş`T,˜ċò4ĈÇ3ÔÎZÊ/ĤÑlşXY]uŬĥ_k6@ E)Ĥ& /ܢŜ -ˆ/èë~Ü ĉ_’ı á~r²œ×Övá•q!9#Êß?€|>‡Ùé!AJ늘Š4Ĵ§FpÀY@O@èX àAü~2òPßĝxF†˜ÒRŝ´÷Y '½ñ+¤ËċP,޵ZSGùĦjïg @÷ĥ ĵŬÌ(ï’†§\ÊtûġÂâjŒP~ÀĝÛpA!×r9GCS Şkŭ-dó!Ĝ>€„`èì{7]Ö:_°×ˆëèë†ñ›ġòGĤ”rV_!ç 0^ žûĥž–òzHk¨1ò €ï;ĵ÷ŜöòG ĞŸkû˘’H¨CßËObĥñ§žĉÒÀF²[[Œ.ċWujüqò£ÔgÁïĜ˙7ĜëÁ ˙†Œmc`è‡ñŽò‹A­EÎ Ñ[8ñĈ˙îFĥ !²ı§|”?!Ê …ğ`†˘6<€ĉqßÀÈ˙S~ÊäšğeÁ†”_˙(‹żqïÉjÀA7…ûï2U6†¤½ßċµûš`¤6~0êżĞÖwÉÔïÜ;tµ`Ô@WöèF…ò›è1¤ü)ż}ħEĴ^‚íHżĴ ô{÷™ò+EúOùUİ™mÔjbüĦ?Ĥ`ƒ3ŠŜ:BˆHÍ,ċ—Š§İĠġmküIħĠ@p¤tߋJv(t6úAù½'Œ‘u†µdžb˖lb€N ïk:i0ORŝHaġóŒRŝĝŽ>½¤Öĝ’aÈğ)&ÂVœ ˜öû rĈ‰ ċş`üfµ~ĜOqrş|CÊŻ•·ˆĈ–ahS€¤ß9ù;Šï‘­Y}YŸ¨{£%#žkCĥ˜°£†` H[:˜Q!—b ”òÇ膃ò“sµĦÂ×ô—A!•3ÙQ€Ÿĵ•(żĈĝ£`ܞ0ÑRŝ(Í[ ĥ Ò:;Ħv‰‹ KÂR~1 İCzˆú¸E" š)ġ}& òà Y“§i( 7B”_˙P)^Où·j{_…ĴÌmMƒ "Ü%“o•TÑkvÚŜß:”_Y‡sĈŻú‘”_beƒÍ†[‰t‚pá’ö~Ĥ(ż"4Ĥ½OB!‘™ĜrĉÚèù† 7aÎïlpT(ż‰žîSŝ`ŽşñÙŜ×èÈĉRñżoĜċöCÁĢĊbìwë,䉯ġġ’í²ĈéPnÏ´,%H‰ 4™úż8µ‡³”?$Ĥ֗ġ°¸^ŝ¸­‚ÛĝŠD'‡ƒÚ  *Wà5eż(dJ}\ÈәñûLûâ)Rġ£ˆôSÛ²­HÚ^ŒZµ_F;5ŝĦü! D? ¨%lšÜe€Ò˘ß™|:k×_p†@TŭDŽżzñ>P~  ĈßGÊ/Ŭ…;W;¨ù·(œR ĴZM,ċ0™çzóíÛàŻüé=ŜDĴ?ĵŭ@Xp­‡TI8Ġ£CÖ·îCÚS>£làíÙA 7;‹ÜÂh÷Ì0×M–€¸€ċ*@4t• RœDÈ PDĈñT­ñwòûz˘’>ÊŻŠÍ/áĠ×H&Îv ˙ĥmÈMOŒÁ)•@öîEóìÙTl@ƒ<ÔĈϽ£ 7V7xûÏé–GSqĉË+eÁÄĝ\DééċÒ:ÊŻĴŬÎǜim@ò;vÀ™œƒóyäwí½xîÊJ|:ñۂó€r×ĵħó wm´ASŻ@!F#qFi)ĴŽ=j‰VHd1 QRI<Ҍ&ù]ğàŒ)Ë!ıùyR Ísçšz£4ż@UÓó-8a÷7*❆ŬvüIĦ’#6q˜ĝ7˘í)—5ÁkvÑĝ3QëëFJšR~>”Q33¤ŝ-™ l€{î8ÈÍÌ$Ġ ¤üäĤ§AŠE!lsj…f …ÊF2>ŽÂž=‘L€hœŜÈMß}Ğ"ܵì´^¨[€ lü N403~…yZÊŻx”€ò 5JŻ,éşÔÈç‘ÛħCHhè‹ïzeĴŒµĤ’›ÄtÉÁXeµ)ŸGna!UۈymeÙĝ/×ú²Â?‰Ò têÂFħO"S 6k’N\*–ò+´ż" ? ‰GS~míd‹Œş Uäħĉ”ĈÀš.VÈÊcS˜¨jeĉĊw|MŻ˘ùh]ğhÏP|(Ĵ ĵÊèĦ-oj*.NVÉċ7ÑÓÊÁ´âĠÇéɖávÓUiךĞS Ħug Íħ)L×ÖÑ~ïİ›59ˆ†/Ó| mg´Ÿw>[à˙ ™I˘j})œÑP°`@iĉÚbä`Ñ=£Ì>ċ×KvJùtĝˆ6÷Â]T%ÏÁ:ÛÍ][ôÖË>MÚĴé˘R.kıİĉJh€1ÖL¤ÎD~/y´k{ŝ/ßŭkyÀ_Š™ËI€Êà›QˆŞ•b˜fKùc“3£üÊâċ9P8ĜÈOĊ HÌğX£ìĄ\ï‡5 %$3Ì{ñaËt_ŠÄñkyÙ´™P“ĥw„ŒG÷2¤MA) Ôófb2Ä]Ô$v/‘’~˜ ER~íğˆ£ifEje@@²Ö“ßCP†êg.žŭàÏĵĝì/,ı{ğœĵï|Vۙ‡“‘m5€İżŸ˙#< šbò‘µ?˘” ċgQEŜò›5-”üP~E£VOTpĜ#?‰ŽàQdŞá;eôÁŸ{ß0z˙úÒoŭÏÓŻ{Yußûü‘_{ĦĥùÑ.*PwÔ_ħLܤ eü‰:yÊÍ'‚ˆKĤkPy)Fۜ‰ñGċ7y¤ÖӎÎĴ’üÒ፵è5 'N4k'~çäËOĝ÷M€ŭôKÏŝĊoíıò;³ùü6Ótr .s#s˜ VEûeÊ/Užq ou†o 1„?r+k1°Ğ”?Ô/Ê'ÑA­zc@4T@ċLÌdv!@vqtżsDĠúZU–,ċĠ!<6¨ġ‰öĦ™.ŸÂë'ĥ Ŝ0éZġQĠì:FYӚ ò×C~ñ €Żġ£vù”3eJÖú˘Ġí (dHß(?IeüŜž€‘QĴƒ€t­s:6 ;„Hè€Êċx=€™QfŸòë%³FùCz"Ŝ…^—”˘zż7ëôp!|ù“ÂRŜtÓ¨•˘Rxż ‘´·ċÌHrÔÜÊ퀈baĝâ; *×+3@mü2#H„nìĊ œJTAdB`W?q­ßz2r”ż}+VA1ï4âkJĦezÈ@ĉŸëšݍT×Jˆ[ù)ò­µҁñ ċçBûIùehÖ˙‹I¨â0ÎúßvĈA7 È_Ë3ğ‚lœ  ü:1µ>mÊİ9âëġDàJ-á‰[ ŝğÑ5z†N€ŸAġÌŬPäĥ1íEMA$  ­Ú(´µĝ´÷{LùƒÇé(ż:PóóÄ`ېIt‹0´KŽÊ)(˘…Ÿú‘ÇR~îQÂZ_)ÂèĉmêĥĈxvÁ ´Ċ Á;€Ĝ™èÇRŝŽj~Kù“éñĞK71~oOÀÔaZ iú:ƒx¤ĝ°9°hNsûEù#CJùcô‘Ü]vÚú$µ1-2 PWŝ‘{z¤Ɉ ê”òë%·ċ·Ĉ?úˆjèúââ$‡²Ê`È(dF’˙k}˙Jž„­#˜ße½ÁP ݐÙë/O,WҊ¨’Dî”ò·žXÊßzñ–ˆ‰³UçÊŭ!0î'Ġ5ba6qDÑ IÊυn!ÊŻNžE>·ÈLGÒ@Y•µm*:YŻ"­kĠ€£Mù#5÷ŠòĊbÀÊ/ްĈ?l0”îWUÍ-\Äİ“™hߍżÇ”?xœö~T’&l̈́mYd IfÊĉ¨Ú*ŒW4÷Ĉ‰ĊÒCüŭéˆ:Ζ˘üJ‘Î(ż2 ŭÎ5Jĵ9[Öĝ‡I§ûÏĴŬOôğK„“µ=Óżü˘dÜ;7ħhñÛY€…´Ëul€Ha˘Pƒarƒ”ébĥŸ÷ËĝG•ò3À|Fwĝ]X>t²€Ž ˜3ZŸèb#Ŝ(#ö•òĞ œò§Ò£wĥ~Ħ°Î`8 AxG °y‡yħLÄDżK²Ğ”_x4"”è‚ñ3uY@…ùıX&tsOÀ#`Ú=fh¸Ĵj ˘Ĵ\˘b)ëqwÚû$Ĉ€£k~jkŭĦC/6Ġ5 Àĥ¤ `ʖD÷)dÈ@)ŒÀÀĝR~ˎvĥZ=™G/w5‚˘â—§(WŒĞġ•‰JÁ–ò'Ógüœ6ˆ}Ŭ\(*êàŸô‹òG$—Ĉĝ³JùC-`PÌġ’ĥÈ&ú.@ȎĠ…ˆoùĦ*ÑÈ`KùéŜ…™ñ'JÚ"Sèİ` B‹R8Hš7*7‚ᛜ)¨ ŽĞġıPKù[ïÜߍYĠġšÎZd9ˆqóFµE…´¨BjÇÚö~?gġú³A˘Ŝ9³}ˆ>÷Ä×úÁ“,Sŝàq(ż‰SÊġ4ú[Nô™´Šӕë8o§ĦÎ ċWŠdƒò‹ï<ĵˆY{ß˙]#sĉHĴÇȜĝ(‰áOrÀÄ^¤èó=d'X˜žÀXħ€vÁÔxcç"÷“ò'5ʈ•Œò'1~c…<Ú³/“żs ĵÊFŝäà•ÁnFe‘Ŭb$â‚W~˜ÂŬlŸÄÔDÓċ1\\Ğ`y­ŞNH}c)´e´Ùr S“cXŻ4°ĵĥİ;\ĞC§•yA˘ë`Š•âXô:€vmݏ&01JßĝËï,AóS+äpîâf{şi_)dîĠχ‚ò{ ˜›šÀDİʀ‰RĊBV6Ñhş‚¨N‡Á€<'ȟuϽ]S.žEĥ àz.Ⓡb Ù;@‚3HÉĝwÌyĈÄoŭ›(°{[Ċ|n”?ñ§ĦüÀÀ(?!ÀŒgü<ċÏçlŸ›ÄDİ`Lùŭß6Ü!Èĝ&@Žû›C¸Ià7 üg½hĤZ´†8h×òü_ û8ö§(ˆ;ZNW›ó9ìÙVĈıċ 6*5áٖ˘üĦ Ĉ~çŽC°mvùĵިl=f0Žb>•uM“À ˆ£ŭDúKÑ.SvÏĦ ‰à[vêkĈ¤ó%Y`Wùœƒİ‰bd˘Tjî7^^^@033)üôÛgÇQ*ĉPo4[İʈ3ŝPŽB˘Ŭ0ŝĜĦħ~ÍêÓD)‘ËûĴÛúz³£_ÜBDcíì÷.ŭğ§Ä<ÙqÛOĠ)Œ•MÓ!„PĈ!„0€0ÂX³ħzú[ñe´Û˙ŝÇU„éžıèJĈ"%L@"£Oái 4ÀĊ7Hż÷Ŝ˙ĝ÷ĵ1ëŒÚÔIĜ>€× (ż\Ĥĝá^]Â=Wyh~ĝÇw.€Nzš,²y̒/²#à˙F}ä´ì@—`âxĉ ›˙aùáŜèŭ^]UzDzĈ-;³bè€Êèu5ğÎYX'e˜L’Üŝ#3ıĜÎA‚´-² ĤùËħİ#PĊá,:D š¸ÁÇñ˙òcı<#à‡}xêIÖb¸!—…3î(`7 é"L×Dħžĉó3´ĝݞĵÑ놁ì:PU|“°SG`k˙."Ér`˙ĊóspU÷òoı½Żšà. ‹áßĴ‹êˆrşĉ­$şŒ4)Tëä鿪™€èTy0˜d‘]Ȁüµjô(ÎNÀ˘Ëèd&•ÎD­€t-çÁ:€á‡‰ïİtm żÏèĈTÊ$ …€°Óħnèhş‰ñËM‹£Û§˘ŭş…Şkˆr'êZ×)hÛĝ}F/kÜ4À2€á‡nżĥŸ Âà˘VY0üàgtÊĈmŬ¢kĝ˙ş“d ™IENDB`‚rapid-photo-downloader-0.9.23a1/data/icons/48x48/0000755000175000017500000000000013645661366021472 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/48x48/apps/0000755000175000017500000000000013645661366022435 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/48x48/apps/rapid-photo-downloader.png0000644000175000017500000000505213645661365027526 0ustar damondamon00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< §IDAThµšKl\WÇçÜ;™ħc8qâ6MŬÔ%ĥiiS‘†ĥ,¨˘‹ *6,ş`‡T!!X°EêQ`U‰·P)+UİMÛ¸%>“ĉá4ŽǏ™û>çcqïÌÜy8ž Î'ü͙;çü˙ßû^[‰›%G÷?ĵ (nچİx‡OżşŜ‡îfž¤Żm™žŞ–î …‘Žĉ‹FE&c~2dÜ1£ñD…—w2vœQ£‚÷JIqwäêŠĊ?Yއfƒ‚. Ŝ\92×] W×äĜ쁟ú`î×·œ€StġĜÔĝDaß *O Ŝ+ ]…Ò£BíOŠÂ=0t@X{IS:,îV~ĦùŞĊ™ÎiĈaUw5ÉĊĜ3Ĵ”‡ž?6{à>ëwĝôñĥÙTI­†Y8I1ïSpcp.Ci8xA]@ŭ<× @ŭ,Têà” vĝ¸Ltú4[{l´0sÛ³Kg/Ŭst˙O>}Ükœ§7ĵR Q ?‚şA ~ĜÒ½L÷szhÀóğġÀĊ"XKŭÈ óċûfsĴ9’?s³= â8(‚t’0!XÂ$µ~âA¤^q3u´‘…RĦÜ8˜›cx|ÜĠċÒÔ­# ”B)ĵ(D C08LAû1Ĝè”NÎj(Ġuħ½ Iwıé9€ÖĝQ 4ŠSD™îİ&)è IÉèFĜĝ ŠXP…mkí­' µĈğ˜Z7ıĴ‚{’KİeYˆçÁız˘ËŸ]Mġä{!^Pè1“Û[ŒĦ3m7•€$‰8ZüĞHx&‚ó€û&Èyà 0˙ır xä"$żĥÌCü3PU˜­H­ÖÜÛİVqĈÇQ Ğ·Ž‹‹Üµsâ80“[żĞ])…PGĥ°&…µ$ŠÛ⨋ÀÌןJ°ÎÍ`|ÛĥHú•ĥġÉ`…½+ó}ïÓs¸!ŠMxèä{òË]ĈŞċß>ĝù=•Ç÷½íL ŻŞçgíŜójKİŜ8·ßŜwÛGŞTˆÔÑï7gN颓¨#ï=hžĝÜ[v·>rĉžĝá4ˆêܗâ—ÏÍóÈħżñ­˙Ŭ7‰žb{löÀ‹‡>˜{n]ĠÑJTİTŞû&_ċîíŸpĉ·ġ}SGĜU]à͏žĠM˙•ÑÊ*GNêƒ·˙‘J1àsSúžßÊÜ.Íü€—ŬËZ¸•ŭïçÔèçGvŭı?£ğšĴ'*û-qLµĴĞQô4°>­Aú‹ÄÑUVk× ÂT_Y]&ŒIÜUVV–‰£ÏHY^^&‰¸²ÒԗWר'}gžfwVżÉĥlçÇoD9 û" QĐ\ı‚;?ŞrP @|ĦîA|O¨Aœ$xġt^NƒWJ˜„z=ŭ²ÉéÖ Q"ĵġŝ{§Ğìùړĵ`c~úöË£w<ÇÁĝ> ÖBGvvP ÄâûB½QhR½qdñ|Ħ$ħÁóA ˜ĜPÏĈĞ8§‹18Ċ4D„/-ñèĤYĠ%ĴçuŬ%ŞXD9N+İEÒ×F”‚ H=Z/@'x>¸IœP÷›4ôìŒĵn Z+қ&IIJNékÚŜ÷é¨Pó ÌĴ^sSÔ}AÛÌÒ>˜Lb¨5<`Zş5†˘Vĝ´1ŭ'pji×;<5N "Ž£9}éNVj.çîâä;Y^+pá³)ŝ{q†Ġ!.-mçÔü,”ı|}‚3óğùti”ËKÛ8ğ°ƒó‹xÑ0ZİĉĦ"‚ôk}²˜ÏÍ?ÒcR÷Ä_ŝîo<0ğµ×ßĊ$5“Ž´wéJ 2ÄÖE)‹V‚ħ­,ZÎ]{X ?ŒémÌŜ•ù;/öÂĈ ”ÂWŠ‚µ¸@qï^–Ê[/<òîëw4.é !¸ĥ195£UçÇ7–Ĥ1¨/ˆšk•’Ëñcïp×Ú€ûµŜwĵ'(NX\éŻN·×JÔF’6ך‡CÙŻñƒd–Ŝ#„zŜRú¤ĵ´ŻeşXĦ^ĉĊûŸh˙f7Š€Í]$Öt^Òœ6ík(”VˆÀšr˙÷sfŝbßàÛ,Üï Mƒ=†Š”êvTh.LşÁƒµ–0 х2 ×jlŻVşöÚHš™Ĝ#4ş=@+$ ŽCĦX&î¨Ŭ"*³ş’î5$HD(iŒI°Ù' rmà!ġ@‡ŜÈéĈ qÒ8|£i|[2cI #'˘0=ÂàF’÷}ŻÇ =rÀĥ7ż/·Â£Ż5‘Üži"÷=JË$q„pƒyƒ² `Ĵ͊BcĴÄ)́ĥ²+m‡w†G?kˆ”–ĉžƒPèò@‡tÏB’‚N疴Š4ë¸äż–'$Ĉ"ĜĦ“ĜA;Nۆ8%*­Ŭġ£Ÿ5Ûq°5ċş¸Û·w…D'85áĜD\½‚­ĦŠE,˘•R@„M*ğŬ‡óKĠ½ž€}‡Q“Pê9B"Dn1Yßu­—ñ:Q3ĉlT½]—Ş’X m@xn^À‘4lHSĥ´U]ÚCĤµ&ĦÔğ—œòÙÇߟlžHĊÀ`·á7{´5‰Šö›‘~¨­?äöIÇ Ê1ÀâMP€—€ş›Y_‘&´‘ìĈAÈÚ)½­Ù˙Zž›XA)ëŝŬkNFÀˆˆä“8=:‹Ó´{ÒŞïiċF£”Şf°™ƒdŭ)ñĈ’ä߸""J)K_ÈşeĞmhk€lMe‘B2è=ñâf “Ĵ 5zo{…ğݐɭ Ù,$ÍK7•@Ž„!7Żü?9+ħŞġhĊÚÍe։%;ĊJÚ}UŻèÚk­-Z!…04:Œ"Bħà01V!X ­Anµx­Ġ‘ZċÈ­gÀ'½%߉5P÷™Ÿëá’KÑQ\½ĥìOMŽ—!Ġ~ĞÙhv `´{"Í$°´ìû[Êeٓ:ë“J݁@nòX`x­VżzòÌÙĈ„áÚÂ?Ż_Ûùt։Z²áQmH\[xuı2ù´.ÖFŜ)`+à“6& Ôo†€‘Ò6]É^7[§û‘2İċëÙĞ&"?íí!2j•R LĥyÌĤ= µv1;Çê"2ĜC¨œt=Z̍·<´n²ìÍĈ}^ŝhĠ ġ“tIENDB`‚rapid-photo-downloader-0.9.23a1/data/icons/512x512/0000755000175000017500000000000013645661366021622 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/512x512/apps/0000755000175000017500000000000013645661366022565 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/512x512/apps/rapid-photo-downloader.png0000644000175000017500000007672513645661365027675 0ustar damondamon00000000000000‰PNG  IHDRôxÔúsBIT|dˆ pHYs7]7]€F]tEXtSoftwarewww.inkscape.org›î<tEXtAuthorJakub Steinerĉû÷/!tEXtSourcehttp://jimmac.musichall.czif^ IDATxœì½w´$×}ßù½Ġŭò›÷&§ 03ÈD)Ñ)Zْ—˘öH²]ĵòQ°WÚ=–ÏYkwµN²e[k‰­H“H€$2A"D„˜ÁÌĵ /‡Uw˙è×ïUW× uĞnĊß§1ŭş~÷ŝnUWß_¸Ħ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚¨",ëDžùğK.Ú4°ċĥĴÛAe†ylöŭ‡Ÿx*ëvT rB—Ü|^}À}7ëvDéáìßż˙Ġ'^ÖMİ NÖ ‚ 0ŝk^v_?u £Y7*@A䆟\Yf{çŽĵ^-òÍöPû§ï|î9;7R!Š $8ƒ+>>ĥ}+†F‡ŒêŜ· ġó &Á›†$6oäÂm`ÉëÛ x˘Â†.ږĵR›v\`óœ-ÀE;£UÈ5 eß%>\ß í*ˆÖ½À&‰ŜÁ)`hżyŭ"jm;ĦwmtÙħ£cƒ8ñÂëh×´œè×µ'ıìÇn{ġ‰×’kHuĦ!‚ˆ3{قôêéċ<ü•˜^.xĊÄöġl3ï^—¤îñµk=tŜy8ï5ñšíb—rĉ=öe7Ŭïü€‚ˆ ˘ċž¸†>ëúŭĈ8ñú-9)=*ä×ĤmöÜv3&XKĞ:lcŒß÷Èċ7ŝ|² ­ä„„&µ;ŭÏ œóW²Ĉ̲ĦOÜÇĴ[•q9AÙ gl ;>ƒĜ2¤}M|ö‘Ënúwœì˜1tá"”'²™Ĉ•êµHjçê32ëĤ,$͍<4Mc)M'PŞûÊ˘Ñİ_ú°ï;â÷ΰíöĝ›À\ÍÉħŒ˙Úw¸ñohû`3È ˆXôvpÂ2äeŻI’ŽşhzuÒëÌô:Çkİ\§Ċ9€Ŝu‰§ ÷•â°ÉĤkŻÁŜŭğᴛşUŭÄÊ2ûΗÜ|^r ĴäDɰjä ġ*Û İìşBaCÜbêžsqœ]Ğ~-FÎm÷;Œĝ½Ž<€óıC-ŬɁ¸ĥ>ŝŜ—ßp½n‚–D<„iÎĉëŻcéá‡ĊEŻkch,ys½po +ßûö?ÒFÍM^ïÜëh½~-X ŝ”Ŝ$ݍÌŝù<ÁÊÚùƒ?–ü^ | ˜ùŒxŭúpÔ?˜ĵŜÖQ†Ù?wÛ£‹j7JÖ­ÒxĠÁìçjÚò=wŸçîZ›êuŒßuêğĠÏúœšÂŜħ1œúŜÓXhheS xèÑ+oü‡ïéİ/k7ĥ@ħqşšgΏ{ €'ßW£½4ĊjÁ[vôĥfĊzYŬŽNhܙcġq;zı+żĈµ9;z½Ĥ\ïà‚½îŞ\Ż30°î÷ŭ"<ĵ½á Íß}7Ĉ>ô! <Ĝ#ĈC2Îä$vßq+Î>ö$ĉ<-sĠŬ>ĝwn{ċéß×)Peh€ $0Oħ ÀG_4Ñ1Y‚È/Q†!¸ëbñŜ{ħüĝá°áalżVluÀ<-ïĤ°ŭèċ7ŭñS7Ü ½Í`!€ âàlÌvf!³Ÿ³˜ŒiŒ6EŬYèĴšŜ,trÀh3 •ÇÇâ7ħ1< £Vä­7c÷yÛá´ġ†’8ĝ/­,³ż{àÚk7k¨ äD ¤Ğœ2šŸGT5ƒXıël¸#`óġ×1˙Ċ/‚Żˆž_ĝ'Ž^~{œzkU·ÙZÛ>ĝ€n*AAX‚ˆŞÀïuhŸ8ùÏîısY 2´˙BL]†[§ĦÚ>X9‹Nêż/ŭżŭD%lÄXàwĦÀ›ü€ÖħcZêê;wbÏm‡°‰ë-ìnüèe7|JĞ@E € $4ù˘÷’V T--^%½6ÉíùF} P°ŝF _ŝ2/ĵ %bÇí·`ó€š)a3öÚ>xşIǗ·Žšô[o^ϵoû_àyXzè!,?ò„›ù†ĜÀĥ½˙ìÜ2BÛ@AÄ!żù;EzNQÙàħ¨Ĵ>˙<úU†FŠŸ1lşŝ}Ĝ³omr" ½ÑŽì3ŻÑé%½6ôŠĉ˜Ò:zó÷ÜoaAK~äàL]ħƒMí•ß>˜‚ˆƒ¤ËŞ£Vé.›ŜĵÄ,ôÚDeü…ûaÄpܳg1÷ŬhOO>,085…½‡ĈhkIS›b`=|ĊŸ0nd!€ ¤˙yô2añfĴ—²v^êkSĦóµ3ëĴ8]kŽˆ·´„…żŭ[4ÑjLmËìŭLBo8À8¸û‘ËoĝíĜ-ô,‚àpİó{ş#´£X èiΨ¨Œ˘ÁĥĦעŞı%½ÊsÍJoFß­lıSü´ô·ZXüú×1rÓMıé&<ĈĥÛoAŭñ§pnĊw”2ên|ɨ÷?ŬĝôÓvž\•3(@q`N灀E=ŜûJ3·ĦW:Ğó̓Ŝ4#ñ,Î5˜òïÙ AVž|K˜2‘}ŭ¤Fççï\uúY]mŞz‚zRzU IzyÂzׯħ†!.ÓwĞsâJ’uŻĵwvùœáaüĜ5WcÏÛGqêµwTËcmûàGŜĝñ÷~êpìçÊDē8—OK82ìF}àġJuf¤ ëġ4ġÚ:״ݳ^ԟÔ@í'°pÏ=pggµä‡/ĵ{Ż=ˆáĉ²Ĥv)wĜ#—ŬĝFr"èí1Cާe$Ö;m•^‹şs§³bz‘ĠıVVÈpçĉ0Ï=h½÷žZ˜s ìĜŬ7_‹ñĥî l½eŜ>˜‚àpî½_ GòcÒ:z½ĴÎ7£kŒŒtguË- ,|ċ+h>,żèkÔ&&°óö[ħıÖîù\Bİ·.Ŭ DşÈŸ ÂFG EżfË@dqyĠkÍgtÊ{J><K÷ߏċG…ré-:Ûo½ġvŒĠ*ż}09ĉŸ€sù€,"q‹Ĉ‰ôÚכÑıކ•„ÏH! eġ…°ôÍo‚·ĠF96ŬxvïŬ §÷DA^ÂíƒiAąó †şkâÍÉħ^Èôvbâ:ıâ\+ĤW÷ħżĥi9oqħ³B`´Ĵ˲#bjü8Nú6ZZ+­ĠŬ{J¤ÁCA$ĵ•µdˆu‡²›6ĥ ˘NJĵRß­ì`ʎA{zówߍñ|µíەòSSĜ;2‚ég^ÄÊà˜Rž1L$ÑÎ<@CĉÄÚĊVšX4½ĥÒÓ*ƒ—…Nk×X¸g˘7pïÛÚHoi _ŝ2ZGjÉ×ĥnĊî[oĄğbıeù‚2!Áô˜çÊ:ħž1˜jTmşn?"Ş.UeŒ=°ˆzµ7ŬQèJ\½<£kÌQ2½PëÍÊĜ‹à­ï½#‡aĝÚkCż×‘lżí0ÄÓ8×d:ÛrB‚×t8j!fĜNJşu#şÈġZkÌP½‘ËäTŻ2ë`IŻ`ܞ ²8_ż³ÛçdépŽ•Ç‡·°€Ñ[oEÒğVä܄ûÄêèd:mÌrB‚:a×] ݳÖA­ÙÛŬ-N¨×âı 3–ô*‡<,}·Êì²ùnó2 PDċ—áÍÏcìC” 3ĈŞ1:NAÄ çá!óĜY›ft  c½ĥèyh;†…/}ݳB`Ó&ħ çêLAI € âÒíà‚=Ż"YgĦ^äѰċÜeċx@#C/™ÁÂßŝ-Ĉ~ĝ‡Qßħ#ëĉd9!qÎdS¤8Óòà1 6#ñĵêÍ[†8—z-=HQdğò„·²‚Ĉ‹/˘~çbĦ83I@AÄB2öİê3'Ĥ @:s:ÀÚü˜äҘ*.srĜf @1`Œġ<Ğ=J·a-]ĞĦ8‹(ħJçŞ+YŻĈq[C2‚CŝßA.3²‹”UŞ*È ˆ8Ĵ˙‡tŠŽ„†ŠĞ×Ö2@µbġñĴÎWH^3²“˘I€A¨XOɊ–*ʊ6m‰ÓeŞV¸’œy½Ş!Ù5ĥôz–ôê ³d˘–ôBmä‹0 ° ÷T;*ç\â@AXDeEAHœ N9Œôʲ–ôŞ"qS½qW˜êğÄÓÖùú÷(€Ş@AHhý+<.‹z²ŻUêµ8 P× Ì=Èë*›“•2k˙ĉÜ÷#ô€;Ÿ)›r".Œ ;”8њ11£D›zm'`ĴS#ŸĊl|kszûäјę̂@’€‚ˆC·¤?óĜYWi ­kœ•!V9YYn@$\˜GT‰‚ –>Ùbċší 9YeÊĥ rßÙ³r˜]µ'‡mĥ9‹Ž"Ĝ¨Ĉmu֙-SÏ(˘ŞÔ[™‡²!Z@s‚èâpÎT9Mĉ›àï{³šŒ§Âĉ•Ŝ´)“•SÇ#ĝ4ÀܛOĠ€‚ ”tû‰°ñON êµ ĝ, +i äŭi€=h ”?•BAĢwÀße¨:>Ù>ħPÔéq€e”yȂ2EâJéíê. ä € bÜ˙<Ê*ùmZúġfĦ·[·ˆ¸:EzU+×Xg¤WµóĦ-½² @Óé˘I€ŸçŻÍ6 € "Ĝ¨ qéÚ°âqw‹3Ö+ĝÜŻ7.QġÚ:W!ÎèğÍ꞊· Pĥ — € b!éDT%3œŸúCVQ!€Ì†t&ê‰ĉĠ³Şa˙É Œ{ŒK;ñ@V“ñşşÓÖK“³×kk^‰r£"î(#mĥ9Ċò§<ÎÏr"Èηl†Xg~G&ĞP°´yĜEòV¤s‰9‡@?İï-Û€†Ŝ,(S*>³€t†|sXïA Ч}@ħˆÓזn# ½YP%ÀšŜäĞÌĊE*T6#äD‚#ŸLĉd4 3ô`iZ<£síʤ­7Ğ!V°e€4 9!Ááœı’)Á ÎàŞ‘ŬX|ړŞ5 Ú€Œœ;•S)}pĦ9È ˆx,[”—s½M[’îŠ<@ĞĦQġŞŞÔŬ &Éóċ–ôêY+çĞš`IŻ2Û!U”CcJs@ñà0^ ­E è’Ú(Ş^ċ uÍ “Ô%Ġy“f,éU.Njˆ¤· € BAÄAÖç)ĉxpRNĊw–iż!€ĴʓÙCˆ€bċÙ.€M$BYGĦ\³•álüĴôÚ¨7½ı]`ËıS—Ì\Sš€‚HŒç‡İV ›(іÙF@½YeléUÈHŻt@Éj-lÎ € $´9s\Y”é™Ç/Q@“žA`_oçg ĝä1šV> ‡mĥ9§·£°1 0*Z“ñ²ÒkLô&4ÑÒ@m.·y.Û$@ĉ8)5$[È ˆX:=^˜ŻZ2ËòŜŞÉ‡½Üĵ&À’WËW%3şĈY}·ÖôÄ(œCÇ o`E‡È ˆtFùC:¸µNO:c{֎!öfzgĥ'y½îĴü8Ÿ°=aKoJtÎÜCâÓŜŒ"Ÿ³‰ĞÛYK€â| ™ }È ˆĴNġnڒH—ü´Z/ğ­Ħ÷İ„u6Ġ†Ü'Ö; xod ÷M€ŸUë-ŝßhÄ)@„QÏÙ=&- ¸_N°³žÜ5Úĵ ¸÷&§—żÛ1îÊKu pż›àù>wÔz½—÷p‚zïĝ‚†ŜïŜtrzŬŻpĠzŬŻ#QŻŭ%µÎ"Â]·÷÷êƒU$@AÄ@eUxŜф ÓŬd3â}¸ßĝıôz@ûŻŬe…Ŝ2N À½;ÂuŝÀŬôÎî×4•ĥ;ßI"†ĝ=À{PSïb§‰ÜS/\#Û!÷Gb Yğ(@„Ɇ"µZM£<àŭ‹1›ñ8à=ĦÀ àŝGí˜zż—ôċùiÀŭch; B½ôŜqâ)ĵ?0ĦȀ÷@L½ ÀŭOˆô]y_ĝ÷cê[û4ŬëÜĠH[d9äD¸ÈàġşŜ"~p˙ŒŝàŭİAı#€ûŸH–ÑIË?xéaŝ,àŭĊflá…;†Ü{$zQï^Àû†Nhî˙׉ˆ#ëŭK€?n¨wp˙}4gÀ÷żüUC½3@ûÌİEëġşÜÙÍĞàƒsŜóŞ ä„‡{òP ŬϝÖÖßÜàísïï÷anğÜ˙ àÓÊ4:FÍŭ3GòŜ·;íĉfĊŽâŭ™NpÀûÀŭ,"mlÏî˙ïêmwŒħ÷%D˸Ü˙àŻê]Ü˙·¨Eùžĝk@û÷:úu•××hè+Oîybƒ_‘ í@1à­€‘c5ÇÁèè(–—Û·uëšîtĵέû!€/lvĈeŬżp¨ٽzîïÎ]€s'€Á€? ¸_0“€Ŝç÷UÀù(àĵÀfàüÚ\‰ŻP,qÔÒûà> 8? 87ȝíÈz÷ÁĜÁÚ¨ĴxßjÀuˆxßĝ0˒ĝiw5öà|`W!ĵ×çp~&&&¤Ç½U͉)iCCäDxCnĥnŬŞít*ìÌÇwĥÀ%Û `À|g Żt˘DiŻÈï°`ûÖôÖÌüD'2Œ;g UÀğ§39]°óq:;7ß™ĵ˙ŜÉd°k;#Né9w;1qĤ;Ù ì2;6 ĠÑëA"N]~´3”€‘Î&Pl:çğ `ĤóŬš,ġs“““b½ívn3²ù;…ÚĠ0äD xSŜımÙ²'OžDğŬròiÓħçËE瀿“²^ŜáoĤİ€ÛIħ§ÙMinLÒKġ:Żt†}’ÒımÛ6é\oAc½dVt3ĦCé6%+È ˆpׅ·ĵ G0ê8öîŬ‹wŜÑX°N˘^Żc×]RwVñ€‹ _s j;|{@ =P€ Ĉ9SEK|yL„Ú²e ĉçç1›agHI³oß>ùòżv;Ó €39‰şÂAR€VDLĵ••µÉ€bÎ?˙|Œ f›DÁ˜ššÂĤM›¤2îéÓùŬH9AèâÍûv‡ ,:C]t‘rĈ4AäĈÎ?˙|lß.3o·áž-ÈËxĞ9‡µ[Zê,w’tŽ`˙ŝŭ˜ššÒÛ% rÄèè(.½ôRlŬşU)Û>y2;Šö;VĦĈ×Q¸33pvíRĤ·oߎ-[ĥà̙3˜™™A#ŻË¤ˆÊĝĝ8ĥmÛ&]îçÇ[\ÌOôo͓@DZ-¸³³¨mÙ˘­ĠjĜµkvíڅf³‰••´Z-x’µÉ‘ġzƒƒƒ‰”­âí6ZeXñB‚ ˘â-.µĊ)?ƒƒƒ´Ĝ*‚HÏCëí·•b³†×àĠ|Ĥ/$KÀëĠpÄÉ  mΙ£zÔi ˙fg+3†HÏCóí·á-%°W³-Ö }kd+ĵ†ùgÄÏ9ĉnÒ[^ĉrÂîÌ Ü™6Ì'ˆœÛm´òhü%“ü¸çÁ²EwIĦUa‰ö™3”hŜfCDBxKKhöZŝŒ?Ħe"Az-Ê9Üı9xKK¨ïŬĞ59 Šo·Ñ>y2?³ŭ #È  Œs&›Üyž¸ĵŽîÌèöô4ê;w˘ĥysefċ‚·ZpϜAûÌéÓôr‰˙á?ĠÙëG 9‘|uµ?grÎĤMpĈĈÀ²nA„9x£waŜÚĞ0TlW?È ˆ”á ÷Ü9¸çÎX­Öy2Y­F™"xxğ Ŝl’-1äD’ĉhq]•K ""M€ŭİ÷N§Ôë@qĦ‰ òM1˙d·½òä?KĦEı€‚ ˘œs.…ö  Ĵ^§Ay‚ J e"I(â ˘ @qàÂEr"ĝ7èêĵ§Ä@AQF8ïŬ™“裰ÀÁŭŭM+w ëvċĉ³so¸}ñ¨ĝR{uŜÉ´ê›Ñ˜œ²Ġ´T˜h.açÊlÖÍ Â…uVŬöwîÏşDıùÖÄĊĝÖÄĊb™mÜr!ƒLşIİ2àµñO^¸8ŝlÖM!"ahABZNŸÂg~œĈM‰˘ÒŬxŭ•uƒò9AHá`ĝÂĊwà÷ŻûhÖèıDA|"r‚âÑ=×àwŭ"ĉdzn A @AÚĵ²ċüÚû?#{²n A1!€ ˆHœžÄo˙À?Ĉ“;/Ëş)ĦĤoüŸƒÓ$^@DvĴԇ{7|˙èċŻâcGż›us"œè˙Î#nşH&à ˘uNjOkŜ¨üPZà7DÍİ•ŭùÛïĊĜÀjÂ-î~òLÏo=Vw\üò_M\'üéĞ­Ác[ĈnN~5e³=€˙öG…Ç/Ĝq½ĉñ5v~èӋ›ñ…ïŬ!”şzß[¸íÀ÷ÔÛáé=¸÷û‡„ÇßàĵoߑÄġ>{ô<öú•Â&ĦLŸ[Â+oS–ġ˜ƒ˙|ċâĝĜvüò+_ƒ½Èş"gŒĦĈߔ 8.(Eúи€ç0ÙŞ¤ĞLĦV7;½+.܆ÑĦäŸÏ~Ġü^œ^ĜzĴĉx¸ü˘cqıúÔyXm €Ñy+z›í\}ê<áñ ĥ:fzFiÇâVĵ6{ĝ•{—qù~‘^ó´àĤ8єè½h—O3_Dc`'œóOhîŬ³<öÜv[)û• oĊħñĝçÏüFÛÉ;ÎAĜĦÔs3{Yk˘MÖôf SİW;dÜN;Ç/pÁ+)lÖ¨s­ZĠ)÷]Qík—ù² wâGîşCZ­zvûĝÍ[~§Fĥ˜œAĜ#N_RrJíÀâ3´ÚDĝY8 Ö¸ìûvMâ§>r#6ožŞïèĤ]ĝġüŸñÒÖ m'A˜ÀÉ+)ĴÀı'!Yä˜H'>J‚,tŠġÚĠìÓĊƒ/$ĝÜ0Ĵó$ÏXmèÙú˙M߸Ž„XŻĴf ĉ‰üĝ]İ½ğ´Z2?8†ß=ô‹xpêşí'" ë(ééÜDŬ í.Œ,tĤ¨w#Ô†Ŝ èN˘™|ÜúU÷”­ï€ ˙K‚Ñá|üWâòjùŞ´}0AƒâNԀġĵË>Ä$Ŭ!³Ĝ>™^ë˘½›žSÜkĦ*oçZwŻqĝìù$³~<@ÛÌöJ…ĥH½Ök>xó%˜Ü4‚ÇŸ= îÉgüw·>9ş˙ôûŸÇ ÛÒj!A$NžĤauJétR›ŝÎ.Û>Èâ=›í‹gZŭħĜŭVlšá`m^âó ’•ì8™l£LÄaàĈ+Ĥ01>Œ{­–Ú¨?şçjœ™Äï>ŭ9ln,jë"ˆĜĉ8í&†êĥ/÷o,.aéĝ)›­Ët€÷úzÈ×ŜÁ›Çg„e?˙ŻQ›KĵM=żož ôĜ@­xĊç× ß~ò*,4ĈBMmŽ™Ż IDAT>‰_œĵŜĉñĝ Â×ï{˜úóÄġž=s>î}â 8ğòğ¸qûç#ÖŞ6’Ǐ]‡ûž/ÜU{Ǔßo፷>Œo>Ħıœ’10ĥ1êçy|=[14XM—íĈèşK8°oĈGoÀ7ú>–——•òŻnŜ‡òƒŸĈżx곸hŝ„^[ ÂġċEÔħ:œĠŭ=p‡a)ċveAi€ž/—10Ÿ'¸´ÒÄôŒĝëm·Ĥáµez7ì܂Pï@½ŻmÇ<=·ˆyÁĥ#΂½nkTzg7ÏYÑÛl Kġ.,ÎXÑğşz§gĊz——ÏÁkO'wyeFŞw °s6×ĵßĊ7Ÿ:Š÷_3…m›z—ŝ…ı?{ĥÇ?rŝ‹8{VìLw9;<‰ßşċWÛÏŝ%nš~U)O61Ù ĞŒv`½ĉDœ]”ĉ„;‚È ÜÛx)Xi´ñí§ßÁÑSóZż–Éħ!üĜ‡ŻĊŝŭ⠟üĴÖñ{7|_ıV-y‚ˆ ç<ôEt(Ĵ Âñ-ìà_’Ĉċ/kd¤7ĞóÍäĞôZҝÙ5VèöíĘza˘çq|÷xé­³Zê‡jĝá[âê+/ÓXWè1˙ċŠŻú1¸Ĵ´ŬA‚òŝğ“XÈÊo&^mÛ7ÌBŻL'é-N½}ßïHê}ñ­3x╓p=qëğ>†nğn?nżċ*85½QĊoì;„˙Ĥ_Àr]o§A‚H…ŠmT^ ŻÛMÓÌD^Ŭó;ĥ·NÌáÁgßĊj³­•Ô¸ò˘]ĝèŻ£íƒ‰üCÛ(³ocëŻ\ĤÄIoJzíİÍdèA1ĴäżïcÊ!€ gĉVí§ßÁürCK~ßI|â×crr“–|gûàOÓöÁ„ÈK)ì*ÎÖÙ%ĥöpF_:QU6îûuĜ÷·Žc²¸ÒÂŭÏĵ‹[ŻÜ‹[F•òÛ&G‰]‡o>ö*NœPŻ|˜ĊïúEüê ÷àöÏ*ċ‰âÁ‰6kH/ê\}úié~×£·ßg|<Öä“Â:J|aÙ+- ‡@ Ĥ1Rœ…^“ceÔkħ^œk¸3o³ċâáï va˙žÉ5­b½c#ĝĜÄCO µ7ŜQ^š–SÇxßOáÈĝ.üôá{­îŒId 0¸ö²i€¸êQÖaAa÷³ŠŒċèƒĈ˙‰*²qßÇŬÓó8ž|ġ$ž}}Zk×zÍÁ]ŠŜw g˙qKzñĝë~ÍÚ@Ĵĥù…hX°Y×vChh ´˙8'GpÌ3£/›CĴ71ñ,ô ÙS›ÍYqOY› ×Ûñ÷Îü7Íĵ~l+]µšĵĈ€CW­“cxPsûà'ö\s#“ĝ_Ÿŝ&iûàRÓ0`ÀPĈmİ"Ì8uĈ:{§?qÉË2¤7½6É£^ĉ˙Ï·4ÖĜúŻqìô"îĉĴĴö§YĞ‹Ïۊ~zŒŽŞçÀ›÷á˙ÁOèĞXí$ŠÁòڋH—R:}hHUM^7}‘^ŸN[zĠ§›ÍùÚÒİĵÎÉ>ĜÏìbß~ĉÌÌŻj]‡=ÛÇñ‰şÛĥé-û›žÄïŬò+xnçe µ˜È3 äÀ ˆÒq–€â:ÜÓaBżJIŻjË8İì‰ê…-½Şsµ£WyÓĜ:_Ċ½ÌôçÂâħÒhÁçŽáÄY½TŭäĜ0>ŝÁkpŝù{µäµAü›>‰ûhûàJX{Fßï´Z”w€ıSè ñ—mí^à2½ÜÚŭÇ}˙;hCo§NIĊÜÎùŞġfsÙÜS½™ŝġa€„iğ{ñ=\µ;î<™wò5|äŭñĜó#xù•#PíÍî1Ÿğâ86 Ÿzé˨q7Éĉ9cÀŠ‡Ò:½péŸA<Ŝyé˘Û§ŞŞ´ĦS˜[ÒĞ2v¤7!½$8ú&çÀ GÎ`q…ë.Ŭ Ġ£şjŒáĥk/ÀĉMĝîS‡áıŠ%[Ĝw3;[/߃Q7Ġ8‘ˆ‰çşh·Ûh´ZZž €˜IRj íp°HÑWÔh-‘À. Ŭş,èĠİ3½–³RΖ^`o&Ĵç=Òo˜Òj ?pĊ ÖĠ1ÜĠïÂĜèüÎKh6ĠFŭıÍûñÏŻ˙üË_Äĉ|M&R„XY\ÄҊàùäk4Œ ċ,@‡JeÙ0äĵÜS1°jgœX.`eŒX×ÚXĵBŻ—^[sò:÷À?é_çi€I0=³ŒûŸy‹+ê%Àŝ=›ññ_‰ Í탇·áıòÀ ›ôCLä`t|›''•¨ġOߏİzÖàŽüîaŬ˙ußôô|\ŝŸ-#ĦÔkÇ ĉSŻžJŻEC,ÓëYşĈ—_ċ Š€µíƒŸ}§ç:‘ĵşlŸÁŜu-víŜİU˙|}˙ÛÁŸÀŭÛ.OĥáD* b\ħ$´™R[ŞLa€hpéŸ}Òĥ bFz•W§Bzı-½Ê“ÍHoàzûħì ÙrñÈ÷èİ-ùħ‘|ôö+pÑEçi5Ċjĝż/úŝäĵÛà٘ŬHXedtuñ(´‡ w ĴċÀ6f˙s°žžÒƒĵç䞞3BTŻĤÑ4Ö)¨ÛÖır‰În›2ыlôväËġöĴ€a ŭ+bìÒŬ>x~ıĞöoWÊÖÜuó˜Ĉó/÷ä&€ƒáoö܄C“ĝ·!O=™ÈCh-Š—şH1Jġ˙@­uĈù˘”ÀĈCÎxïgŬ÷?M7‚5CìĜĠ™^°ˆŬT|òŠ×˙'kÑK=K×Ù÷˙0zĝsĝ,­´pÁŬ=Û÷^“Î ÀĦ+ÏǖM#xĝ‰WàĥÔFŭ‘­0äµño}#نV”dËğ}!(F”ïÙZ´Ĥқѽh-"ÎBŻŽLz­fd‡}Jëf){ÇN/bıq ·\ıC5ߑ“¸tßvŒ _‹û{ ĞŠY@g^Q,œ,˘Ä ĵíéëTÑİ-cœ~$ž•^Šˆ3ÊĊu8WĜ˜Àá÷¸böTĜF@Iô›Üƒt@ĜF1‰ô×rûoEŻFF܎^µŭ·seß-ìŬS€\opGÌ´ç„ħĵÚƒϋC—ïÂî­ŭÛ½mÁÄĜ>vçĠxàñ×qìĝIqĊœĞŸO¤(Ĉ£{v¤ĴÈ@qĈ¤Ħ\ÇĝGHŭİPy'–ˆ{;ètğa§c[Ż(5WŻé€m½˘ìNl½6î)ġuĉ‚÷ÙÍ8ڋï½t×\ĵû÷N*/Ĉ`wŜ|)ŝêĞ3hilD*:óŞaèE×Pfü‘O ä|Ŭ9Ż;y°ëˆġڛ$ĉIôښŒ×]/k—­ĦéwkIŻò|-\gŽûJDߏ$óÀF[=ÎñÜӘ[là}—ìP:ĉ5ÇgĠî° "IŠëh°>À8X_P¤‰S_²emŜA6z•İx[Ë×˙'>^Ĥċ‡ŞĦ‡àÖżÙ„§^Ŝ:1‡•F7]ġZEĥ&!ˆP^ÀżÛY_ż#ï­m9<—“-ÄL&*ôf´/›{Şş˜˜ž+ s9yn ? ·\ıƒáŬRpA$FE‡ ëpΘĴCèù>5ÒÂÁ²Ù,Ù² 3#½™-ÌHŻÎ핝ŜŽP6TÂĊÜbGO΋)œġ˘\>ĊuTôìÂŜÙYDkŞ\|•–r[çĞÒkmÈ#ĞĴÒĈ˙Èv ñ_?,Έ×"'T}â]ž(§ìèşA[ƒsOÚÑĜ3âz­:£’ş=[zġÚ܂8“ï ½ŠĈzçÓğ p˙k“oP§UZi–$Jŭ|RJ ĜŻq/ÚrkµêxFÚ2âuqV;Ùì|è—H#†67ŝÀF&%ĴÎyŝ³7g”!"SJ@O§ú·„ĴW²k$h`Mk&fuéÄ3ŝ֖èŠ!' $ä!#@sJìĝ|ÂÁ?˙IüĊ‡íÚA­ı!6Ġ™G½êÙĝvħr,>ĈùJġúŝŜ,îİŝ²öVp韺ċ=E‡œ‡ *nhóJqîEg‚鵸éŭç6óɛ^cg+ë´ôŬĉVŻuâGŭŝ„ĞM];@‚HŽâ: Ö'<ñ°ĜŒËƒS›µâ@<“€lNxÌä+6Ĉħ6żC7£óµğP²Ĉ€zÇDòŠIöžŞœĵ·Ïu8Ŝ à€?áÙé3˜Ñ2À,6 Êë†<Ö&=*RñĥηĞ] äüŝ@r:Î­ĵ_uÈü‰RQß´@o¤0ĝ\*Àš Y`m9şQ•8`oyš4y‰^[Ï>€J/leZT÷2_wT{íkjÔúHU‡*Ġ/ÂĦ A$Fi€8d594+g4‹e€ĥ ˘z`6çkuˆGBÑŬğĈ_vt}ċŠG÷ËĞx´GŠëÔ&ğĦ:{˙0l<oCViœÈˆ_gVz3r<4ì&çۛòg}Ë#hÒúHU‡ò:y!2ĵï Q4òlüږĉ&IqœwĉĴ?È×Ùİ·mµ5>ÍùÜ›†)ƒħx•^Xê‹z­ =l(%ŝ>é~aĠ }ÊëÈPE>ÖÒÓ ĴÊ$%nK݆@İÎ×ê}šñ|çÓSÈ÷Í(&7´y”€Ĝû?t'@Ċ$@Ù:v.ȓèċê jÌğ>‰Ġ³¤—ËΝˆĜŠ^…GcMŻÂ³àžzo£ïWĊŬàÔXIĊZɉĦ*ï[˘Ë{ŝ!óOÉQJĜïäëŭ‰żWQ§ˆeе@]cü:yvô*7²¤7‰ùEÒĞt*zŸŠ1á7*µ˜ÌJ"Sò– PûĴ´@Ϙk ÷UĜJЎgôğÈb6~é†2ÒIݲOË&ê˘‹ìÉëX{^ە"…ujÜcž¤G Î~ö?JµvÚ֚|™^›“Ädk­Mx”è´Ğ7ĞïV~žóġzƒ;öô˙‘Ħñ÷ò NZœ‹ġZ_&&Ş<ĞÇÚ4ˆ² Ym}l/Ğ$7½;˘o`HÙLRŝ5tLsÊFž ~xÛŞqŸ•Öèì`^ĥ*[z)OIo¤I€½ûÒé¤ü óĊpa(­ßJ@ôçË­Ek’ċxöĉHôz#biĊéµ8÷@ZħgÑá‰0 óWܨżS(‰”ßaCc˘”ÈœŠÚĵRX€s‡­=ĉOóO‰r.ŸhD€êÌh€=ç.½Ñ2ĵOŒŒSŝ}"!İg!y‘…utèv&Q;,ŽÎìê´ğšîšî4ġvÏ5i½:İĝ,ġĤŭŬÚÒǧˆŜû)Ġj 2˙Dâ„îPŒE)€àĜ&óĴĦó8ื@°³Ò]Ž—ĵ^½ċ‡Iꍲ 0]½é·]zU˜ÉEÌvRŝbùƒ”( YTpÎÁrĜ4)t:JѓP;ˆŭ9Á*ÒzPHU˘7ıßĤżšNtŻç¤İ7İëÜ÷ŬŞÎĥî)ı^?û>޵›ò!ûOÉQZ ‡`Ż˘Ĝ?•ĉ¤Sg™Ĉâ•S2š{+ŒÀ32ÔÛÛNù÷ ›à߀ÊE^#ĵĥ+aJìĝ£¨PÉ £˜²J{zsêxXÓĞĝ´çqÀ!Ca²šÓ6ŝŬĵçŻd˙‹I^ ް]Ġ¸ÑŠë8“?°ÁŸóXĴÜÂsKKĥ¤ž…Ċe€R½Ö–ĉĞ›£Ĝc˜[şÎ½zûô9J˘ *„5-Ŭ)ݨƒĉ‰‘W§$EŠë¨è vBJsúëMg@XŬâX1£ñléġŭ?\ #½°™9•aö˙*ú ¤9Ŝ^| Ù‚HŽR:}{ŝĝßkôö€•ÎşÙk{5´½jÌMUoÓLŭ\mêm(ô6²ÒÛNù:G֕]ŭÂZáOp€’ÓUDI€áÏ`ŒİF0żş ÛÇÎ&Ŝ˘ı• ñVÇ09<Ÿ¨Îċĉšĝkž_‡ç10ĊĤJQ™]Ÿ+Ì­Œ[éĉzV6ÙÑ+ùn`~ĠÒùlŠı 0۔_;Â~›ŝÑ<²˙ċ#Kç âŽIi€8ŭÄÙĊ-Ĝżġí¤šXn`5ĴğCÉ:g—ĥJ·½:ĉV7%îxœ]Ú"=>·²ÙJĈì²\ï™-V~óŞó=·´5½rròÔá/RàOrJ@Ċnžp²n€)œ;Öş‚WO€ÇĦŭâŻWO{i˘:9^9••ŜƒRö Ŝ:{AâzU×yza'Î,mI\ïkӗJġqz?n=Q½ŬkhFŒ”ż%ßù“ 4PXü7.‘ ë˜ÂışÛ:|úškót^:ú‹'PĥíĊWÀóXb:=ĵ¤Ħ÷…W&zM·ŽW5Ŝğ"Q½ Ğx{Fm_:qy˘zߙ™ÂÌòfİÎĤ;ˆ×N]š¨Ŝ—ODÛ3IâvÂ=†?nG^}{‘ŭ'R *O ,­ÀŜħê°ÒÁwßşYğ³V½Ĥ·ĊW*ġžZĜ…OèEĠë•SqlvJİ÷݃8>ğ71½ż}J½O½ ³kcçIĵîŭxžú–~èÛ#9xŞ×·^û R'|ëµ<ƒà1<úZz7ˆa¸û-s Äupk?ÔĥÒ2ÀbÒŬŽ<ì•qÌ E ( Jnêô!qc‰tÔ_{ñGàq½K}ßĞFÓ­ÇÖÛvk¸÷•ÒÒÉ9×_ùH"Ĉiı9‚^˙€–Ŝ–;€o½vW"ñÌÒ6<ŝöÍZzçW'·nMDï›göĠS—ié=>7…*½OğïÍí‘ê > 0ˆV7×c‡ípßn- •2ô"ÊéxòHÇqjÊ:–šcĝ˧VÛp‹xĝÈmxuZ>îgzq'ĝüÇÒ _~é81/7~^?} xÎX:9ŝúٟÁBc“v™'Ŝ„§]KoËÀ_<ġ³hEH‡ß÷ê‡qäìŝXzĝ›g\ş!U/÷<˙8½¸3–ŜӋ;•?Ĥ”ĞĠş÷yĝoĦoÂ]·³TÔħvHĠ$J2´ı”€ĵc¨×ġ Ċ‘³áîç§vÂxĉĜu¸ïU½(ÜÏ³ÇŻĊ}Ż~8’añs˙ëw≣‡"—ûÖáğäћŒtzÜÁ_ĝû8<­ûò>ÉIòÓtñçO˙Ŝ›ßİœÇüċÓ?‡c³çé]lŒ3O~ sĞ‘Ê5ÚCĝ³'?‰sËòĠ"N/mÇg˙í!ìààdF×u=qá£ŝŜ:‡×³9HĉÈÒYy#m²Dqî ­c'îa£wñż€‘‘m5ÏğúÄ/`>BGßöê¸÷Ġž˙I Âo܉ż~î§ħŞX:ègµ=„Ï?÷“ĝĉáéä`¸ç…×_ù{‘˘é…Ĉ&|ĉ‰O;-wŸ{ò“xôÈû#]ݳËÛ_ópĜyXlŽáż~÷—ñüñ÷E*wlö<ü§ïü*ŽkÌŻÌÒ6üÑ£żŠ7Î\İÜáéĝ£GçVt–ŝqŒŽŽJ%ší ċ”˙G<Ä6lR€HŒ˘8$)í>m׀à솇‡QŻ×Ñn·µêzóÌĊĝƒŝ)î¸äaÜ´ïIlZ•kıxùÔ¸ï‡qNħŝ^‡çżoœw¸×M=‹áĠPıĠöž?~-ġÚ]Z“ïT<üĉmxáÄUĝÁoâŞŬ/a Ö •[lŽáÉ£7áĦ7ïŠHexÜÁ×^ŝ(ž>v=~ĝà}8°óu8‚=fV6ğoŬŠÇŜĊ8;ÓċàŻžŭ<ñÎ!Üuà[ĜżímÁRÀéĊxÛñìħëÀcŽF/6Çß÷‹¸rÏK¸ó’05ùžPöĜìyĝöëwjÏ5è̉ ħÓÊ9:\ĝ‡ş %mà e€£b7o”Ó` ­–‡MbŒaóĉÍ8sĉŒv•Mwß<ü!|ë]¸`ëQLM‡‰á9ԝ6ĉW'pfy;^ŸMW%lT–šcĝò‹Ç×^ŝ(.Ŝŝ&vŽOcrd s+›1½¸ožıĜp9˜˜™ċ-ĝ›g_Ĵµp`ÇkĜ>~C ¸ƒı•IŸßƒ£ç.Œ=G"ÈÉùŬĝì“?‘ÁĜñ:ĥŽœĊÄí!Ì7&ÎÌù8>7e<<"âÈÙŭ8òŬ_ĈĤĦ\şulÁĝ"VZ£˜_™À‘³û1sì>Œ—N\‰—N\‰­£gqñŽ7ħyxcƒ‹XlŒcnuoœ3+ò%†ltĤ;ƒĞÍvïPY†QÏáġ6ġ`öĥ˙ lB†>—”Óh÷Gŝ{pǎ8{öläqE†·Ï]ˆ·Ï]³…Ñp½^›>€× ĈĜrÒIġĈ¤YiŽàùפwĦħ ÏĜ”ŽsË[qîhœĴQï}ĵcÇé’ıċ†/û•ż!²!è‘Ŭ RFġ$Ó2QN€s´ÛZ‡şĦbǎ˜žžNıqá'y£;44„íÛ·KK,,7Nù+êşì‚mêízşŽ8c}oXm˙ΘY‚&–×à5Ĉ˜hóZäÓh¸¨ˆSÔğwïĈÂÂVVV,´ T$?ÎÎ\ ŝW›.šÍn†,ŭ¨Ûä6‡ÊÂSŝAh`AݸĦÍ+Ċ] Ár³şħÈF´Á°˙~ &;nOr’ZWß c ûöíSr™ïN&Í>ċT]Ú  ’£Ô÷€ßXgXç200€‹/úËíÂ;F×q\pÁĜĵY2aÍĤ‡…•Ĥµvèêê5ŝ*Èŝ—€ĵ/ğËkğ,PN€Ż­%Çâr 'ß`tpp—^z)ĥoßNa;Fwll Àä䤲ĜôìRžŠ8]ÛĝkĠÖ-,(y4ĝ´@qçHñqŽ…ċ&Çċ8˜ššÂöíÛqúôiÌÎÎÂu“}V=QU’7üŒ1ŒcûöíÒġŝŝ˘óK ,݆ïé`ÚŬC=bÜ3"äŸDr”ÓhıXi´024 ”Ây睇İİ)ĴĴĴ`eeívž'Ù6• „$güc¨ĠjĈèè¨oݵêfËĊôìr"íˆzÈP( aQuĊ"íĵR è,{r@MsĴ‘attTı*Aˆħ<ÎUŒġ8Ŝ;³ÏxQ½Ù~Q…<ÏçŽvżà@Â@)Qƒ_”v&DqΙlU0G˙w9·ÔÄĉqšñOĜ&CßS´cüŸ^D3dcĴĜíH(êïÎIhĴĴàĜ‰sxéÈ)ĦlĞErD2pÎÁ*fƒ×0€sŽÙĊf !"QçVÛñ3‹hÍä—ĝŬıVḇċ•ĤnċDA¨ú†;yœĞ$pÎqzvgçV@‘D²äÇĝ/­ĥñÎİyCŸÔ,˙hKü‚H—je|ïÏ-Ĵbqµ…][F1ŒĞíbnħÙĊFïSŝ’jGŒ”żn‰ÎoĥoċÈĞAÍkğR‚,€Ġ–V[Ĵ;ÄèP}ía%4˜‘mÊż³ĵµĊ•$ĉµ$·ħN‘jwğ‘ÈÑl{87żŠskÔ Ô8£‰\ú§nù(Ċ8çxg˘\ĞċÁIìM‘“”Ċ#ħR9íà”SJé„Ŭk&³P[m­6mDĝ ÛÔ$zĈĉŽ÷½‰A6)˙ŝ*Ô%'šK¸ġäKR™ Nšĥ€°MQĵµvVeĠB)=C*ò%i‘ĦñçÂ? I7ċ^ïħ <·Ÿ+sĝô‹_4ÑBáTpï˙ ċu"QâĤü;…â˙ĉ¤`ü9nĵ+!AIQXÀáœ)DPÊ_$h3ċO„} ëD&j$5”ò ÒD?˘tTŝ,­ÀÁÁŞ÷}‰‘_Ž”§Px)žDF L 9ċu JùË“0ŝœÇşBA$9ħN˘~#Ş µ‰)ċOċ£¸€X”^‰ ŜD‡²˙|§ü "ŻôÌ ĞÈüòâ: :iF‚P‘Œá7*ÖS(Q¤b=…Ì<óÎ>ôĞ%R‚î·ò:Ħ†ĈûE‚6èöj* IDAT—ĝqwNy€˘˘”%ċݍƒRŝA(Żàİzš‡wW?Jù÷Jaı"AĜ†ĉ”‡ÎOêT?”ò fµĞ_§8_oŭb‰Ô }ÊëD/”ò ġó€á× UĞáäèVİ̐Û–Ĉ‚yğ˘b×àŒ™vĤwú*Hܔ§PSŝÚ*Š™ò?: żôß”ÊÜ4ŭ*ŝĊSŸÓ("ÄwCE2ñ™Q\ dïĞ üE‚Yücj'{ô>›:ğv¤HiN›VJù‹óġk¤_,‘*4 ĵQeò`ü)ċŸx;ˆR" ìRX€sÎh€ˆè…Rŝ2ÁĵĦY‚H•Â:Q.¤ċe$Qż‘RU…Ú‡D‚ı6üÄÂÁû½"6˘ĵíP!Êbü˛òWtÌé7[U²HĉrÎÁ*~ż•× *@2†ß¨XOĦüEŭ‘Šġ²oü9 }­Vö­¸ŝÊAaÙ÷NÎâäÙù¸ $%uhr@ ñ~‘`vKüâü†‡°ux[·N„áÀÂrƒ€’AûdG)wTµ3<%,)E%KùĞĊÖ²1ô›%ÒĤ˘7]q‡1ٗĈ°j~§%'8YÇĴ<üğ…Rœċ/UM?Ö*“Y¤_Q߸Q1(ċ/Ì.ċŻİ½o‚5÷İvLYBQ(ċ/ÊuÔŻÓoGĊµRCeGéşħŠNܔ§PSŝÚ*ÊoüÉ™@û” ÚYĵĜPÊ_$X´”èÁ$^˘4d2€žP`€óBĴáÜ[ğÑ<êà´Ħ”żH0騟1ÀéüËd?İä˘ŝïży ŽOW°ÈĦ+öJ–òÒŻ¨J˘“/0Ċur ÷\p·Ïm²nNñIŬĝW3ċÏÌĞĠÁ˜]³fÊżÑtE8ï÷EÖżÑŠGle„ĉdG逰Çlm7Ê=^ğîµ­Ô_9(ċ½XOĦh¸ç{  Ŭ€S„3 Ŝ‘Ż· ™€¨ç­á%KA$Lš6"o”ÖàİF ^ğŻŬHM_éĦ”´"=ĊŸ‡ç6àıMÔ‡ÁI7a2ÑÏ´QĠè“+IVsŞbèE8jB‡Û\!Ÿ$…4ŝ\^‡vÊ?{żĦyíŜv[rħż§j÷Óa…ÒfÒÂmPÊ?) żQħžBù‹ú#ë)dç\ĵÖ*Àİ ˆD”uh“Şz¤F6(ĴÀÁÓèRlv4ŜŸ 4Ŝ­H_Id0Äx­U0V LÔĞ#âL^g‘Ùüʐél˙ ;—e éö×&ü fÊ?WĈ?Ħ”JOñs›ËÙ¤Œ?(ċO¤íPÜ @ÖtÓ˘*cB½V‡S+­ż —ŝıĵQÑ<ŝ~Á,Rŝë˘Ġj£ŬjÊ×ßxn N-¸: aOD*`÷ÚàÜUH1ŒŽŽall$•6JùG+ÒWE²çÂ=ŽùĊ4 ‘Àk5×ĉˆWo~IA.xO”Ú ;JìpkÙŻ-‰–8Ĵ†ÉÉ ÔJ|yPÈYŝŠ:´Sŝ‹ôUaç<˜091•Ġ,.,ŠÄÉ´áÔÂïí¤˘~2Dj„ŭĤ*24Pڜ´½ï+'ŝOl"†ÑĜnğúċe‰_Ä"}UXvbŒ `xhD~ş^ĝ²@Jù…‚ĉĜÈèYܓ§ŝ‡†F048Rk „‘áÏù–ÚEoÊ?ŻĈż+2>>ĉ„ŭĵ:­çÛW—~ë|W Ú}/AdNq€ÄéKı'ßÛddĜĵò²RÙYŝ½‚ÙÎò×3ŝ@gâêppîJïH|w]~4‡Ĉp–÷T‡ X”ĊĝW3ċ?àˆdQżI;8%˙ïĵhży‚È3…ut ÂÉ~£b=…òġG*ÖS(۔żJ MÏÁéÇ[!2Ŭ¨âeİÂFŭ=şògüÍÏÉrCK,A½ ħF˘Ôİl €ˆ@YRŝŠ:Jšòz0ŭ”?‚H“Ò:á^eg91u4ÑáÒ?uËSÊż[ˆRŝ:Úè—Zm2Ë TÄF”×à•ù-C)‘`v)Míʨ_<Ë?r4ŝ\ä½… }6×à£^Â6”ò ċ:êWŠ…ô¸Rĸ9‰v_]Z²š¨ż—Ey)@X&nÊżSˆRŝŬBù3ŝOÌÌŭx?‚HœÊ91’сRŝ"Áâ§ükî—Li–p͊gl "QJëpnü,ı C)‘`Y˘ŝà§aGÂżÁô˘ŝÎ>Œ˘~Â:UŸ^Z€öäJŒ “Ĉû{>}cĦW ó”µ;ë²B³£¸w}ñĦ”żL0×Ĉ_)˘cÜ5˧”òOKïœ lP\Àrúüä!ê7RŞŞPûH0׆_)Á êéyêešĈżï£2=;ƒˆJ&ÙÎ+s–Öàë˙#Â)‹ñ§”żÎÁQ}a=§ü9À™h†QF²3ôĠÇJë"’1üFĊz ċ/êTĴ§PYRŝ>é £~2ü‘äT ï šŸ“ċ †–X<ßçÎċĜĝ“k@ÉQ^€£?ŻÔ n*ً”%ċݍƒRŝQjî5ŝ~À0+O\~r òËĥˆàĵ2÷Yaîx \$̵áWŠ%ġG/è+–]Ôßù*ŞĠWz$p6”ÒȒtî§²Jùë´™ò7ÚÖa”¨v_M‰S^ ”S“1üFĊz ċ/êTĴ§PYRŝ>éĝc:1ēÍ'_%h€ì(°ÀYÔÛ#‹ħżÎxûKÓxżHüœ,g0´Ä2LùK²9Ê{ĠJÔß+Uñì,‘ëĊŞqóĜ9ïßP|ŭ˜E½VœŒ²¤üuPÊ?JͽÒ1N)Ëñ~‘TEú_b Ú Jë”.ŭS·<üğ…(ċï/ßĝ[JùarÒ ~èmXü{ĞȃñÏ0ċCcQÏG˘|‚HŒÒ:,¸0­Ž#=”ò ċ:êWŠċ!êß(Ì!~îyÏÇiN˘Œäi# xó´ŠGaΙtğpလ7ċß)”딿ĥ 2ŝĦÒ sqK)RƒžP9²ĝĥ9Í(WÌo'Jù‹˘ò×Ĵı_2”?çaEì‚ ҃€\@)‘ Eŭv£ŝK•öx?A™PÀßÑċ+ë“O)Y;ÌÄòoüġij‰úĞ6[er3 żFÂu²xÀş^=I­Tu”1ċİXOĦ<¤üĊyKù‡MôëÇBÇL´D.ÄA;ÀU Ú JëäğÉCÔo¤TUĦö!‘` żR,Á¨?zA#\(NùÓx?A›â:gYDĝ2ô˘˙²Jùë,^Ê_]‡:B·gĝih€ ’£¸@DÒz€¸ ‰™ żQħžBù‹ú#ë)T–”żO:…¨]œ j6)˙°dĉ ċDnËÒ:²g¤OˆáĤñŝhEúްœÁ+^Ê_,.wNġ4$dü9@ÛÖĦ9ċuò€0^§”ż~‘*(ċGc¸żĦNùGn‡av‹ ˆô(ħM!5qz3§úÊSÊż[ˆRŝĤÚ‹pa5\ûŜKĈÁĠ’" °€™v‚żż°Ŭ“d<šcŸ]Ê_S{Rŝb'YÏWµcü;óh  *äw€ò߃…uTġ˙e˘Ù÷§8ʒĠ‘}Ê_Qü£ÔÜ+QÊ_·JùiCûdCi€lÜP†VœRŝŬBdüh Mù÷}ġ{J/ċO„]Ȱü£éĞ"ż)͚û%3Oùë żüŜù…ë@ÉQ  Í,ÙCYRŝ½‚ġç!ê×Á×ÖÛüĊĠFĞC$)ĵȨYí 1ĊA˙ÍX¸›³´@f‰R7ŝ)LïRsŻtÎRŝA<ˆÀGjZáúE"E2jgçN“Ŝ48\>W×àœċj·À‹V Œ)˙HĊz ċ!ċ/(kÊ_ô â˘:hĵŸ €Ŝ @÷g–èŝÌré×È u§¨Î^RÊ£P £ŝè5š˙`Ż^*ÛñŝPϤâ3ĥˌ³iĜܳg‹ò=w3Ü÷o0fĝƒŸgz²q][’³ñ÷ÈŜĝSÊ_ç`ñRŝê:‚·Q˙ó´2Žúygĝ.Gı=Â2µÉIÔĥo8hŸ:Ŝjۈ}ïüjşUÚ?è ĝe#VŠjëŻÇh4‰ñ~‹Ĉ_ğúċ9ċÁĝGü^CĊĠuè Ĵ½Ĥç#ê/DàG$ImÛĥulhġİ)8ccö•w÷0답µÀß,ıò9óÉ×|ÇRœQ‘ @˘ED᳗ıy˙ĈûŜÄ ) Ÿ³¨?zAcħ£~…µE ·˘X0†úöíp6mê똠kÜı9¸çÎċuH 8 °ûop>€(íÏ˙:yĞ'_\ÀÑ^żƒdÒĦ”òï˘”6ŒÇà‡d·"/ċŻ[ç"›(kŜ‘ŠĠ&';óĤ§ÁÛí”§ß`‡Mä‚c0èj`ƒƒ!×M¸…‘ .ì—~ <Ġï/rÂdb˙4Šâ°ŝ÷ëLžLŠd:EƒLm£ŝHĊz ‘ñ£ÑäF2’eÉl˜ŬĈŸžP\Ĝ0êğv9Nì~a}HàôiĞC2¸|@ät?÷§óuŒ-èpġ˙İĤœ³ü#ë)”’ñWŠÄ5ŝ<ôm4ìGŭĈaÙè' ³[Ò^m­ĦĈí-°ħ,rÛU³ìƒ£˜÷Ï[oOk~³C˜¨Ġ1¸0£RPK#–ŝ`Tûa†=xĵë$¨(Y;Ñ ÄÄeĜ Ècuô1fùçĜĝçÚ+ĊŒú£4֘zÊ?†ÁÀĝ÷eÑÖċm†Ë"·Ŭd9]“Ġ1WŬ0ŝ>ĵFsġ!ŒMîÀèÜé<^ÑÎ}€|}? 7ü²4ż*ú÷£%— cUCB8 ŝb-ÁNÀq”Ê*‹|8LˆŒ?7)K£ŸĦáï)šDԟYdG†^Z}2ġ·Z.fÇ·ÊuµÛXd ŜĜVŒ/%°ŝ?ıkú°‰~ŝ²rcŜöğġ›˘<á,€¨?Ôsî9ĈW&ìkQ05”ĈJe•E:$̵ñWŠäÁĝÛ7üĈ9Žúµ%iߊlè-×osËċöÊ*f'vŽĈ³è8Ç2wàoĈDc,$[V&ş<è¨Ĉ÷/DVċĝ?ÊÛ"$m ŠÁ7ŽŝXˆúĠş,Lo~N–3Zb ŝè5RÊ_%%9çĥ+°!ĥ]żġg+êoÏÍcnÛ¸ĉê€. VÇÌÀ6ŻÎb=òËvµƒ<í/›ÍÄoìŭcŭaNóëò· ĝAĤċèzċÌ˙cx÷GtÏ97ŽˆDmˆs8L(×QżR,QżAᴌZ†ż§hQ?ïy/™+İœÛ5 dèe ”ÇÛçf0ż|¸ƒF*ÚµœŜ‚‰…ÓHp¸°ĥĞŻW0Íßŭ[#EÑĞÉWŸßĜû ŝÓĠÑG@ܨ_™Í§…pß˙Šš–UéL0×Ĉ_)’oP°ŻˆQB_-Q oNÀİÁ-‰ÔEX`lgì*ĵZ³›÷$sxÇöˆ˘z˙@´jÍ²Û˘tżÖ,ZÛ€*ڏġû–z–Jù÷V‘O)TŽSŝrÉLÓ¸DŝğÍn^éX{RúS˙˘veƒòBgÀօf˙ßĞÊݍżaĝnġŻ–Û_Ñ*Œ~(´A‘uw %‘NĠ<ó4Sŝe3ŝ‘Ï)ĈEèqpġ[+ŝu?îŜ‹ĵûë"ÊÈLğŭ—fÎü’Ëq.ëĥhà`c,>h·t^]‚ĥLĞê ˘´•62IüċYX`ĊOù'a0£’ ĉ:ċŻËCÊß 0ü’òûœs€‘ĦŻKûܧß:ü;ï´WG[Ëżôwœ÷o‡˜³/ëv)FÜaѸ(יÁ,ŻÓ–HIgTQğ(²œ%àè›s¸BĠ)FJ$Ÿòϵñ—6P7ê·!ñxCĊ nü{ÎÉñ'ŞÇŞçġğǏüÖ;í•çóg§ßûgïùK‹nûÙĴÛ&Áo;YÈßŝ÷˘,·Yy•ĵżŒ’$Ŭñ~™ sDŸEÇ×ĦĊMù S²‘Ӳщ˚òl~ òϽñ_c1ċùĦˆBDhq~ĉߞzç7žZš[Bgßü€ÚSKsKŸ<ò⯟n·™qe„Zm(c˘;v]I9QŒżN™×ÏĝŻ“|Ê_c%LHeItŠ ˙ĜPÊ?Jz†_à\jJ3ê×ĝŬpžÄ²^"O¸àK˙ŭìÉßüÚìÙSÛ>Ón·úġç˙ċċ?É´Ħú„Ù&•½JȞ™‘Ä€¤żĴ‘‰·–ò—è”TéL0×ĈßpÄÈüä8ê7–H=êVG’)ŽŜUzíXaµĊ%Ï;%LdηgÏüÇ?9}üu™Là˙‘—˙ä/¸lĉ’áяÙj Úԓµ÷aÇğïWı{BPMĜŞşy3uk:YĉI³ážB<Ÿ9IùÇ&gQô‚ĈíDŭİ#Ż]}´óxı6öüG?ó‘ …àÓG_ŭ€/XTÑFÇúo:î{u˙öoR“´›ÉVT&R]q€ìŒż!ñżŞUӒïÉĝ—)ċıPÜ!E³‰úc Ñ@a‚‡]üxÈżAgÀżùÛ˙^ô!sBTòŝ2JL›Ĉߊ`+ċßWD(J)t?üMSŝFíH ‰òۗq™˘ât™1 3à²÷²mEġ†×A”bâäĝklÎyĝˆ|´@;/"yµqÏ%gQô‚ĈíDŭİĵ˙_˜QÔŻqĜ/Ä9Xş‰>˘òxèwE9, ŠUÑżÌh'‘Iŝ’Ŝ(­È_Ëĝu"ı‹ˆ ġ+ĊòġNËĝ§eĝ{Šê×adü \cecÂ"ö0c,3üÁzdF[ç…À{Qğe™„àyôĠˆjM ıVx‹1Nß/˜kŻɃñ7(ĜWD]‡‘˙¤ˆú46‚ÄŽ£* Šô>Ó5öQËÛ hŝ˘8Q#y›CÌt Ħ=Ôíe^Ċúħd;Es{—Ÿ á^XcjQż~Á8BŠċÁĝk¸JÑîá°(Ž tŜ;²(ZÇô3]Ù°:dġë:B’Ψ‚? ž ùLq“NQ:´l§˜ë¨_)–‡¨ß pZĈ?÷Qżè>—ô+ DŭÛ×ĝ\É LŬ7dPğv 39„ *c!2ĥ"GÀLġ”A˙{Ñga2ħlQ'Ú ò@J9˜í4¤A§hnïâžK΢ŝè5ډúR96ŝFQżvġ üÖâ;¸” Lqn[t˘˙à{UF J ĝwì¨ßÈHÂàǝÌ'óAŸŝkĵ>˙?äò÷7¨@QżR,QżAᴌZ†ż§¨¨_ïĦ ¤ŠDú3€Œ(÷MX@äˆŝ$FV}<‡X‰$şKŭŻ @Ĉ_)’oP°Żˆş# 2ŝñÜç‘ĉì$@ÂÑQ´Żú[fàu?³fĝğ˜< H÷ó($ôOö8`ĝŻ{H™|à!ï"’ Ÿ á^XcjQż~Á8BŠeüe÷y}’àç’crÈ ŒÑ½oDF_ä(D1úŝcaġ&N”e€I’FĥÀ€d#˘\GŭJħéÌSŝqHêj#·CZ´÷~‘Gô›X Ż<'Ör")TCQSïIˉÚaÏ%a(ħĤŜ´>ê)Ċ‰{N”òY ¤XSŝ=ĊùZђz&)˙˙ż½sù‘$ıëĝ/³ú5ŭĜyôÌxgVĜâˆÄq@âoà•B˜“%„#|6²e8€%s8"!ڀ€ƒÌkv—ñîÎôì<ú]Ġ]Ġ•ÁĦ:ğ£˘~ñ‹ÈÈWġ÷3êİĴÌxĠ#û‹oDfħÒÒêĝFçİÓÙÏŝÜ3I¨f˘_ŝcGèƒJ0òÖì U}MŭÙkê—ĝÛ_“çĠŠGŭ Ä?4ËB­Ä?´ @’ TœS‹ż<(UÀ²ZŝĦÊğ+¸ŒĴeDúĊâ_é÷\‹żùPÔW/Ä€şI‹:ÁÂĴ˜íĈ‚€N‹d§-ŝQ &›Ü_FçGŭsâ_µĥŞ£ŝ°vĜ‹ˆùÏ?ĞÇŬ¤'ö>İc¸Ìĥ°ˆqüOtġŒú-İš˙À2˘„_\|„? Âï9Bê'ä>Ħ"^gàíôĠÂéGŭÒĜcâ_İWí¨ĝ7%üsY1êÏö2 $ı§ÀKS)-~WÙn² ŽNqá&@ÖcÂNħóâaÉ.$÷—á݁)â_ XŝÜhR_™ ş[éÌù&k˜ü¤˙ÀäĴĝf‘´£)ñŸk`Ä?`6ùC>5µB¨@Jbn\:€ÒÇ:ÊĴÔ°™C:DëĞJ5" ÌbKŝ] L^uÔϤ¨żAßóÌRk½âŻ’ÜZà#v ċh>4m •5’64ê÷&[ñ÷D²Q?Ä?"Ħ£ˆŞ£~a;œ„*kRÒ´óû²*·ÖknHü#;Ċ0ùİ*ŝ3›\&íÁ)š˙ı×´$âŸÌòŻÇŬ´CìŻ–”^]•Gò#KšŠ-,bvµxŒ­Ëِ,ĥÔ­ŽúŭeÈjhYüóG ż¸Šú½ÉRœ²Eċ2×T ˆâEżDrÉßâ1ċğpv}%€YcċQÀ‡!ŝ=ġÏe]’Q?Qeñ·­pfŠK°˜cíp¨ƒ—ÉíŝPÛߞ6ËŬÒŞ,Îg',{aòSUü…ĥ3yÏĊî5-‰ĝwÊòŻzAü¨‹@I¨ ÍC”ÂöO&ü):ĊÀ,ԕĿjrw²Z˙À2˘„_\|û£ŝ vD|πĝP'İ€’TN€ŝgK*ċz*-$A²„â_ipĠñg^@kŞ&̍úkqñ=˙HwKŽEĈÔ  )€é¨$d]ÀĠħLz€â8Œ€QżóQ%/Ĥî°G§è¨ßÒ#ŝKÓûĜÊPJQ–e0¨™:"ıèKĤĜ|YĤœ+ R”ĠòC>Ì̀Ġġ1Y°ü#2VÉÀdƒċïnGĥxC~ŭL•JĠB]‘eäîx$’ ³>@İŠ7ë ċMGĊż)áŸËŠQp;ĵI ŝô‘:"żĝëHŬ€4÷pR_§Ĝi˟ÍÒsË.+Ä?¸ XŝÒâ0˙@ZêJ|bêÈ+Khš˜ëÏ]#,IÊŞâߎ/Ö,ÉŻ}WpQôëÈi* ZûÌ1K^÷@mÂË? Xŝ E4dù{“Ġ'ŝ€ĉh2(‘ˆ>w̕7A“¤ÉlĠ+âŞìŸĝò·cĊ_à2Ka…¤p·)h# ²Oèxöyn,îŸÒuЁòİ;lùG§¸ħ–X;ĝìMZŝхĸŞüC@2Ú J$.€eŸì>\‡Ħş“ˆ öoÔï/#Êò—gĴ’ÁÈV³‹ĞèѨߛĴYñWĈ ƒbĥĠi;(‰tÜ%FwŜdöêŸĝ÷|Ô?—uIFŭDħü…eHóGŽü!üÔCW˘ĊżÎâ>靭ĠTIbùËf`ùWÌÀd[ñï”ċñ`™éRP[%™šÍ<¨…½3Dêßñïċ//–ż4Y³–ż½vm qÉébPâ ˆ”.DɈ;ĊŒŬ+ UËß_F§GŭsY—dÔOÔMËß³Î֛?Rü•*¨úe†]J¸@ óO(Q40A³âË)-˘âßħQdq°üh–>%)00YBáÏ]#,_*XŝQeH*¨ôñBüh’>:Jz Ż”ƒ7ÓògRÁòŻF-˙ĉúŞóŭßİ|ż°€dô5aë+TA=˙èŜ4¨ŒN[ŝsY!ŝÁmèħċŝ ~–6°ö…?£Œ”Ċ|ÈÌġаüc20Ùş ŝí˙bÍ]˙ĴYË1IéogYp‡È¨?SŒİ–ż/ċ²ŒúÚÑañWÌV`F@"ú„r#Ä–ż¸Ë(ŝ=ĥü%UÒ²Ô€şúϙB¸÷šù¨Ğ½e Nŭ£ŝè7ÖòkŸ½ß–˙â÷<›ûş‡"ŝJ)Ê2[0ˆ€T,mP—ĝ³İ—Ñò—gĴ’ÁÈV³‹ĞèѨߛ,áÈżUËÂ@j–6¨MüŻÖù1bè–?,[­U-aÒüMZŝ NÄ€:èo ĴĦ/cÀ^OÊè~ –?,[­ġG—n_ͽ­¸:€tô70-qBËßŝkÀò2*%_Ë_^,i²ÄâOô=Oaù+˙ü K(ŞQü{?ßË?2Ħ£ˆ›hù/F)Gŭĝ1 êg)€ù£ âË)-˘âßÁQ˖? –2˜a~Ògs"˙ëÄ×ÇdíT)-–hñ]ŝ€v4%ŝ•>Ŝúç·Î(ÉIÀÍ`‰€Ş †\˘Ôžì¨ĝòŻĈÒXŝZßó(ág³0žHüÉ;0 Ġçüó‚Ü òĥHáçJÖĥÏÖTİĈ?"Ê2˘Û[ë”ħ}¤rgvTR†Ìò‡ĝG$t‘ÂòŻ*ŝß/WMZŝñŻ„RÍú´ò1§Y@`nëÇ3²;,5]w2ħÜΈT–ŝœ•̓fÑÛ÷ĥisc•ĥ7×hïÍ)M§…?£§JQċâúeùğSV˙v„ħĉŝYŝ;›ëT(E§£ħ‘ğ³óŭċÀÀĉĜ܀ò˜bް”t10E?cö͢ŭŭ÷ŠŒç´Ï³Œ>wo‹67V‰ˆhcm…~èÁ}v0¤áÙĜYÔXŝ˘vôjÔŽ‰˙í ÚÙZ'"˘[ë+ôúpD…JċnĊeuŻP\_ħPñAbŽ#KM—Ĥ8û.7ö]›Ù}ւ”ċG.ŝoïÎFŝJİĞż<Ïèí{[twgCò:-uÁò·cĊßùñ7kùgÑŬ·n]‰?ÑĈú*=ĵ·EĞ+]F¤ċŻ”Š{Ċ³>a@ĵíoë[ĝŝ…?†i°T´í˜ÑznÙżÙĞÙ­Y˘äG8òßXXG!wwnÑÚê€^ İ(,FZĦQ)nĴċÖ>ûÍ´ü³Œh÷ö&mĴ­^½ċż2Èéá½-:<9§“áı¨JÁÎÔĝĤôĈĝF˙Ü1=?½Ĥ­Àv›Û*şòN1Ï2zt›ÖWŜ´[k´ö`@/ŜœÒx2eĞìu¤j\ük~q=ġ{“5+ŝyžÑŭ;[´ĥ20²\oe”ѝí Z]ÉéàxÄżU,˙*¨ëÑş.úzÌ ÀgûsÁ°44Ä?8Ĥ\(}SĜ)>ڕ‰˙ĴÈÙHéñŭz}8¤áĜRWÏGŭsY—dÔOÔĴċ_-<ż ¨Á §wĥhekYì·6Öhme@݇tQ.€­aÔp€›À9á×÷!KD“€.ä9³Ï°òÌÇñGX§èċ) ˈîßÙ¤ĠËĊS}E§Ċ–żÖŽú…Ċ­ èŝMävñçï++9=ĵ·M‡'gt:äÀĈż|ç—%#ç¸lŸZ^]ĝÍç@/i"àŬ%ôÜ:€E Ĝ;/ƒœŜ·EkĞÖ •Vı½ıFkг)ÙHÉ]†Ĵ†~‰”‹‹ïѨߛ,Ħĝ ‹Z_î-ʳìRÉL=s“e³ĞV:<ѧZÁëû˜ àĝh&` 7ž-ċ>=X@zAŬ€Dôm€mŝ˙òyHÖ)êâżPF`•D³Öû;ôꔆgIy XŝĠ¸Ħ–?ÑĈú Ŭ{k“²Œ.ŞĝïĝÖ­UZ[›Óë)v×ÙìüòÑx=kÄŻSîϙc@§İó2@NüË?ó\ıg{ñ²ħ \óŠƒANv·5ñ·wŒ£á9Ç× ŭ”"RĊċŸşŝ#R”çDïÚ/ì´ĝϽ˙ùgUĊ?Bx]‹Úşµv%ŝʑQÑä|şx´<Ÿ´ïùÊ £w·èÖújP띨ù?ÏGĤ÷fż1 Oáû—ù>ÈĠ'ùú6:K€>bçFġQżË%¸~žğċèwooZƒ€AžÓ`ÀMjĊ)˘ápDO>Ú£œˆ…G´³½aI>żóöömŬZğşLË"š˙Œ˙àEU7Èòw½5),˙è2$(ùg›eÙĠġü>ñ?99§ŭƒ!Ŭğ½I››ë”q\­Œ,Ëèî[·hûbKdÇl{ü[êËç­dŬŝ×Ó疺Ío},Çá€N’:0ĊŬ5˙/}ë:ċıYO;ÙÍL”UF3zòÑM§M‰èÉGŸÒ;îÓŬÛ epĴ r˘A¤œt%sW<Ä Fœ‚hˆÂw ‚İ(°üe7ˋ-×BŻë[`–6èoÏññí½<ĤB):Ñîímşs{ƒ²\Ż“ÖsĴV)\XhQú£o~ŸysŸ˜ëöZ¨Ÿ”@ñ—şÚ1Ï@PÊ3žÎé˙ïıvï˙Y–OŸ½˘Óј>˙x—ıżSNiùÛG~úœĞe½–żOwAügQo{ÀûYÇçz™ÛçŸÑŜË£Ğ×8-}ĥLg“1}nw‡òg܆Üİı ÄĥÏ5ßOÌ~Û+ÊIî "U +žKü]SaÓ÷÷˙îÑ}Ħ!ŝûG4Oèóï< [ëü[m˘Xĵ!5-¤Ž°üŬ)Ë݇ LQm°WĈĠ1$„ĝ×úı²’OüG´÷ò˜}ێNÎé|%ÀúËí‚IĦ§Íµm@gHıPĝòyŒĝ› i¸ƒŜv닓9s8ÏÎéɇϽ+œ‡§#úèéž.Ŝ*U*ŝúï ¨âòO,î~KYŝĉ(ò°Ù”×ïwù˜÷^\|³â_ĥı¸ü+ŸË pœû\cÊw}Ì÷]/úú-w×wptFÏ?Ċżä||A?Û§cĉ;‹²ü Äì#¸Ċ|Ħ‹ĝ\Çô>-äŜ&t‚€d?f:@?áNÊL ^ĴŜ:‘R4éƒŸYGŝ&ççczúƒ=zñúĽĜoNŠË?£×BÍmY…Ŝ™U(üЍ° N k¸>ñw qT­Ĉ›ëŭ\+Tàz[nIÔup8˘ŻŽE-šŠž½8˘Wû§AïY"ĦwQŝĝ'üĥŝÄ ĜœIÓñ$­s?w €NPu  Š¸‡ü-œhq·žç²qô ³1=qĜŝ6ĤSÚÛ{Mç“ =ÜŬışżş³ž]¨Çò·½5>Ë?ôPdBKöR,íòàjT”ċÖeîˆ(ÇŭŭR¤èÍáˆ^ż9 rLˆˆ^ i4 Çvî$X–Ù4— ƒË?Îö×1Óp”6˙\54?ïo–Ÿû‰9Ĥï 5R­0£ÛÌĜNċ”ue$ğ;żĈ\çĉ?˙†gË9˙İ7-GQLi˙Ġ'Sz¸ğCÛ·Ö¸F9Ÿzv‹Žú³ÙŻx×ԞÏğ&áeĝrX‰â/ú\#Ŝ–ëÖWƒ˘×#Ú?8v)†1=}ĥOŜž­ H×ÏĞ)GÚşàšÏí³HĵeoÛ/Ál­Q%0ç³Bçğ¸ġrì·ÜŝkÀt6 ÷ż÷Ä˙  PŠŽŽèĝà¨íĤP“IAO?ŬoğD‹€?ġ- Í@€ġsís 1R8.‘÷ĉÍ Áċ$èsoĉ<\‹¨‚f·G´~#˘yáY­oÜġİó˜-0Ë Uê^èËËϕĠá'şŸüĠá‡ßŝYU\ìµŬêâbtggŻŝû׉÷“]Bï/\·7ӛ۲ı´~Ê,WÒGP;ħ€íËë:|é}eÙ‚V˜žŸĵûÉ·żŝ›4M§Ç/áΏŝô7òÁڏ´Ŭ.R2ŸŝÍ'÷ğ_ɨ¸˙c?s¸ŭĝÇżJYĥÓvğ”£Rì c?iûıQ½ĞoáFîĉ\>,~Ş:>!ĥEÊ´²¨<âF@ݘNN˙ñùw~ï·h2RD”}úÏŻ>{ï÷żXLNżÓV›HM19ûŝóż˙ƒŻdDD”żú·?}˙Í˙üċ/vÜñrġ9U×-Ċ8’\™­` j˙ÚÔĦġÑżş8ûŜóï~ëË£ŭ)iןì˙àŻżök7ŜfûHAQL>yġŻüĞ'{ç¤}Ϗ>x÷éË÷˙è‹ĊĊÙµÜÄEĉ/ôı…UEYÒÙĴ:AÛQĝI$ÉS Ċäìû{˙­_ı8y1×)^ŭ]ŒÔ'ïŝö×Î÷ŸŝÁ=EÓ×oŝŭ/~yĝò?‰ùž_üÇŝ³÷ùéĝĝ½Vă:~8ß5µÜqĤ“#*ĤÏ'´N ĝO|}J!˔9Ċ Ĥ“/ŝċüÙWÔóï~óOŜŝ‰Ÿ;ZßŭáŸ'…Nô uqĝáß~ċäÓzîJuqúâìwżŝċw~êKż´²ŝÖOÖÖó\Ì2k`­ŠÉ+GIÒk˙¸1Ċ“Íj³­Â­#½ž‡"óÛĉóĤDá÷$§ ùŸî-ÍğĝÌ~×ħÂ(Kn+ËÌïĞÛVĤ™€V¨êHFïd¤qċáîĜeĉ·•oËëBo‹žGïtíaŜ†SMNìÍó`қeَ›˜éıúlyÌ}´Nl ½d†ğ$Ĉ ÄÜUĞ,Ï Jçò•ċfLŜ’‚;@óè7îáÄ[ß6÷Fz½L²sú98q‡Àƒ^PĊĉ–‚•Xî’çËy|¸NTîdÇÜ=í²Éħ͍ü9ë?dôŻoğ‚.½Y:)J-}näoZïúórğʈŸk/×vœ˜tîÖ½œ¸êÂ_>·9Q4Ĝë²µË( ŞĤunÚüi— ÛÊ1™Á7…iÛDüŻ…™à$ ”÷Û0‘ŒÈÍç.ÇO"ücf[8€ÎPuğ)°.›žËS_ˆà)ĝNrL>ܨ½`ĥġ4fzó˜Ô (ӆ żŻL2ĥh…WÉWŬW­Ğ *\£}ŭ9Ñ∟{äڎE€´í×û̀ŜÜg 2·ßĥN@èm$ĉ'úp@gHµ ÄÄ ŠÜ—Ù„_w Ĥ´èJ˜m­ 5ċó·Ï·P*ŝÊ(Ë Èr €NòN€ċ—ÜĵiG‰kĦW–ĝϜN?1ûL'm|Âi³Ġ9@r@èô@™ÖÌçĞ€ÖI)„ş ëwè ½#_nÉÇĥ]ûôG³í’}€fáĤûL$ÓúĥË!¸eğÊ!WR‹\• À–ÎÜ_–M$~óuú^·o# $ÖıoäÏí÷Òm–żë¸/ SÔ!rşÚFó ËJcÖk#rpè&.€[  oğÖÌ~×T€™&Ĉ5 SÔ%r½+0°‰{Œíoۖĵn, }ŞĴ0÷ÙD_ß'™Ëwôme9êċJ­~">( KnżıO4·ıç:ş~‰k=@ıÍÍ÷›é3tÄñĤ ›Û5% o‡\G-6c €ö‘ˆ™à=½ä9Fŭ ·4)r.‘×·] ŭbĉû]˘o{ŭèĥÀ&²ĥ€ċ£Ï àö…š9éœ~Ġù~É×.ŭ9Úǜp ,ç¸ÖHßĥÂzO["péÍ}Ü£Y÷ŬFâHÖèÛħ ]ëèm‹œ)ÚUï—ĜŝÒ×Ğ_žhóû6\A€mZ@:  ˆ, ]9ÉèßÑ÷ ïu# ĝ€˜Ğ¸mˆ>¸qôMä|yŒ{îÛO„\÷ˆ™­ àĈ·ÀËÍTF²K Á7šeıŝĜŽ HşÒ@è`XĈ@Šo à&ż7t—a 9ĵ/tˆ<¨Â˙‡ü>—n“”†IENDB`‚rapid-photo-downloader-0.9.23a1/data/icons/64x64/0000755000175000017500000000000013645661366021466 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/64x64/apps/0000755000175000017500000000000013645661366022431 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/64x64/apps/rapid-photo-downloader.png0000644000175000017500000000665713645661365027536 0ustar damondamon00000000000000‰PNG  IHDR@@ŞiqŜsBIT|dˆ pHYsììu85tEXtSoftwarewww.inkscape.org›î<tEXtAuthorJakub Steinerĉû÷/!tEXtSourcehttp://jimmac.musichall.czif^ ßIDATxœí›Yl×yÇçÌ\^^òR˘6jŬX²ìÔI ÈuĞȑ’&hšÚyhŒ @_ ¤( IÛíKŠ h^}êC (\ôSĝÁ¨Q·^dÉK#/Ş,+ŠV޲¨…¤HŠäíœŻgfîÌ]ÈËKŠ PH<Ë7ç|˙ó­g(ĝ˜ŝ“ZEŽ?|Ÿ´ÈîġXK)N|îçï˙@ô4˙~oàāƒÓğžĝì&= ~/ şê‘\ó:°ĝFğeà!ÀÜsUê_C{OħÒ#_ïyŸä.Ô~=vĵŻTˆ/{ܽtmĦ1=óŞ^Ĵ}s×ßl,·7íĊí@‚Üĥ™ÙW˙ß³ĜKŠè ïrßPèQPğÂw4ġß·¨-À§5xÍûŠä&èŬŽ7ş Ñ^Âö#Oß½8ŝċÙ[Ó§^ùĠ_ûÒÏŝôĉR[[”bñÚĴ;4âYo‘·; f šĥŻh*†$€ĈġĉÜh˘Éïmˆ&ñ£ˆäĈ FŸzŞZ>pëòGgŽ?zè+GϽón·méû%o+‰Ö$aèž(Ĝ6Ûħq}Y;ˆÒŸâŜÈx-H‚Ò;?ÏÜO~‰·óÀ'ĥxJ½vòÑCOŭâPŠhî bM³f;h„éXèÈç&„||”siÇÌżĝ"zzRmhw]Œù~·}­ Pe!bwŠY;6”Fà‚€FäNı#oèÀ“XKxĉ ^Ċw;èBëç´Î@jm m&Òvœj€Á†İFdscHÓvd`¨Y>Zë\­âĜàí0qĜ´ÍĠA€l,c8àL@w@~™@+’T’yñĴE/ÉĈ ° ×Îy#°N[€8ċû(ÊُµËjÁş D0s°ĝè`N‚\3h0€š†ĝpÌĜ×@˙Žû×Ŝ†ĈYP{ÁĵLıD`΃óÚOü—Il°uëV&˙fë‰ë7žM™óíĉ˜}ìó…ı?Lwœµżԇë T*Äa˜Ż§*j‡/këÀäÛ7ndçŽkŝn‰cÌĝxùĵF6máÎĠ›äµÓş qDré(…Òk}EÄÙz²ĈÏνa½ê·şñwà“O˙ġ~óĴQž‡ÖÖÔĴ‚ßŝAÇñŻ^ûoùá ¨Ŝ ¸ŜÉ ˆ½{ìÜÛşMé€U‰·wl³ùڗÖ÷sìÀ[œĵĝ8cĤĜ?v€=ġ4Oúe†Ş‹Ü êüÇÙ£ı›c˙À[§c†y“Ŝàù×&´£Ô‡xòóù`ßÚÂßü{ĥ³}É[ÊD ìĜ³e`âòÄ`7ž>@)…Â"ÖäĊZ‹µ6o“ ’ú[˜‹µˆĜŻÁZ)µ} wï…ĵüî5Ž<ö #£uŝd ĈŸ½ŭüÊìG}0$B(báĝq}aÉùK(!‰-ÀĦk"K Aš‚Š1Ħĝ„‚IL>7Š„8nĥMb‰"›óZ“àW\ÎÛ^}˙:O<şƒ#_>̏ü yöÇğS'hÊi@fNKKŜĥ&!HO5Ohäùı%‰šĵĈ˜^ƒïy͍‚¤q½żp(NğS_‘–v‚J‘˜ħ%,b­u5ğ† lan qRĉ Â&ÎTîARGjñZËÚ^ɘŜú ÔŬ¤,6téĊÀcaÑÏۍ@1·è3 `nħBİ|l>X ĵ&oèħpĵ‚"Œ…Šçe˘7µ )}tŞŝú­Œ1h­9wë§~­-gn|ŠñéŬlİŬáÊôƒÜ Gxá~‹#Ÿ<Ék—Ž2½°‰—ÎeÏĈ8yñ0óÑ0ûĥž'6üüÖ>f# ùsœğù˘j) ‚íSŭŽŻoc#žç³yënž˙Ù7tĉÍ(˙üŝw¨ĠàÂÌ\x÷‰ĵŭÚĠßÍßĦ|xîìPİÂtXçÙ÷ŝ­5{÷Žqo!, żcÓ0<°™K·W$wN­Â.Q'dÔ¸304²‰ÑM[\HXIúG°",4bfĉƒĵ—/]çôÙqÙ\÷ŒY#°Z)Q$Örëî²WzĜYÓ˗7• ïFD,žIĝÓÓ?ĉĜ•ċċ÷ğ–Ö€ÎĠžĥ"еG·|YxĦMxÉ#@Ó Žlçvmt•kgË,-CgĴVË!×Ê Cĥ)i×a >Â˟ŭ ŻïüL_Ğĥjż>ÑmY•ÈÒ1µ8–Wy×ŻÓ !Ş[ëìÚğNġĥT+•Nt5Nš ™ˆĊF‹T*>jÙ;qı~AXw,éİĞ( â8@ôÚ󙙸~gŽÊ*.FZ5 ï;A[`“PĞĠĴaşú…ĉ)mšÂÏ­Ħ€!bfvñüvÓèƒ:›@÷Ö€ŠoĜ’ J)ÂĜĈÌ ³MwVù&ê5żÍ Ĉġĥé§– ğ> ½m‹Cë.|ê Ċ9Gc4ĉê÷ŝpë­ŞĊÛrŠÖVIÀâŒŜ@QHšŞ–AYĈo-Ií`Żëü%3Á"zVĠ!†ç“ ŭ%+^F#lnS}ËKâ>IÑ˘ЉüĜ C\ڟĥ;bLqÌ]ŠĴĈ ´i@˙&àröĉ{lK!.íéM#ZĝĽ· ˜]µ”¤°vÉŻ‡D<ޞ;+ĥ%Ğ“•9Á’à$ŻáÀÓİJ…ÊĜŞxÓd-FƁjĞ̝?ŒÄ'l( hEÒ|ĤW•ïM#œ×/˜‰A×ëĝccċ•4²)=4Dc°.ƒĠA%‹  ”{Ÿ`#’~\o@‰} /†$Ġ€ĤCé_ċ[ËIŭ€ZhÔFâ{›·—>u5t[F{4³µáêopƒ;/UbQÀH*´.pEEĵßF +VYi2˘RaVí;€Rt‚"J~ê żĵaĦqĵ³Ä]pìn^}ŭÛÛö<^÷ŭaOaĤ3™ ž=y°È)à‰‰3#"ËÙŬĥ²@U°)ÔÊ5™•¨2œóGÏĵôżŸ[ ŭĠÄĠ Í,uMpŞâL!n č֠Z€Ĉ–Ô•÷‹M“¤Ê`˜é€Ê2-ƒ!J&ŞĝVIv˘"¨^„_Vċ;¤íüĥ-OŽŻRkw×€BşYĤ )> íĴ?ġÎŝMĝ~T>-‚‚ÊËǔgp'u_)À–ÒC-ĉùM5í–Ġġċ›½Ž·TŬ*`H=£öĞIŬf½œî² tÑr'˜Öë')0éÎDWPÍOËŞEžC\át—s‚éMÑjÒà~¨5²@ä ŒÄ.)s#OÜÓİ+µ÷ äöNiìa%RĠA·ew/ĉ˘T› îŻŝ4˘ÜŻ <èZ—˙È,u@Vü€NK–ÂĴ•jDÓÖÓ :UƒÑüí"JÄMĜy˜›‡ñ´^ĉt ßò öWè­²ms½ùîĴ ŠkÀ Ĉ}ü}Ĉâ‹uşX5Y˜Fö¨Ú€ÇžħĤîÎĈqdÙ5ĥħâêĦìÖ&…ÂsyJŭ•ŬúVKm„“SpۖzUÒÔxv>Â&A@V½ċÜŭ ’>U7ŞóóÁٟ]Y@aÍ`ÍÜäỗžR=ŬĜuWò@b2ÁâÛ÷ĉƒžVÀŠTÄÄU\ Ÿ]èeĦz ‘°]µıËŻ\ˆĉ'ŸW@ItûÂ|bĉÚöOuzÉjÈ.Î5n0=ò‰ßĜ‰N‡Vi›,LLûÉÒXhEo Hµü<ˆğ5İâ´!¨ûµêŭ!Ħ\ĵ„…gMİSĵñi Ÿ ŜdIY„Ġ~­íH½Üĥ›ĉu û"ìÇô1µÓ˙ĈÚf˙2âp—IENDB`‚rapid-photo-downloader-0.9.23a1/data/icons/scalable/0000755000175000017500000000000013645661366022441 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/scalable/apps/0000755000175000017500000000000013645661366023404 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/icons/scalable/apps/rapid-photo-downloader.svg0000644000175000017500000026624313645661365030523 0ustar damondamon00000000000000 image/svg+xml Jakub Steiner http://jimmac.musichall.cz snapshot camera photo compact snap rapid-photo-downloader-0.9.23a1/data/kde/0000755000175000017500000000000013645661366020323 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/data/kde/net.damonlynch.rapid_photo_downloader.desktop.in0000644000175000017500000000054013645661365031767 0ustar damondamon00000000000000[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 rapid-photo-downloader-0.9.23a1/data/net.damonlynch.rapid_photo_downloader.desktop.in0000644000175000017500000000117213645661365031226 0ustar damondamon00000000000000[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; rapid-photo-downloader-0.9.23a1/data/net.damonlynch.rapid_photo_downloader.metainfo.xml.in0000644000175000017500000000560213645661365032160 0ustar damondamon00000000000000 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 rapid-photo-downloader-0.9.23a1/doc/0000755000175000017500000000000013645661366017414 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/doc/analyze-pv-structure.1.pod0000644000175000017500000000734413645661365024412 0ustar damondamon00000000000000=head1 NAME analyze-pv-structure - Analyzes the location of metadata in a variety of RAW, jpeg and video files =head1 SYNOPSIS B [options] source [outfile] Positional Options: source outfile Options: -h, --help --clear, -c --keep-names, -k --no-dng, -d --video --only-video --include-jpeg, -j --only-jpeg, -J --show-errors, -e --load, -l --verbose, -v =head1 DESCRIPTION B analyzes photos and videos to help determine how much of a file needs to be read to extract its metadata, embedded thumbnail or render a thumbnail. It is associated with Rapid Photo Downloader. It uses exiv2 to extract photo metadata,and ExifTool to extract video metadata. To work, this program requires that the scanned photos and videos not be in the Linux kernel's disk cache. To ensure this, the program provides option, specified by the command line argument '--clear', to instruct 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 Specify an outfile if you want to share the analysis of your files with others. =head1 REQUIREMENTS To run this program, you need to install vmtouch. Get it at http://hoytech.com/vmtouch/ To see an optional but helpful progress bar, install pyprind: https://github.com/rasbt/pyprind =head1 OPTIONS =over =item B<-h, --help> Show help message and exit. =item B Directory in which to recursively scan for photos and videos, or a previously saved outfile. =item B Optional file in which to save the analysis. =item B<--clear, -c> Clear the sync and drop clean caches (see note above). The script will prompt for super user permission to execute this. =item B<-v, --verbose> Displays program information on the command line as the program runs. =item B<-l, --load> Don't scan. Instead use previously generated outfile as input. =item B<-k, --keep-names> 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. =item B<-d, --no-dng> Don't scan DNG files. =item B<--video> Scan videos. =item B<--only-video> Scan only videos, ignoring photos. =item B<-j, --include-jpeg> Scan jpeg images. =item B<-J, --only-jpeg> Scan only jpeg images. =item B<-e, --show-errors> 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). =back =head1 EXAMPLES sudo analyze-pv-structure -c /home/user/Pictures/ pv_analysis =over Analyze photos found in the user's Pictures folder, clear the system caches prior to analysis, and save the analysis in the file pv_analysis without any filename or path information. =back analyze-pv-structure -v pv_analysis =over Output verbose analysis of the previously saved outfile pv_analysis. =back analyze-pv-structure --video /home/user/Videos/ =over Analyze videos (and any photos) found in the user's Videos folder. =back =head1 SEE ALSO rapid-photo-downloader(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 rapid-photo-downloader-0.9.23a1/doc/rapid-photo-downloader.1.pod0000644000175000017500000001766313645661365024655 0ustar damondamon00000000000000=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 volumous debug information to stdout. =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 rapid-photo-downloader-0.9.23a1/install.py0000755000175000017500000343775013645661365020714 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2016-2020 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 . # This script incorporates (at the bottom) a large binary blob that is a # base85 encoding of a zip file. The zip file contains the .mo files needed # to provide the translation into non-English languages for this script. # When a non-English locale is detected, the contents of the zip file are # extracted to a temporary directory, and the GNU utility gettext() uses # the contents of that directory for translating. The contents of the zip # file are generated by the script generate.py, located in the 'tasks' # subfolder, available in the online Rapid Photo Downloader source repository. # Note: maintain compatibility with Python 3.4, which has no typing module unless # installed from pypi or another source. __author__ = 'Damon Lynch' __copyright__ = "Copyright 2016-2020, Damon Lynch" import sys import os from enum import Enum from distutils.version import StrictVersion, LooseVersion import hashlib import tempfile import argparse import shlex import subprocess import platform import math import threading import time from subprocess import Popen, PIPE import shutil import tarfile import re import random import string import site import stat import locale import textwrap # Use the default locale as defined by the LANG variable try: locale.setlocale(locale.LC_ALL, '') except locale.Error: pass from base64 import b85decode from gettext import gettext as _ import gettext try: import pkg_resources except ImportError: # Translators: do not translate the terms python3 or setuptools print ( _( "To continue, please first install the python3 package setuptools using your system's " "package manager." ) ) sys.exit(1) __version__ = '0.3.6' __title__ = _('Rapid Photo Downloader installer') __description__ = _("Download and install latest version of Rapid Photo Downloader.") i18n_domain = 'rapid-photo-downloader' locale_tmpdir = None try: import requests have_requests = True except ImportError: have_requests = False try: import apt have_apt = True except ImportError: have_apt = False try: import dnf have_dnf = True except ImportError: have_dnf = False # Must check wheel availability before importing pip try: import wheel need_wheel = False except: need_wheel = True try: import pip have_pip = True pip_version = StrictVersion(pip.__version__) except ImportError: have_pip = False pip_version = None try: import pyprind have_pyprind_progressbar = True except ImportError: have_pyprind_progressbar = False try: import gi have_gi = True except ImportError: have_gi = False os_release = '/etc/os-release' unknown_version = LooseVersion('0.0') # global variable used for constructing pip command pip_user = "--user" # command line argument to indicate installation into a virtual environment virtual_env_cmd_line_arg = '--virtual-env' class bcolors: HEADER = '\033[95m' OKBLUE = '\033[94m' OKGREEN = '\033[92m' WARNING = '\033[93m' FAIL = '\033[91m' ENDC = '\033[0m' BOLD = '\033[1m' UNDERLINE = '\033[4m' rpmfusion_message = '{}\n{}{}'.format( bcolors.BOLD, _( "The software repository RPM Fusion Free was added to your system to (1) enable generating " "thumbnails for a wider range of video formats, and (2) enable support for the " "HEIC / HEIF image format." ), bcolors.ENDC ) debian_heif_packages = ['libheif-dev', 'libde265-dev', 'libx265-dev'] display_rpmfusion_message = False class Distro(Enum): debian = 1 ubuntu = 2 fedora = 3 neon = 4 linuxmint = 5 zorin = 6 arch = 7 opensuse = 8 manjaro = 9 galliumos = 10 peppermint = 11 antergos = 12 elementary = 13 centos = 14 centos7 = 15 gentoo = 16 deepin = 17 unknown = 20 debian_like = ( Distro.debian, Distro.ubuntu, Distro.neon, Distro.linuxmint, Distro.galliumos, Distro.peppermint, Distro.elementary, Distro.deepin, Distro.zorin ) fedora_like = (Distro.fedora, Distro.centos) arch_like = (Distro.arch, Distro.manjaro, Distro.antergos) centos_family = (Distro.centos7, Distro.centos) installer_cmds = { Distro.fedora: 'dnf', Distro.debian: 'apt-get', Distro.opensuse: 'zypper', Distro.centos7: 'yum', Distro.centos: 'dnf', } manually_mark_cmds = { Distro.debian: ('apt-mark', 'manual'), } def get_distro() -> Distro: """ Determine the Linux distribution using /etc/os-release """ if os.path.isfile(os_release): with open(os_release, 'r') as f: for line in f: if line.startswith('NAME='): if line.find('elementary') > 0: return Distro.elementary if line.find('CentOS Linux') > 0: return Distro.centos if line.find('openSUSE') > 0: return Distro.opensuse if line.find('Deepin') > 0: return Distro.deepin if line.find('KDE neon') > 0: return Distro.neon if line.find('Zorin') > 0: return Distro.zorin if line.startswith('ID='): return get_distro_id(line[3:]) if line.startswith('ID_LIKE='): return get_distro_id(line[8:]) return Distro.unknown def get_distro_id(id_or_id_like: str) -> Distro: """ Determine the Linux distribution using an ID or ID_LIKE line from /etc/os-release :param id_or_id_like: the line from /etc/os-release """ if id_or_id_like[0] in ('"', "'"): id_or_id_like = id_or_id_like[1:-1] try: return Distro[id_or_id_like.strip()] except KeyError: return Distro.unknown def get_distro_version(distro: Distro): """ Get the numeric version of the Linux distribution, if it exists :param distro: the already determine Linux distribution :return version in LooseVersion format, if found, else unknown_version """ remove_quotemark = False if distro == Distro.fedora: version_string = 'REDHAT_BUGZILLA_PRODUCT_VERSION=' elif distro in debian_like or distro == Distro.opensuse or distro == Distro.centos: version_string = 'VERSION_ID="' remove_quotemark = True else: return unknown_version with open(os_release, 'r') as f: for line in f: if line.startswith(version_string): v = '0.0' try: if remove_quotemark: v = line[len(version_string):-2] else: v = line[len(version_string):] return LooseVersion(v) except Exception: sys.stderr.write( "Unexpected format while parsing {} version {}\n".format( distro.name.capitalize(), v ) ) return unknown_version return unknown_version def is_debian_testing_or_unstable() -> bool: """ :return: True if Debian distribution is testing or unstable, else False. """ with open(os_release, 'r') as f: for line in f: if line.startswith('PRETTY_NAME'): return 'buster' in line or 'sid' in line return False def validate_installer(installer) -> None: """ Ensure the installer (tar.gz) passed on the command line exists and is a tar.gz :param installer: installer including path """ if not os.path.exists(installer): print(_("Installer not found:"), installer) sys.exit(1) elif not installer.endswith('.tar.gz'): # Translators: do not translate the term tar.gz print(_("Installer not in tar.gz format:"), installer) sys.exit(1) def cleanup_on_exit(installer_to_delete_on_error: str) -> None: """ Clean up temporary files before exiting :param installer_to_delete_on_error: full path of installer tar file """ if installer_to_delete_on_error: delete_installer_and_its_temp_dir(installer_to_delete_on_error) clean_locale_tmpdir() def pip_packages_required(distro: Distro): """ Determine which packages are required to ensure all of pip, setuptools and wheel are installed. Determines if pip is installed locally. :return: list of packages and bool local_pip """ packages = [] if have_pip: local_pip = custom_python() or user_pip() or is_venv() else: packages.append('{}-pip'.format(python3_version(distro))) local_pip = False if distro != Distro.centos7: try: import setuptools except ImportError: packages.append(pip_package('setuptools', local_pip, distro)) if need_wheel: packages.append(pip_package('wheel', local_pip, distro)) return packages, local_pip def extract_mo_files(): """ Extract mo files from zip file encoded in this script and write it to a temp dir. Delete the zip file. :return: the temp dir if successful, else return None """ tmp_dir = None mo_files_zip = 'mo_files.zip' try: tmp_dir = tempfile.mkdtemp() mo_zip = os.path.join(tmp_dir, mo_files_zip) with open(mo_zip, "wb") as mo_files_zip: mo_files_zip.write(b85decode(MO_FILES_ZIP.replace(b"\n", b""))) shutil.unpack_archive(mo_zip, tmp_dir) os.remove(mo_zip) return tmp_dir except Exception: if tmp_dir: shutil.rmtree(tmp_dir, ignore_errors=True) return None def pypi_pyqt5_capable() -> bool: """ :return: True if the platform supports running PyQt5 directly from Python's Pypi, else False. """ return platform.machine() == 'x86_64' and \ LooseVersion(platform.python_version()) >= LooseVersion('3.5.0') def pypi_versions(package_name: str): """ Determine list of versions available for a package on PyPi. No error checking. :param package_name: package to search for :return: list of string versions """ url = "https://pypi.python.org/pypi/{}/json".format(package_name) data = requests.get(url).json() return sorted(list(data["releases"].keys()), key=pkg_resources.parse_version, reverse=True) def pypi_version_exists(package_name: str, version: str) -> bool: """ Determine if version of package exists. Outputs error message if not. Catches exceptions. Assumes exists if exception occurs. :param package_name: :param version: :return: """ l = pypi_versions(package_name) if not version in l: sys.stderr.write( # Translators: do not translate the term PyQt5 _( "The specified PyQt5 version does not exist. Valid versions are: {}." ).format(', '.join(l)) + "\n" ) return False return True def latest_pypi_version(package_name: str): """ Determine the latest version of a package available on PyPi. No error checking. :param package_name: package to search for :return: latest version as string """ versions = pypi_versions(package_name) return versions[0].strip() def is_latest_pypi_package(package_name: str, show_message: bool=True) -> bool: """ Determine if Python package is the most recently installable version :param package_name: package to check :param show_message: if True, show message to user indicating package will be upgraded :return: True if is most recent, else False """ current = python_package_version(package_name) if not current: return False try: versions = pypi_versions(package_name) except Exception: versions = [] if not versions: # Something has gone wrong in the versions check print("Failed to determine latest version of Python package {}".format(package_name)) return False latest = versions[0] up_to_date = latest.strip() == current.strip() if not up_to_date and show_message: print() print(_('{} will be upgraded from version {} to version {}').format(package_name, current, latest)) return up_to_date def make_pip_command(args: str, split: bool=True, disable_version_check: bool=True): """ Construct a call to python's pip :param args: arguments to pass to the command :param split: whether to split the result into a list or not using shlex :param: disable_version_check: if True, tell pip to disable its version check :return: command line in string or list format """ if disable_version_check: disable = '--disable-pip-version-check' else: disable = '' cmd_line = '{} -m pip {} {}'.format(sys.executable, args, disable) if split: return shlex.split(cmd_line) else: return cmd_line def make_distro_packager_command(distro_family: Distro, packages: str, interactive: bool, command: str='install', sudo: bool=True) -> str: """ Construct a call to the Linux distribution's packaging command :param distro_family: the Linux distribution :param packages: packages to query / install / remove :param interactive: whether the command should require user intervention :param command: the command the packaging program should run :param sudo: whether to prefix the call with sudo :return: the command line in string format """ installer = installer_cmds[distro_family] cmd = shutil.which(installer) if interactive: automatic = '' else: automatic = '-y' if sudo: super = 'sudo ' else: super = '' if distro_family != Distro.opensuse: return '{}{} {} {} {}'.format(super, cmd, automatic, command, packages) else: return '{}{} {} {} {}'.format(super, cmd, command, automatic, packages) def make_distro_mark_commmand(distro_family: Distro, packages: str, interactive: bool, sudo: bool=True) -> str: """ Construct a call to the Linux distribution's packaging command :param distro_family: the Linux distribution :param packages: packages to query / install / remove :param sudo: whether to prefix the call with sudo :return: the command line in string format """ marker, command = manually_mark_cmds[distro_family] cmd = shutil.which(marker) if sudo: super = 'sudo ' else: super = '' return '{}{} {} {}'.format(super, cmd, command, packages) def custom_python() -> bool: """ :return: True if the python executable is a custom version of python, rather than a standard distro version. """ return not sys.executable.startswith('/usr/bin/python') 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 valid_system_python(): """ :return: full path of python executable if a python at /usr/bin/python3 or /usr/bin/python is available that is version 3.4 or newer, else None if not found """ cmd = "import platform; v = platform.python_version_tuple(); "\ "print(int(v[0]) >= 3 and int( v[1]) >=4)" for executable in ('/usr/bin/python3', '/usr/bin/python3.6', '/usr/bin/python'): try: args = shlex.split('{} -c "{}"'.format(executable, cmd)) output = subprocess.check_output(args, universal_newlines=True) if output.startswith("True"): return executable except subprocess.CalledProcessError: return None return None def user_pip() -> bool: """ :return: True if the version of pip has been installed from Pypi for this user, False if pip has been installed system wide. """ args = make_pip_command('--version') try: v = subprocess.check_output(args, universal_newlines=True) return os.path.expanduser('~/.local/lib/python3') in v except Exception: return False def python_package_version(package: str) -> str: """ Determine the version of an installed Python package :param package: package name :return: version number, if could be determined, else '' """ try: return pkg_resources.get_distribution(package).version except pkg_resources.DistributionNotFound: return '' def popen_capture_output(cmd: str) -> int: """ Run popen and get the command's return code :param cmd: commmand to run using popen :return: command's return code """ with Popen(cmd, stdout=PIPE, stderr=PIPE, bufsize=1, universal_newlines=True) as p: for line in p.stdout: print(line, end='') p.wait() i = p.returncode return i def install_pygobject_from_pip() -> int: """ Install PyGObject using pip. Installs pycairo first. :return: return code from pip """ # First install cairo, so we don't get pip complaining it cannot build a wheel for PyGObject cmd = make_pip_command( 'install {} -U --disable-pip-version-check pycairo'.format(pip_user) ) i = popen_capture_output(cmd) if i != 0: return i # Now PyGObject cmd = make_pip_command( 'install {} -U --disable-pip-version-check PyGObject'.format(pip_user) ) return popen_capture_output(cmd) def install_pyheif_from_pip() -> int: """ Install the python module pyheif from PIP. Assumes required libraries already installed :return: return code from pip """ print("Installing Python support for HEIF / HEIC...") cmd = make_pip_command( 'install {} -U --disable-pip-version-check pyheif'.format(pip_user) ) return popen_capture_output(cmd) def update_pyqt5_and_sip(version:str) -> int: """ Update PyQt5 and sip from pypi, if the system is capable of running PyQt5 from pypi :param venv: whether being installed into a virtual environment :return: return code from pip """ assert pypi_pyqt5_capable() if not version: pyqt_up_to_date = installed_using_pip('PyQt5') and is_latest_pypi_package('PyQt5') sip_up_to_date = installed_using_pip('PyQt5_sip') and is_latest_pypi_package('PyQt5_sip') do_pypi_install = not pyqt_up_to_date or not sip_up_to_date cmd_line = 'install {} --disable-pip-version-check --upgrade PyQt5 PyQt5_sip'.format( pip_user ) else: do_pypi_install = python_package_version('PyQt5') != version cmd_line = 'install {} --disable-pip-version-check --upgrade PyQt5=={} PyQt5_sip'.format( pip_user, version ) if do_pypi_install: uninstall_pip_package('PyQt5', no_deps_only=False) uninstall_pip_package('PyQt5_sip', no_deps_only=False) if not version: print("Updating PyQt5 and PyQt5_sip...") else: print("Installing PyQt5 {} and PyQt5_sip".format(version)) # The --upgrade flag is really important on systems that do not update PyQt5_sip # because the system copy already exists, which breaks our user's copy of PyQt5 cmd = make_pip_command(cmd_line) return popen_capture_output(cmd) return 0 def update_pip_setuptools_wheel(interactive: bool): """ Update pip, setuptools and wheel to the latest versions, if necessary. :param interactive: whether to prompt the user """ packages = [ package for package in ('pip', 'setuptools', 'wheel') if not installed_using_pip(package) or not is_latest_pypi_package( package, show_message=True ) ] restart_required = False for package in packages: if package != ('pip'): restart_required = True break if packages: print( _( # Translators: "not system-wide" in this context means "not for the entire system" 'These Python3 packages will be upgraded for your user (i.e. not system-wide): {}' ).format(', '.join(packages)) ) command_line = make_pip_command( 'install {} --upgrade {}'.format(pip_user, ' '.join(packages)), split=False, disable_version_check=True ) run_cmd( command_line, interactive=interactive ) if restart_required: restart_script(restart_args='--do-not-upgrade-pip') def python3_version(distro: Distro) -> str: """ Return package name appropriate to platform :param distro: linux distribution :return: package name appropriate to platform """ if distro == Distro.centos7: return 'python36u' else: return 'python3' def pip_package(package: str, local_pip: bool, distro: Distro) -> str: """ Helper function to construct installing core python packages :param package: the python package :param local_pip: if True, install the package using pip and Pypi, else install using the Linux distribution package tools. :return: string of package names """ return package if local_pip else '{}-{}'.format(python3_version(distro), package) def installed_using_pip(package: str) -> bool: """ Determine if python package was installed using pip. :param package: package name to search for :return: True if installed via pip, else False """ pip_install = False try: pkg = pkg_resources.get_distribution(package) if pkg.has_metadata('INSTALLER'): if pkg.get_metadata('INSTALLER').strip() == 'pip': pip_install = True except pkg_resources.DistributionNotFound: pass except Exception as e: print( 'An unknown error occurred checking if Python package {} is installed ' 'using pip'.format(package) ) print(e) return pip_install def get_yes_no(response: str) -> bool: """ :param response: the user's response :return: True if user response is yes or empty, else False """ return response.lower() in ('y', 'yes', '') def folder_perms(): # 0700 u_only = stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR # 0775 u_g_o = u_only | stat.S_IRGRP | stat.S_IWGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH return u_only, u_g_o def check_and_repair_folder_permission(path: str, owner: int, group: int, perm: int, interactive: bool) -> None: if os.path.isdir(path): st = os.stat(path) if st.st_uid != owner or st.st_gid != group: print( _( "Incorrect folder ownership detected. Changing ownership of and " "resetting permissions for {file_system_path}." ).format(file_system_path=path) ) # For some reason (probably they compiled some software as root), # some users report that # root owns key directories like ~/.local/lib , so need sudo # to fix a problem like that, not python's os.chown -- we don't # have permission given we're running as the regular user cmd = shutil.which('chown') cmd = 'sudo {} {}:{} {}'.format(cmd, owner, group, path) run_cmd(cmd, exit_on_failure=True, interactive=interactive) # reset permissions too try: os.chmod(path, perm) except (OSError, PermissionError) as e: sys.stderr.write( "Unexpected error %s setting permission for %s.\n".format( e, path ) ) def local_folder_permissions(interactive: bool) -> None: """ Check and if necessary fix ownership and permissions for key installation folders :param interactive: whether user should confirm execution of command """ if site.ENABLE_USER_SITE: owner = os.getuid() group = os.getgid() u_only, u_g_o = folder_perms() base = site.getuserbase() lib = os.path.join(base, 'lib') site_packages = site.getusersitepackages() # type: str perms = [ ('bin', u_g_o), ('lib', u_only), ('share', u_only), ('share/applications', u_g_o), ('share/icons', u_g_o), ('share/locale', u_g_o), ] # add python site packages directory, e.g. ~/.local/lib/python3.6/site-packages if site_packages.startswith(lib): path = '' for p in os.path.split(site_packages[len(lib) + 1:]): perms.append((os.path.join(path, p), u_only)) path = os.path.join(path, p) for folder, perm in perms: path = os.path.join(base, folder) check_and_repair_folder_permission( path=path, owner=owner, group=group, perm=perm, interactive=interactive ) check_and_repair_folder_permission( path=os.path.expanduser('~/.ccache'), owner=owner, group=group, perm=u_only, interactive=interactive ) def generate_random_file_name(length = 5) -> str: """ Generate a random file name :param length: file name length :return: the file name """ filename_characters = list(string.ascii_letters + string.digits) try: r = random.SystemRandom() return ''.join(r.sample(filename_characters, length)) except NotImplementedError: return ''.join(random.sample(filename_characters, length)) def restart_script(restart_with: str=None, restart_args: str='') -> None: """ :param restart_with: if not None, instead of restarting with the Python that was called, using this python executable, which is the full path :param restart_args: if restart is True, then when the script is restarted, add these arguments """ sys.stdout.flush() sys.stderr.flush() # command line arguments args = sys.argv if locale_tmpdir: append_locale_cmdline_option(new_args=args) if restart_args: args.append(restart_args) args.append('--script-restarted') if restart_with is None: executable = sys.executable else: executable = restart_with print('Restarting script using', executable) os.execl(executable, executable, *args) def run_cmd(command_line: str, restart: bool=False, restart_args: str='', exit_on_failure: bool=True, shell: bool=False, interactive: bool=False, installer_to_delete_on_error: str='') -> None: """ Run command using subprocess.check_call, and then restart if requested. :param command_line: the command to run with args :param restart: if True, restart this script using the same command line arguments as it was called with :param restart_args: if restart is True, then when the script is restarted, add these arguments :param exit_on_failure: if True, exit if the subprocess call fails :param shell: if True, run the subprocess using a shell :param interactive: if True, the user should be prompted to confirm the command :param installer_to_delete_on_error: full path of installer tar file, in temporary directory. The temp directory will be completely removed if there is an error. """ print(_("The following command will be run:") + "\n") print(command_line) if command_line.startswith('sudo'): # Translators: do not translate the term sudo print("\n" + _("sudo may prompt you for the sudo password.")) print() if interactive: answer = input(_('Would you like to run the command now?') + ' [Y/n]: ') if not get_yes_no(answer): print(_('Answer is not yes, exiting.')) cleanup_on_exit(installer_to_delete_on_error) sys.exit(0) args = shlex.split(command_line) print() try: subprocess.check_call(args, shell=shell) except subprocess.CalledProcessError: sys.stderr.write(_("Command failed") + "\n") if exit_on_failure: sys.stderr.write(_("Exiting") + "\n") cleanup_on_exit(installer_to_delete_on_error) sys.exit(1) else: if restart: restart_script(restart_args=restart_args) def enable_universe(interactive: bool) -> None: """ Enable the universe repository on Ubuntu :param interactive: if True, the user should be prompted to confirm the command """ try: repos = subprocess.check_output(['apt-cache', 'policy'], universal_newlines=True) version = subprocess.check_output(['lsb_release', '-sc'], universal_newlines=True).strip() if '{}/universe'.format(version) not in repos and version not in ( 'sarah', 'serena', 'sonya'): print(_("The Universe repository must be enabled.") + "\n") run_cmd( command_line='sudo add-apt-repository universe', restart=False, interactive=interactive ) run_cmd(command_line='sudo apt update', restart=True, interactive=interactive) except Exception: pass def fedora_centos_repolist(distro: Distro) -> str: """ Get repository list from CentOS or Fedora :param distro: Linux distribution :return: repository list as string of lines """ if distro == Distro.centos7: repos = subprocess.check_output(['yum', 'repolist'], universal_newlines=True) else: repos = subprocess.check_output(['dnf', 'repolist'], universal_newlines=True) return repos def enable_centos7_ius(interactive: bool) -> None: """ Enable the IUS repository on CentOS :param interactive: if True, the user should be prompted to confirm the command """ try: repos = fedora_centos_repolist(distro=Distro.centos7) if 'ius/' not in repos: # Translators: do not translate the term IUS Community print(_('The IUS Community repository must be enabled.') + "\n") cmds = ( 'sudo yum -y install yum-utils', 'sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm' ) for cmd in cmds: run_cmd(command_line=cmd, restart=False, interactive=interactive) except Exception: pass def enable_centos_epel(distro: Distro, version: LooseVersion, interactive: bool) -> None: """ Enable the EPEL repository on CentOS 7 & 8 :param interactive: if True, the user should be prompted to confirm the command """ repos = fedora_centos_repolist(distro=distro) if repos.find('epel') < 0: # Translators: do not translate the term EPEL print(_("The EPEL repository must be enabled.")) if distro == Distro.centos7: cmds = ( 'sudo yum -y install https://dl.fedoraproject.org/pub/epel/' 'epel-release-latest-7.noarch.rpm', ) else: assert version <= LooseVersion('9') cmds = ( 'sudo dnf -y install --nogpgcheck https://dl.fedoraproject.org/pub/epel/' 'epel-release-latest-8.noarch.rpm', ) for cmd in cmds: run_cmd(command_line=cmd, restart=False, interactive=interactive) def enable_rpmfusion_free(distro: Distro, version: LooseVersion, interactive: bool): """ Add RPM Fusion free repository for Fedora >= 30, and CentOS 7 or 8 See https://rpmfusion.org/Configuration :param distro: Linux distribution :param version: distro version :param interactive: if True, the user should be prompted to confirm the command """ global display_rpmfusion_message v = str(version).strip() try: repos = fedora_centos_repolist(distro=distro) if repos.find('rpmfusion-free') < 0: # Translators: do not translate the term RPM Fusion Free print(_("The RPM Fusion Free repository must be enabled.")) if distro == Distro.fedora: cmds = ( 'sudo dnf -y install https://download1.rpmfusion.org/free/fedora/rpmfusion-' 'free-release-{}.noarch.rpm'.format(v), ) elif distro == Distro.centos: assert version <= LooseVersion('9') cmds = ( 'sudo dnf -y install --nogpgcheck https://download1.rpmfusion.org/free/el/' 'rpmfusion-free-release-8.noarch.rpm', 'sudo dnf config-manager --enable PowerTools' ) else: assert distro == Distro.centos7 cmds = ( 'sudo yum -y localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/' 'rpmfusion-free-release-7.noarch.rpm', ) for cmd in cmds: run_cmd(command_line=cmd, restart=False, interactive=interactive) display_rpmfusion_message = True except Exception: pass def query_uninstall(interactive: bool) -> bool: """ Query the user whether to uninstall the previous version of Rapid Photo Downloader that was packaged using a Linux distribution package manager. :param interactive: if False, the user will not be queried :return: """ if not interactive: return True answer = input( '\n' + _( 'Do you want to to uninstall the previous version of Rapid Photo Downloader?' ) + ' [Y/n]' ) return get_yes_no(answer) def debian_known_packages(packages: str): """ Return which of the packages listed are able to be installed on this instance. Catches exceptions. :param packages: the packages to to check, in a string separated by white space :return: list of packages """ known = [] command_line = 'apt-cache show {}' for package in packages.split(): args = shlex.split(command_line.format(package)) try: output = subprocess.check_output( args, universal_newlines=True, stderr=subprocess.STDOUT ) if re.search(r"^Package:\s+{}".format(re.escape(package)), output, re.MULTILINE): known.append(package) except subprocess.CalledProcessError: pass return known def debian_unknown_packages(packages: str): """ Return which of the packages listed are unable to be installed on this instance because the system does not know about them. Catches exceptions. :param packages: the packages to to check, in a string separated by white space :return: list of packages """ unknown = [] for package in packages.split(): if not debian_known_packages(package): unknown.append(package) return unknown def debian_package_installed(package: str) -> bool: """ :param package: package to check :return: True if the package is installed in the Debian-like distribution, else False """ command_line = 'dpkg -s {}' args = shlex.split(command_line.format(package)) try: output = subprocess.check_output(args, universal_newlines=True, stderr=subprocess.STDOUT) if output.find('Status: install ok installed') >= 0: return True else: return False except subprocess.CalledProcessError: return False def fedora_known_packages(packages: str): """ Return which of the packages listed are able to be installed on this instance. Catches exceptions. :param packages: the packages to to check, in a string separated by white space :return: list of packages """ known = [] command_line = 'dnf list {}' for package in packages.split(): args = shlex.split(command_line.format(package)) try: output = subprocess.check_output( args, universal_newlines=True, stderr=subprocess.STDOUT ) known.append(package) except subprocess.CalledProcessError: pass return known def fedora_unknown_packages(packages: str): """ Return which of the packages listed are unable to be installed on this instance because the system does not know about them. Catches exceptions. :param packages: the packages to to check, in a string separated by white space :return: list of packages """ unknown = [] for package in packages.split(): if not fedora_known_packages(package): unknown.append(package) return unknown def fedora_package_installed(package: str) -> bool: """ :param package: package to check :return: True if the package is installed in the Debian-like distribution, else False """ command_line = 'dnf list installed {}' args = shlex.split(command_line.format(package)) try: output = subprocess.check_output(args, universal_newlines=True, stderr=subprocess.STDOUT) if output.find('{}.'.format(package)) >= 0: return True else: return False except subprocess.CalledProcessError: return False def opensuse_package_search(packages: str): """ Return which of the packages have not already been installed on openSUSE. Does not catch exceptions. :param packages: the packages to to check, in a string separated by white space :return: list of packages """ command_line = make_distro_packager_command( distro_family=Distro.opensuse, packages=packages, interactive=True, command='se', sudo=False ) args = shlex.split(command_line) return subprocess.check_output(args, universal_newlines=True) def opensuse_known_packages(packages: str): """ Return which of the packages listed are able to be installed on this instance openSUSE. Does not catch exceptions. :param packages: the packages to to check, in a string separated by white space :return: list of packages """ output = opensuse_package_search(packages) return [ package for package in packages.split() if re.search(r"^(i\+)?\s+\|\s*{}".format(re.escape(package)), output, re.MULTILINE) is not None ] def opensuse_missing_packages(packages: str): """ Return which of the packages have not already been installed on openSUSE. Does not catch exceptions. :param packages: the packages to to check, in a string separated by white space :return: list of packages """ output = opensuse_package_search(packages) return [ package for package in packages.split() if re.search(r"^i\+?\s+\|\s*{}".format(re.escape(package)), output, re.MULTILINE) is None ] def opensuse_package_installed(package: str) -> bool: """ :param package: package to check :return: True if the package is installed in the openSUSE distribution, else False """ return not opensuse_missing_packages(package) def centos_missing_packages(packages: str): """ Return which of the packages have not already been installed on CentOS 7. Does not catch exceptions. :param packages: the packages to to check, in a string separated by white space :return: list of packages """ command_line = make_distro_packager_command( distro_family=Distro.centos7, packages=packages, interactive=True, command='list installed', sudo=False ) args = shlex.split(command_line) output = subprocess.check_output(args, universal_newlines=True) return [ package for package in packages.split() if re.search(r"^{}\.".format(re.escape(package)), output, re.MULTILINE) is None ] def distro_has_heif_support(distro: Distro) -> bool: """ Determine if this distro has HEIF / HEIC image library support installed :param distro: Linux Distribution :return: whether the packages are already installed """ if distro in fedora_like or distro == Distro.centos7: return True if distro in debian_like: if have_apt: cache = apt.Cache() for package in debian_heif_packages: if package not in cache: return False else: p = cache[package] if not p.is_installed: return False return True else: for package in debian_heif_packages: if not debian_package_installed(package): return False return True return False def package_in_pip_output(package: str, output: str) -> bool: """ Determine if a package is found in the output of packages installed by pip :param package: :param output: :return: True if found, False otherwise """ return re.search('^{}\s'.format(package), output, re.IGNORECASE | re.MULTILINE) is not None def uninstall_pip_package(package: str, no_deps_only: bool) -> None: """ Uninstall a package from the local user using pip. Uninstall all local instances, including those installed multiple times, as can happen with the Debian patch to pip :param package: package to remove :param no_deps_only: if True, remove a package only if no other package depends on it """ l_command_line = 'list {}'.format(pip_user) if pip_version >= StrictVersion('9.0.0'): # pip 9.0 issues a red warning if format not specified l_command_line = '{} --format=columns'.format(l_command_line) if no_deps_only: l_command_line = '{} --not-required'.format(l_command_line) l_args = make_pip_command(l_command_line) u_command_line = 'uninstall -y {}'.format(package) u_args = make_pip_command(u_command_line) while True: try: output = subprocess.check_output(l_args, universal_newlines=True) if package_in_pip_output(package, output): try: subprocess.check_call(u_args) except subprocess.CalledProcessError: print("Encountered an error uninstalling previous version installed with pip") break else: break except Exception: break if package == 'rapid-photo-downloader': home_bin = os.path.join(os.path.expanduser('~'), 'bin') install_path = os.path.join(site.getuserbase(), 'bin') if dir_accessible(home_bin): for executable in ('rapid-photo-downloader', 'analyze-pv-structure'): symlink = os.path.join(home_bin, executable) if os.path.islink(symlink): if os.readlink(symlink) == os.path.join(install_path, executable): print("Removing symlink {}".format(symlink)) os.remove(symlink) def uninstall_with_deps(): uninstall_pip_package('rapid-photo-downloader', no_deps_only=False) packages = 'psutil gphoto2 pyzmq pyxdg arrow python-dateutil rawkit PyPrind colorlog easygui ' \ 'colour pymediainfo sortedcontainers requests tornado pyheif' if pypi_pyqt5_capable(): version = python_package_version('PyQt5') if version and StrictVersion(version) < StrictVersion('5.11'): packages = '{} PyQt5 sip'.format(packages) else: packages = '{} PyQt5 PyQt5_sip'.format(packages) for package in packages.split(): uninstall_pip_package(package, no_deps_only=True) def uninstall_old_version(distro_family: Distro, interactive: bool, installer_to_delete_on_error: str) -> bool: """ Uninstall old version of Rapid Photo Downloader that was installed using the distribution package manager and also with pip :param distro_family: the Linux distro family that this distro is in :param interactive: if True, the user should be prompted to confirm the commands :param installer_to_delete_on_error: full path of installer tar file, in temporary directory. The temp directory will be completely removed if there is an error. :return True if system package uninstalled, else False """ system_uninstall = False pkg_name = 'rapid-photo-downloader' if distro_family == Distro.debian: print( _( "Querying package system to see if an older version of Rapid Photo Downloader is " "installed (this may take a while)..." ) ) try: cache = apt.Cache() pkg = cache[pkg_name] if pkg.is_installed and query_uninstall(interactive): try: v = pkg.versions[0] name = v.package version = v.version package = '{} {}'.format(name, version) except Exception: package = pkg.name print(_("Uninstalling system package"), package) cmd = make_distro_packager_command(distro_family, pkg_name, interactive, 'remove') run_cmd(cmd, installer_to_delete_on_error=installer_to_delete_on_error) system_uninstall = True except Exception as e: sys.stderr.write(_("Command failed") + "\n") sys.stderr.write(_("Exiting") + "\n") cleanup_on_exit(installer_to_delete_on_error) sys.exit(1) elif distro_family == Distro.fedora: print( _("Querying package system to see if an older version of Rapid Photo Downloader is " "installed (this may take a while)..." ) ) with dnf.Base() as base: base.read_all_repos() try: base.fill_sack() except dnf.exceptions.RepoError as e: print( _( "Unable to query package system. Please check your Internet connection and " "try again." ) ) sys.exit(1) q = base.sack.query() q_inst = q.installed() i = q_inst.filter(name=pkg_name) if len(list(i)) and query_uninstall(interactive): run_cmd( make_distro_packager_command(distro_family, pkg_name, interactive, 'remove'), installer_to_delete_on_error=installer_to_delete_on_error ) system_uninstall = True elif distro_family == Distro.opensuse: print( _("Querying package system to see if an older version of Rapid Photo Downloader is " "installed (this may take a while)..." ) ) try: if opensuse_package_installed('rapid-photo-downloader') \ and query_uninstall(interactive): run_cmd( make_distro_packager_command(distro_family, pkg_name, interactive, 'rm'), installer_to_delete_on_error=installer_to_delete_on_error ) system_uninstall = True except subprocess.CalledProcessError as e: if e.returncode != 104: sys.stderr.write(_("Command failed") + "\n") sys.stderr.write(_("Exiting") + "\n") cleanup_on_exit(installer_to_delete_on_error) sys.exit(1) # Translators: do not translate the term pip print(_("Checking if previous version installed with pip...")) uninstall_pip_package('rapid-photo-downloader', no_deps_only=False) return system_uninstall def check_packages_on_other_systems(installer_to_delete_on_error: str) -> None: """ Check to see if some (but not all) application dependencies are installed on systems that we are not explicitly analyzing. :param installer_to_delete_on_error: full path of installer tar file, in temporary directory. The temp directory will be completely removed if there is an error. """ import_msgs = [] if not pypi_pyqt5_capable(): try: import PyQt5 except ImportError: import_msgs.append('python3 variant of PyQt5') if not have_gi: import_msgs.append('python3 variant of gobject introspection') else: try: gi.require_version('GUdev', '1.0') except ValueError: import_msgs.append('GUdev 1.0 from gi.repository') try: gi.require_version('UDisks', '2.0') except ValueError: import_msgs.append('UDisks 2.0 from gi.repository') try: gi.require_version('GLib', '2.0') except ValueError: import_msgs.append('GLib 2.0 from gi.repository') try: gi.require_version('GExiv2', '0.10') except ValueError: import_msgs.append('GExiv2 0.10 from gi.repository') try: gi.require_version('Gst', '1.0') except ValueError: import_msgs.append('Gst 1.0 from gi.repository') try: gi.require_version('Notify', '0.7') except ValueError: import_msgs.append('Notify 0.7 from gi.repository') try: gi.require_version('Gdk', '0.3') except ValueError: import_msgs.append('Gdk 3.0 from gi.repositry') if shutil.which('exiftool') is None: import_msgs.append('ExifTool') if len(import_msgs): install_error_message = "This program requires:\n{}\nPlease install them " \ "using your distribution's standard installation tools.\n" sys.stderr.write(install_error_message.format('\n'.join(s for s in import_msgs))) cleanup_on_exit(installer_to_delete_on_error=installer_to_delete_on_error) sys.exit(1) def install_required_distro_packages(distro: Distro, distro_family: Distro, version: LooseVersion, interactive: bool, system_uninstall: bool, venv: bool, install_pyqt5: bool, installer_to_delete_on_error: str) -> None: """ Install packages supplied by the Linux distribution :param distro: the specific Linux distribution :param distro_family: the family of distros the Linux distribution belongs to :param version: the Linux distribution's version :param interactive: if True, the user should be prompted to confirm the commands :param system_uninstall: if True, the system package Rapid Photo Downloader was uninstalled :param venv: installing into a virtual environment :param installer_to_delete_on_error: full path of installer tar file, in temporary directory. The temp directory will be completely removed if there is an error. """ if distro_family == Distro.debian: if have_apt: cache = apt.Cache() else: cache = [] missing_packages = [] packages = 'gstreamer1.0-libav gstreamer1.0-plugins-good libimage-exiftool-perl '\ 'python3-dev intltool libgphoto2-dev g++ exiv2 libraw-bin build-essential ' \ 'python3-wheel python3-setuptools gir1.2-gexiv2-0.10 ' \ 'python3-gi gir1.2-gudev-1.0 gir1.2-udisks-2.0 gir1.2-notify-0.7 '\ 'gir1.2-glib-2.0 gir1.2-gstreamer-1.0 gir1.2-gdkpixbuf-2.0 zenity ' if install_pyqt5: packages = '{} python3-pyqt5 qt5-image-formats-plugins ' \ 'libqt5svg5'.format(packages) set_manually_installed = [] # For some strange reason, setuptools and wheel must be manually specified on Linux Mint # It's odd because sometimes setuptools imports even without this package, and other times, # it doesn't if not venv: assert have_apt base_python_packages = 'python3-requests' packages = '{} {}'.format(packages, base_python_packages) optional_python_packages = ( op for op in 'python3-easygui python3-sortedcontainers python3-tornado ' \ 'python3-zmq python3-arrow python3-psutil python3-colorlog ' \ 'python3-babel'.split() if op in cache ) if optional_python_packages: packages = '{} {}'.format(packages, ' '.join(optional_python_packages)) else: build_source_packages = 'libgirepository1.0-dev libbz2-dev libreadline-dev ' \ 'libssl-dev zlib1g-dev libsqlite3-dev wget curl llvm '\ 'libncurses5-dev libncursesw5-dev xz-utils tk-dev '\ 'libcairo2-dev libzmq5' packages = '{} {}'.format(packages, build_source_packages) unknown_packages = debian_unknown_packages(packages) if unknown_packages: for package in unknown_packages: print( _('The following package is unknown on your system: {}\n').format( package ) ) cleanup_on_exit(installer_to_delete_on_error=installer_to_delete_on_error) sys.exit(1) # libheif and friends exist only in Ubuntu 18.04 and above # at some point libmediainfo0 was renamed to libmediainfo0v5 optional_packages = ['libmediainfo0v5', 'libmediainfo0', 'gir1.2-unity-5.0'] + \ debian_heif_packages if have_apt: for p in optional_packages: if p in cache: packages = '{} {}'.format(packages, p) else: extra_packages = ' '.join(debian_known_packages(' '.join(optional_packages))) if extra_packages: packages = '{} {}'.format(packages, extra_packages) for package in packages.split(): if have_apt: try: p = cache[package] if not p.is_installed: missing_packages.append(package) elif system_uninstall and p.is_auto_installed: set_manually_installed.append(package) except KeyError: print( _('The following package is unknown on your system: {}\n').format( package ) ) cleanup_on_exit(installer_to_delete_on_error=installer_to_delete_on_error) sys.exit(1) else: if not debian_package_installed(package): missing_packages.append(package) if missing_packages: print( _( "To continue, some packages required to run the application will be installed." ) + "\n" ) run_cmd( make_distro_packager_command( distro_family, ' '.join(missing_packages), interactive ), interactive=interactive, installer_to_delete_on_error=installer_to_delete_on_error ) # If there are any packages to mark as manually installed, do so now if set_manually_installed: run_cmd( make_distro_mark_commmand( distro_family, ' '.join(set_manually_installed), interactive ), interactive=interactive, installer_to_delete_on_error=installer_to_delete_on_error ) elif distro_family == Distro.fedora: # Includes CentOS 8 missing_packages = [] packages = 'gstreamer1-plugins-good ' \ 'libgphoto2-devel zeromq-devel exiv2 perl-Image-ExifTool LibRaw-devel gcc-c++ ' \ 'rpm-build intltool libmediainfo python3-wheel zenity ' \ 'libheif-devel libde265-devel x265-devel gstreamer1-libav' if install_pyqt5: packages = 'qt5-qtimageformats python3-qt5 qt5-qtsvg {}'.format(packages) if distro == Distro.fedora: packages = '{} python3-devel python3-libunity'.format(packages) else: packages = '{} python36-devel'.format(packages) if not venv: base_python_packages = 'python3-easygui python3-psutil ' \ 'python3-tornado gobject-introspection python3-gobject ' \ 'python3-babel python3-pillow' if distro == Distro.fedora: base_python_packages = '{} python3-gexiv2'.format(base_python_packages) else: base_python_packages = '{} gobject-introspection-devel ' \ 'cairo-gobject-devel'.format(base_python_packages) packages = '{} {}'.format(packages, base_python_packages) if not have_requests: packages = 'python3-requests {}'.format(packages) else: build_source_packages = 'gcc zlib-devel bzip2 bzip2-devel readline-devel '\ 'sqlite sqlite-devel openssl-devel tk-devel git ' \ 'cairo-gobject-devel ' \ 'gobject-introspection-devel zeromq' if distro == Distro.fedora: build_source_packages = '{} python3-cairo-devel'.format(build_source_packages) packages = '{} {}'.format(packages, build_source_packages) print(_("Querying installed and available packages (this may take a while)")) unknown_packages = fedora_unknown_packages(packages) if unknown_packages: for package in unknown_packages: print( _('The following package is unknown on your system: {}\n').format( package ) ) cleanup_on_exit(installer_to_delete_on_error=installer_to_delete_on_error) sys.exit(1) if have_dnf: print(_("Querying installed and available packages (this may take a while)")) with dnf.Base() as base: # Code from http://dnf.readthedocs.org/en/latest/use_cases.html # Repositories serve as sources of information about packages. base.read_all_repos() # A sack is needed for querying. base.fill_sack() # A query matches all packages in sack q = base.sack.query() # Derived query matches only available packages q_avail = q.available() # Derived query matches only installed packages q_inst = q.installed() installed = [pkg.name for pkg in q_inst.run()] available = [pkg.name for pkg in q_avail.run()] for package in packages.split(): if package not in installed: if package in available: missing_packages.append(package) else: sys.stderr.write( 'The following package is unavailable on your system: {}\n'.format( package ) ) cleanup_on_exit(installer_to_delete_on_error=installer_to_delete_on_error) sys.exit(1) else: for package in packages.split(): if not fedora_package_installed(package): missing_packages.append(package) if missing_packages: print( _( "To continue, some packages required to run the application will be " "installed." ) + "\n" ) run_cmd( make_distro_packager_command( distro_family, ' '.join(missing_packages), interactive ), interactive=interactive, installer_to_delete_on_error=installer_to_delete_on_error ) elif distro_family == Distro.opensuse: packages = 'zeromq-devel exiv2 exiftool python3-devel ' \ 'libgphoto2-devel libraw-devel gcc-c++ rpm-build intltool zenity ' if install_pyqt5: packages = 'python3-qt5 libqt5-qtimageformats libQt5Svg5 {}'.format(packages) if not venv: base_python_packages = 'girepository-1_0 python3-gobject ' \ 'python3-psutil python3-tornado python3-Babel ' \ 'typelib-1_0-GExiv2-0_10 typelib-1_0-UDisks-2_0 ' \ 'typelib-1_0-Notify-0_7 ' \ 'typelib-1_0-Gst-1_0 typelib-1_0-GUdev-1_0 ' \ 'python3-gobject-Gdk ' packages = '{} {}'.format(packages, base_python_packages) if not have_requests: packages = 'python3-requests {}'.format(packages) else: build_source_packages = 'gobject-introspection-devel python3-cairo-devel openssl zlib git' packages = '{} {}'.format(packages, build_source_packages) libmediainfo = 'libmediainfo0' if opensuse_known_packages(libmediainfo): packages = '{} {}'.format(packages, libmediainfo) else: print("Could not locate package", libmediainfo) libunity_packages = opensuse_known_packages( 'typelib-1_0-UnityExtras-7_0 typelib-1_0-Unity-7_0 typelib-1_0-Dbusmenu-0_4 ' 'typelib-1_0-Dee-1_0 ' ) if libunity_packages: packages = '{} {}'.format(packages, ' '.join(libunity_packages)) print( # Translators: do not translate the term zypper _( "Querying zypper to see if any required packages are already installed (this may " "take a while)... " ) ) try: missing_packages = opensuse_missing_packages(packages) except subprocess.CalledProcessError as e: if e.returncode != 104: sys.stderr.write(_("Command failed") + "\n") sys.stderr.write(_("Exiting") + "\n") cleanup_on_exit(installer_to_delete_on_error=installer_to_delete_on_error) sys.exit(1) else: if missing_packages: print( _( "To continue, some packages required to run the application will be " "installed." ) + "\n" ) run_cmd( make_distro_packager_command( distro_family, ' '.join(missing_packages), interactive ), interactive=interactive, installer_to_delete_on_error=installer_to_delete_on_error ) if venv: run_cmd( 'sudo zypper install -y --type pattern devel_basis', interactive=interactive, installer_to_delete_on_error=installer_to_delete_on_error ) elif distro_family == Distro.centos7: packages = 'gstreamer1-plugins-good gobject-introspection libgphoto2-devel zeromq-devel ' \ 'exiv2 perl-Image-ExifTool LibRaw-devel gcc-c++ rpm-build ' \ 'gobject-introspection-devel cairo-gobject-devel python36u-devel libmediainfo ' \ 'zenity gstreamer1-libav libheif-devel libde265-devel x265-devel' if venv: build_source_packages = 'gcc zlib-devel bzip2 bzip2-devel readline-devel '\ 'sqlite sqlite-devel openssl-devel tk-devel git ' \ packages = '{} {}'.format(packages, build_source_packages) print( # Translators: do not translate the term yum _( "Querying yum to see if any required packages are already installed (this may " "take a while)... " ) ) try: missing_packages = centos_missing_packages(packages) except subprocess.CalledProcessError as e: sys.stderr.write(_("Command failed") + "\n") sys.stderr.write(_("Exiting") + "\n") cleanup_on_exit(installer_to_delete_on_error=installer_to_delete_on_error) sys.exit(1) else: if missing_packages: print( _( "To continue, some packages required to run the application will be " "installed." ) + "\n" ) run_cmd( make_distro_packager_command( distro_family, ' '.join(missing_packages), interactive ), interactive=interactive, installer_to_delete_on_error=installer_to_delete_on_error ) else: check_packages_on_other_systems(installer_to_delete_on_error=installer_to_delete_on_error) def parser_options(formatter_class=argparse.HelpFormatter) -> argparse.ArgumentParser: """ Construct the command line arguments for the script :return: the parser """ parser = argparse.ArgumentParser( prog=__title__, formatter_class=formatter_class, description=__description__ ) parser.add_argument( '--version', action='version', version='%(prog)s {}'.format(__version__), help="Show program's version number and exit." ) parser.add_argument( "-i", "--interactive", action="store_true", dest="interactive", default=False, help=_("Query to confirm action at each step.") ) group = parser.add_mutually_exclusive_group() group.add_argument( '--devel', action="store_true", dest="devel", default=False, help=_( "When downloading the latest version, install the development version if it is " "newer than the stable version." ) ) group.add_argument( 'tarfile', action='store', nargs='?', # Translators: please don't translate the term tar.gz help=_( "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." ) ) parser.add_argument( '--delete-install-script-and-containing-dir', action='store_true', dest='delete_install_script', help=argparse.SUPPRESS ) parser.add_argument( '--delete-tar-and-containing-dir', action='store_true', dest='delete_tar_and_dir', help=argparse.SUPPRESS ) parser.add_argument( '--locale-tmpdir', action='store', dest='locale_tmpdir', help=argparse.SUPPRESS ) parser.add_argument( '--do-not-upgrade-pip', action='store_true', dest='do_not_upgrade_pip', help=argparse.SUPPRESS ) parser.add_argument( '--script-restarted', action='store_true', dest='script_restarted', help=argparse.SUPPRESS ) parser.add_argument( '--force-this-installer-version', action='store_true', dest='force_this_version', # Translators: please don't translate the term tar.gz or remove the {} help= _( "Do not run the installer in the tar.gz Rapid Photo Downloader installer archive if " "it is newer than this version ({}). The default is to run whichever installer is " "newer." ).format(__version__) ) # Translators: do not translate the term pip msg = _( "Uninstall Rapid Photo Downloader that was installed with pip, keeping its dependencies." ) # Translators: do not translate the term pip msg2 = _( "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." ) pip_only = _( "Note: this will not uninstall any version of Rapid Photo Downloader installed " "by your Linux distribution's package manager." ) msg = "{} {}".format(msg, pip_only) if have_pip and pip_version >= StrictVersion('9.0.0'): note = _("Dependencies will only be removed if they are not required by other programs.") note = "{} {}".format(note, pip_only) else: # Translators: please don't translate the terms pip 9.0 or the command starting with Python note = _( "Note: this option will remove the dependencies regardless of whether they are " "required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. " "Also note that any version of Rapid Photo Downloader installed " "by your Linux distribution's package manager will not be uninstalled." ) msg2 = "{} {}".format(msg2, note) parser.add_argument( '--uninstall', action='store_true', help=msg) parser.add_argument( '--uninstall-including-pip-dependencies', action='store_true', dest='uninstall_with_deps', help=msg2 ) parser.add_argument( virtual_env_cmd_line_arg, action='store_true', dest='virtual_env', # Translators: do not translate the terms Python or --system-site-packages help=_( "Install in current Python virtual environment. Virtual environments created with " "the --system-site-packages option are not supported." ) ) try: v = ' {}'.format(latest_pypi_version('PyQt5')) except Exception: v = '' parser.add_argument( '--PyQt5-version', action='store', metavar='X.X.X', # Translators: do not translate the term PyQt5 help=_( "Specific version of PyQt5 to install (default is the most recent version{})." ).format(v) ) parser.add_argument( '--use-system-PyQt5', action='store_true', default=None, # Translators: do not translate the terms PyQt5 or PyPi help = _( "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." ) ) return parser def verify_download(downloaded_tar: str, md5_url: str) -> bool: """ Verifies downloaded tarball against the launchpad generated md5sum file. Exceptions not caught. :param downloaded_tar: local file :param md5_url: remote md5sum file for the download :return: True if md5sum matches, False otherwise, """ if not md5_url: return True r = requests.get(md5_url) assert r.status_code == 200 remote_md5 = r.text.split()[0] with open(downloaded_tar, 'rb') as tar: m = hashlib.md5() m.update(tar.read()) return m.hexdigest() == remote_md5 def get_installer_url_md5(devel: bool): remote_versions_file = 'https://www.damonlynch.net/rapid/version.json' try: r = requests.get(remote_versions_file) except: print(_("Failed to download versions file."), remote_versions_file) else: status_code = r.status_code if status_code != 200: print(_("Got error code {} while accessing versions file").format(status_code)) else: try: version = r.json() except: print("Error %d accessing versions JSON file") else: stable = version['stable'] dev = version['dev'] if devel and pkg_resources.parse_version(dev['version']) > \ pkg_resources.parse_version(stable['version']): tarball_url = dev['url'] md5 = dev['md5'] else: tarball_url = stable['url'] md5 = stable['md5'] return tarball_url, md5 return '', '' 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 >>> 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' """ suffixes = ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'] 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 = '{:.0f}'.format(size_in_bytes) return s + ' ' + suffixes[i] def delete_installer_and_its_temp_dir(full_file_name) -> None: temp_dir = os.path.dirname(full_file_name) if temp_dir: # print("Removing directory {}".format(temp_dir)) shutil.rmtree(temp_dir, ignore_errors=True) class progress_bar_scanning(threading.Thread): # Adapted from http://thelivingpearl.com/2012/12/31/ # creating-progress-bars-with-python/ def run(self): print('Downloading.... ', end='', flush=True) i = 0 while stop_pbs != 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_pbs == True: print('\b\b\b\b ABORT!', flush=True) else: print('\b\b done!', flush=True) def download_installer(devel: bool) -> str: tarball_url, md5_url = get_installer_url_md5(devel) if not tarball_url: sys.stderr.write( "\n" + _( "Sorry, could not locate installer. Please check your Internet " "connection and verify if you can reach " "https://www.damonlynch.net\n\nExiting.\n" ) ) sys.exit(1) temp_dir = tempfile.mkdtemp() try: r = requests.get(tarball_url, stream=True) local_file = os.path.join(temp_dir, tarball_url.split('/')[-1]) chunk_size = 1024 total_size = int(r.headers['content-length']) size_human = format_size_for_user(total_size) no_iterations = int(math.ceil(total_size / chunk_size)) pbar_title = "Downloading {} ({})".format(tarball_url, size_human) global stop_pbs global kill_pbs stop_pbs = kill_pbs = False if have_pyprind_progressbar: bar = pyprind.ProgBar( iterations=no_iterations, track_time=True, title=pbar_title ) else: print(pbar_title) pbs = progress_bar_scanning() pbs.start() with open(local_file, 'wb') as f: for chunk in r.iter_content(chunk_size=chunk_size): if chunk: # filter out keep-alive new chunks f.write(chunk) if have_pyprind_progressbar: bar.update() if not have_pyprind_progressbar: stop_pbs = True pbs.join() except Exception: sys.stderr.write("Failed to download {}\n".format(tarball_url)) sys.exit(1) try: if verify_download(local_file, md5_url): return local_file else: sys.stderr.write("Tar file MD5 mismatch\n") delete_installer_and_its_temp_dir(local_file) sys.exit(1) except Exception: sys.stderr.write("There was a problem verifying the download. Exiting\n") delete_installer_and_its_temp_dir(local_file) sys.exit(1) def tarfile_content_name(installer: str, file_name: str) -> str: """ Construct a path into a tar file to be able to extract a single file :param installer: the tar file :param file_name: the file wanted :return: the path including file name """ name = os.path.basename(installer) name = name[:len('.tar.gz') * -1] return os.path.join(name, file_name) def append_locale_cmdline_option(new_args): """ Append the location of the locale to the command line options :param new_args: :return: """ assert locale_tmpdir new_args.append('--locale-tmpdir={}'.format(locale_tmpdir)) def run_latest_install(installer: str, delete_installer: bool, installer_downloaded: bool) -> None: """ If the install script is newer than this script (as determined by the version number at the head of this script), run that newer script instead. :param installer: the tar.gz installer :param delete_installer: whether to delete the tar.gz archive :param installer_downloaded: whether the tar.gz installer was downloaded automatically by this script """ install_script = '' v = '' with tarfile.open(installer) as tar: with tar.extractfile(tarfile_content_name(installer, 'install.py')) as install_py: raw_lines = install_py.read() lines = raw_lines.decode() r = re.search(r"""^__version__\s*=\s*[\'\"](.+)[\'\"]""", lines, re.MULTILINE) if r: v = r.group(1) if pkg_resources.parse_version(__version__) < \ pkg_resources.parse_version(v): temp_dir = tempfile.mkdtemp() install_script = os.path.join(temp_dir, generate_random_file_name(10)) with open(install_script, 'w') as new_install_py: new_install_py.write(lines) if install_script: print("Loading new installer script version {}".format(v)) sys.stdout.flush() sys.stderr.flush() clean_locale_tmpdir() if installer_downloaded: new_args = [install_script, installer, '--delete-install-script-and-containing-dir'] else: new_args = [install_script, '--delete-install-script-and-containing-dir'] if delete_installer: new_args.append('--delete-tar-and-containing-dir') new_args = new_args + sys.argv[1:] if not '--script-restarted' in new_args: new_args += ['--script-restarted', '--do-not-upgrade-pip'] # restart the script os.execl(sys.executable, sys.executable, *new_args) def check_install_status(i: int, installer_to_delete_on_error: str, is_requirements: bool, warning_only: bool=False, package_name: str='') -> None: if i != 0: if warning_only: msg = _( 'Package {} failed to install but Rapid Photo Downloader installation will ' 'continue.'.format(package_name) ) sys.stderr.write(msg + "\n") else: cleanup_on_exit(installer_to_delete_on_error) sys.stderr.write(_("Received error code") + " " + str(i) + "\n") if is_requirements: msg = _("Failed to install application requirements: exiting.") else: msg = _("Failed to install application: exiting...") sys.stderr.write(msg + "\n") sys.exit(1) def version_no_valid(version: str) -> bool: """ Determine if string version is valid for getting specific PyPi package version :param version: version string :return: True if valid, False otherwise """ try: x = [int(v) for v in version.split('.')] return 2 <= len(x) <=3 except Exception: return False def file_accessible(path: str) -> bool: return os.path.isfile(path) and os.access(path, os.R_OK) def dir_accessible(path: str) -> bool: return os.path.isdir(path) and os.access(path, os.W_OK) def probe_debian_dot_profile(home: str, subdir: str): """ Use Debian profile defaults to determine if subdir is already or (more tricky) would be on the next reboot a valid path :param home: user home directory :param subdir: subdirectory to test for """ bin_dir_to_use = '' created_dir = False user_must_reboot = False full_path = os.path.join(home, subdir) re_search = r'^[^#]*?\$HOME{}{}'.format(os.sep, subdir) profile = os.path.join(home, '.profile') bash_profile = os.path.join(home, '.bash_profile') bash_login = os.path.join(home, '.bash_login') if file_accessible(profile) and not ( file_accessible(bash_login) or file_accessible(bash_profile)): with open(profile, 'r') as dot_profile: content = dot_profile.read() match = re.search(re_search, content, re.MULTILINE) if match: bin_dir_to_use = subdir if not os.path.isdir(full_path): print("Creating directory", full_path) os.mkdir(full_path) created_dir = True user_must_reboot = True elif full_path not in os.getenv('PATH'): user_must_reboot = True return bin_dir_to_use, created_dir, user_must_reboot def distro_bin_dir(distro_family: Distro, interactive: bool): """ Determine the most appropriate bin directory for this distro and its environment. :return: Tuple of path to bin directory and details about it """ bin_dir_to_use = '' created_dir = False user_must_add_to_path = False user_must_reboot = False create_sym_link = False home = os.path.expanduser('~') local_bin = os.path.join(os.path.split(site.getuserbase())[1], 'bin') path = os.getenv('PATH') local_bin_path = os.path.join(home, local_bin) if local_bin_path in path and dir_accessible(local_bin_path): print("Using existing path {} for program executable".format(local_bin_path)) bin_dir_to_use = local_bin elif distro_family == Distro.debian: bin_dir_to_use, created_dir, user_must_reboot = probe_debian_dot_profile( home=home, subdir=local_bin ) if not bin_dir_to_use: # Use ~/bin for everything else. Especially true for openSUSE, because that's the only # choice. home_bin = os.path.join(home, 'bin') if dir_accessible(home_bin): bin_dir_to_use = 'bin' if home_bin in path: print("Using existing path {} for program executable".format(home_bin)) else: user_must_add_to_path = True elif distro_family == Distro.debian: bin_dir_to_use, created_dir, user_must_reboot = probe_debian_dot_profile( home=home, subdir='bin' ) if not bin_dir_to_use: if not os.path.isdir(home_bin): print("Creating directory", home_bin) os.mkdir(home_bin) bin_dir_to_use = 'bin' created_dir = True else: # Some kind of permissions problem print("Fixing ownership or access permissions for", home_bin) owner = os.getuid() group = os.getgid() u_only, u_g_o = folder_perms() check_and_repair_folder_permission( path=home_bin, owner=owner, group=group, perm=u_g_o, interactive=interactive ) # Check if successful if dir_accessible(home_bin): bin_dir_to_use = 'bin' if bin_dir_to_use: user_must_add_to_path = not home_bin in path if bin_dir_to_use: create_sym_link = True return os.path.join(home, bin_dir_to_use), created_dir, user_must_add_to_path, \ user_must_reboot, create_sym_link def man_pages_already_installed(manpages, system_man_dir, local_man_dir) -> bool: """ Determine if the same man pages already exist in the system directory that we would install into :return: True if already installed, False otherwise """ match = 0 if local_man_dir is not None: for manpage in manpages: source = os.path.join(local_man_dir, manpage) dest = os.path.join(system_man_dir, manpage) if os.path.isfile(dest) and os.path.isfile(source): with open(dest) as dest_man: with open(source) as source_man: if dest_man.read() == source_man.read(): match += 1 return match == len(manpages) def do_install(installer: str, distro: Distro, distro_family: Distro, distro_version: LooseVersion, interactive: bool, devel: bool, delete_install_script: bool, delete_tar_and_dir: bool, force_this_version: bool, venv: bool, pyqt5_version: str, use_system_pyqt5: bool) -> None: """ :param installer: the tar.gz installer archive (optional) :param distro: specific Linux distribution :param distro_family: the family of distros the specific distro is part of :param distro_version: the distributions version, if it exists :param interactive: whether to prompt to confirm commands :param devel: download and install latest development version :param delete_install_script: hidden command line option to delete the install.py script and its containing directory, which is assumed to be a temporary directory :param delete_tar_and_dir: hidden command line option to delete the tar.gz installer archive and its containing directory, which is assumed to be a temporary directory :param force_this_version: do not attempt to run a newer version of this script :param venv: installing into a virtual environment :param pyqt5_version: install specific version of PyQt5 from PyPi. :param use_system_pyqt5: do not install PyQt5 from PyPi. """ installer_downloaded = False if installer is None: delete_installer = True installer = download_installer(devel) installer_downloaded = True elif delete_tar_and_dir: delete_installer = True else: delete_installer = False if not force_this_version: run_latest_install( installer=installer, delete_installer=delete_installer, installer_downloaded=installer_downloaded ) if delete_installer: installer_to_delete_on_error = installer else: installer_to_delete_on_error = '' must_install_pypi_pyqt5 = pyqt5_version is not None or not use_system_pyqt5 and ( (distro == Distro.neon and venv) or (distro != Distro.neon and (venv or pypi_pyqt5_capable()))) if not venv: system_uninstall = uninstall_old_version( distro_family=distro_family, interactive=interactive, installer_to_delete_on_error=installer_to_delete_on_error ) local_man_dir = os.path.join(os.path.expanduser('~'), '.local/share/man/man1') if not os.path.isdir(local_man_dir): try: os.makedirs(local_man_dir) except Exception: sys.stderr.write( "Sorry, the man page directory could not be created: {}\n" "Exiting...\n".format(local_man_dir) ) cleanup_on_exit(installer_to_delete_on_error='') sys.exit(1) else: system_uninstall = False local_man_dir = None install_required_distro_packages( distro=distro, distro_family=distro_family, version=distro_version, interactive=interactive, system_uninstall=system_uninstall, venv=venv, install_pyqt5=not must_install_pypi_pyqt5, installer_to_delete_on_error=installer_to_delete_on_error ) with tarfile.open(installer) as tar: with tar.extractfile(tarfile_content_name(installer, 'requirements.txt')) as requirements: reqbytes = requirements.read() # Remove PyQt5 from requirements as we will be installing it manually below reqbytes = reqbytes.replace(b'pyqt5', b'') with tempfile.NamedTemporaryFile(delete=False) as temp_requirements: temp_requirements.write(reqbytes) temp_requirements_name = temp_requirements.name print("\n" + _("Installing application requirements...") + "\n") # Don't call pip directly - there is no API, and its developers say not to cmd = make_pip_command( 'install {} --disable-pip-version-check -r {}'.format(pip_user, temp_requirements.name) ) i = popen_capture_output(cmd) os.remove(temp_requirements_name) check_install_status( i=i, installer_to_delete_on_error=installer_to_delete_on_error, is_requirements=True ) if distro in centos_family or venv: i = install_pygobject_from_pip() check_install_status( i=i, installer_to_delete_on_error=installer_to_delete_on_error, is_requirements=True ) print() if sys.version_info >= (3, 6) and distro_has_heif_support(distro=distro): i = install_pyheif_from_pip() check_install_status( i=i, installer_to_delete_on_error=installer_to_delete_on_error, is_requirements=True, warning_only=True, package_name='pyheif' ) else: print(_('System support for generating HEIF / HEIC thumbnails is unavailable')) if must_install_pypi_pyqt5: # Update PyQt5 and PyQt5_sip separately. Sometimes it's possible for PyQt5 and PyQt5_sip # to get out of sync i = update_pyqt5_and_sip(version=pyqt5_version) check_install_status( i=i, installer_to_delete_on_error=installer_to_delete_on_error, is_requirements=True ) else: if distro == Distro.neon: # KDE Neon has up to date Qt & PyQt5 # Translators: do not translate the terms PyQt5, PyPi or KDE Neon print('\n' + _("Not installing PyPI PyQt5 package into KDE Neon environment")) uninstall_pip_package('PyQt5', no_deps_only=False) uninstall_pip_package('PyQt5_sip', no_deps_only=False) print("\n" + _("Installing application...") +"\n") cmd = make_pip_command( 'install {} --disable-pip-version-check --no-deps "{}"'.format(pip_user, installer) ) i = popen_capture_output(cmd) check_install_status( i=i, installer_to_delete_on_error=installer_to_delete_on_error, is_requirements=False ) if venv: bin_dir = os.path.join(sys.prefix, 'bin') user_must_add_to_path = user_must_reboot = True print("\nThe application was installed in {}".format(bin_dir)) else: result = distro_bin_dir(distro_family, interactive) bin_dir, created_dir, user_must_add_to_path, user_must_reboot, create_sym_link = result if bin_dir and create_sym_link: install_path = os.path.join(site.getuserbase(), 'bin') for executable in ('rapid-photo-downloader', 'analyze-pv-structure'): symlink = os.path.join(bin_dir, executable) # Catch broken symlinks if not (os.path.exists(symlink) or os.path.islink(symlink)): print('Creating symlink', symlink) print( "If you uninstall the application without using this install.py script, " "remove this symlink yourself." ) os.symlink(os.path.join(install_path, executable), symlink) else: if os.path.islink(symlink): if os.readlink(symlink) == os.path.join(install_path, executable): print('Correct symlink already exists:', symlink) else: msg = 'Symlink "{}" already exists, but points to "{}" instead of "{}"' print( msg.format( symlink, os.readlink(symlink), os.path.join(install_path, executable) ) ) answer = input("Should the symlink be replaced?") if get_yes_no(answer): os.unlink(symlink) os.symlink(os.path.join(install_path, executable), symlink) else: print('There is another file at targeted symlink location:', symlink) system_man_dir = '/usr/local/share/man/man1' manpages = ('rapid-photo-downloader.1', 'analyze-pv-structure.1') if venv: # Keep man pages in install location only # Translators: do not translate {}/share/man/man1 print("\n" + _("Man pages can be found in {}/share/man/man1").format(sys.prefix)) elif not man_pages_already_installed(manpages, system_man_dir, local_man_dir): if interactive: print("\n" + _("Do you want to install the application's man pages?")) print(_("They will be installed into {}").format(system_man_dir)) print(_("If you uninstall the application, remove these manpages yourself.")) print(_("sudo may prompt you for the sudo password.")) answer = input(_('Do want to install the man pages?') + ' [Y/n] ') else: print("\n" + _("Installing man pages into {}").format(system_man_dir)) print(_("If you uninstall the application, remove these manpages yourself.")) print(_("sudo may prompt you for the sudo password.") + "\n") answer = 'y' if get_yes_no(answer): install_man_page = True if not os.path.isdir(system_man_dir): cmd = shutil.which('mkdir') command_line = 'sudo {} -p {}'.format(cmd, system_man_dir) print(command_line) args = shlex.split(command_line) try: subprocess.check_call(args) except subprocess.CalledProcessError: sys.stderr.write(_("Failed to create man page directory: exiting.") + "\n") install_man_page = False if install_man_page: cmd = shutil.which('cp') for manpage in manpages: source = os.path.join(local_man_dir, manpage) if not os.path.exists(source): sys.stderr.write( "Man page {} cannot be copied because it does not exist\n".format( source ) ) break dest = os.path.join(system_man_dir, manpage) command_line = 'sudo {} {} {}'.format(cmd, source, dest) print(command_line) args = shlex.split(command_line) try: subprocess.check_call(args) except subprocess.CalledProcessError: sys.stderr.write(_("Failed to copy man page.") + "\n") if delete_installer: delete_installer_and_its_temp_dir(installer) if delete_install_script: delete_installer_and_its_temp_dir(sys.argv[0]) clean_locale_tmpdir() if venv: # Show path to start script in virtual environment print() # Translators: don't translate {}/bin/rapid-photo-downloader msg = _( "Rapid Photo Downloader can be started without activating the virtual environment by " "running {}/bin/rapid-photo-downloader" ).format(sys.prefix) print('{}{}{}'.format(bcolors.BOLD, msg, bcolors.ENDC)) if display_rpmfusion_message: print(rpmfusion_message) msg = '' if user_must_reboot: msg = _( "You may have to restart the computer to be able to run the " "program from the command line or application launcher." ) elif user_must_add_to_path or not bin_dir: if not bin_dir: path = os.path.join(site.getuserbase(), 'bin') else: path = bin_dir msg = _( "You must add {path} to your computer's $PATH variable to run the " "program from the command line or application launcher." ).format(path=path) if msg: cmd = shutil.which('zenity') if cmd is None: print( bcolors.BOLD + "\n" + msg + bcolors.ENDC ) else: text = '\n'.join(textwrap.wrap(msg, width=50)) command_line = '{} --info --no-wrap ' \ '--title="Rapid Photo Downloader" ' \ '--text="{}"'.format(cmd, text) args = shlex.split(command_line) subprocess.call(args=args) if False: print("\n" + _("(If a segmentation fault occurs at exit, you can ignore it...)")) def clean_locale_tmpdir(): global locale_tmpdir if locale_tmpdir is not None and os.path.isdir(locale_tmpdir): shutil.rmtree(locale_tmpdir, ignore_errors=True) locale_tmpdir = None def pip_needed_to_uninstall(): sys.stderr.write( # Translators: do not translate the terms python3 or pip _( "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\nCannot continue. Exiting." ) + "\n" ) sys.exit(1) def main(): """ Setup localization, if needed. Setup core Python modules if needed: pip, setuptools, wheel, and requests Setup repositories if needed. Then call main install logic. """ global pip_user parser = parser_options() args = parser.parse_args() global locale_tmpdir locale_tmpdir = args.locale_tmpdir if locale_tmpdir is None: # if user's locale is other than English, extract mo files to temp dir # and localize this script try: lang = locale.getdefaultlocale()[0] assert lang except Exception: sys.stderr.write("Warning: could not determine locale\n") else: if not lang.startswith('en'): locale_tmpdir = extract_mo_files() if locale_tmpdir: locale_dir = os.path.join(locale_tmpdir, 'locale') gettext.bindtextdomain(i18n_domain, localedir=locale_dir) gettext.textdomain(i18n_domain) if os.getuid() == 0: sys.stderr.write( _( "Do not run this installer script as sudo / root user.\nRun it using the " "user who will run the program.\n" ) ) clean_locale_tmpdir() sys.exit(1) use_system_pyqt5 = args.use_system_PyQt5 is not None if args.PyQt5_version is not None and use_system_pyqt5: sys.stderr.write( # Translators: do not translate the terms --PyQt5-version or --use-system-PyQt5 _( 'Specify only one of --PyQt5-version or --use-system-PyQt5.' ) + "\n" ) clean_locale_tmpdir() sys.exit(1) pyqt5_version = None if args.PyQt5_version is not None: if not pypi_pyqt5_capable(): sys.stderr.write( # Translators: do not translate the terms PyQt5 or Python 3.5 _( "Sorry, specifying a specific version of PyQt5 " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." ) + "\n" ) cleanup_on_exit(installer_to_delete_on_error='') sys.exit(1) if version_no_valid(args.PyQt5_version): pyqt5_version = args.PyQt5_version.strip() else: sys.stderr.write( _( # Translators: do not translate the term PyQt5 "Please specify a PyQt5 version in the format X.X or X.X.X" ) + "\n" ) cleanup_on_exit(installer_to_delete_on_error='') sys.exit(1) if not pypi_version_exists(package_name='PyQt5', version=pyqt5_version): cleanup_on_exit(installer_to_delete_on_error='') sys.exit(1) venv = args.virtual_env if is_venv() and not venv: answer = input( _("Do you want to install Rapid Photo Downloader into the current virtual environment?") + ' [Y/n] ' ) venv = get_yes_no(answer) if venv: sys.argv.append(virtual_env_cmd_line_arg) if venv: if not pypi_pyqt5_capable(): sys.stderr.write( # Translators: do not translate the term Python 3.5 _( "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." ) + "\n" ) cleanup_on_exit(installer_to_delete_on_error='') sys.exit(1) if not is_venv(): sys.stderr.write( # Translators: do not translate the term Python _( "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." ) + "\n" ) cleanup_on_exit(installer_to_delete_on_error='') sys.exit(1) # install Python packages in active virtual environment pip_user = '' print(_("Using virtual environment for installation using pip.")) if args.uninstall_with_deps: if len(sys.argv) > 2: sys.stderr.write( _("Do not include any other command line arguments when specifying") + " --uninstall-with-pip-dependencies\n" ) clean_locale_tmpdir() sys.exit(1) if not have_pip: pip_needed_to_uninstall() uninstall_with_deps() cleanup_on_exit(installer_to_delete_on_error='') sys.exit(0) if args.uninstall: if len(sys.argv) > 2: sys.stderr.write( _("Do not include any other command line arguments when specifying") + " --uninstall\n" ) sys.exit(1) if not have_pip: pip_needed_to_uninstall() uninstall_pip_package('rapid-photo-downloader', no_deps_only=False) cleanup_on_exit(installer_to_delete_on_error='') sys.exit(0) distro = get_distro() if custom_python() and not venv and distro != Distro.gentoo: excecutable = valid_system_python() if excecutable is None: sys.stderr.write( _( "Sorry, this installer does not support a custom python installation.\n" "Exiting..." ) + "\n" ) cleanup_on_exit(installer_to_delete_on_error='') sys.exit(1) else: print(_("Restarting script using system python...") + "\n") restart_script(restart_with=excecutable) local_folder_permissions(interactive=args.interactive) if distro != Distro.unknown: distro_version = get_distro_version(distro) else: distro_version = unknown_version if not args.script_restarted: print( _('Detected Linux distribution {} {}'.format(distro.name.capitalize(), distro_version)) ) if distro == Distro.debian: if distro_version == unknown_version: if not is_debian_testing_or_unstable(): print('Warning: this version of Debian may not work with Rapid Photo Downloader.') elif distro_version <= LooseVersion('8'): sys.stderr.write( "Sorry, Debian Jessie is too old to be able to run this version of " "Rapid Photo Downloader.\n" ) clean_locale_tmpdir() sys.exit(1) elif distro == Distro.fedora and unknown_version > distro_version <= LooseVersion('29'): sys.stderr.write( "Sorry, Fedora 29 or older is no longer supported by Rapid Photo Downloader.\n" ) sys.exit(1) elif distro in arch_like: print( 'Users of Arch Linux or its derivatives should use the Arch community package, ' 'or the AUR package.' ) print(_("Exiting...")) clean_locale_tmpdir() sys.exit(0) elif distro == Distro.peppermint and unknown_version > distro_version < LooseVersion('7'): sys.stderr.write( "Sorry, this version of Peppermint is to old to run this version of " "Rapid Photo Downloader.\n" ) clean_locale_tmpdir() sys.exit(1) elif distro == Distro.centos and distro_version < LooseVersion('8'): distro = Distro.centos7 distro_family = distro if distro in debian_like: distro_family = Distro.debian if distro in (Distro.ubuntu, Distro.peppermint): enable_universe(args.interactive) if not have_apt: if not custom_python(): # Translators: do not translate the term python3-apt print(_('To continue, the package python3-apt must be installed.') + '\n') command_line = make_distro_packager_command( distro_family, 'python3-apt', args.interactive ) run_cmd(command_line, restart=True, interactive=args.interactive) elif distro == Distro.centos7: enable_centos_epel( distro=distro, version=distro_version, interactive=args.interactive ) enable_centos7_ius(args.interactive) enable_rpmfusion_free( distro=distro, version=distro_version, interactive=args.interactive ) elif distro in fedora_like: # Includes CentOS >= 8 distro_family = Distro.fedora if distro == Distro.centos: enable_centos_epel( distro=distro, version=distro_version, interactive=args.interactive ) enable_rpmfusion_free( distro=distro, version=distro_version, interactive=args.interactive ) packages, local_pip = pip_packages_required(distro) if packages: packages = ' '.join(packages) if distro_family not in (Distro.fedora, Distro.debian, Distro.opensuse, Distro.centos, Distro.centos7): sys.stderr.write( _( "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" ) + "\n" ) sys.stderr.write(packages + '\n') cleanup_on_exit(installer_to_delete_on_error='') sys.exit(1) print( # Translators: do not translate the term Python 3 _( "To run this program, programs to assist Python 3 and its package management must " "be installed." ) + '\n' ) if not local_pip: command_line = make_distro_packager_command(distro_family, packages, args.interactive) run_cmd(command_line, restart=True, interactive=args.interactive) # Special case: CentOS IUS does not have python3 wheel package if distro in centos_family: packages = 'wheel' if local_pip or distro in centos_family: command_line = make_pip_command('install {} {}'.format(pip_user, packages), split=False) run_cmd(command_line, restart=True, interactive=args.interactive) # Can now assume that both pip, setuptools and wheel have been installed if not args.do_not_upgrade_pip: # Check if upgrade pip, setuptools and wheel to latest version # A recent version of pip is required for some packages e.g. PyQt5 update_pip_setuptools_wheel(interactive=args.interactive) installer = args.tarfile if installer is None: if have_requests is False: # Translators: do not translate the term python or requests print(_("Installing python requests")) command_line = make_pip_command( 'install {} requests'.format(pip_user), split=False ) run_cmd(command_line, restart=True, interactive=args.interactive) elif not os.path.exists(installer): print(_("Installer not found:"), installer) sys.exit(1) elif not installer.endswith('.tar.gz'): # Translators: do not translate the term tar.gz print(_("Installer not in tar.gz format:"), installer) sys.exit(1) do_install( installer=installer, distro=distro, distro_family=distro_family, distro_version=distro_version, interactive=args.interactive, devel=args.devel, delete_install_script=args.delete_install_script, delete_tar_and_dir=args.delete_tar_and_dir, force_this_version=args.force_this_version, venv=venv, pyqt5_version=pyqt5_version, use_system_pyqt5=use_system_pyqt5 ) # Base 85 encoded zip of locale data, to be extracted to a temporary directory and used for # translation of this script's output if user's locale is not English (see the comment at the # top of this script): MO_FILES_ZIP=b""" P)h>@6aWAK002*BhEMWiMfJFHlPZ 1QY-O0000_W`WiMi7FHlPZ1QY-O0000_W`WiMi9FHlPZ 1QY-O0000_W`WiMl4FHlPZ1QY-O0000_W`WiMlMFHlPZ 1QY-O0000_W`WiMo5FHlPZ1QY-O0000_W`WiMo9FHlPZ 1QY-O0000_W`WiMrHFHlPZ1QY-O0000_W`WiMrOFHlPZ 1QY-O0000_W`WiMrPFHlPZ1QY-O0000_W`WiMu7FHlPZ 1QY-O0000_W`WiMuFFHlPZ1QY-O0000_W`WiMuOFHlPZ 1QY-O0000_W`WiM!QFHlPZ1QY-O0000_W`WiM!TFHlPZ 1QY-O0000_W`WiM%DFHlPZ1QY-O0000_W`WiM%TFHlPZ 1QY-O0000_W`WiM)BFHlPZ1QY-O0000_W`WiM-CVlPlj 0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNQVlPlj0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNQY%fqt 0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNQZZA+v0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNRV=quk 0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNSY%fqt0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNSbT3d# 0|XQR00000PiBTt0000000000000004FCWDY;R*>Y-KNSbYDVJFHlPZ1QY-O0000_W`WiN7X FHlPZ1QY-O0000_W`WiN7dFHlPZ1QY-O0000_W`WiNAU FHlPZ1QY-O0000_W`WiNAbFHlPZ1QY-O0000_W`WiNAf FHlPZ1QY-O0000_W`WiNDcFHlPZ1QY-O0000_W`WiNGW FHlPZ1QY-O0000_W`WiNVYUqenWP)h>@6aWAK002*BhEM@6aWAK2mnuJhEPd0_8x@;00316001ul003-nV_|G%FKJ{iOhaEyMN?BjM@3UFa$#_3WG!%LZ**@h WN&wFY;R#?WpXZUZ-tZ3j~g`<$4%1-G|+`E<)=7UMU|+^q)FJ8GA*b-cDLQq(9mW}dqCoC>`Y8%>|oCVXU5AK=Ob E}S?cp&t1QxN_&~*lDU>YRU7l-#kBm-t5Xd2%ZFg0y+3M_&oSujFU8jj+JJJf4CX)IRZWno@j>q-;LY^<0qP*TV)}Rztih|Ilg-p ^QE|6iS+Rf#q}#}ISxl2jQ!wsdyV^iy;!KnYb@yU!`JmdT(=fME}F6=E%=yJAq88PyJ{ray7^KUh6LNVGc&HXl2@vf*i}+HWi;D_ w9!o5oGQlUiFI{H>HcaOP;>)tU0 m?-!7Q4Z7cp!b0wjSR6gg7(-=C8P<@pgSz1?%UE;(t5v{R|_F1(60Az3yZM}!@!!)<)})xM0yjVQJjohnkmt`E@#G8Y2W2aq!;Sk r9+e9y3*)kPmd<&@)DBTBU82p*V5~#yg!|;Lr=zgon9yHypwj`sKMOQqjV =DXz`AKYEIOdNlEF+U@aPFYBH<-ob$TC8?ziNe_$^s^YzNuf5h{18J46Xu@;KsqkB5Fr|uZYf(?wCp4{U K0~+Bg!YIu+nBm}8~e5-enHwPxp^NCaS$O8sN5mTuGD2Q4?EvI+RVhRNI`7VxAL~FD+C?Nse@tOeYL+B4XE(f2%7RIbnp{SIo5}f s@g83Tqdi$V{GGv?0G{jREN!nvV^Z@V<<)E>1cjz`#(@i0|XQR00000PiBTt000000000000000761SMY;R*>Y-KNVaxY9nUrj|* Q$a^XQ!h|U0|XQR000O8PiBTtjmM^I!G{0Y-KNVaxY9nUrj|*Q$a^XQ!jF1aA{;MaAOcuI?_Wu4?O5fsLRnF1YWCD7c$VlU8Wy0Nt3yi6*0|j!X7^Ci}#h EHjhU-#O=d?tS;YdewlM-{&{~&%d=eZ@tU8=bruE_k(x5_7;!+9vbI)?$)X|<-qI*XZoSdTPj`6&ubpC^> p7&NdKY6<6HPiXo$9djWbbiJ0p7#wpf9EXEn?~jQVz%e~3zc)=$)5Ljf`1@5MDX{gc;3&r-cvpATLf>K>viS$DNJ#z5i^yKk01Lvw+~c2(CFB?cAW}+X(&>!Dkfyl;C@~-Djgc Z(rHGh64*K_Z g>OF>^?dYPlr!mElslCmk(W1*;716~KNs&WQ+Uz2sOPeCfyb)}zM0^i=b{~-J{SGndM@hOaW3%j%(=kx56=Z&f1&sPrq|!rhWGa; _*xzpf>#i1Ab1(UM+v^38g}%@J?}y~KQ7~WGYIY^coO%EV4Ciq*iPjToZsPjU!vQTl&BcKGcWzj_bqy)B8YIi~CSt4?$v$USA)^e}EvdMDGcGKYc#%dhq$c|Iz1z&K8~zzOndx;J-rfRIaz=c^SS=kXWEMOz>Eq *8%9}V+4ssd*2OE&O6H}|9xff#YTmvmVvLL!u~S&;W~n?OuuEc|E(3=e>cH#Oh*;q`=b@$=imzZe^>?dJ5$e3s({YVtblKwR{@`1 S3y5-(Q+Rl_yMl30=$2_g7N=@p1*M!@HAl=#^FSQr|~%J`8~^k_lK6DT|>(-KX)xd{a;^(`Tdh+$`6(S|9@YGah$mv_*+1bM4ETw a?t-X1OuKz7Z8tN{1ZHp-~$(69RB?R&}U0O^^IT$L7sBY5ImINp({{c_X^0x LbT^5f-?#J^M$}~dL@k|&y$sqTQgUpo!OO2*DF!p{VP$=)|H@(Csu-gzqAr~e*Y@KLsx-5PhN$2*0u`eT&r*s!3o^{Rha+JuEMyz {b@a548|9q@ntI`Gl!2;R$dLU1;Z!zJJot1f|_@k4@NAo!+BK_|~#it+gSr5J}dU50+Yn_xH3 @5|8Ns|jAp<3eyN!FiXXKd)O4IzM1N+IPl!%&&9SgPyVkKg;-BuYBSPvOL_JI+wpsj#Hat-b>7yYdRua|^)}2;NEX D4y4P{e4#gp9frtevH2oc${)2?jLz2>YH{Y@PFc!pr5n#`qC>=Z~01$=h`bV4{p8^lLofet@-HOVrb?^i=kF1s52zxrz6{no3YkDhW3%I~-ae6?~7+I_8Fzw;W<(`Ta!t@_QRVubVdL_-p{)zPthS_reDB+gVF@+E@j)A)|N6Zk1_0=?Y63FUoZ6WaInP2j&j*o6N4braT}Rd~7r3^XkoL*CU&Ohn<_DH$O}8V4hERfsT6b Lc6cN3wpy11W7gbp4Rgt?ne7ccSE0i>2J&j3hcItXBbaAA5G2#V`_n@x H~TR3i7z}1{p-I7l4LA&Je}J|kW@`?-^b9- wU1#QUGo_5d)s56x33bsoZI~v^u^pZ(A`bjFfO~c0pCB{2D`0w2za<_2=DJ2!aROK&wn=re*1>c0}ls$9(q6v!9Nfzd>(wJV>|G5 ({}X#;qAcJ*9em7<9&xEx-7g687WR#OB@2&X~`tf6e A0;~Z`Io?_-}D6Pd+QTu=X;(2K0fq>`YZJMBz^7(y*~X3;OFEgK*wi20lfD-fpJ><1mwmY`rPOAxnX_(X)W(tPk?@Y`~>F7ub;p? e(OI|p9o$?@NRC`S1?aM{}u4n|NaW-^N=UeufRX}L*F6dRUa8k_)c5bu>v!wGj9;{D~)_ hkae^dG<-zvESBuCO!o@cGy$k*R!9(b7ww<_s@9>?{`0idY9_;;3?46D!qU6Q)tHqegB@PQ2r+repa6w)cc>;a(3zcr}X{mQ{Xe- Cb*656oS*JLk|)Y*^da~-@Z<=oC^BWDCsnG|ApsCr=jyJze#o%lxkk?)_yeLps_53A5IwWM=NF#$8G=2(gdF>)UlXqZPxmb1?iM(*#k7p2MKGyR( ymt{n=F>Oo`A&k&@2amueLvLl{-))<^YtmwGsY8SyZj7-*D@a>$aL%PlM*?5Z6Dxy`98qoefyxCfqj6l$M-?I{;-eYcVG15 y##sQOxRb)ks$Mv#RQoSa{HqE>-GgcKd~>yivS={{}&(v+uqE {rlq^(2qBzF>d>(G0sP)@!nYkd7kA6GQYTp;P;vD5M;k;=8Y+DEyoq!l=5iGc`v>><*noS`j(V;J=5J=sXa6=o+G#q!C$>S f45)CdxYiuJ5xlnL`UzY_R{_TAeg1=uX%6E`ye*o>j?1L%M`yM37@r}2BC?)#pb05Nd INVQpq>_2Z5oG`7&k2$#;*ESbCGzrP2Vh)Q5M+L{o*?^AuR8$a+We7}=z+%(WIMk^@Kmb*J0HQg95^21xRxO6n;XZY-fxe`IQ=U@ =KH@Vcs;$>G$AE=;qZaD{~dy?xBZeJ>kSJVF#hK^VE#PVfOdYZ0ps%rf<8}^MvU8pM$qR81gG+QjTrCGHi9oa*$BSz$40dCJqM+{ B?J#S2-mM6$Z~mrAj|P%4#vD$e=z9u!Gl3B|3Z-Uq;C@>)Ol}eN_h`3ekP{8e`b6We4OAN&7g-RlZda-b3dYgSPy&KWZ-4dWYAaV WZ;VIEWk5gDA$a>%A!!aL!bvWq$HAi6n-K_8vM*wfzk3cq^*(tl=;xcqqQC!jEZTYKw3O&;XA)#Rjc@3+3z^CyXQEJvXvnFiGOlD==H>zm_O$c Wc~2+nZU=-XQJGhvoKG3W?^3U&q9AMp9Ollbr$5*-)Di&=AVG)3nyT{U##ahoPc`oJpue=pV^?Fp4oWsGJ+fczIQh0>!=ffulXn9 {wjj3FW*j(?ZF=tWWD7hC#A$5{O%m^=c7+Xzm7i{c*vfN{@-yj+VlL$p!c7jjQ+iJGV1&2DJiiBrk#TOTTTIA_?p7soC18l`Bb!f 8bP*Omz;|EF>)&8{I3+geJ&H^w M!LU(;2CuO&Q{F-d@JbX+E&cx`&&VGL#?2f-UTV|-w8fTkXW?$g@wTTzn+m2yX>uJqJ1mR1fRKrAp4a!6XbZ_^Jk*`w=DuaPFMtd p1cUxI~QR*Rw&%G2>kbPeg2n=Furd-8}&32yq(|?XM*CLE;ke8c+p=8vORN38|L>H+kl_%61!+z$Ng+kt-X-vRw)ZU_3)*#W)vdVMe$UFgqX7yA1xf^3)mwhQww*A01gZ8z}uO@eISy}bu~^zsQs@bH5WJuCsOnPin@R!makzl_w5SODTv!BtcNRf6PZ4Cl%J+-VfBn9c _ep}EBglCrXPpmuHMx{xmE7wnL9XQj=mjek-WxzZJW22ndhQni=y(4L-_(Ic4+@HM?bh>0E #<#o@^?!0D=F>M;f^PR+h3DS23V3c_1-d$Z74X%%3ieq)!K<0h33A-$@{6Fy9C0z^)9i~eE*lBnL*v`H8v5DSNcm>J@O##weYtg@ =XLAQulv^lKhG0n|B81>O8iA@39{e)cbA|&3ok|cy9hqV^XO9aD|;E}@b=3vKb|MZ{-+-i+(PhUm!tmItp~q7V?FeMFRjNoz2^$Z xp@Rr)b4$+N_qcD=jm(Ej=x?Dn7=M1e)R8M2fckJDaY(*-1i3PEoa{VdVcqfDQ|$@ZzI@91oXC>L02ss(9UZJ-pTY#@K)~6?U-+W yB+vjwGsNzo9;+Se#p1)zwxXY(BFKLH7xjG7Aoy-&5an)B_~IbwV*79s*spd>->;Ey3FeK1}e}1W(wW @_tTm@(%F3{ddxPY`5(M-RFlfKEuP{6W<<&-2T}x2c*^?)r0?;(8s`K#d5`#p_%-t#o>ANVx% io>2pJC4=+^PUDjX?q&|?0XvijP*~0@89<{pc2HpK$;fJ4rUUB*}kheY0pxmpTLAjfsL46ND1HSzj!7p+{HJI4^@TV*XMurEau(cp2hrn`*WD5?|%;Glb?fJ n);l!PtSk$9Q5wLJqJ4c=<|5~^yl&Z+0UbW#pltU3!cY&S3D1SbGJVKg5Lk}^JwSq^!!f>(=Xuq`(8l14|oCBC+YcdFQ6ZDUqHPd e*u0c&Y@!Y&wtE+Ka|2T%Yc5Olk@a^+&I9a2@)&veyrCe_k@n`qU*1tAF&1Rt9tKJIzO0x|3&B5>HDnf{6g=)SFiEkoN@4@vTx}A 6k-DW_f!h;2mY%lTu#q^UXPi#epkzTREc&r*JR*hIQx6><>%7By!N2SAztWFPAK}sbcOd)B^jV%)GRAa%0$u;9UO$t5|EABM;*@(NJ#)I^_UB&hAM?ro (c^cgkk9oo&VkfxoWJ~6r@V1=OybR(#{NC}y^ro+tL0y*a1Ft$^&Qp&zM}8`f`0qy_4DYNtMvKV1V5?QXXv#L>pSeHXPKBA$Np-P CG=yTTHiRt*393%oL9|sLqAfxy>4zdU1vM=3Oa7r@;{q^1NIfJOd%%mY4$UY)4b>u@`YF?a(sb(F=uM~hy{5!X_;(0_0lo(R<<`- 2RM|=NyTd-9!b}Z7LY$MxMy6kb60{+oWx8#$l#X7=I`oph)d0;YsBKcH_|!lAvdy& =JuwL$J#`&QOjUI1gS&bg>*h?9OA7vM5`B{_8odWcN}7~6H|ymzogf{uka&u{Qzy#YWm$m&;K@s_!vl&b-n-L ameN8zjrC*oPDzNPnHQ22VMAFS7tI^!+Udz%!_ Od*GW|2XzwURg=M+x6sRy1$l=e@DlxXT64>*LxhtBlE{=Aoy*bPaa~@cZ|at3)Vwdc+tOY^dpl^WcU<%j?6fZOb+j$6!JTsb8!48 I%c2Ao9H)Q>%5PCWTJad5G2*ldo9x?K~iJ9c75h>9#4W_Od-dC|2U_86J1~8w1re!@ztcqA=kvyy5Fex$rSTaDRF^&4~|3L^81*F Ic@xz9^d7Z+m%922(M2$N$<~b?z6u5Z4Y?~?E7N7n{8DxRlUE{?@&4p2$IU{{XpMY&NyHir{g@qJGHMBg5OIacaQ(hqT{dgoTT4R _1YU)Hqh@@J?C{bY}3Al;0*fR=g}NWPj@cfXMex&l{o`~_=7IPjrN844Yv#Yj4sJe0#~+iVpzYpQ;Y)g5ay#gFVG4OI92;VLj(rMjSMr)Cw*QXed8qHQJ@hp5uW^Xc@1te0JxFGjcPd?H-FzCsb5qFY;lG>4 A*YM|)o;^x-cOMI&|je6+v(mZ^gCSdaXjEhbbQ-5#QOi!Lyl83w}t1Dwr4Pf+!D55@1kS&KOU}izQ&>93>`0KeUFZ_1dpR1+uBvV zib@VlH8-`oab~t(*(;Rf|ra#PF+sh*ESBhm`hT~ap6CI9LM~T1IB)vrF#9=6!I$AcI0^9AGC~(djH08$m8L^oeFQzXXZQO%zxK% -&4rPJB?|<=_C7mj-%gpedkevQ|Naz^GtniJ^jw1^K~h#xBEAOztZQ|XgOrAd!P1@leI4$-#rfbHpe?{VL#Vddi(*p{waFqk9z+~ =2Kjb-v5+`^>=^P`+uh2L9A=g@3s_jL_SEzCoo^vc1|Vuk#ShRQzZCNy?z}%a}E8Dpz~)u|qE I$l2xIV2o!oo>qXkT1i396$Lvy?Z+jt=%Ljf(rr@_{{h(MXXFL5$kSlci8Gl)(l*^X;{bHBjQOcFGrCg>ZJ++vhmY$l=O`F<2 ZEmqM*OlwYlyk*`zaZC}ZJ9c$eVV_#CtL8#Jz2jim(TjkGl8Ga1ZBThp3ZhQ`I(N6VyTlWDHr`*Iq-Y4;~vP-*Wf<~yl0epE)6dqa=UDFB(de7+KtOG2_uMDV>z OMXvgS(g6kl)jqgrYD?VDVC3EEtj&{GLHRBUtgZ6SShi$Nvh(Pf^0t9!Se?NGIlcU#Y$NQFk6lk>}$y#u74lyx{Vs9Uf Aa%5}Qj$3-gO=%!l2mKCSfXbN#ALE16cyxpsl_F3PpqmYznu`3EAwP5WqY&yjuMmLO&Ca-IEAq62yOik_=2EJ}rdn$@;Hea; x|AhaB7*Da35zj>zveC?5On8v=K6%^bu2-mUX~1dLvh$+3P+wby8+pv$V%|{)E=%pl)|=a5I+?Ujv^i5%x>P<%TOTtCtE0 bM1K|4`Kry8J>v5g+u=AQ!!~Jjxr`!JCl1~iMUF!642BS8Ar20)dHsi;*3E)C-b@UJZf7Yh06eD^O?RN%O#eVbDcaK;kx(mbY_*6g29pb3vTM|Eo}(#vV&d<=j~*Ysv5&C?DNy_s@H55Lxzp|Rv)11Q;ABR4_Y04~`y{gkZ2?P$ nzl;qq&+x{vAtOC(Y7o9on0xh)a4n_WQz#jO;`GuMmmXoF)AH-vpg%f%Qn}YO2Xz1ieAw?l0ve3H+^R0%RR+PcMsRfO`>0KrqD0c R-Q<$;eJgLlGPSs)Ck=?`n{Qc>VQa)41{93kR?2@WGc&$k9d!y-!7Qk92(V}uVdOKfSF6ta1nvfrpl%iT0 t(7@KlfNumVpW;+I7b;29V%0HG$^ZpiR?n>J0V1RbKN~y5vP#Eg;6>#aq(Eo$KJ-n!6tGgB*QwaVWy@@^>ZG4-Ca!Vvyc7A> %=uFsAveQ!^fGi|c~6eyBjLY`)DkFUOawt+wj%0c5O#1x9cQ sbLtxDji}_F=0uVY>u)rL8r;82++-?W4WZ+LEIp`NDSENfQgW55g}`EHL+) E%>u0qcn~<35(BszKJ+hrl9PIskI2X+nEdc@|k|OVT{bO5QdCMv!8b7R9x~>aX}W91;z}@(R3w&MM_68Y`fo=Ey>j3{=E_jjk?B= (DCULYq8N!muLC|;WR9PtTgPbD?cLE?(1ZnF9?K3BU2!Om|;GS(PV|FSm?@i v%($G3yC$T9<9ofRNG`}fRrPm`ZU-MjUxMTa*T@ZP_^unJ_amtsCPVMq1xq-)o>DIm2!~;hbkbd^3;-Bz>TE^(+!oX@gk$0NZGeU*M+9$0utzd7R G!XtVcO(s(iB5@vdb6rLMpa)Q_X1VwxE=G1!gYoyT&;FipNJXH3epKg)WuSyU-6Ee36m&SSSo%|VI)#(C_Qo|>LANOvY#s*Z0|Ke C7{0cih94i7;5s6)@d3^`=TSUL!o14qK{@n+K5I6U(vjrR2AT?$y^m#Vy+cS>S_`k=w%j^Bqp3@lMO@0aVAeV?d%8bTZ@$)K9zE| q+Ya`qafX$rTN#Sx=g&y(7ltID|{fiX`%L*T&OQ?7vZHMo(Z@_vaOwn7`>utCN2!4&hu;R#%p48nH4=-meM@?q4U|UGL(zxeBgUs bY5Z&JwZRHoye|2ErztBI+s<)gteL@oFOz#(xjFq&vVss#7ra|Xg7mqJZr=qic49U?SdB2S!_;AIi?|wRaEFy|9CCxBRY2NG+_zl lP($L$Utq1cq7E?lU*J}^)83?CHZ;9hoR5Lrbq%=@c1$*k5P$1Rvb-!1JoWOCh1m&*nW2<&xS&wSeTeAXNXVbR!ESbP;PX*zG2ys aaGGM^pQI4ks7o@sNtcR8rIYpBQ&>@Vk4rbxdPz`gcfOwal)AfIm)$G-BHYoi&mN=e!RvphS%8Z?B?kg#{n@`D-gvbW*CNM6<1wTb30KjTG?Z#nMumB=jn2ug8lTYs^xkwMMzG^>%`^Go-Vmq5e88!Z;G`C6P&IQ3zIg 9D3&pG|J2hYR63laYUeETB}lK^%PbX62@J9abz{n6k_8e!R4e*)N*Di=`oOQX)_;U{)X`l{Ay$1k8fZvNn>EIG|?qCSL~%WocRso 8_0gl6xx`vO2js3lt=o5#!mL1$g8AZl=xgA-%DdryiOM2~YSnPcR?j2_d+1rgdWw70^L*^x?2S(d%7gkAsJqC**!9D7WRxS?(H-Bsare@nUFZ yp!@t;*BrqQTR{~9ZD3L(ag?B5D3wlx!$J4KqO`_p~FpDyIh>o7&vcDseNmTzQtXyX%M$E$Px*6@66LVyIi_) 8VO}@!s&ffz75IDBR=3wm=}7gpE+Tn+v_@k2Cv2YCni3&g3f&dW+)F+>hM#N_8q#@r+*(~%%i9R4LPW@t>$l?*2vD)j6H2J*b2J9Ej>WX*v*Zpbja Xo=K0Pzv=XHy_^Pk#Rbe4HoG7#~wiH{sGg@#1k!3C-JRm;%}KMHbzNe0Hgv}y1K{+VXaTnvN(8GaqUyVGaD_<{yZ4~xTnM+Z~bK& =p>sWH*K$4vJlBDCO;~WC@D`V*Gz5p=hA>V4{6E^+0F0(wMKJhY%^x|WD4ENAt#c1&$A$#0hA&QPaBLo|V@4lV;& aNgrP#4)qW+ra9kn?hJMWDT~XQesuwNqpdTh|`f+oD`(5Hk()Hbg4tot&^XDb*&|atXB$)_RN~3?0(OaBx@EluzRi48_v*Kq0-_a V1_Z~)DvfM5NJ*l1W{W|pNW`3f)~Y!Cy7Rpl5$`%Qdl4v2;xVO2_8+-na(X6y97;Hdzl3V8Fd)}+X3Qu5zpy#7dtvU9Ex$A$;RU< ;dS?2v8(#5dT!0~UE7Hl>aGLKG^|-JA62P9ByvU0i1* n?*BGpAaXB8O4e1_9kjcU%t|<9L9FTjcI|q2_E@LMoK{o4H4j&RPDwE5HhByvL^8ei;Cr?T$!^u%EjgcfdHDbb45H|u5)I(X@X^l S~4Cr$S>C$rT=dXga-a3xTa1@IQ(2j6O~=LvK>7rrTq+hN!O?=9uH;w`ygWK6W54v#_~3c9DmiuzxCBlG?OH8Kx4VYssxmdowya`Dge{m~^IcIxocAMGS=GcV}K> {hF#&28D~2D#mHEmSq%aw*`?XESx#Sc1IN4s3Vswlbr92+Epf=%6URyz1ab)3n^7tgm3cFQ 4jOJYoM$A&1VSbakKK$qQQIUJJ+g7(q3=Q(bls@0o1xZ)5N|u#*fS)Br)Y8x?ikb5k(sd%$7H_7cxUrYe9EWLadZALt bkJZ)`hO(Fjo-+3RPth~@N}H13AUM~S$oX$%`<-8nV|_Jo)2Q@>UlDeB#v!UMN>0AQo_au2TWs!iX?J*vJOqy_Cm4#0;$zr%)|wR E9{a*pvd;XEyOJ%qk3kg&x)!ncq|Ofp&S&PqMxEaZCo#Qjxam8QeiYRcr6uohNFLsEfD%3r~vztTq&Lf)kJJ3OXbBEI%qK367= VUx(9c86S2xF>VE@Db?aiI4R4`}2qln0i=5lzLeUbVZ}PHdbaYBYb?|yhrp|;u!O?Og`7?EYt|4YRM_v$k*DEsplmQ MNrw|(BQc|YZm=KckZG^3iyDEY-f%Ira6n*0srGSAd^05)Kkg-353t;CFc6E6?@?gGjz3A!i+oIe VQGPC^-R2QmfUO~BnV_Up~cVf`5wO%yYoE+8GeGuvM2?#5awtao6v2}@?9D>19M*}iQ}w7q#Z&V^&lT6N)&pSO6)ZuzJu fyJ+N!Jl5hIv-3=UaX?X2NSX3J01cNMH#H<$#X6+W?6EbC5cJd%yOFuHQkH(Q#+W6h{B4Mv9X18CR?xvDKCgx_~Sck${8b@$KqFY WU|yv2%2p8Nx5nD3o~ksPLrAkIhfPS#8`G!E!Yv$#XW*W2Sx`s&xb1tUF#jPoM#@Z>9MN%Dy8l{u16l;vr0HB8tE_77A7sJq?N3! RT5K0{TccW4R49vE@+cl0(+PkZG}-lY2{>-$1n YOvNW^s%L7xub<*oAkAfo@=vd6o_-#{D+tEisti}z<#uhjPM1=0fLnU)`cUo+PHC|PrB8#NjT9d+IhmT38XPZ!feg%^CE)dqAhyf ;+;@X$Cu>XMzmA0o};F)vkoYHQ#?*lUP(8_8;iw4cH0Sid7k=L5ZAYtdG1@8nsgCKj3$%ctl{P*3El}p_!H)fu^#B@N!%zFZaCGO {=|B;ipNaG8>`cVSSr21X+-w8kq{$Kwr~;%A2e!(dZAF16quk~ir=N93o>lg5ausnyO03s!Pd-L#w$0SEIZCPHR&Fb5Xj}kUW(Yj *4@Gn^%W&xDih5a1iK4}H~aKcXPq$Ln{9K8#7EEpf33y{$$VeNlr_610m<-bm;>|#4|c1_HqY++fg{HZ5-(^*(wqanCadLnDyzR) 91d*gIEzoo9MZ)?WvxcFD>+tew^S^aJ+n!QJqRNSJqSJG&2VI!>pog=wnXt}hkjh#)r7j(`Z(!c=sONA4|v7J@JZZzz&MH>^lJ2? 9jn}se_AOR4|03IS+;2t!E+^7Z$!#JdkRVGuyJ9VOPkXGa4+~u%un49JuWuqXD7JboS13RpD;VKU(ons6taTVK Lr;nGXY6C)#IFD7vaE48&L)1CClV=ilWjCRy7h`V=d4sZE^(;E4FQFUYvQ1|+O%wjVyY}jw#PgwxfMAtCkii_;)fIcM3bhX2ycqJl7c+G5HzMS(;VMvS%Xnvg?Wn>%5R<^6V$bilUMf*q0gV5E0f2ND0R8A(4HPOOp#Eh0z*H>g1IzfizZ$?2Jt4`Lzk)wiu(XGUlw--&Ah_ B8>Sk@*H1css%Aqpc-Jb%{uMGM7Kb}pSxh5RlM}!ga?Uaxd==*vm!eBHfEU#XQ|_;)_1{yO=7vt>GVSEcjEZpbXy!Yt`edcNKn^3 9!PB|@j57JmT9K#u1Qumj(uknhS2ikxrOIDMU|m5aT0L%y@bQ4`i$IBQvze7+03Y1W*m69f)V3)DUs$zd?xjYSa!PH4~$U9tFcfF%aMpj)ggPo%SKa=n4$u#k% I+>`7pUoHhI6dFEy_I)#xbEb!yx2rJI&GqPaK@9DiBzIxXo{P7xTX0TSZFo!#cbN@ehg5%zIFzt|O9ej4%;XTbO-$wksV%^Wyw(oKXEGW vNgpBS~)v3a&}ncj95V@j^wI$D%5~e*=-(Aa)>+RT~nQtB)U24D{w^qsl_6~8a*P_I8~!UC4uuY>2Wxmhf~;v?M#a|_xMRcw!-N#wcCeip)P<|>===H>!UpUf1poU>fB_n}?^huwoEGIOyvPNuz`1y@EA$@LoN+BSNpu_}F< Brvk?ERw{iKBAyPiu)wdzL|b#PMnrq&cD!YiA@sa#2&2mh3bEw`+A{AnSR*u@Y+TW97S>&>5;i+8gjZX<(+jE&%h6cN^LvXy*=!i5+kyp>a820HAYf7Jz#U_E 3bU6&!A8+#|E$oCj?ALf3aACeGXR%Y=6hNR>%q`u1XG&J!y^s_Nn_BG0VH_cVncCSxSAh;+9LmuK4p8lqKcSt>ZAT$Xq=dj?c;+WjR-!fGK+s6yVS$0Vtp3h>88A9@a*8#eIZUL?a< 7FAIXb1RJVGTeN|af^kspWhaC=%j6!OJ|yOO6CHgtpx5kFTUi*&B_Ru2HEFaW-BYyp%(G|^APvdOb*`hllAX~JS*+Z}|Ab&gO~x-*O$C##v6Cajc_o=X&9M9NVdFvap)mM7ac4H&ZnyUi-3yR2;RM1QO<~_+`7@OhV=i)06JWB(lJcwX@xtEmz{^_1*Hx E2QP^FcC}*AGr5}_;PF0uOP>lpy1^Do9kf{&dI==Z}c`drJ^OB29Ik=k8dz*8q?`Bbh}wHeRN4AFZn1c4&^?bc@{yCs2S0heXbS2(ueh7a5{Q3b5HHW_D#F>s6nY!xHR{bG=X|I8*(nRH0IXO-Eq3hTvqFRU?A 0v1F=ld=)_EAVhq`-=IBuy8uWhH<7nJ3c>jz?zpJ!akojrQp!54c`3uCxZv8*T-={1?Ntd!NM Msg*JNqb5N74qT^H%)@squnb)bqc#jPC85ix3VC*v0>6S6BxgRt;hRa`ApEGSDVo^X@q^t`0836+25MYl!#Q+M=SWnmF2QnbvZ9q h4b88XR#sS8xy?Y45wCvqnU)gOu~D*@G*KhafcCJnWg)bBbzK!cmEi(p$j8J(<5MY1zv1R ZhOvmoLx}8==R@Us|5DcZ_!%oyKZGKf5t@m#JA9bizFN+%xf|!`6Az{aP?TU;I-y1uw^gJ^~pb>D$`mlmHL@Xh@P_-^l6q{JjEWm pQ9Ewn-^UL-Z<3uY$*W({myomY_YZ#PfEnoUO_IkVhK3Hy3E +!@L4!`ben5^J)JMnKdiFiAmEbJLK7s^({4!d=#_s?KOOz%od@HXed7GcOnUR)TrNxKm{B#Mx%k9DPWPU2p8XQIrABEPDvUNKjP;}=7YZza&HgqGOK)BnfN LT$3jz2Y^Y79Xx2p6$Lm&t^SFYFs|@!B{z8W3_7iF+kvEwC~W3%c+Mu}X=xr(##v ?rLxt51ZGqhh0DQKc+dc8WNgg*V+EB=V-PkoNH&Sqf%COMvg2kPG0K~(w?XTaE)WhI(Ns}$BieHD2gij(OY+04cip#I4Hx3Pv?aD 1!CoUat-{U2=Vd@2BKfLI53n_oKTUmU&C-^msy$-RM?Fp$qIGMlgzSWt}~Ez$~6VW%qQKrehxBLcx1)jWf2wT8O1+L=bOzwF6bBR +3cujzjuR@4(zLAa?-mKlfiC&WlviySrD Z}E^I;XH&~Z0)Kfz9p+TD4kVklfd9weMW8G6T44KGH!!0_g$%8*vp4NF)KQs(Y?w(RP)6<9vA~gn%q;WqJppj(`0OIoG#=su)_P>z@ H#mzGg#8OmG5SWr_R1Nht>_kDNTS4t2s6EFW_7_99uZ3yOA!b13ze&4r&^iLBKqbc(7TazjpNkpXB584@wyQn9Zj>m~5D7qx3;4fe!)IGP0;C_8m0o3vcI;lrA7?uA=?${t+c`kP`1;&}1_>kxbu!?Jp4|Hs9kj&C_Yc>AI~wxvsKg>q=V)&McSmxUe+a A2edGMTxFRZEANk`)6X0kFW_f+4jCeMzWq?u_t?AyU26owUwbgX4!%830cCnfT{`d;6hZ_j1c8Qfn?!v4QzOHbw!-ON_UPiT=Tdv 9`~z6lG+dyIW;>7BlFmwG>bKzdsT!>x-@sQ`7XPOMy#BO<76zmc5mKH-Ydg#0@Rk|_(KvujseRjvI|5)DKcH`Dg;x`9zAMRoZ3fa zt^saS0?K0z@S-!0#V2M1%GzB3U`Jj&ofraztoiKmqjMfvp g#{bu6#Xy3e&>S^)S6bEBWw{-b9GlufXN%wYJX7txq*v;c g#_F1Iw7}QDPRLLU76^%-{I97E%g@eCK;SNoCr 7`2i=8;`Bl&$zF|_aWz=mPbv~} o<32N%Z|&kybgzvwD!n;JGy(tnc|X?0K4_dTK%n9ii!1{`$?!up%hIjb-${m4jEmXZa@4Ms!&p~ZV_d5K}QLps&aNKYP+wdlm4LV z@(g9m*hBgm6yx+WOXZAA+ow|I>#4g;$mHuf~bI^otc8m#_G1&HG8tlVz_RXnQg*0P*OaiGWaM&F{%PMsc@0KFcL}9W{{tmm4p&c &5hVstX16#H(``5vy&I-H-$R^>%v{KY}|w?8Jp2RJg)WWtS61|y4-xiWc)$Te+gIBCy<*k)~FP_y~c{AxCZUw)-6Q3rtLePkq4$s}4jAD}f2k^SII7FZz-d)Zl8EKPNdsFG9c 0TEx&0j32uiN+uV*)<{8H_5%k7Amk_YxHXMsIg*~4Yz1Pwr7&Ix0f}$-{i6Z`RHz@R^sRm6t(&cPxwG+5&ABd*`!laHehhqmaFSi ch=~4lBrZ{?2IyoO!#GVsMEzhyZQv%XHms5)3eEZFCg4OK~{b{d1kU}hI~mo@?ms$g@x+vRDQ0r+~b|8n_ai}8^%L-`^;Cr>ESMD E4(a-R~r#sXU%8k^hrWteO_%=@rG;mbv1mmUvKq`v&6$qZ4}=rH%c_Z9G2SiqS}C!1KGQ^oC%i3KRoAt%1(ED$Lw*pYPK=KP>_XN `!;)v7SaE_d&I0+bRg?oWpOM2V=wa!1@?T_tcjDI!zqUz7M}4A6z*M|Pn>-8ltV6<`$v9hP`Y5hE1tBH^Fj4&jjMubShlfn_Tz|t<<_Ld99YWM`pz<{64Trf=Ur@%SR=G8&yK9* iP?6x^ETH#AnsmHTKoj2=X6@XD47X#Uw7lR31Xj9#c1%d7H&G{AwWf06dIh)_iSwY+};v1+te6K xX$KUo-9W4e@(gp;5-0F`1@`gtKLxqLn`jBe;$Qp0&SOGO)_)A# `Ns%3A43A>7!2PrGH%D@coW_7G0<#|!5ALHV|Wb847{2t;l*Q_ULakPf2CbP?gIYd*zV;S-D%o(oEWu7sy(_|<|v6rCR=`)fI_*S K+%(m@UOq%q`96}Y(J}ZAwKoB%5S)ES*DcB6w0d_&9cFXb2=xg{nO%$-J3?Ja^l>eJJ&h!_)2#$aY3=g4^8Cbx=E+aHxpT==bb)r K2a;bJ&`vCZSkiZGUbqoha5_r&p+gdmdQsRdY9en5*C{dhquO)j ^jQ;6&G3FzeVNXQycroG$?f!E6AwAupL}%7l*#DySrgSB- 4lWNTR48ssYx(K5TBOu-85-+1gl$+uFQ&N_R4F5do~5@Nxw;)xd2$_VsPk*2#f-e2wVgl(g1td%Hlyp&>VW%2X~xn$+&XSBIyX># M6f-Kwp51{U))YKCK+KPGCl*Nmjf|A7sXiPv0O(d(r2zFR{bU!*`eyA@iNUo5#p=EK9^bNIUWO|iQ8#_E~g*S!{{A6V%!?;!2tKV y1lku_pVkJd&jAkdlRd;nF)HN`j`yxAd}RHP^6#@#5+PSjwmj+jINfE9pd2=gcB-vQBhlbMk^2JYI$L3^ip4lZ-`ObB#rRXg3BQx r`55(5TT>hb#OR(iCp0sMng+yG6OAjtpTYfAn86k6*q(k(qX{##Z8dofS{nd#Za^}`oK_PI|hBH4LmvA&yV|Fn%nV7dh!zC7ItDX q6W|=9;%&;Yh@xd{4#z_3YKsOxNS@+!~&S*ph1Er#vMj)1IA3oh)D_TX}b&?S6HVD1AYvR)qxmoq-9VOD1=)W(ij*6I0co>w0N0N 0gn^^ADebm%Y8~@qZ?#AsnyIuR)f!QhlGBF7;31)*IBv24AxM{+eX)=N7n=GhAlJN2mGI`-dw$p8$=Zh{ABf=RQ^DmbtF_pgCbW) s*jkiCl;UP@^7P;b{IyoO9ck1Yw<~>OzoRi{e+;F=M3THQJn#Ua>!geWMICG%Qj1uQ7${E6rx15%a9RcKyPgo#yu!~UW;kV6_6;C 3Lb@AamR5`%Hs}FnaL!Bksk8XF6k!-v6}^7jNYzzl_qT$$${2MZ~0bSKrmOQ(jJw&R6LI|(HrUo qawCH%#02K#}qV1qnT<9_mNpm2tng%sN&*RSR{|kb}4ABb_py|@yZ3q8h!)XDOCu2rExRJqSsgvS#Nl~X@^V#a9+X88VCa5r?v^Z X~8|ps75ReYW<2Q#Uyp`QHM?~Zle6c5BZ+UBBxI3o5m9&UA;?6yIiQ0CpD%6_mU6d)qw!*)L6$cru1G1nT%sg<0uDAli9LebTZ~5 YePl^IYz_G^YgLlkbD$HS|9oPyiD#*DxPZD8CVTZwXID+KcfzF-b{W}y#_39ht)YTbN$iF=%Hab9$gKdAj6!%w9?MZ5RS1kBFrqqB}x`a0F6FOzW8yquJXG>jnYSTw_IaH|=bxGiIBq jhCrBgz`Wt0Ws1Y+%g`xdyIxdl^pC>*H`bV-cr2@8p?)<0tHHe$gUBZEQCdlZ%1{^r)|;nURbnJ99S`Rh{jWS@kA<|cn(-57Z9Ip m^|);8H`L8j5q`)<5DVN>>0+-1CYr0S!Nq`6^bR4Z|E01eu_mVKPxmJWfleoxs~;pwW?@ALPfZcFSWu*+JGXr(z9sdYKVIj3=F7Z 6V*StB7?=`en9SrCXCb+Ry?|{NwgkqbTX&&MH#pw}-K0BcxEA4DmA+0oSRkF13|3O0rgCetesKlJw A||I0x)6Zjq(aJ%hz7CKHx$Yun#HInZ6n5uUbOj=pH#;Htg8{rC2WY_r()tm5NW0QzT;ewaxG=>|4^{C6}!8@yWHd@_y07cQYW>Z3Q9FJSf6c!~_=7u$oL2eB^ TtSZG9&3wh^`_N&X23H3gTjDfreGKYPN;0mJbY>w;A+jCP>S5IhWjrk}jY(GFUptM_CEA0vvmZ6HW^1Ug53;v{ ufpU}+TlTuSps(^IFf2q7UVMv9kQ0d?ii>AHBJ(TOrl-dSeL~nc??`tek}%*83YlHap|Q&v$pz(sRS+n>nf}^BA&&|w#It<;7~OJ rQR#1skI)R8XI_+hoTwc?k4-*gVnpI#I$+ig>c-11HiZO6zmYDGXnc3*}E_-Es<%5NxZH`&8sz))Q<JH%@WlMyQI1n1q*>FCm*akZ7c`jsnO)H3AiMU+}R#Z7TAU|k=8}^0$f$TJ;ZX%7Zph+JUlo*zVkBc?uj6Qa(-Dx{8J9-B0IBkQz|v^i#{sg*Pq-?920jHP-W%mGIq !IRdnqn_eT!X$al4jQ>)lwP+NL&gaepKEX!@k^jd8AYbysH4?#jTpY_6Nw?cVKd8_B-XQrD4cDb;a%ckd|9MjhoaI6Cda+RdhV~@ UswJNt21WUcbS0rW)e`Kij-vrqADg(g)09yfdd)kEXf%V%D0HQ2=h$_$KaV2C&OY)WJDEP7$c(o3>#dEt6z+G>*;ak-ZrqDq-Hhy =?LrItuZnJT{1FTj59KV)Sb}DH$XYCYS=pE$=h|{)}o*~8q~`)Xz*p~y*6m#oOpN0fJz2!ZNSJH;~2BL^Pn|VAhDzR{7^)jNt(LJ V%?9tnaE*Zku}K4x|u>JXI#8uJZ|C^W&MafvOTo3tot(|m>aR{ATuI9uVG=gJUbuZSVeLuj}5Lz)!<6k(UD?oQ3=`&eKH%~Ec|Mx b)YoWc-=zHKkUb&j%A`4bEb-TqU)*(K$!7)N2Z;Sz&6Mn8i6}ZAfZM@1q~a=9reTctD$*BV5&QOBPXrvfl)ek$jtbYBI7n#$AghT vxMQBt(}Y+fxBd95`)A_1JZ05P#}i+z3^rlUB>(F~)P nOHNhm9Af1+*)(R6sn0S`l@)Z9o^6@!S;KUG6p5s&R6bFGC~lF7bK_gnhh({Ef#&qiKvSi-*vPquQfDg8LrV6!kCJ*;c^McusOF5 wvNwqlo-F0pa4iGF11Da)o@3N(8UqKqBEhFX*Zu}Ps+C5Vyl2_vXKNtG_fM=0fH$^Czm>bNR{#8x2PFUQfkuBdmMfS|3__4p&kut LhXk%icxsf8Y<1U+FORNTfO-O!V% {=5*E%qWGHxB?R)0THN(Cfd89ieQ!_45880nC)gfVx$uB!X>dob-4MVRRZO0u&E{p=n%DW_eWe~d*=z?!?dURX@3qIM9QJemXST0 rAWMp^kgs0EK7iE9O4*O!Qu|T-=M5XGW4V=G6+@VEM1O{YChGF=y)S4%T1n-*j6+*8{y8XtM0i|!bBzA0EuSl7}I}j2QgaNpiHKw U5=3{ueb@Ik)f!S`nEqxHU0o^U|vEY(s4+#(#^e u#15&S_tA>UvkaBCto$-`)UAP7%$D<3lwe@__WSU%~Ys1I5f?Kt?{ X^err#AtHkl9^qI*M#(%SO`C2jKq+eHoA7q8XuE%jBJkkfvovct)HfoB->PdQ1_t;ukEc{x+b0{+5gaq#l9Qjn2j+lhM-)nG5*$? =-xowgU1O*qhaJEsq?OHE6H(D4HJ3RN(S+el?OuAY@It(L>pim6!W?zcoRd7ZEbbXRqRH?`~VHT4@2{&aY#02#EwJw PG>fsWe0SCnq)oTWV(5<-Cbx3?${M}bW;>rY9PMH>DrAQa?t*^=og6_6g^z)MBVrNn3a *fV5Wj$LE_0M-%zkFK9QMi o@i4-BWkplfG;rz!?LEJEOS=--jp`81!%oSHp#w{@~sSXN<6aE9AX6SOTB!;AIzol?F^u6g-UO>l3UivJ3ej$vBYmjBINqA`PyC`sg8%t=l3GsIAE<^HhGS8D|!Qm?o4*?>!i*s%jEL1_f(f6 YE)BE-Bn^E_07e9M44hDiBvOrWF-A*GUPftvjyfJLczSZgwC~LL)92KGu7lX!u(ZX(}YOo&#)S`vF{D@d%PP>gy&=tpX0kB+YOJK {K-0>qJi&o7z#a?lX**l~_}7c`k<(DS7N%Nt9q7 6x-a!)M5z-s51|@6MTg(bW*e9|&WJHtg_Gn3yH@S|6>P?OqNOX!`+XIr}4u_gt%hV>vc$(+j G2AT9z$Pd2xwAcVXA-d $7Q&aLT$sEOv0MSJ-StcaiJF~?kf^AVLEqAQi^om!iPG_vVtTwnx!vF0Cxf#mF$7gr;u)gwGx`dIsHJLBdBb1>8?$jAiOG;S5B0Mv(-rXg9Y}I5iqneDG1R*yZ u{R}$Q*}ceClQs&4az7ZzP%~#p@gvkl6Oj<^zePj;Smvl<{r^{}AUa)MEjl2EWA^)kKg>0nbitoHYA-M4AR4XkZM3&zIqtLM>tYfhG0}M1fy7{65B;#G_rWb=sg4IX*FD!%?wBU{bqw5MvGWeqk?2G-1jJ4FBNa1S^JqU9el+eQlktJcLLt!34FV>>e s6;~%qfwh?(>qLY;F6nbRFp_CX2_3uw!=}4WqA#SbQK#!vxAXtUt?&oxsIBJ@U$@JLB@Hqk`WD|Cuxq;tqxujNshKJEDixzDs`E%Zfui453cJGy$OI#_pOomf&{G=wu)KZH|vfe;qcxdpF{J3fYGPOfvflQD0NgaDSJ^S5R*oX7&E fo2bjqo{f{edEqX;{lI2i(lrN3%_A}(C8b6>26~-LJhgIYSTgCPhKB2R8%`gu12B?m*}ghUA;RPUAsG2Z~biY&Ioor-sO10Sp-a- xS8i~80zP4*0!HV(I9YV0s@iXm4LvsRDiV{&Y`tecDq%8@L-c6x*dYX>|Eh2v@zK`14%n&I%$*24l!i4aU*tm)-*HX39M~V=$16u xG^V=_3@_Dj*aLz+>5i7s<=jrUqOLX7exN0_O*W#TZAx@2fw8ydY>Fi6+pNR^*8r}0$!Sue^H_7h M=y6CFk>%ATq*rH5rd(_S1G$FwXA288{aI@T`Nm*~I+qaUoYckHyNLp{G3Nwek(Y9XGjw78I4o6pAreoFD 6!Hp(Z@V?_0+V(!$a$jOP{rmJp*G-paCb*y^{I-AwgFsUxwFc=NDRKtPM;=gX7N#4UG^#yB w9~N2NSb5KI*q+rR}hA&!pz-KvwIbsX}ehzI(DVHV{MYtQ1*~Bs}iKspx5^l+L&;tG6Wt3xCd}h|E#NLcZ0>(R4M7oCSK7hYly2W%)KMv+<%-Cw|H%D`64PamZnVQdf)AAs-V%apNaZN&3HG?2O&Y|24)<;+6)w!o&DCLa)bwrL#DtYTQpu UH1*kK6YpxMC^__UYw9nk{71#HyY}70I40CpI1}dR;zmKc|-TU4O_*vz7sy`sHPcuSK}-H2A$NDdaL2=oYeJ!(H-sUu9BKmt=ZXt cbd7k>a3lN>>p(Pc6P$)GCQ@#*4eq_ZVM6SASAb5=1xTByi6yPARaPyI}~oShqE@>!(#EOyX(YgG(pYPi4FE*Yu%G`3SX6?BWfRu r;usLs`OzQ4LkiEd&7A6jIt@Z=b*D%D!yS1%QQ!$jN~2c&gR_an2?F}h(?4hGet*XUZ@RIA9-@n*+vr*wxq4I@y!_hh|hDPkK2SC b|A(T*WVmeK_qB7*q2CbM05)<*i+Hq(9VDZ76&1pf>VK>t_J&;`Jm5?}FL4KjfyiJ) ULK6RoYbp{krCO;hQ?pE`=y$-J%jZhuG7IiDLY(EVmC34B(9D{ns%3dO$cVEMT>kYUX*LZbB$wG)GW5v9uZ}FeN66+VaUYooR`Zd otP$jAx0%2$>w9#-7IL(s|}rb?gCA(W|P8NJs|c>jh0Y@xslpARqq|u!-kFV6j?hOJ9Ps}wbtp-tF2gjPSTgWFF0;)o^BjWwR=K@ Oc189**DG6^|n`?eTD3nt4>g7Ft#gQ^PW^^qZD>E%FC;%{tA+jL*fZ-b^8E-Py0e0w( NIt2w$&_U+{1~nXQ$=QAgD|a^}&_w;#bEL4UOE@CDq2B%u)4eg13`5Pq7MJ{C9Gg1c@;_q?@Y$$dbCaeWmf9c#FB+L7#G5o)i52>*QHdUSVMs;+kNd0>~spMCf{?f>2K}h=Cjt$YG&*39*ytXmr#`2aC>BQ?Bdps>&9OAyv-M*Dkw|EQ@(uh6@*;m&yHRP!DWioK-j_;6-ufZodZ8%W90cW3oreM^ygjud++CJEHp0Bra5RGn47(T_jY+nLCVe=>Q8IREtCrs%AwxzNIax9h9-R3D_KZLHo=z21`#GGX(^&@>G< 3`RIazXZaL%Wb3K$Bk8qkWTG19&_v9wD#QpY42Kkq&l*6uIpE%dc+7cMPle)%p{B#vzkrsW^a|D+926rLAj?#mL-a^4C+-6?U_Mf Oc$*Yy-cV|xT+U_A?{z8Uotn&E6#~Har0(U&~C|_Qr3OOjmL@e_|A7GuIJ3Ao*ZRPLx=yX*AKm$%$dU28ue7)HC^PD>p=mf*u}s> %_Nq|d^bt;v}MmT)=M^dQjwikWSxV<8v%C*AnCaUKP5QXSNGUfJF3X4N$2cWbt8EN-x2MUyXN>n6=nB*uG*}>@i8rAlyE5T5{kO9NX!RD`^C;{lO@{6K>DRQIEW7Zp9FITn=tJ1aY33PT8SPt3^O{tM G_NJyAv6q#sEZQ;pN1yI9YxH5QbQI3G(;#BlSTz}@kplq62tn5t~-U0$!hq%`~Njt!c^YA1}=KkeaVj_0(_Diz=VoVbcq?_Y7YBu C~aMQl0|iN-dMcqWgG^+uUz;FR{#!EBuQWvjk$^>ci#%EbH-9EPh&;HRl>yZ=ZEk-JafQA#jCIv R(MbBD{7?|#8BH2P5Qt!)cRYvE~=eFJ3BPay{2k`1YwrT!Nw(*Yr6u_KLrYS)0ropaTE0K9aLu)RD73gW+mq`gTIS_5p1vav5Z_! eh(cZ*D+?cHT1DRqp>IIk&4Yq(tNvvdDPWDUv5{`GPyDB2ihp4%73S}it*w}mD8)3cT<8uI)&MM7kYfm+_55*~z1|Ao%vlV5nr{kSW4|8+1t^SX@gluB@`awfZEO#0O(kkY0b+*tF~=V?E1fcb}oT=5br)BEri+W0fst}ta1J^tAX;|>~hiY6h7r-B&3rWDkR&b1C?GlO1`lCl9EJ*3qPJR2ZIVA1gS{?#q5m|Zkva9Ion4Y7EG>&y`K89kS1O<1lcjN@eoE@zoP+WDU(q5Q*SLy8qDhoNq#RW{wib3bz^jvbfpF?h <$m57BEOGuRh7~Z1JH5iu@5h*-p}!eI4!JO$YuL>i%JUccvztRnVz1>>s7s;vBg|nwBk0aEza@*?ZWb;J&7kewJfH9<;JUf-&6-F m#NP*^?Q6ia$qjSJjyriS>KyVm|EiI3rC*Y)a?BqU}p#H5UNBHGKc{KaTq;A%~1!caEIiqYUq+qEBX50H$S~|V{7x9P9<5x;(d;m TDWU7^EQ6qn<5~n(7d@jvPlj2{MKi{o{TLR6?FAFrtMONPE!t)IzCNyOY&CDBZOBJ?dhIGY|Mz5w0r^Ia| JydqHn}JM3-ov6h!}$vZPzw(RcAoz*@r6=j7^D{uA^&CpF)zsJonU2wU^3PS)1-AC%3Jzfd2VTU*!nqI~RC%l={#CzA^ h7pqn_A4OfFudM{H`JvnU93n4ptVij&D{A;LjXE5RJvu;$|1VSq-ZgF-sxGDn+vPW<1M<0vP<=v1(8^TK51#l4?W;RUEbl!xNCSLyBUmHn$WeXdj9m U=Vo2bSclF7VVK%*Hk=mrY*Q`Gx#z|e-%(Gh-27tz*v1gTujTP1C}SJmSmkwh?IOcR|VyZahR^H`3mE7?aWy&`qf>dVmR>(SNiJC {7?Moa1f7fe0A-{EjTDvPCR^T>-r`DUQ>Y_l&yKVvb@5vLj_`%P(~aW!nj7@`a1d_LPU7SSW*umTnA~T9)aG}g7=DD!KC%s8F1Rk jCpew21A@Sh7ZBPQ8ZLj4mxf6n_=ZBCd7h_K)wT>TMwX+muM$li=Lh%WCP8oS(Y~#8_G{@O0WrIgtvM04?=I%+HmNI(c>h@Njgda `PV3~5ziy2w&Y8nO)|qi?mCtxt7f;S)Bx5PGP{kmif19?u+t;@2+zM_BP9*otTJspAiM>`hD8*Fz#sYUndR%5{Nwes0A-m$Dl5#x Jt)gR!9I5a^xnd$_OQhOhbZ`9XM>$Gr@82Lg)Z^p*s|)|J+U`J^x$rq@~yC~E?ElVbe{4Kc_`-fE4-SxLW^&BkFDgHYoMh?*4gst )kTa7tyg;sQV!m{i^>#=_~>wzAEa>+58*x0@*0peWpd=eIB>|P*L+iA?ivnx*mIr338>4cy5FEsrMll3F8*^jy8jtJIvOYsvMWSR E7@uGA@v>;J`<`A>{_%c&_{AcXBp!8J=r}7g9=&(DB*E_Keyu}um3J&g$|u7Jv1<(Car&eUikL~6H0P=njLNhp$J-ii4X1ZM>!9Y 0&J_iCQC^!A5bPI6)cm(Zc}yQDmM&SJ)$7+#C*wG#*SoLbSpujwD*l7p%vZ}&UiQ!U8kkAw}r%9u!B!9^!~=?56$?fo)>Tg{%N9E oNEJKZZ|PVg!DebZ3|1;98mxg7j`_Zfda!I<57P(z`1UfZlY%=9KlrcjJ)P>p`btBihfw|FQ(^DRd&}2de&GM`wPxW3#@?$NnO+8 KxI!ywN45#t|QlRLD&qo3Q35D{aY;b4Ih2s$?WrlPP_&>FPp+=>0f<9F8Hx0# _|+?tEyK*xvz$608HPb{_{gxODUS*ZGBARG<1GTBap0t;tWAroBa7If;dWiQ#H%7*ZIU)}e@A|^lOO?zX|kmAc0$PkzBGHw9+3VbEz3L%w;M(cV=uwfSNfr~DZ;VYJZooQS8hlPdx?P}+z{CIWC%=nBO!@b S;9a+R;G;P41m|b(J~8_Z<{j>rx?97_W-;Mwu>;BM6SNmYr$L-9nVC_gku{5Je~K^>}XOAk@SjP67_LE!)y(B33GsUqqy4*>Yq9h |1f4NG=i%xt|VnqO^CTrW2wYvaGHU_L=zJeJ_u{YXm42T>1ENA7}XwS>##V28ffIIx)&%!DeivBgk(B+a{p82B3Z5CMjnYnov0HA Axlw>Gm(SAIGpE!(i%tMe_>f2Vl!vLf`EI8WDn=c)H_7pRnlt$niK%bS;|h$Dha9*(yC~j;;wa)1))Y$$_1Y2DQRP bh>TB1gb&bCYqVv)oS>h%FC8}&(JR@0DSL?VPYq^-tUhvZGS8|*k`@g@JU6v!x``OCSLv}{OV{5RqZqXHUl(fY(#2Cq_4YjgoO@!(Sj9n`*(HR4G@yRxL_N<-s;S3?3W qYJOefIs{(`hhjwXI)|#MzJk6tUR})N%SwM>b4B{dn|*vs>&;#h~xLK{?=(^2WZ88#=%c<2AC!I^T=o2aS9{u)m@c+W*;UWq2^75FU%URndCIyD1lzj!A5xeF|&u&(s(L23vDU#!U 8r`AXL)A`*nt#78^s^rHlhcD144Afp{rY*aOYu`5D(fd=jJjxeBk*SNw>IhIPkQwb~pq)vOY1udm?e?Mx`j+AX!dWgW a9g#4skQVFM%P(NwanTpMo;Rc9fy$OJ09WMB(g{qoT4vaT!aVQS}9!35rzO){*JRw3fh8|%6Mbu6V#eUX?EXf+PG|+TVyVaWE444 W6Gz;sG*SvT8+_<4OvQb|FooxQw+E$YI>G({PzSUN;SVNco7*Ml^x&L6Px!RHu#uQ3&J ^UICf8(Wd=a~$3G2{B5dp+UdZD|WyZSw$s%Zu?l&5MiZz&Fe;R6SUKKr9vh!HYtoXlmc2Ux|CcO*`TuIp?pmAy$5-e 0{1wUI0;UEG>i9T@53_;3QAc*9$7aASu-6Y!VNNn0T>lokv@z{=btvaW5DZQS*SjbUs_3;BRlmis(}U2BJIm2KHABLwKd>6 QA{QZoh^2D8dZ#!MZJVJP2k!0a{J?mfJ&1Vgs#6{){Wp#8fZ^0O@qT$M@H5|Drc1UZxTkP-LZBO;UyJK8xuenSgA%pfC6G;w`v89 ML<s*H;`qQ16vp;{$ZxYGP(gUcxTEcazu8i5lh=x*Cb0TXGK#91N%k!6TPJGWYQl)yb57^OSh%3g+V(B_#Usz%^34WtEYRWom)a|KEQKauH ^oh*H))E>Y@FTEP4@ul3QSUJY!U)8kYvpO_D9)v*iWjvTqf)*Or;4N~JVin_Ug5<|;ziucSXzELEOr(SBM@>v{{da{Hg;v$TX&;W z>nQM>ntL{1jdaUYl1&^XI=*6azl|udmv0E6 Mh}t}pftX6W{u91*()ZISVmNrFdPuC-ifNEw4G|kD2S|27RQOKmM4`9{ix`NsWnizp(K8`SERKp_x!}~(zKiu>28{sx=ns52pY2i ?LZ7aP#XrICzor++K+e7(ID7ad<;U&CcWsn2 j}5nw)OHhWqiJW^%F1eZ$95{ME7v$z)Ujd-ApK_T+$1LyCk$@~Dv6V2Hw6pV#jQp)6gG&QMfYL&ukZw5J%5P6+b00K{exTciXE(} tX39w3?@V*K}MZehq=VPRp}M6QB%~zGL%RI>T(Tt=j;@b4|K0t$BerPyhPK-!G-RW=*e-F0(4lVF)uz;02FksfdJj@J#qiE_fpjaH`XaQ`&=Q)hkcF?5~_>EbCZAw+f3f+51)t;@VC|qSn!fKyON*g6kc2(176_RYfG<3 bONfD?1QmLtWq!>k7B1T{gmNtXjPf+rQ461V8d*sefQ4BkR)-aLQh#Kw+sQ4tIfH>>i8nXwRu`(vxTW*eH7~|`1&&%=_iIp`Vm$! R0iy;YF36+S)LDUz#9Mt_d_g7?Ocp98US1)6Aa5Lmp86mxOVI6S6^)2+yY(T!r$HA{OqgGH*RnK?#tVocVf|$JHNm}D4k4zSoK}jZn*T={K|!mkCCky-rM!_d6JfgF?rgVhCRaPs7G-q*Pw}B!vwFn`C _lg`#QQn>?krxFyGK>J!irHXQwQ1h~Enl*u+@Yc{7I)4T^1mnwSc-fkl8d>Ico&#=!%-XYD5Jal87YMrEe)oU&2E||J*?6hkH&B| =><2oLs+D_iRl)L=x9|%W8TawP=4n- ;X)e+tr>~*38KO$UK2O4tB1FBNblX|%t(ZE$G$~b5y^gnaDElswbCz{ZL|`gwLmJ#z#=rKm4XSVjCZ1Pr|&z=a5o0cQQ6OGc;2?Z uCG-0<`gh_cc0UlYiUc=M-wsZ7>Uz3KiC!WTrb*VJ2_3ujGPDMJ@Gcd;8A-N!nvoH3Ir=^euQ6b)T^^x67DhN08xW0GYA-lDT+7O+3px5m4aoi;j^xo Jh{$H;99Ig=b4@odv48@o#XI4E~_VO2t(!IP}2QVB&87-2IypgSqJ|*-`7?u!oBy;EhaCjI6#6-(I<_PKDM?yf)ZPdEx!cDNi-N@ rV^|m!>LTqrq?%XQK?SM26d*|#jz-X*=KEyu#z7++F+IsdKdH02Wt-rP*awscrY}fWME928M=Rv`9S%RP4}D=4k$z{0dy{?%&ZT% oB-(%vkf%85UTh3A$j^Naeh`@89joiscnrj3y`lmJ>r+8`juSUb)+Dwz^az<>D2PLjTx8M6O9K_u9bH1wUmvk7++L+ZQ5Of=7?z+ $&r{>Akr^pX%k+N_t0n(ME+#P*WK~g4JeD(U&fj#I)Hc}OD>@3fD;?3L4bH+l%W(6>S}VwkNbSyQH}o#Ofjlq_>}yf+Zaw0PR4x1 D)|*+ynl;!B?{`!M*NN>^Na$*0IOJEP2t4eIs`pL@Q9gG$Y7w%Hb<-1BB!!A{aDQuadXY3sJRD+L^R7=S?Ywzjnl@|Ozhqs*^M9Y WSu3nzl^gWP$racNU|}&ks7~0UuSnCyH-exrWB2ELEZ2A*t2oATjZ)H4syEUPePQ=&!pA3aMY^~9GqD%_-`(#o ){bBL<*zEI!i(@?8jtqeF4vsDc>dx)UHa&E7eD&Pk80O?K&$iBCl9~+6a0wS0d(k-N0d886oLRJp#EZ~A3XI=> gaS@w8$iPU4?0xQZ;;k}v)e&q1bz>A>c)5EwS( qRmExafAdz4AWlnq}8#5`Ea?lBx(UCN&BtDQ=#lapxVpPsd_K0Qn3W|B1Je%(Tg-{v%ml1+QyyhmpKe}tm8qoUX^VYaG?eKL$V+% J+hxR$VSIaQ%{P8PxB^c#;qd323Y<$Z0!&rt*ty&Qsk=OI0O=!RdFYy6663+q!zYZ*f?Pds;QSr>m9`<74@=_z?UyhEDzbG?0;zM EOOq_4_IR$EJm&5uFE0N&hF_0b*uqhJc1=p#@9&Kf~J4kyZU)Y0jbei#rV4qD;1t4KizhYDgiD3@MYD1oi27+P~OdDEln@GEB3No pO=lG?jCK{YCK?8>1Dr3^U7f@;KBPlEcqTU-KO3-Qa^R?JupA)V3$7fS>-U9WA({^v5q*1STbBU0S=776g0C952QQsz(|kI=->YJ *Jkq@*{{!enP;P~uU@}(@6aWAK002*BhEM@6aWAK2mnuJhEP0~IG=O{002=6001ul003-nV_|G%FK=TnOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#? WpXZUZ-rD%Y#T)so|fA6ZcBkuep;X%DA1&3Q#<`j-GX9bw{?_lOl(5~s>Eb>Vo$rf5t1B2+0Ay59k7Z0=NnAGr-M&UjnWN{01-!_#Nv1 i2GjvZwLGx&;k4h&q>DeI2p@x5AGkySiZ4LUxgGhR{sbfn3Bni<*fi37iTiouNv~afckCZxqxzw_OGG+>!|l8;w3zPFJt}u0P$16 djY>dzHd?fea6Oh4f(I5AO9lH`mDu`S$n=YYvb9TwR*d293D1AU`~SfGUyjYkI@j`Ua;;xmTx)lqYxQ@!R&O_+dniAQ @?);`rvkXn=o5VJ#GVfZCD!f<(-Xw{XvRUr5n}65-eq127-M^&VpX1I&0B=3at*O0W-!{eRd` Y<>r07vlXeA0jrVW|*9re7m@Rl-PdB-e7Cq(IJ=zVD2OK9hk9$*xGJ0n^K1>-Bp~Fx?09e3z?897IVdD%+B-ST82C#*G?XOp_!=k_QeOOoPv!oic7Vt35ahY`E1+K`n T%ZB?NI>29=}0V+uIA||Y`|&r1HM`?3$7V(Fml?sHk+VlWOj+GWhH=oj&(#xYi+3|Ez9L3k}QO4z>7M+(B(taG}?*}bI_0>yGR<#av*5dYL&UEQoTaJ!TEU;KX^Vr-w&YgwfPx}2M0XWTp6lJE^`&Il#^wq5|Ol0Qd9CA542Ye y=S>H^(azh0(0khM=I_4X-kCO)7@6;HDnRe8p|ZQm;~*~R?I{+7RcDG&3bcCV`J@=A@4;xo-a&zg@TtqObbVg2aoK_!*FLNPlvi*z;!gk}jHfrq7O;ZQz5N{`E6G7@7_wbs;&)b*==Wi7(O Sl*qI3A{k?=VAvGG-Q8&Ct@NwMuRp}Dc4Un8z;PpH9h0uB3E7|fmZ~{E7FMtq1`jyFbdB+amd*)2S>g90q;Pb=JUnz37dm6-btQt _5b)s7P=w|X<_1MAwTMpvRvr*92@rBODr(W;xi~94LObWunto^Y7<|Ez14_@1A#eR>|N24Oi#n-`=t^BENbu|AqWw`dy6|MSaH*q qEEiolc!}2G!b1CL0j}z6`2xA0ErQcilw9swdq|>0>S8_=~G6Y=`szSJy5uHlR}Cx3<1%#I62*o;U0ODtfB=pl2z20e)#W5^i3_y `YjBx!cEiD9t1g9n5AiBnLsP2CMeQO7EEjsB&ksY$)Js)qsBAxR<~ZmX?CDyB%Iw+bmG4aL{anxF~wWor_@ G~KLEHD^ksWInI&J}mk{^`j`=AVqoARK>)f23;rsgTE!+&rM4H15ir?1QY-O0000_W`WiMo9 FHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiMo9FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(Z ZftL1WMy(LZExJY33y#q)dqYLaQH5W3Qov$01J&I>A)bQrI=1oXxh@GEud0wa!-;=?hx*|w`p2tWT+_fSY{}olu2X~5QHLpp93nO A_}5_Gct+ur~kXwyY?AwZVIU1|2+Snr?=}2d){l_Ywz>SmYbgE;cuT!Ja1dT=ePE}g`0Zb4ZC~#_p8~S_anex13uN{c^l?4LAAk#%dEQ-sU59wyF96?usOLQi_#)sg Xw$=odES4^{ii(d8I*I!;hy&w+@JSp&-)ne&&Yb-?{WV~ujf4kct;=F1h_iqd0PU09&jhXD*(3#++gtMfat2%6nNe?fZG6m4De%s I|7yso(0$n_+`Kk0zM141K^(leZUX(d)`N6`~Wk6hXWo7mCVu21CIpHiOnjoSU`mi{7x*W`&eU$Sx^ HTVO-_W(Wv*ar9#;3UB9j_|zylKBRFJK(Y-nEr6P?>~b5E*`;teGYI2;0=Ip1N<%E7BUV;a6G*sw(EUEY|jouEN{0Vrr#ZK6PX`_ `wlT*=Md**$q?JqYv~JCP6hD&fX7&Q=K_K(yh|+Il|vk->kQs)?fCW($MH!k|7Vu(_e1Q*YgYf%0&q{p9dKvB0}8CCV6a+XJx3Kd PbUDr3-Ig$+j~WU<8^(3^?#|r@qVbl`oCY`ygg&@U$f_LFEanTi)`1{fNKD^2Rs?@3xID&!zPtLLxLY=j1}OmfCm8n0WgF2`wpWV zypBn8w77Eo_6R1A=-+|4^};|1NUnIzc1~ndERFL*RSxrj{{B~@w}OUM~)CLZv&hP_+7vbz)eDz0HTSWKT5nh eU$ThFCbWu_cg%d0XJU-8kF~deL}CRIG>+f&2g&$enaqjHS^Ct%Jb&QJRHS&Jo_lp&!tC^j&B3J4De}#M;&c^;~3Bq;Kz>P`1S*S 7_fW{>-p?49PhIL!J@p2kKug(1MmlcI~~jV{&FnwVbkL{|8EEUDBu>y5#RSYj`VPV-47nedPa_8y=NcCaxOlO_UyAyU2RfL+pWd;X(S IiJs;N_qA2sch$#YsfdYUc>gZtl>CKU&H<_TEqE0WDW7;(lwlqn*bqtz251e9>7rW<#Xi!2Y;S&?)cA>es2PVD&hU)^Td;noKAW>5>Ql-wSZvt-lKpyp@TC>=a-$q_rE!V?c4rL&dXtEvcG+2l3rGv $^M;xCgtOGXOa&;b0)`UyR(QFZD(;@r=7+2uK}C|c<))9SMO|$A;7!OX2141oBjF3*?fQ6*(`7E*{tvSvxztNoJ~Bw?`)3OpU>tz zyBPAEz4)L{o4$HmF;EjO0NPEs9AAIf{&cpWS5}&4@%l^+jm-D|6a1X$x=TiQkb}r}rmUD?Wcb&_AZ?OE|v*$my{J*e# FP=+0-ts)o*KX&r|A(H(@>ie7ak=F@;^9;0vAkaZE)smS=bh(sT)NI@I}bmf{B7WT)^j%CreJ_~p3m~{y?}J}%mp0R=PqFXU%P<$ K71j|opT}i*ufVv-Qo7UbRqk@3hCtc2dc3eR^TLxGVJi3DI{__o`sW >o{*!dq294?Ky58=Y0*}Zh)7pqkZt->qsxpu4DiHvW|H9o@|N3h!|0Q_XX%=fbabx^`x0!+-!0@Df4+s|bJ&-_n}H8Ueu;X={kJmR v$t~GmwcJ!RKHBTTKi?{vp0R2?SJoWeE*T#IKBto#(6#XHn#hdfQyBGZlhfI)@`&mw!0m?8gSk19G9)`ARn4|2g|wX4vx$1cd*`v ?fFxHm&^R#!FrCrlX}DF?zHrGvON#qN&5TUoy4oZ-)Z=8C+Xn>cX58^-o^3!^j*|rP6GUb4GKaRYc^L6yy q>D4|W`D1<_Yc|qckd=$ylD4-yPNvphwfo}_PB@Ra?m|&|0VaZ-8bGtdim--%>T$eoZs)?L%e+c9*+Mj_i+3+y_az7dr2ql_cGre _i~(O-b*^`vgeEMB_I4WAXGc=BEZvR9=}R^@0PEU&;AAQ(}45tW4YJgM?LA5`>20CcOUht9qz}N0FMs8pX2%6uMv-5{~GJt?g6%c w+Bd{9S^X-hde-iEB^rb;EfNEAN}M3w)I(VDk Z^KUzpH6*(`uhb>(4KqY3G&13z7Jdk{5;?{1y2CC1b*K21LE;Fe@Hy|-Vce7?|G8+-Tox;u;)qg`4gX{o$~OL)aSSOk@*XLM0_~= N7PH7G`PuA9KZIbNIxS_u^*2ZeC#RG_0vyret!8B@%qC*h7Jfg<;T>kzw%?^^>aVw{J#4qoUgrpLObZ{pK!ch`U&&D`)T6KE>Dxc tbUr$FL;{r=ccDQZjU@oz3!)g%K*1}hV>3T!+fs+{z1z7De-sHXF2YBJj-!f@GR%G@T}QC&yrr&K1)7!|Fh&v@A(<$b!Wg~z}Jx6*y?K$@E#^*S$4?V|vzw;dN>gUfW_eULkby68X%{FOe_2_!8yK@|W443tuL^T>LV}`(cBRzRYp?!OQI5PhPfu8T^&Kf9Ykm>venn 56l0ySNQy0uQ2}yUg7g??0#o^Kk*gzXNofH@`yp^?;>&%3W -~B4nb-c><%y^aM?Efn3=`z@3={{lam%qyL0()P!{3~8HJM2};r*i=>03JOIh=1PUf8aXK!LQ>vCZP3C;7_=J=r52vfbaVoa30Sq e+ORRe(!%mCN~SOZt`Bk{XNZ1-h0rHn_;YjMR;F(N0YZTo?rgXCY5hr`L8Cg3HK*vn$$mh(q>KGFw&o~d6TaDc<;e`l=p4GE%5$3 V8#akKC@Mm_gB2$_5DpAM1Z%`2by$z{|G4b{LT+HDSd1M=*u_(3jbLSD0qAfpvcb)0fnF64k-NL4+cMg&Iljd`$J4O2q@!o(uY{y oq$4jPXY?Q{}WK?G=t6wA3hOK_{oicLML}`&3Yf*n(h0QrTg2~tbf9Xn{=LYA7(pO+x^-PGyj(WWuCqcDD?Lfpz!h60H*_PwM~=a +af^W*Xsa9F5L?#{Q2jAf>;08hU4`1ZJQJyKC~^{ztgrXzs>Gv0t(;k0u;TpZ(H`K3@CJd)V6HL=eA|J*BHEUTaMT5fFk!E0~EQw `F1S#fbCdsx7~kgJC;AV9ot(46uo0Dpy(YB0t&wV*Y+H@_iWE`+!;{#`@Y+AKIQ`oJ{PxVJ5~S+-X8-fbnqEK(Z^4YdZ4(#8KKHELfXS*l+EO#%T<9&e7 b{=9d>vO)2@HsBW+Viu0w*O+^@W$tOf8F4B0EKV;2oR>G_YC0eGLJiw4rlJvq<;9>J2&aN;M0KOf1e29auVJj19&>%rn@wGU`gIN y8{1&ZYMT*7s-6JGE=hf6TjQ`;5>EgLAvY%6o1-Pfa15FvuBg?;gkG0Yx9(W*_3m f%_1@KeZ40S=xvAwt64-|HOTm?}z)4&;5BH*7MO0=3CG~e!9Ga^LIiA`~8g$j@S1L{uS_E>Cdz#)pMQ&6#ZxS>72jyfMPFC*tf~M R`70L()sQ)Sneu7(GMP+!Et>1ejK;W_v3i&z8~8)3sCgRf&IugPTG%rWBqp351{}25*-}ir@wDB)*hxP2-kIdjyUiqj+8t|c9wqp`Kj~y8gtq8$Hyl9veF0GHpl#(6LwmF#ma<_x27ZeZXykCDX%e&RmZ8(_t{A}RGUmi^Q|NX(FD}OQDHFq)R=iJ5Qw+{e{9W=F@<($<``nVKO{KMDU^PPHFZ+j2hxnB>0&b>}kD=MMqJ-hO2n>;K3hq|<{8_5+GN eEcCS=SPQ-FZ|>Xj>pdrA)WsA5ccb3d;h0H*slLQgyXgIp~TzE4`sdw0G}4R1r-1C7Y=Lkt_0lj6HV$LxDD`pz)e5Nal07sDWN++ @jtEq6vyR9pW?Xx=2IM>KYWUG`At42R?_Q=W_LA?M2`Ki(b-gTaZ6E3Nx<1bD{e67??LLm{Q++J=X+ZHeZINUDjxe}7N4)-Aj`Vm*j^*5x&(ryYCNJZ{D7-2$+9$zC{w${nwt_|wwQbo2U&SD)zT_?7zEu9f}N6Ho4^opGL}`+7ge=gEH7|588c`49cn C-)j)x{d+zpDsYLlluoqPfrd|E^ac&`Pgxg^SEe`de9kwPm5g!C?Pl(9YK8Be2Dn`$syA1$Pn@A#3A6-D-UeUW&7caih;Y?1wZxybQqr`MOl{nwKmY9F<65De?iTE*CVmmJ?aeVG7kuQI* #BzUGqJH>diTGA7vz?~^ia+x7GUsR0Ve;!Ohgr|A!yM0#4HJ+0huN;XhDo=NTl&|BS#Rb@&cn_IJCCG(wfsox)yEyl`oDQ3@#MK9 *{|1+B>la;!ui_0VsfX#ey*vIkA1PidVdNi{??|D?>`%IUak+#{t8Jin^&83y=}0{dH+?Fc=m}J_z&=*QX}8^{fZ{_=Wjd0`oAzj Ir78^)4z8m^^u7y+1@oPN!M#v62HH?lJoq?O3K|I07^W@7Nf+|(NWq1za6FCaNa7)jb}76JMTL&GG#8YS#OY)tra-AJwFB SQCz7x|ffle(|@XNQaY-COs`Zn)7h-(Zs9Ek0yRxbu{ge$B!mo+U^+2yT!+_ou4^|_Rvd!61R2Du^iXg$8r91$C3WdIgahS_Bhsa kG+55IL_xL$8#Rue?0H^J)Znw;qk=BmB+JRryo!Le$DY5w|AdFyx9H(j^|z{kRN^g1itSw_{kF}ABRrh_#Jx!>FyHCcgG2=_iHB* pC2>$>k>fwCvPmi8PKJok0s9(Nz8tHnU&#~N_KgV{x_&MrzlRi&= 5duy?`_KM7_0+pgCw{zgI@`C)8Km3r4C;yZok2Q!{S4B{;F*+%=blOWedk#$XHUR?NAq0qL^yLXPL+3rW|X2NXa1Jr`2$Z+=me`j;01iXZwLfPvJHNt8H`djP)!xbwxd 7hVHAOz`0n>JR5#!g1X4QqD)urNozSU&`k_mvJ16lbUE?j!ONNNsmqCXzrLLP{DYwaHa2&b-C9dq;YbXc)at+7#pleD0 qt|kNz5pox`gdH%ehys6epIg`A3OFsmV3r^q=!eZquuq&b;P@qzCiur?k|v^{Si?7p6}OU(a%1 x}M{<<$ChRz1EX2e`-DP>%8^UD_>ntIym=+CXLVk@(sk(7j7iJfAA*Se+vwTH&L!#2q^1EcihDGZFV!CUwX6g#hYpWKXEhP&%dR~ yBhGBTd1d>@TDg2>wusA68pXAR`SP_ZY3RGd@J$!id!i^zjQ0x_1LW}f736M-);A0=G*nl9Or$%%y~WlQ1%Nf09-2Lbz76h4;&6C >yh8SjpMNE?JVarw^Q#p{dUsf1%S5#zIZ$3*A;iLA6wqZa@O5Rf7MoZHEG<-Lx8eDV)QG-zjxo=r14j4?&kbv?xFs1**(-d{Clal ?Rqcy=3+poX5LZvlE1z1Rl;9=mF@cNSDEh*U*-7x?W^pscORc`b|2Gic^{u|b07KsF82}d_PCF7V)lKcqr>kby{)!%=iEoWd!^;S -OBsgeVniVxsUVzJwRD^{^Na|-=6z9F5d#YLCXCa>0`48sCRto0s5Jqet`X%@*wAXj|W+P{y~m^zwg|@^2!^SueO1BdC~@s`}rHp{|+%DS?dF&o0Ke~4=zY5oX!3VwgW vtl!28E4`7uW`K%@`z0O749EwW*npZ9cuM&Vr{+|zZRq^+4HYSJOyAcV6&xp)bc)SeQCn;uiGc Ah?9+z!VjvQ%4(74Uq$-OWdE7Wna8~y5ZSuN?4#D-y%XcTq>1am_(6>r8hGFKA+H)a`<2fU>T#HR}Em?gQNacN6!H9BlQv@37n=RHFzcVe*nnWLuZsuMl`4b&a{3D{1 %YMU&mhNMgR&<7$cy?ej!eP_ZTZR2lsz(;{FEtdnfY!7;v{lp6}t=9Uk{g$-3Nj =%e4vy%6#zzMmi9{AM_ja8r ^ocYdMjdwvKWye+5bdLl!C`p5RTE=fl7Ex%>{Cbs^ToTm4qsrps_rdzl-OeLM)_0llX!vmS-G2S!Z?bvEYGMtzZGy#ynD>b+#A=I dW>a|cm=4n8t<^%CX8piO6C#2Pvf_RmGOr}TmB2_AllWYnq%)b2mC9ZJ)OWM`IB|lLKEYQ9>TjLa4l=9vM%;{kNe;56WNS+Q<@o9 eJbE5@SBX^#rVy~`-z))WBxvXXTMF&*d0fV$iE&yprLRqlZCrr&M_YM!;QBn9gP$}rR%Hj=Uxe#@?Rln|F@-w{4&eH5z+)``YnEm!Jio3EKjg0+&;A#`N9|qJ +WUDoM$L>f8piwoYG%w;^6y)Cz6w9_k-SsJ(aOmo?Q~1?cPncrynhF-7u&t;Lw*X^1C~eD(R)3KjlozobHDU9fWHL%IN%MI4<@Wv ZqS$HpV(}_Mw%bvHygiqHZh(@{WmRr6_wfejmjB&+z+&jG^GPr4ya@=go{!lfNtR`ybrzhF=zG?*x2Y=(dUb0p#y> z|-;UEGGk+7(3b4%spfBC${Ws_$?OMjNkEi_Y=Uch3VU!bF*&0 ^7@(>o85=|_u}_iOC$bH@qLMqe;a-?t=$rjHpA-L56?q9p<)-b3O?c2f#3gHI@#a8r{z0!9DER4;o`b?vr)zutxXa`^)rzJO^nkMdh0-kS*-;2235$V2F$2;r)_G;!n+jA1n#J>NA)%C7K ewgg)19gAr;obIbobWEQ31cedZ!MnB5_xI&m*D+vxPMS^7{9++`5#V{_x8HBPTqvEvts9c(B7@JcN_3~AIf+?erMs`H}KmP*PGx6 )80D?_s>~ce-rNQdOcCLoPqFVEAybl^9QV5gUuR3=RMKPcZP 1w8A){Vg(=fI9%*YIR?eXwP0v+$YkCJkJPjH}l+wXRQwLC4{)&qnUB0rvd&H_iqFI9DYSyUuEU)Z151vD}KFSHZvaa*e1pm?}d7P Zt1oanILoA#64_h*mH@y{X#S2dgX6XlP=$R2UxjJ8axWH+47uX@IL$=#_wYMP8QjU-#;zAtcPvC3D3Kbzk3t-ATgA8H8bYe{oO2M D)Wv!_cb$K`asM3d%)u?|B+IM;D+7bX!-BKvm@~AFZgX?^LaU*osZwHSUQDv<};y`yqd1nKD2>CAs +zIfz&5X@`q?s|*;)gpPzwPk;6+AoL%K4f>@t;q!cKsReTaj*twJYDm{g(3Awh3cS|6%XGir=Hw*JXINHLhhXU_M|ce&UDj#P6s0 eaZ67!}Gu5_dVPng5PIweMK{4+_wV^@azP@&o}Yhi{#%+cy=M)T_j~?{KVh9lHZpN1HatwXG^30aHZT^2#R5=pYLiOa4f{ Q1G+E!$G#XX4!ljU#^8Nf7tFHTCQP2F{v`7GM>`z!O`KMQplHvFskKr 9WvG!a}<$B@#t+XSds6OilkZc3{#gK2r6;W*+N)G&Dl!dpqB0?v=+*MjTt9P*;`&Ih05zfc?1Jm2>PoIff~%y_*2_6SS$9H(Bn{> (~Dt1HViBqko8w&EBT;0Duwq|@|e7Qwj(pWT$quWUdYdw-aDhKoXhtsdSZZj^2MNI`lQ|&{>Wg!25P@YvY}tdhE!1~bYBraxX8nmHip?26y8;c%0C^N4T}E6EN8w@=*0xLv`?Re#<>>G8Vve|(53DwCOc}KkWAdbJnGL@Bvrr6 n?uJ`IdhS)lyx1{tThmGzddfnl=Ky9+QMLE6=a7INtZCkJx&y1xpxf{nIiP4ftyqZ^NMN%m2z#^KVmo-P-L!TNBn#d*aZF}ZO-IN VKrOo3&u9u?*Y!T%HhE>ibC=g`CL#=C!MX>%5>5shfs#aa;e!vtzQcWh35ckq|a{9WDG0iqAPn6a0MtQi5+u6)=**sGrM+!-edqGO4~S$2m~^1#Jfz3^{v+H#r$Em#SPs=29?X jfuM-f;D5hT~}t8{ZUNfNVZg!$pd@r3sBNXzDh!O4c;$BnrSk{m>pQ|^=FlH94C-@RZ9)BVIIv0O3F-uH|!;nfku1LtS|sUVfx0* SBzR2>vK^!Nm%RcFBftsO_C}_2nHbeyb=)*VyhNbD@x|AU=l^6KYuX00!$GzCcSda&Fpeytz4bfU9AK`mDeKl3ZQ(W-eRj(C7HsY 5cCPpiH9`XTdwK24FuIx!M>HeKMF4SGqbC**$SU@_!*4Y@Qk_T8pZ?&uLBSUN7f*b0`Rdy%@yw0ic~Nd6oz$7vtgJY0L7K^$id#r `%x(_F^n0GW10s#%$6Lv?5NCD2jmx6Q5a1$7;L#Xj2T2nO&)U6vZHA-?5>tYvX#J?g9?iZ^F_3{BJHWGs@3nsKtax9iYh@dkUU0! 6c565tH5f#^E1H1fl9Wh47pOPV^7^dDC{RywMgD75KiQiE5;R)Z&-#6IC@%jg%t8bGR?`-L$(}97+TUW$uXu+8lEAunOPhFwNyS6 C!z_pVw@bDp7k?>m7ss$od&Db;f_g@a@nHLYN>Cqy%ba@RkFkR+@xH&uT})vC>l@N*%fAG?KA^9K>dCy+4M=-8SUDhI_eyrF^_d8 X+xU10e!2n990p=R)oDpGEG#Cj3Gyr#MLY44mD_ns3^j|B4*p}hN>q~0i;P-$SXbPj;Mvy5IKQCAv+u@+pCU9 p-@W0ps!ZVgN(t$s>WdRAz2?#uD6yim-4Fue{ttBe>eZYMRWF74ptu4L1O6;pMJhysn0RsIJw^+WUJ7_ WH6KnGku`RN>-`RWod*BF~tITLC2u9c7IL@1W%en-PVeXD&sNtcX*AQInZez)Rk+tM 4qGVFbWB^dc4%A)#t2hj(AsYNcW$jBno3diXjep>H&YuH9D%$HWhfIedL+=X3);seC1vw&i2f})(n5l_Mn0Vd$miO?U~Ie4un}yl wxKoBuStrs)oq2RDxtF6f-3eup*hNI%QBa`vZ~o5MosjM5*kI6dCEhN+7hQ$RdI}R`$!qUhPCwecxa?->1?bGZ2)3 g2*Qt08?rwF;U&M;o-6>%}(yitdN4Cp%k+wq^sN1diG9HG@;5mdyysEX~B(A_u# F-Av9tI95RK1U%^%nuC0q*YtW^gm`ajsc@1DEQRT?U5LJ*@BT`tCX$O5UJpP&hOPnNeWVisJpgd04le6EUu0`q}m`zc-Ak`%8)2P3h5Dc(SY)BXnRmaUJ(ZrOl 4TH6H=5l#?E|V)ls4A|gs6uLp)avsP({5fuF}GP#AJj)1%%qa4x(+xLxJ<4++2gwIn_9702aslLwgigK3L6a;s<%YkphJzAo)iN;OIH>XLvFH{GX-bnKL)OoXCY%5e85OS9UtFndGsF!G(b2u;ZhKm_0v>YEe=L=BVLut=^-dALoQ1Abkqb!?=YOCo1gI!~*acH($Tw@+K=S|KhPZ6KW@ $(eM+3_Jw}6$6ugY1!@bUD9c`$VrT)Dlxhvs@|UzFC2ajkh)w+^{c*P%c#@kOX^T1Bhgx;3C!gy=wKOK76w4Aud0qmYl3R=bn`-W-IF$*ke$G=n08tLkTO0y9HyK8zt^XDz{jywW|0l8(BJ;-T?I1 YRtI4%~T#5HCOpSObt8hgBj}3;n rj|O2Np_MeAKKG=31h_BPPN6kLtKLr9%ie$uUt@PnKnl~DlHqq(`eBJ1~;9!kPwlyk6f*`Y(*8mnyrZZiWjKn^(QP=F<3Kfq%ost gmfs?IVz+&8dTMflZ`!@WBj2;5500V)p0z|{sVGG4gZ=|?yfMwwjhoKnIE+oyWZ|8|%6*{u=7$SGWU_^3*O^-=!r<5-%ZSlgfpU#n DxkIsn5e3nup~yxl_3yGR+l4Zsy=SZF_HS679)}0iKv~0@|B?;pJ);15xCa~O>$*LSnYA_Cn;f;g%ymQH`6FmngPk$w982060N7f yqi}9<_}0nmsiFb|K`rBg147UOlKTD)LDKLCQ8`J}tKxdpmYFcIfF8OB 4N~}HQV1Utg3z%`kabI#)-=NQbmF)_>F2VLP9Ek`==(}oU7oK7(lwb$X-4$Ks~ct+cWBWNZ}P~l;zWbE)HP5UW^oGr3!3%^(pE0;Pi?mq!A9K_xI6zQJsAy)$XGwKq(?B1j~s*%YPUrBe*=_I9}v&CT0omc%&}01GI_+humSv@4XfaL6x4OUELU vI7t)?zMFLO}&?gma3Q!LknE$t(1p!367>fA>Uh($e7UE<$$0tjQ_>DP(O4hMrfCL10_+-R5X%Cyj>!Jg+7H@3|K>_yR&lHJ(M42q6&nUHm3(q%>JI89o6D` Dx-cU$7;zix}QU`WrJmq(6Vv`NVUtMXwXC`#^P5Wh&-9T`DfM1ExZ)yRE-^Pc@9xtX12wfh+**Q2J#oFkEq4_sP|F7M?J;?G&ra- wc&C+1xO?m(^k=7Cgo?mrIswIGvIXzPPjzUh0yMIHMGBbN6kCe oes!|nlWoITN;oAN;0#YO-uK*FMKx{DP++#P)el#Zq=i2kb#3@4aE864TL~2vYgy|KUauoyBbFn2L&Y}l++;%uB`=G)+oGZUcWhO lXXfOIt;ADn89gb>7GSaw(_!qFgh6qaeY>bG3C#W^|0gsbUORgyrj_>gcdME*}A+=MN3(BIxaRQo<^~xN;3M?!a`l%R@aDfi*y9Y e$ujymtZku|6)O5*4%jktPYB**|&l%2{t|m`0Uja?#D{eJa?OhiYrLOF9WgsiT9J&9iG1&OjxRIE%GT+}*E*Dg}$hyV+WJkyGn=;BM %5Gt0QM{=VrweB+ITr(+7g4;F^aU8Ii=k!ptD1jRqAm*>TEZwSG?bo3<(mm-qxPXkNzuBj&4#m$gz+W2zLq1ik7%=H`+JB&Q3CE20%G87|ZYjKf6TNUk@MyXiPeN*R=r6&epf!b`^ns6e&c-asG_=OS8B=Upn=(lsGsh*mO_CPP6R&eH!sCc+kFb>Y*Gz3gF%(WGTpz8cLQRo_v8MVJpLuiph6C^Nt? ncn=SNi$VcBI;9FvW|y@PGl4D9}=lH4u!rki8dli#+XEIy#{C*I@j3$305)#)U2*-sisL9qa56~s#p@{|N8 3K^2?J;gq+S&TPbgGvs_m#Pc_pD+>nTL{Ag?>c?k)S*Ulv-TBUwfQNZIY4#N{m{~L=Z^}YW<7`Xo*2?O_2Vc_j(SU&`m )A&18TtSry&AT}cicg#nwn#~l=Rpc`D@;nx7NKR1{U}V0aZQPZk4P_#gPV4hjT1##$?X&GvD>zxH{!DkDq5SBsMA#8(rM$?X1vZ^ PJWJ2#UW89=nIPd{op`Q0CEKjcM)VfVp`0NKtuUH2_*BR(2#oa&w5*;Z`-HdgQ6t>Ycj3Dx2Wm`BFX{4AkApRqaXujMpAW Oq$#Ov#a^Rddn-xS0$}H6vHsFRVul2CaOd^a;*=Ah7!{|aX_N;TUvF+D;;GTZ4;X~8c6icByRRh)Xp(iamDrjTshQ=m5vW3xAE($cP6}T0|EHFV>2;6d6Lt2z))~Kbp)mDu^b#c$>aAygEZq3MuW!;i+(a-i(z{}#5FGnDf Ene?o@P8=H3r85p!F5qgtoVf_QVZ`!T|3h=JIbqjoIrY8%Q{*qxr^nL8wsRqp_q?>1JoD1os@@6*B!ZcEx3Z{E+T*Yp~SkAjZvYaABr 6uU%y6`|G|JB*_2OJ4VWj_Bq*`1~h4JlJeZ~ 9#xWP*;MOeFwHBKT

PikZxUay97i-8{)!qH{b)yICWH5Kicjawl`>4T9pdlivBdVu>Z8y62*gNEnPwxkQ_(W@E#*4 J7m>YR?;ge*X?!=Q|h-e^F*m86_aJwl?9oW+IVZZrPpNcFyyM#K^eW1bh9QIe^#ZqZ77Tx&Lp>cAgteeoi7fnX;l+tyf3QNm6>db Eq)~065Db$zT0?mOC*<$CMGDlh=nqa^L2Aqym=QpsqYnFl|DZ$Opo#NT|$;EGkOu{E2n9N}_D1#f>c) 6H<{CRg|qxOkr=cXX9U2*P(|RkP8&qD}0}#XSOg^`Olxotr=m9-D*5$sM5+F$=K9w0gYccoE`flj)3MnX{=tg^{8iMoKoYr^CSqu LM`iFrD}~IGx9o-!!}cuOAhskt{qAOvqhs2V#06)f`7JQBNDkLHOC>6=okZE#Wo#WqE@2hU|2jorM|p#OlyphD$cSVnu`Ksoz~#o ;j(B&N1h2xX=e~Al8KcWTr=#-pPw()R*EiJt>i)X(#_RJQTs*{YieMT-JT!mG;cynx1JB@AHty5=;_%e-rv`d&X50t5bDamw6Ck #jHcJMC+Gql$MF91NuQP+|O&g_?-5ai`pJ7G%qZ1t0V=I?DsSBXWyf^8$nXlI85yAc+%rdD?&t{xDM)%4XITI-gG^h_+O|*6w^|2AjTMOT?Pk=VprP m2oPSm+Me1N4n)vWGLfYqL9viA&Z45yI93^8Cm72iS-Na`ixd!RBv~yFzJ-ZYL;s_QKINX3dcYhnVAZ+X-}qCb-Z59P2YETb7p#T 5=WTTS?TJsP5WOHM{&eCb5_UuZ>)Qj*diKx$mfoU<8~Z}ewbtm $C;902xi;xWQIn?HpmpG!>}mwcB>-eMQ4lgD&gMJb=jpxor<>WF=PLrF-#ecD;q6%6a2udt16r%$@~g^lD798KJe3Ths0xb((dwT`ylrn#By2mX$-Om{F)(WCP_b rmaX;S+{aNO0%(!hs|xUc9n=z3S|6CIsH!z3p=rp_f)r5R^8H==z-1^Jy?qt0(eFtu@=@JBUatkM{|&78m~u3h1;^V)K-z0m1HbUY@Ihmg`|r@k1TT?t!UWnBJ`)5!NdE{^!8WoJJpX_*JdiQ aIt?J4ZN{u+IWfNFypY8&6g6vG;(aD%SKBjx%$B-RDFqk_ZR9Z7Q!6lk%kVI<459NQ&G_;eyG()%OJ_2G`g%JC8zk8cfbMo*Vfg= |J%B|aiMozU2+|$$1e`H*P~}51PbdgNP=0+>9ayYmU8L~vcpkn;FRRFmUuH>q&yeP8ij{>6g^e5aP^Pg+;;B(b=7grZBUNdOddAl &Ffz1&Fkj@Bx*O8OYupQ&Ofce!lSb1Q#J4GP+&75uJJfLz;;VS-g7(AoE7#W+5S2Cmhgky@)M)xKCwyklrS=J0R4s{|@VeCq(p-Q9W*whx04%dLR8IurUtsns&OS6SL7Db-~$0GWn4?-8$ac BJ>N#fs6I0$5=tafKdbeakCff-_XNc^1FH#MS8m>ZjcaEDn*dV=o~N{ERmbM#RW6j;>%b!xQrFVTYDz6glDlO*0AizKJi*K2)p2x O*?-IDsM#;6>XMlX4GA`ebX)HCk}{;oi4&om_DcaF7DLdEZz4~uIG70J=QiEY|N8eKw*Vk#J{37OvhuP&#K}Rj`7$yVI$G|(>6NZcBK6fLC(2Km#g)fu!(r%%GAoW2>YpC{~))IMYpEAyNSvM@ZD ZIuK6vS|x3D3pgq6Ljm)#{T+}>$@9URtDx6*`&8oxV5TmsuC;1c1Y-wGY`XNh@W!txY3Q87rh)9raWxyu*L`$%4TS4frg(psF*Ue WH3J*ZI*8LqxIAHr5?eRW6Tc`L6(0)6IB?Q)w;og@>lnV94(az=Mo@X$iX_qAI3x}_o=z#;wlZ+4de*NDq0|ce3m0V5i1JNfYmg{ h1%ij4V25H=2|IN|4^hp-N78V=)F$dI2MBl^v22R-bBtbp6#&u=;X`c(dwWT4BjcT%5}FoyI2qHbH{{5QX)R~m_@5xwId2-RP=o0 WP)r-@x9&e=1Q+)i-`lB<4TntCFoX`b<6#AhyBFtJ+Z5u0W}?7WQ@maZe>}{ilm5Mi4x=;G}Ajs_EnewbH;Ohc*C1W^OnMr=F3^I Q=Ouzce|(V_DJ19DCBshPrdn6zUNC2LVdJ!eRxCC{V37a1G3x_CRE<}CFbU`@zbQxyWl8Z8ND(`=;^$$b7kY|kYGtM?4$)O%m$(n@0p+IG l@Db*Shf_%-p()#BLPp3ArJT2*oQ`<2qXTqU PCru@eQ7h^;s^E^Fj0FXtg&b`Cah|p9#|I>4~=EyHvO1+gj!^s3>{tEZ3?ceblTHTcO^FK2NVh yf$r|Ep9KQmMpVGVOH%?2#PEv;O#!`ll9m~JsvBc)_Aik%K04I*&D!k#Yn`C4In^RPOQ5*1!`CF^4k N~n#UO)AcZ(&(Frn~%fA(An{&WSwwK=|qu1Ap9>e6H%JjV)(yo6Y8cz3I#{;htc`U17nTzWQO=@hqtg~9ud9T*nxn>a#(d|EZa%S p^5|fiUvc2#)b@RGr1Q^nDaunwx)3$sV8+Y9v)*vvxT?1tgSKE y64LsgF}_HZUHBs;ug^oAHuiIyUc^GQc(@ok--pu-*~Y#VzNdW*)aYc;lP5}S0mE520b$3m<+`Z{aFZ$XqS Qdd!|D0}X(LeKWl)4}Of8r?<%7PfjM=nXN4M`!f-q0VYGYoBm&wny~!0N5y2NUP}@k{`)vHDoeg@?ZxZe&8?Q@aPR8zq2zGjJlNu Fdn6lMHT2!DGSK9nJ{1tIB7@VY8&NT=)`g%)v-nBnEKuocUUO9I_^fHD1~ZhZgXw=X>wnmdlM$bzidGd<2SN260hqeUPJ*C$%pg~ >7m2i9KDIZpG!=6($*saN5vcASEprE>xCa=v3T6GG`eQ$mQRwmUAW^!c>YzvB(ZrGWM=(&#BG=_(4P?T0=ibnQ)u{e)IEUX9Y_sM1xV!^0f%sIt*md5apaX9(IN)0?Tl_r@W{@!DPFD(=SP2He)F*5p>g 2GImEN3yrw*MrA&A>2%;c%ucwl2l7*u-!wLLNUk+nW~1R$3p)u`_65TfG7cM)%DH@IWxPtc&>W8cnkIk+n=B6cg1kh%#)~rYj23!wD?&#mL#f=6nK03v?3KwZ wa?#7nCK4n%49lgxqMk3W#vMisMaG-6n|h`Espp8x>(l5^(TSHD`wzh17+Dz-R{|;MFe`bQhb>{FG#&p_A(nS@kJlPsoNp)=EG&9 BI~xpjw$-hZs>>$wBs`C3;KU&S8UV_-55Kj5&!8;CX3@(#n>gL4{0<+ZZlfOYFlWe_L!EbgCV&(qq-Xjebfz9wBLgkXTGZZG)A%b ^i^q^D%p`1>~^2oH}tZ;sT@Qw>6d_jtB=uUDz|mC>Q2IUF|j=9NKV+_NML(UI=)Z8>Gp3dDWiSmf?A_;DQd6kL5!`nuXj)$(t@|H Rdt1m?GD|8FzU&KrNO5-TX+VE%ht9@X3gtSvMkQ)-hPbJr}h^!CIAJ+{XJ?nCA2&Sr SPoaR@7QryTz1@3t=%!xG8h)1O&3$>)qS!px|cVJujF{?&%=4$8i8jk2Hj&rAi5>EB>G^h8WJ6R2%ShL&uuT2hw`c>)$`a8uRFgo DtjnDtpCOKPItLd8Py{VYNcT1uR(?3grZ WMrg0{biU;#zh!rTvHOK(~PTj%KZ9^xNNo}k1@lf1SMRROSV92i`$lF_x3$`fb@ulMaeix9}4oYvun1$*B*YaL`4>|RdE_b!;(7G !Pa`;+!-g-E)xZ%_H;xm+@X9VOGT>-2HUjzGclk!ogiC)vxDHP?i2}YfZ43k=MBxmjK95?QnU4VrEYZ`CXeCC #zDmq8yk~I&nt~S0xfP56#~f*e5UV!iPeg(qx9J(-hv*qC%aRXRmTBFmOFZobUE2aU6L^+vNdi3_uj?d;8yGGjmwbZYV6Y~6T&x6 PA_XJgF7;*J31srR^n-y=I8}a;2tcrq>f6JN||% vOR(LWU`ffW4FD0)XnRGo~N=$tE2CjR?_erx@BcwP~BPXR4D2~s(0O#3LQaOWgTOQ{L_fgY$d@L;#mZ*&V6>V$YU2&Rv?^b-(UTs<%H~l{qm2|je)XW5+}bMNs?XWspVHz2zqluIZiVVl aaD4pI6E|F(VY2;O<`WY{Zxbu7ETz*$5BOkOQLy8x@GrF5q3{?^bJ!->ScqEnNBb}!eajU2^94>#D^=q`7(lVLL(i>uaqdLc84G|3)<=uv0t`b%~Q}VE;GGsjHzua~3b^^5@o637RVb4sV1B(V2PwpC^;3 C$dY$*;$o9KVg?TCb01#5HYT*nBhts&##p3B)(H2%w6>v6DjO%@{HZ6Dg2@e_loOBn&a=Ga07PZ8uDQr-IT5Sj_R&4>yz-!Emot A0c&H1QO#U-6r-dDdojndSil#)H=~H^$Q}ycu`JEQ`ftFOE4K$a3x9mC#5n93oetgbOmbI0XalhiHM3i^m!Y!56>7*KO;+O&n ({V;wT&>z+jhe3>@Y-9P!#E<@g>yM^P^pzV>XJ0jl6Z1UI+9(OPUD7Ah)klO-F?~M!BE98UXM?mfRKF??k;+4lChTYk#?C`b@ltspQR0f6-yS9n7YKV C!z-E`c}5uk;#bp9E&oy8l>Ut`5ARv*Hw(vnY)f3yU#Sog>6jhYM@(1hm@Po1iBEnaXJk}OCED9t-tGpa98@_lBnl+nU07HNm$k;^2al4U$hFuYSuN+|DJ@}i Enkf5Nq(#~8DGGi6{+(Mcvn{s;}Tpgp*P+K`?7|5=`S#F6B57C+clbgX3l#}P_#_!`e!}uY}i%`sI!$iNt 0#E9|Zh09!PkzkE>xl#BT5WTii^NIt0(Xv3avRK;@o!I;rv4J+QpRiAvLI-u`la*b$JxfFZl^--jX4lMYodjxPi|?jm#wEfCbYjb I?_yK7Q{IUa*GG#Ox5}*W?gA$+#UB}P}-J}@QOdTp4vQL%Bcky%Q%TMQ!HzZ#SF&2QXa1826le!-Q3uE=3iSVn?-D9)6*pSM2Dyj bzjbDO@BgOJ&SnamJPaS9MFDwgqrjwNl`NpYBZOr3F@vM$sd`e?19-4LU>zdz+?H`+-!e%kAkM==nIJ;WHZvaF7UalB9}p7AXekt9D5Pf+NO&eyFgM{)Me_;B7z&c-L- CLCU4OG+%dH2iQit@gw?H!MYIGTIOA%6U^sBkg!>QvGmQVl8TnV~>*-*|=PLAHSeDg3)52RTHTzu&y{r9z9QxLJgPfnzv-pqB)Ca b#~A3mXxC9ch%(^ID_O69$ANQAduWgPJh$E$NdRFDuzGje#3G=|^f%bUIS` twbWk-wR3HBKgWz!YbAcH!h#=?gOcFLw(RW1VXtr9rfSu|bN$E(UNfqhtq}1Z{q@63lfGDTIN-@uLEA~z^ ?3tf#{mi)azx4RQHRI3=_`%sJy->mvci-~L#u|J14Uv?zn2(384l|GV+ufce}S#Pd=zWQ72mIjKV>^rDhT82Npbj>6S5u(O$mvt=p-`ryJYLw>0^|vv{{2AL|h;yi9G}OC9fR =W8xg|FuS!L~A{fW?in-DO?O4k_|9=(fto#qDe*zrR*e`K)@gE4b<$Pf=LfoB4E5d_0v1i3X?6Yw=tg=GU#uXV@j0~?9cZR>`gj97G%!qegokiS>s%eO*g0(V*0(sl1G&{tD>h?J (i!J`ZY2T1Z}(XiRyIz|lga*y9fQ$Y#}bPT&$D=oMOpwzgOa7S?vV3LRC=TH6ze_^k~q2RKiCvIQT^X)Nqm&MTNsVbnu`yeiW{Qe AaUWKrHmaB5ue1RO--8ml|->SrF_3TxfZ0HG;v&9ECJn)lx*VTUv1;|qLaLD9YY_<|&r+$tmqAH^gL8O>uR+cn_#77{?!_jtP9vO*>>l`Gl?(@v?A&YuaS|Z?7PxK6js^wt|AK?iR$=#OD HR~!b_YA)PJ^F0-$c_KrFhjCzKp%6=Yu(oY>wc8tqrTT~jWArQt>O`e|s+V+_{6uCHzY(hk@mB!by+dbuhaQT5a{A=#*|^Yih4e5X`7e4bFAPNY vuC$WNnB3deUJD~POwbA<$c?feWp%cIc4(Rlk46%zjQK7gJ;VVl`M~rY &1qDT5J_z_u5*?|osYItg%CH@Mmw{~g%h3LrI^cxgVVC1eU{fbJ3~8w#i`t!4cVhAO_$I!>W_!U9vptvJv~^-%}NcN!je1MT&Yf^ *aD8KPVZK#`%*{aZ>gxPORVh_vU)Ib#cE8heI>u`E@h8*^!{Npy~Bb^*$xtR{;YA1bN7r%diLRIPq#OF;@$9c+@}ys^>`|+{tso< 3nWIX<*PNdrm^_lK!vl3iB)F$Lr|hQt3}fMjh7^#ESf&j+{v0BHLBg%e&!h7|Oo9b`SE&gPq7xsmijl2m8OULP4oI3Q+bq 9TfCE2XuMXMtAzVw;EbJDBx&+;_4OIN(5HJ9qR(+q_(xncp40x?M61e`)Iq2lBbLnYDqit*6}K #~zxG55S}CxiT;#(>1SaPTb@v?UOUJ`M!3f=VNzdH2z2kJ!5ODc6`JzEigT40d %~vyrw9Qv49M0z2B-~PJbd@HQA~A?A1SckEy#)$pyjgd+ymA?3wHR*zSFOdw*>2-hG0pQ})_> pX}5=|6LQv@qD)~MTypQYy`QB=~zbq(~{O-IsKr7i=zdxjhG$ZSVJNo;@Yaixy8&oA-LR+d*Ye{?RVYb&5>U89{qsq$mUW7n>)plkQ(~(l|DJ*I{I34*0%%pTGKVCdg=ET#QicR6Jw#p-&_k_{={dz `rLOVrQL(T=L&?ykh=3yb!aGo`#z-~8&rAsMat-Owz@Aua#JuDD|viMeDGbW21_YtayzG~uc~tl7iMIp7xFWv_s-bx8Too(4g4^dtrj~pjB*)-JQN~{hN%X5e^m`S@2aXl5Nuc{ iBV9kBA*VCYV1f#T&=2U<^IGF7DA;YEV6&Yy#u}3N{e64>G?24mS~QvC<6u*BM@e*t6JKpPeQv~_AOa`C2#-jBHppsNWi^rVG_P>Ymgx!9WXPReF|}a{;5bt-=y8&V_ui;qrozXH-r}POQup^Hm9G 3}rfW113gc7;GX$&M?sPXxo&NRI(#&GdZyXmD(`UfCDw?08DVUf3Et-B)$4q(@DYgH>|5N;miPBs&BAV(-XWxpYNb1uF&m=MJ*}R M%dSl2Bk~r*FaFn%3KqFTn&?eMZinJAvgAVY=zBApz$;brRke3g=2N_^gwSXz8sv~SfNGC#X9aK$Os>wF#TGTq7!)mX54I2%K_F`nZHrye+-q?G-uEVk#3K_a8 DD9V`?KGWZJUeUsk|$JCR_D%8M~X$K`-ReF3!vN#1id<3Xlo#2yg0}YQp|BaW7Lp%I*eB(P%$KBIo5&kRF1bqW*Z7tN$6KIf`St? QHlnsBpWlNi=om?1p`uK0IToM4WbNp)yK5$6(b6tC9Ika4s~Zs3Qer)ovVC6M~hFqLaCxR#m34K*uJdgEbEWJeHJJ)u>H?)7&cu KtE&do1z+a>Ds&V)m0*7N{Nb>wCE?@wOw^QVpw>DGHsC+kcPTtsj65ZNEV2w )T7HPiQQp+gV4lQ0e7+~UaRw-Q5;eM4U|VxGyy1H6u(Km7^s;T;CRiJ(diq^2Xac+fF9(KtW}J*sv?T;T4=mQ72rxM@^qDO;5_k3 xJ*gej;S$1FGpXn-D4R%k3iPO&N=cNN3Q1xRvsDWnN4DguZ%R*U*@6yw6-vD*c&4$XsuO_~3LC2=@ToEV$yg+YRC?{u_urvK9zyspkl@1J k@8@{*Z3iS@uJ!Os_bB)!jXf5UQm67NG@!NVwcLEwY^rHBov`mVXHqRIyXwogn@kN3*8MV?yEeXM06V&s(VG{(P;=m$hF=`hD+kC c(qjk1tNg)G-^svSrtISO2(R)Bcl9t*1{3A8V#z5zfWv%HY{w@riqq5928Pjs2Y^)PKgW${G=q7Aga)~2h4i6iYRNa8rUqHC(v3S 56ohUCyFb&r4`JqBwj?ZcNLwx1BOT*$0w jLtPaqbQYWR4DmhTbCT;R0yeocB{o{EW?aG(;tJ_Nb)DHYM3*_L_kwwFe;kT5pvmftd`L&2G8^R8co$JaTV1hGKdIg#q}7${cF<^#sw7Q>$u`6qxE8C^{rG=AAM% 8WEFpH(_|7xtV{1!waQ=#mPcO#O&o;rlLZ|e7>%GOVy9(ByeIJ&>qKXOgdo*4&tIjd6jBjf^txpf`rjoPehqyk3&dL8Jt$XZIx8Z 0q9mz)Ee7idxS99RaZ&*64G-dsuFMym^K(QJ}K+45n_xp1Hc+b)KUg64OL@pu(06{6ETUux{;X&bzP&?KoYT3R>ByvwOVytMB0=l suSGpcuHwy4>GkP*tr$fn&RfYvMxEOYR{PNMk+EBwd2iqJf2!qu^F{VTVwSv-B+zObyYX au&!!%fXb%V< 7$h`R3G_oBFeQZyi&2bFtPxTlrL#xeCcUC<)%3H~k-J2gU)=Nt4OaHkux)7b0-m`RCW?@y)=JLl^2Sn( hZAvb=f<%&d+(d^mH8&;NlxXLnN?ZU4Um+*yRi{77TCYl^^=u9Uw(Nm0+O#vR*+n_C`50h{miHYM?BHjYKBWp7fgHfRWvQwi(};s &77@u@&j`{tbA;{*FR%=v7d8Q4GQvbEL(>5+k!NMMQ1AvEn6B;`v6`>xi{*h6_`xO7_Q4OO_(hM?r2u+S=)tczz>BTL}_rO;3V5f MeCU!w!w849BqjsQaqpT*Nlxyde9d1>kpH9D!V4FEvHdZbOGHf{-a>7V{q{P_BV+wPSG&hB%Db!nv;`EBJ@4G!+b%20BkmHUYtsm!5-Ou<%oQAU7mKm^VOm*Kki}7%#*un@5erTJbeW1 HJQ?lck+YTy(I6nc0yYhNFa7~{TF)V3{8mI1ffD(un!*r4;`s$QA5yP>Hzkh?QNLO)};TIg)1_G5@W=jY{kdwHg I`U`%{DDKLnC8x$qamaf)!vUaCPFUniLp~Z1WBl2QnWx&QnnHFAuS&LS!jJU#pY5iM3mAk8CUPbVTC67s!iIq?Z|c+X;j!W6k5SH Bj@Kg?i+(UhYAV-bY#_UXxl5fKT=E0RZ$PgN-A}W%s`WulE2(V`=_bdT792RF zT6}(c~3NcFL*y~tcryNdA`*+ZPO%Kj!oSsvp^>)u5M{~R5)Cf2BiFYtP-o))7Wh9eplpF_Ck+zJ*`c43yM&>N^HB?iTkXEt *}x0^w%*qEF5yb`K+6@K#uXbfo>fip8(%-ZK8a?;C!O&My_V-rd;A-BxasoVX@d0aH2Ty)emBsLFGZ+L+vcqW81szp!(q6{9SU!UtG;m8P%r| pb$#y_^i9~mV;Hz-wRlFPo0+h{`Z1_l}SXu-}5|3Pcu}a;KN$whNUnc(<(P2k2CbZ02F#ro8uGw)2=mpo|j#yWi^scXrf)5xSQnX %U^XfWK219UB-*oiNg=)OIoj#M#6K=J&}774MiDKs%pB&PFZ=Ut!_$Jk@{j5a=}hGI>(Yr|Lt}j$a0}041J?tUYeQJ^g!k+9rUZo OyCDPZE=^M!9x^p!|sr6*N6rz24v9Dce=l6rwZZ&(+VekN7?M#)Tz@c|636r82zXbIejYp;N%yKI@#%$~zqr%&%{kz=B +M2m{2e&vO{O{S$LB(oEc0k2^cSt+Qc233Z=zhPXEsR$Te73anua=#iVb1t5XgnLPlGqJr4nxUb!S+TRAl7Gk5a^!x}BPm#T%1XT(8F9u|a-SyfqL+8- 3${A5owM@d0`?taJn$XI-0iejS3J%KA?)h@e3n;N?o-}g|FppOewAmt1cKE_7k@!V4TPekkE}6*FbkKI2-Ix`)u4&dY?)sFSl2-M xc2O2yRXRR8KgeH)NQzz{ayBV&YHn2MoV;dxX)2m_{Djh&$0)QvF;zvWPU(j&;NCsR1ghv#LJHdDn85+{(;+6VuXWUo-}^&dsKpi qd~&hUm{+z2mQaFWRC|=9*^9<*ZDAa_Q^kewkU?5J&`N+AK#}_PvCoaTs}Fb%<+Qb^<(n8!qspjxXJ}2j|VAA@TxAn^OH55e&-N= V0FSGA`F|ObDVf>Ej)p17u>0}t$q@3`7-7%vI!EWHM?z#H4c|XoRsA4z1V4U&$s%YDQfLmg5+S d0HZ_q?VwB;SoD%e-3{aDG;I^i7Fs^LBoWDd-+RhSk&8Y!(``Jkm2HFjND>lP75j^1cqNy%NviP8)QTHEuTu`s%U72m2h~NTsf7O YtE9nDn}ylW69Rh&|3AS?QtIblL9`$G_X}Lg}4!%<^^`$n!t#UP+Om#8$n`dUi~;{__f~-5S4Fh{JPHJ_Crkc|LaD9TtXoP-SV84t^qzwRGiV=b<=`@VhGO(402L9)um!60#@z-nFk2?u>Jo(Y&d+D93>@_ avAPWpE?jtjA1cY*w_xqhsdCmJ&0)u$8aYjVpX$~SAd#c6YO_b&!c;| p{DC798p5o(Di1%{o~w30rLUg0#i`oF4#8<&fVkA%dL&;9&vi2ZbAYwm^Bn4PndD0n;Dm00zu=G4BB?>6YQY)W{w6g(wqWvT^H4t I;_!I^G5NiOC~_t3wCg6r7dqYxB$MWSDNiGUedeX*UGMI46fV3FWs)b*Qvd6#-2v%;^O0S+7CYDu8ww*sQfn#bU|jv!hX!Vdfar$8r!YQeSq@XCj*bcoJ7!`l-XfmE#q-;puUgp^6K<+eMw7u1Yf<;R~YXoFIRVi~lGhHu&qE>DeLq_OC cdZjV?*K9y3P89QWaBV)l_PxIzK|lt`#)tZ`C@P{^NN&R2_LK|T$DQA;CWPscF+z*U*{+Nk?i{g>HYSV`*g|@b@Sh>X!37MHx(K977#2h1 #@89sk&V2Ga$O;gjftTExfc!DgOnaFtBmh>UAmo3!q-OpgM#!XX$Ybh3O!L8)3yy^9-PV>M> 3+hcRI9`n1PJE@k^=<_~2T7s#4_FMoe@LR|m@Mcd0kf;9As&>)n$hLyZ+sFbLIHLqkXiGAcHY1n_sWe6sq4)EK5KVNcHUCWAKI?y vnA1-M8vEd*b7pW#Nn7!j8U!;qCONGBOT*lm`?>QwO`Df)iJesSwD=L=)+S1T4)Zceh! AR^h9h;KBKgFTn0Naw_y3U-d4eZl}GAhJ05nMzrT?#9bQUK4!j;(mp0p$3{i9i0CMRX+WWvzriL*Cj;b3XBw>W)QKmm?TyFh)BK8 (c%^AG*O39C&bxAlx2jDd$dKED*;v1s^WQcfjk^Hrb&dfPmlZL;&$8U@{*F=gIVyWoOW8qo>S1mwY{HxRfH5}5B&6S3kL5qNHENh !zr~ti=yz<^+~)-<0C6#wR9J|;h=qWm>nXTLknN_dpaJ^r=khU3Vu#;JkipoJ=8a!1}nsHc<((h?$Lm&7)u`#-hx!G=rRFI-3)wC eUJrPk+@=89^#S7NeZ0FHll?vW~W0yut1_wib7HMWTyfYB43Et#v~(0*j&1&hpdJkWi;d!xd3R}2p`NMH#^LH?_m0bo$qNmofR>5 JMvrB3U$diyH1vAcwFdq0Pe-&Fo#7dX2%SUJjWOL(-!Ey%$^m4mD2^6`8fN->o>g@v`+W4RLnRD{F5`8_Opb-;VQYV%2X2)M}t@0 ij@6t|0UC4rRlC!B#^!<`_S2d$}&iA3?kFPvZ<$zFN5 Cg+zHYovY3O?|p!#zC{S7iI4#c;sfnxWJJm+7Vp|fuX0-lH)o)$eSa!@E@mGJbEw5AQXi1Hk|MT;5n4fgP5z873sPhsC>D@g?NYY4=wCGQb3`nsSy=CmDx>tChqG;}5*2AcA{%)-VLQiUj1AcA) Rw08pa+ut}5EngvIKQ}XGetj5dxNf1vUI6j<5OL@$+Uq-B8VOG?9sUOW2o0v0Bplml-mfqK1a=p0w_g7&;Kf6`_S1ND5) bUE1@php%++HhS)FtJWVbR=N;NJ|$~kN2W+p1t1AyZ`w5=P4qp5$}=B=61SNRe-R7Eho49ns3$>8yt_>%W_H578-0LZ3=tL*_r#_ %a>n$CI7e|00<1+ob`$YTEhSB?3&cmVowjgVH%R?U|YA7NHnMIvgE_P#_^s}^5oW?&Kq{RW~Prezb;%uIYb=qPtP=46V71@+S@pp -AzBIMQQeHysWrJsmHww%4R?Nno}WJlqZT8HojJmbWfA-Q}wTAKfYi5aF?-CEqSuC*Ad^4xbBxG6Gy$jm5(y`+*Cv~uYWQ-JU!f- HsoZ^jv1OwJ8`x8bML66S>WUzE63meKxBrz5apj@XpBichW#-WOL9)8A=G8s=DA-Cm1X#GhwK0NGugpbV69{4Mi(mV;X3`IOlqlyJ3AxG{_t?;S2a7SXvpFlBeQ98+=E=Q=@rz({2XAk@hPPu0-Ma2LF_n5q_`05R&E-8gI!6qBkIFQKso CG+rJ!qJQf6eA!3aY<|mn3Iv6;AOJ9dZ1f@H->S5a)`s6`#SL{+2GfgSvwGm<~>=KHhSoBS7gq)sR!-+6nnM=WI1iw +9ce0lpc%UrQ#phgKLF{TP4BKSjaef$c0K4Lmi0}ahMtX@ i`T^={n*e>bfk#w11fRrf)vl3nCPPCdCxsaL1a!z7M?{~c&mFAsIr*mgU4+`2~iLahPH`QSTH2--3#AqehmXZLl#V1X3pJjlUy-n ?A@z5lDvG-M9w(tJW9B^dutYaByR+?&H{q`Fmtf)6P8Nme)i3`N3V{*%}$HOM~zrk9d1zzMs1o|hxOmieUL@cMW-yb?z(SFq@BoPC0m}sdTY3(x-~90&iRL6k5uHE91y)3@yPu#INIa9Evy#e;l|O#mtkp ($JE^;NDk`({C6W>yTNF3CB4kerz(2?a0l%+cZWkHnK>vQ_g8SshkPRV!9Ge)9jUK(D;~hPJae2Z?d3D$a0m(7;e7o>GjXm$OB6b -Gr<#$ukqt#s_4tRtm_HbNhM?X$o&wPSQ-7C(DzZ)oP~>gOfYpxVCPA4UPhiWz!lReT4$#j)h3!9`Et!kO +-I~sJItQJyZNwZb}2T#KgI?Ss-j8^VC@;r`%1&#u45H$L1H&wT{ycN1uoKuVfWbfq_dh?mYvMNR>7j*Q+{KM+Hfisr=su0LLPxD LQx^fgCo8}57&WW^8F71H^fTT^XKk=y_YZfzrEAbjH-3vKlJf0gKL;j_{phOEe?t+85y4Kpb!z#c4uCXuhH0M#gm TR5ZU^aFLpXiBT8pn|8R0>^pTTEIYO_k2av(Q!!OjI3ZJ59HJ^Wl1dCAdl^{yC~oLOrEUm9;Rh2fLEAaFqPfzMtaFL$nKsGi*FTabu66sD{5{=o=~A|{!66TaAKM{a$WL+Ocp (E5fhDlM{#3I`z=pBO-lNS{sij!J_nz|t%MJM^(>H1B~Nrmdjz`H6=^N44l436#H9Suav(WgY28t QvzD34rhYCl&(?yWskR&vO1qH7?w@n9a`+kbHr6KLse5|CtlckC^Y?re)a )qpyng5Npa!Rc4ET!i+2k6db24Us7R1AxX73_CG`RKh}5w))sgUXhpD?O_aexzZt{j4QurhqK= O0`}R@Vss=E%QZxeAQ!W>ix{;!qs_uyxW56NH6m@C=qCU`Y4Gf=u>79%c)b#%#GRW@0Mh)EhutA1<;zW&fZjt@34_A#eWJ&soN1n *}aa6H3|Q=AYM%#N9ve0_o3WVdZYMy`??ne57$Ts%2uz6tZ~ndenxpe#1W?;-TGEMx$(ZgA7QAYKWa}P9$!?)x4byK0piFlpMVt) sz@av=*P@6QO7w({vVQhF_X72Rb;=dvD%BLQ C~ex1W5r1rjVKy>=>B)V&Ya=#@?~dNSWoucA7^Ly&sSf`Kkmmd%1qQ3Jnv|cDLcBXF^?=Dq{w}@EiH=sZkMJ1Kk$-4ZFkZAr%mU- @iGJq*o_w+5^!Qe+&{`2V;j{TVWq^YHQ65xdcr`U*@OAaSGn_vj2mhAq(%kJ+jF;+u9o2tnKwQeb1x%hG!y0@TcX0x24{QCs4q0O -wVP0p2qR}*{fnj|1aX2S~%omSSDCZ;)_a*FcWB+YXIpGFztcsgOj=YolnUZJ+3vMCc(`61P7fk*^6K+wnT6?o^1w_`0|n4gC~*J *lTEbek<#o1~3-guH_|OPbs~OiB2q|nFyK8qo$(*K8o35{Ase+t+z%$vU)_Ri3zTYeY`2|e3HZ1Pw-xyi2cbUmFebx?0?QvX+o}t g-!GD?BL=S32e$fYdb;~QF|0`z!=reFMqwj-ugwSH?wWU@7|kEueWky@R$Ffq7(%PjQZ|YQ-~#3Z+4BefGGKNeKeNEsa^w(ClDq` &7~&NtqI`o2A>cZE1ljMMmLvOAWvjgu|UC^zRx`N6N2=V#^uwCeFBMQ3X|)QeQ3HyW3O0cQ+pNs7oHbiyw7QlvW*>=;;wABcj{0c 3y6iMlKNh7&R@-;{_7tnJj=Ulizc+?DIxP-Vrt&YT2z*1SQ3qRFyG>XIFnP|sSv%#9}MDrS{E)Ppo^ BGVKrlH*+n$uX6wrlKgDZSsxVhU)|aVbT7ou;fYprXIia #H;>FP4#W%2IXW-R$92o2$)1+`l~AZG1clMAT35b9$d}qCGz)|Rt@!emMc^XZC-h|^E@8u$^#_;^Qp3nzTr)eu5h~G?QLI0Kq+1x e%>S~co+M)u?Ge`m}@foQ~gysvwZ34`Cp(O4Fk>}Hg-`&b5qN8H!*6JJnghAs0%~HhvRG+Q)gvS> 1&Gf67K11Dx3+hckbO%kc+fE=WZ&94SPjcL9m?qkj$oS7A=+&Sg7-{o;DuDBq$r;FGdzx>pZPxKNPZFj*Gc8YqnRVTzM=xRyJ);vzNol_O4>lb^2-%vLW8{lC9 ktBFV&VB&4sUnb!KuPMK@l7wn4Jk0i@kI6U2LY0`pI1UP<~ot|d5V{{K(vUk2=J@op{ PZB-#j;{$sD+%(fBRY0t!j$T)ZOQS0t+mFNmW2fm@x~Pty@#hTXn;1kx9g_KmfgC6`1KHrp~|Jb-&h`+R+Ai2P(vX_)_mnZga{zqoFnU)^h~CEbI%&1zJiojP&g@H O==dqxK#;iFHa#QFWkcg(6yi05Vm(o^+Je7F3kR!SsTKw%{w_5*}T>Ljj&1W|=u9z~^waB&7zm%P(TEioj v+OF>b3AktL^Y@zR~7lHN%C`ikbO#R40KJm4n@05>M}{LpgkzEJuX7L(fR>>9EtsFXrQt-(cmNOp&n)`?^RYqh4n8BP06=p@``gWO_7zYcO!?Ho %cIW!`hCy!SdSuxoBfl1X=40s_^5?PAxn7|{LO9YCVMyK!rg3txc<0BYFwqZjP8k;I^eIX)+O8>sy9TJk{U+7eyJ%9FMez5c?i0_ U)F}j*~d3&8}nX5`Fx+>KNI+DpqmDQ+o#-%!HTWMwq_g^HSe3`tW$tZ#S_T4OWfDj0JaYb1O?*IjD{&~XP;$Z$1<}Hc%8@{Y0I0~ hsJ2f-vSQnw8~1E(%5Olg*bg+TBLXIX~IDca^?>6s!MQjQfIr#Ws?41@y^zAY+tw=&V?On3IsC5YOovmQmiE7xv$|JH3ynrb%A&a `Nk!usM3TcuK_k^Pat{6htUvjlf63p)LVUDKVJc~L)X_zXMNOU0ZVc`U<&06%az;jyjz9hSOd?#b}tlByBDa|5SbH558zkfby0@D Jm?;-y=RiRz-#h5ki4XTSzNw~e1@(^R=ip%BT@%X=xf@5tGB2l2x}F`9tvc4ylD7jwHNv=V1kuJZ )aLBWsp*t)M1tUmeDI!`{iQnmApb?(seKHs#gZzEPErJv>nC~BXRn~1#S7Tx5auV;#uKXXm8$G?(?W+9Y|_th$sCUtCGL`_4xJi*PTUy9IE-^yI=mJGjmn}NrUnu2W&X2 FhIt=o 9i-s-nv^SgM*~{u)7Mc7UGh)YyfSK>>FxMhuL=AYwy#Nj5*pZ;eBZu)*?GFccJ_2p6l*768C8Q=zot8boHrn$z>p<<+tu9H0KMpY lj_&6-cMM#RONcfYAZ!c8{dyUA}1?W_`r>!E%D?tpBW6S=wJpyaJCx076-ABd3p*ZMCT87lfbJ;s{Vz4R>)++3 ;4Fus00%p6joJbImi^h5pmNA-UY{{#C%q`=w5gDVDXxBc4*A@;)FgEUSuhF;U2ftuMZTQ?BE;?Z7CNe?Ci06x{)kLYr?yZbCO3``lwuXl8+k!=hADBBra$euE!~2S)NQ7)Y1P+U2~Qs2iI-2pA9-DQj7OZz_To*6SA@)mG$z2dfs9*S^RX`I6{Ah;>Uy *-b4#qX+kn$vMpLU02PDoc4@(>ZfXSEArB55p(K`JrC3--zZgp<;-DUu#?lR+jS1js#tK+i70R6g097W7C5`Hqb(zFyXDK9q^WDT vDiDSJy(*eVJZ)Cv2#&Z#|r6hJbaD%_v>F%t_`a?^=g~T(_tcR@R1Z8_6}))%IHBpODUf0mJ_2z5_*fqCu|zYM0*USW_|9yY*H#? 75Od7gIgRNRM^Ld2T7bNn9Q?E>%l(>ONk$ZCYBS*t6P%JT}!D9r3Im&8%4xuX6|>s|6vPHir4~<#Ie?*vbV+5Ud_@eTz?zZ0CrGiD9CcOyi{| Qh84K7!kR5Q6=|LvK=G3!wTPM-)&yt<7Ns_ywrsth8?CngSQhhBkKqVn{Cq}kw|f=JQK7%|DG?1Y2lnU3QD*rFWhb;{#b#Fp>ME- +#>zJ^;nv-Ka_kjeR?BNqQB+#+Hrnkqg#sT1%@G_#K{)|6jn}}HkwmF+^ioH6L)`Wi;%0{qU-XP%p}}kSux$l+D5yEEjX_86M0@$ A-jzQ+XTxM=pc2Kg1S*Xh^`+zEYfOxE5pP`QlJP0s16HBfm?L$ZP)kwG@V&&u3a>JlQLDc0N$Ouj6ThFc2@HyD6 BJwOqmaOhaU7sa%w$N0*LYz(Pj&0Y43{5`^I_jTF)pEp21L`T37i?Z4A1mTo6h$aT2NV2@JL17!?SDVqt20pU`69dmf?tRc>ng7Z<=HSQK4o7{xxjZR*y=mtOa;`&(j!g0t^N?3cc Fx|~hsk{P=WY9Q~k&|2#out5Q;Aqd@QLcetRuJPBVj!+NqS;{~p}dK%wb04zon#P53P1FDfOsI}eWqJ4zgQ+Bl6CzzvvxWOn14_O f^c5P9}mme(^I&KucT=W+7-iSkuZ_InKiOY1GzQ5K=b+VY-$%J)ccU31Y>09VNeq$=7zMl&;x|em5NTzj-3-^9l_(M=0oJxP=*3Y r<^#u`!7WRvTM4Qb^tB<$@Ndz;a}%fF{O=~DHceZmU2*mc0km_dY`mFLO+la*rh)LNDX=+B#t|5l`uMi&uU0}wfl=o>qRWZUjb#6 h?<;yQe45u$fwCHN6ymRolD*rNt+k**+8@sk)IXkxKtnqIh~ZFCAdMPrS8`smWwG4?O}JJw>#x)H7l55TnoH#av50gosH@!I%m>VeOXR1_GiCPDIIdCI-4N9QC#%_@%AHL~7CS*eI=iQ5-#+V|?WxT4%b9)jyjYph3ml(q ^!jmd#N?juL(8)60<74`qiL$<1fnMjLzA#b>)382V?zD!yFDu{lhuB^^ztV-BrE^8TR$cskp&!Dv@jtCt*X2JB{u|M*MsxhpSUiU ;I>zLyUJW1l8&^Q-$>3Nxi={KQ_2i0JXD=`5v_{md?1Ev{265wIAap!b$V-95TqoH5xLL8Uy|v}HxWuFRH$J9LioSagp!DUbawV|DkRfdujU#abB%~AS_K#{QS{H(w Ln-40=oD!CTX;U-7G8{@c_GHe1Q{ZDU&A3$B|Z$ULNK62Z7Hm~&i(QK{`db;0xV1aOyU6Z@(IrW0El#{iu1m=xG8suUh>%1PipZdVS|0k}j7w^1(bU-$QaDv{@{yYp85qi8sRd&{Blz$B{rd^>cR>Sje>ndT kVyCcc2SI1(|l3NB{Axq^T11ponX)~HZJv%2I#-HW-im01h3Q?GM&ynbE)fC-@1q4wnHpF{+@ZiK;{K3a2i%dp<-%RUMG$8OSOZi7 NJl4d4{7aQEnGLu)5>376%2_2lIsS*kp$;Bnc4jyUT|NGBdv4G(aa8N8;2ist~#@#ukl`d DwVVlM;BTuF~l%sp}Y6IVkfp{SGE>bQ0D6(9tqCAKC=cv2GVxiWytq2vg*X3k5)=j!@zO64Fs3Wa|Yht-pgWGx|JW`1KmhSi75(s #&`G-l&3^ObJ%sKr%XflW2W)6FjZ82svEPy>OBqKUB9kj3u+nXP|VPCIbT!KR|w?^=+zMKSg6d @qMO_qImniwhUNO4WHHEx81xwF@qakZ^*JycNEaoFNN8p`BQEImsiq)cL9w@V8 G0PFpDum0qpq)l*88C5pP^tUP2;$Jh@jP)H65A-_XR5SRe*pV~sk81((C1{c(e6YE9fSezFi*b}5;1gLsM`=%5Rr01Vwh{$5Sy$m 97@4VO=d_x`HB{=4_!A0K}H=Letv!{^DFs7|@LZO!rb=4J0A o?SZj-W^0E<;OGHrx#TwS!{^0w(Z~?d@#EWs<hu2ZZLC-eHPD=bRp8%b)^L)IT1SLJ-z?hm2fLlC{$Zc9U^(5s 3fcKp{8a!?%X(pyEIxf;Rq&8+O$yn})71`D5kx}=l48end%D^IuPzLzn@F3iRf>1+Nh&_2NM<9YCl(ZyoHnWTfy3PU&L@CJY K#9n;RooGnYi^*ff7bgAu7JNt->E!@Nrk%AY@LX0#VYi(cZb3Itz?%PlzO$APS=#m%+&0_4{UuIXrVH4TV^_qANXGnGs4;9KUc-X -9H^=BdQaIzXDGxj%AEng(Xg^4E}=)lLB~|>*@;s;fK0&f#CF!Y40Q5LCWG0*C}~~Mn7_U-Xor{kHU0)^fitDBkxFfq?7kiG>acK cu3i8U@)b8phg%0|Dc^UaT?&i_|vjJ+Ax@B@I}v@QfYGH0t{BUPDJmZplf=s-EMR_r>GL1K6HKMe`Hse*FU+gzq-uH>z+~WsqxHo &Yr(Cz7MuyzyC0qmmi8BI=kP0%ok-|Eq~a{zW*VBtyOZOYM1@Xx-zr>4^T@31QY-O0000_W` WiN7XFHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`0001NZ)0I>WiN7XFHA#UO+`~vK}SVXFLGgUX=E*MXm50H Eo5(ZZftL1WMy(LZEvMleQcdo89yormi22}d%Jd%gD_>V+jU)q?eev|wqu*UYuRlFoiKQN-_zT}?tS08_hW4rBL?ITPzc6AfCW&O 7>xw{_yZFoLAS+{><=|Yv#3LjhJcAN2q96T{+{=F?pHTHj5j^+?|eMxInQ~%&eO9iFL+epw}`eD?av=k>NxP(i&XO4+M-knxD9wI @D|_|z{9|ez{h|+z!S3mJ75>^9U%VH%1e~$2Cf5M2^<1m47>w)IdJw8rh5>074T6Y{?tqOtN@+{UI;t`{4nqp;75Uf5;|?2uK;$C9KhAUQD8st0I&`CfY3j_g86)l@LxRTyzb*S;5dJ?Ed0rNNr$vr4vVK%(m-H#;rrMbQWo|6}rVf^4sDu4C+rjs7I+(85!SV+(|2dhzSN1(5^G|m0y}#DMdOY62`h8Z;`GM^Fp{$<}zNdjlfWMacTqn=(?_|DrbuypX PWG>IC*SWLp?jp0_5P&Le^2ON=wyB`0`L8hQa|hDINh^KsrA5u-~+2zKhLk?^|Py34{xtx`=?g3o(F*+2W|&$0p7Wq@AFmQjlic@ vp#+gyb1XFYL@G&F1ByBi{+c_Vm%$`Vma^VVmaL|=2!0GdoIZM!7h%kN4xmmU+?1l^8GH3-zA`?bG!K5f6M+GyIJmuZsvcmoAXbx o8^2&)}QKT`Mx9L7rS}?>28+uY&XmON8$5oH{0{?-7NoG-7Mcb-K@`xQyjQi{)86#SClQ?md06z8!Y r&yj-DL!v0CGnABInJb5zCQ@QChKni2g#l?e^n2kzom!uJ1pb9GCtVDeqej}ynB0CKlk^rzdhc=a(|)@0_WY=ES!~MN{&#&~dT#xm#e;)5;z5Pb$Ug>4||Juv)ye0Gh l6@ETv3^$f@x9l{SocZ3?&EU?`dCk&mi6s2zZ>{4>9J4ZppVacUFhEw{7)bIZOdB5OV=`=p|u=uH>_p(ZWBDXR^9<1!dQ(c_OkFl6)2|P;3XQI4`s}@VQQK4$VQ^gmx!dUU6*PB_haUHy~DQ>)X)A(GDxl1=kCW5!@n3_6*T-GA8|(73UqY(Z&YZrUl0Y 4+`!=%cAX7Z1f1X?8HJCxKhit91@ k^fVD_({dNUI5yh4 #*6H%HG#^OO4_wW8-?7J9icAxPmEdM^^$I=f|P;J&*?h)^_2pCA!z>Ld6fEI+kE`Au?V_s@Zvt{q+$O&=PzD OZ|%c#)Br%fjPvIJAJ5LW1$$$VGswkg#e_Xo`9%%Q}8`k?b?OEbS}r=bUu$xGRozsZ)|ZcQo9x_umm*e>Tu2vBDg?8IKWlU{+Q#+)$HgH_Rz(UzvsP}3;st1-S5M9k&%m1XP25xgG**q%NxIRkY}#B#~zR+3TAjG_af&Qb2reqwV7g(?s)#Ob`hO7^dkhAlJ^XF=NO19=OKzK5QmkctrsGi$p`b1AHeWcF&jr23j4v>-9;fXlItL9nBf-M>OFB_&NCPw!SXY-?KKjk$3a-eWmG;^zU;nr~4>1m2Xc=Pmh;?#*J)2B9FT`(aOL&r_~F?_}2jJ!zUer_ry*N5HU{czZF T#78RyDlM7L`gQmJ)qr1?H~!&pN);$^cVXz)L;UN3YgZ_Zh%x1_N&=y>M8m2CMZzABiPdx#`_*dOxSbj1DLuTlSd>A}5^-i`Gr=h>Kx*($7HMW#20;dWE^|#WIZ74|i>u7*FqmuhZ@{y%HHcI50Sn9@vr|*rqpM lNlOJ4-5?qv{3R%PX>+`mK->LMvpl$I8~5~tFws)vo5lc4WodlLVf*|cgTYxZv+Fc7$Ya9Cyi6i=zVziJPUJOANbo#w%-qmbsF5m Z^`Y>jn*%=xqqN#7-4}YJ3WcFKBFVpV^gJsIJqu~HhA6*QTkCWr7@R#lipZqc&giW(Hfp&oT@yY{Zw^#dz53>DboDI*dSD@{X;Fw3L+C0PTmI>fLAvyII%XTo{5otN=}_BFz;0tHSv01D!8jzdIBe$yzl=hjhwi6^1fPKRG=GE u~a}nFCDWkihtBb2uG~fN~)uz;9=}?j)H92u31DNo`G4*@|}2&Ls8>0h`Z{|EGmzg0DAD`6_TAQM{iN{6qjBH4&ZNWESnWTXC%1* Dw>KqU}LhsKJgr~ZzZM@tR{Oy7a9b0lcS6@>l!?qqqb>Q<}zxx7X`i>7Ytb}#>0xV2;p?z!G%2N_x%Vq>Jawfg3V!?xI_jl7;+4S s3Pk)+MswNld!mEp%NoXYIU2zTb}qsqW_pG*w7(&a@loo8Y{hD?TyO@$qs&k6gZ4$wC-xqN>sBM$~nkC;Y2}PBN%pEcuIx*tpMIw A0Njb)pE&~YPs?8WR%o$CmzNXOW29Dnztoq2B{AW!a^L7oyzB0mI^yIqD4(-QMN)}sJu38(k=!utkF1zK4mb42d8YUlzSw8b!N*s GegZYaj9DR#a@ww9~*0^{Wf3--=hy)jscx|=@(P!7i$zgi15%xNj#bN3Z}Re<7lbHP(B9;D!f@-7@|C=1Ws58tYPb+tg2uD#{j9s mXY#sXHp&3d=*KB3&a9Sz2w*uYD=hFrcNENX&A+qtqx-P|0}deM^-I8?o=XEQxJz^V!~xX>68lC=g;6DGD>E&F|6+!FDFGUeVd|f !p936G|f@wuJE)|tsxT)y$h|a1{u*WQ)=~ck)NE_Jj|%!81g52DM$%v8cIuqe{DxRlf)DRZpyCJc{&V*m5u^46T{dcvGhSizKC#) @kMnRdyp`$koik+mG|Za?Nv}MLMS*MvT{td;s@A5F9N4MBb#!zWI1MyRG5KT{>1!mZ%8%-HKj$r&L@}MGnF5n8mktb9LQWxi5ht@ MmndsLfB-p>9Mgi;whU=!YYX+`qZXnVK>B46NtZ4$E`-$=`=qqr=GFZcZJ@e=$v?iM(|&}O)60?L&3-<(}^R6_$Q~a6xc`%%!0v7 8*h{{)P{#B;c#&ZEqIN|l(GZj0zNZakIK4?4c$b;tcvqaR;^m=&`osXVNGSKf;RAvQ&`4}Vbp&CP)h>@6aWAK002*BhEM@6aWAK2mnuJhENMhy8fjr003EP001ul003-nV_|G%FJxgaOhaEyMN?Bj M@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ?$^~d|hRk_lcrHaRU{E8St<)P1__*(xgk$Eor)>ZQ8U+ThfJca__nKp5B{tFXx<_ G$1O2z&L=S=;uC)KouPEb6h~3Pt=HhppN2*;D+lcE+9H8?#};t|Ia!1+$_L1Ghco^_c`zWzR&)==jlVIp6~_>e>XH(*53kt=-HNa *3&F&#~GIS`{X&6bvEFq6n+;_n*Iv-H-KlHYgx^JU4W+pjsd;|@De~9@GXGn1AZLvVi^zE1i0rs)?a!a$G;QsG{7&O$8~cfc@ulox|sIp3Cs_EWmdGJ`eCVz!L#K2DkulTF3vZmVW?vGT@`<^W1;X@ux2&dbRhaUTFY74Qx~kifbZ@C3jI06`k-TYx}`^^o>|S|iVSBH(iXU);!jHa2pemPYP>LnHC9 yOHNVpzUR?|GP%g@fw}y-GJSI9|mjze5{e@ID3(0WdP4z#Qk5ji0i#=5%F--BGT*jMWpZDi#Y$IfM)_euKiDKA|B3Y;(5+%;`l91 Jm((3C4$!`;`!xGr1PtrIM3}(ocEq4((fxxJm*8&{})>SmnPzI!D6K=;Ci7eV8767G5Pc6#XSGri;36o0lo_G$6CI43HLjx@N&SF g0Cf)|D&=i^%b(-P9*y{GF@6qyIOL>lOEF~WQsPLK1 +{Y=+q<*EbdZs+IhD5;oN;_*usBgUg7IL(7PtOO|mzuUy9SUI*9-`1)nk3->JJeje5Se_E#aX=D2-ZQS3AHuB8{3bSpT x6(#_oYMX`YyW%NNY9@EHj12Rzth_}zOSA9x3it+J*f3Xg_G^1_Z96t{~NUYrgqZxwsz9%?snq$>+R&1=XbFGc^%}>#t!bYxr6)Z >L4Dv74~)zUt2pU$2q{wfJZxsmk)FhA9r=A-T}N4@Btlvcsc2jUCwnbT~0c@ayjvNgVw)&IrnvZIp@7q;T;O^*8cytoa=piIp=>^ $NfUfztZyWmvcXVTF!Hw)XDbec5=NJb<*CP-AVabq4m2ux!whx#9ywH^IX!&d9K#-wVlNCn>$Ir4|P(neY2DM{ADNU@kgEiIbEE$ v5WPcUBv(9F0Q+yi{thJLe*JEx_Hj3yLg`0Y5zAUd}|l&+>KiPWEbV(vt7jZ16`!|qg_0A!wR;axPtt1#tQP`!WHbdMcWUo;QGZC l+PPh(7t_e1^M^OD@ecJtl)W1SjqLyTuD9BzLNXevy$sxyprcQwvzIAh1S1G>))}G>)y7K=lnR}TL3??lK356MLI>RxQ}aBDSv4B 4!|M6udbq;EL=@IcCBW=^{Z9xSCejsR`a~xYVPNy3SX=JkFVywKD3(jzDw&r0|=J3zOtHn>KWa{M}If*<#n^)YrDDLJGv=1w|Db= UjW=FeA`WZbPkjuMBW2oB+JPhy1o<4bK~{;l8d|!+m^Y4dwG8z_o&pwbZ+rwX~P-SW7%iujTkJ uO*$oyOwy6!^wVLw2tSn*O9-LX?@o^;&;P3uDfj=>3<3I_}uO^BmbgzA6E35xf9iAp8V)A>a#p(O2qwDQ}S >z~u7{!}0F+t^2ccSRr1JJd(L;%UFjwBI#4{;hqS?|2{a{Qf@D?W299|F`?NzmbjH_x_FC*Wr!a&zM3_+bbJ6--On`d?U|&mDayn $G=hQ-=^i8wf)wO+{Zs_{l94WQyXayKCkP132<2WQ`cGCPd(SxPyX-gXTRZojvwvk_)I_7&1-$RpLCwm_Urq(kJsz?xA$}Yn-t!r {XU@WAJ%z3uI+d0_%HO6zwZaU5suDwspCvPME &fG@)oxhFkOSh5!%eN8VtG039YqoJed$y6z2X$OY`-j`8$B*f}H|Y4cZ==6{<2LHSo3@dDU){!Yeq$TufoReuihoXY@V I;{3Vu2UQ&eXks(e!q2)>wbQa=XgNJ|3vG5H%Pjku#@Fec5=P5cJf?}J856CJL&JeXD9jWJ3EQ*-vYiK@DDq=|JUr|Ja61Zy4XKifq<`OPlsn-hn)-pNDU#|wvu_j86w=M_VwPmjV~L*)C+5b=NM5b1G^wjUoN{ysKDe0)vo9~+_^oUohr^{m|--?v-ox|@7* a5wSe?B+U^-8|Rd?`B+b{ciHl{ktirKiExse9|7+4!}iw7+-jRn}jd-@El*?!+k!qhkWvT?Z0H0=PeDBUY8GZ|2GX2Uv~|2pZ5$? 4!%B2y!~{T=XzwAe9T(XM!3)0M|j`yYi&PgFX7U?q-WP&w)gI(zVWsFI)!iCOFZ4Um;1R@ ``xpb_;`3P@o?%s;{Wu0tY5Q_<8%ACPGukY;HCR0C$CcY`h7g#JNEJXAKXWLd}JT-_qlzf+qd>nU;a$%PutJ_OZSt$t^0ZI&i&la +Wpi6eF_KmbALno$=}uel;f%WT<^>Kxz6{r{21V?1^*ZD{MTPV{(h5|->c;hUchxftME$~Xnc7A=liC@pDO&l!V^cyZ>NuPzJ;S4 *D}iewrP2#_Uj(yxwejSoxxG!bKfZCHZw{&xJ27;(0SiB%6;Cf@D82l-cjQJOQYn=Z;Vo3{dSc4=ae(XIsN-%spmC1YfAav(^TPvN|HnG+=LaZ1ztZ~W93=ivJ*f9J2f5CcgDS@dxgX~s@e&^7el9;q`|_@XT>s94w5OjwNO^u# %P%~{@`gjiU+xg+4-XNKS0CcK|ETcOhq&&K4iR5J*Zz+m;yNcER{!@f<py%U&wH1``!6JYe|90y^_L5|ual2({AouhH|HLqysre@0GK^OI^A-F^6>@j|H~s>@6Si5FQ0u8_kaFH )Nd;;;yul=i+KO>PZx3A_b%f3AGwHn@3D)Bzf&FRjTbxg`&T;DCpSCX?`HrJdRq56)F00pqyOCwh|t7(*%Iz`4H?>%uK@Z&=M3$_!7TUv&Mf)=E`<+fiI-n$`6QR{T$k(gxTJHh%XN-w{Uw0s0=~lK {%&$fmk(&a&$^V`uen_RAwW;~BZs{JUYDcY{z;DKZ^^U&$~^VP`aJQ!IZt^S$n*R=^E~&c!m&K*Thwuva7^&%alLnW)JN~}DEA-rbiX?OJ{|XHo)M8DJX6|Ne9Bj%{k2+_vq8kIpIMa0Z{Yb`w4dETzI&$5xjtSDe_yS=TBkOUPd|dEkm@74 ^m+O&dTkJGufp>&yg!U*2i{+X=kIll@J55aFVt~|8i-?&KjF0(Yx~mxSK~R1=NgoES@gZ+@9$9eF2MhV=gnFN*0i=XP+yGzejIS8 &UG$e8=j#C`m^#~>fL}3ShW8_lV9U`2cGv^yeqi@&xPpc==|?X;p6^zA9${7pl%%oJO$5Z@qTp*NAf4UaFW(N5Aa_BAHwr5crMaD Ws7%K-^O#5*1b~UYa8gNkK;i|Xu%z`UW%uyf%iu8_YAyGHfX$t=R;b*3eUB=_CTK{0tPP`5eRFm~rt>29P ?RefJZGeB$`m6E$4a&!~{6UL)z7utC1^kOO`|omvpTqNci*dEs)>mN6OYxk6=LaZX23SmuyK)9@H>KX?uIo#9uF^hN;JHKFmTTQR E&A9$u_$v9o?f(7@tlU|f1~UJUXJHKEEBSszc=CeGM@Kp`Dkk0oWf7yIgZCo?NRjU&n?DZJz94=o?{KPf$^W*N8M}jzT|uz4|Qif 2k$S}K6|xZY_aI6uj9ED&k0&Dwy3*-ckS2enCtK$Jhr~4WwF;UL7yK1E&$v=1D|rw`nbM}Enb86w`*DM@I{x3p%N&Bo#?L%yTrh#``zrZuqKzl8J-@$VY$`{~y8{QWIK1;_|0RI{A)qwx5{Xc={HF!RQXHx_H8u@z! &sH7xMoax{lmk4sXrCV{d{p5&v|WMcAMxG~_%@OzXh%Y%;UMFfxhUafCv|@$1M5;m+4$DK>a-y?dtC=`b#(BIV$rt&<=bQ &z;)8jJnhDgm`u}@O$BR@l2%f_Gvr_<&Cd@VygaEcy7XTP{sp}r`p8d+ugwX>m6D*rtNTFErdwcIa;o2`+%083wS-?3N3#M&mO#= DZGv6wmWce<$Bqf1~{o+FKh%KQ_=8{-)Ny TxbIb*WUW4)cn~LP6iY%72VT7-(CL1hJV4LZzg_PpVmu^nM1!0Jh$P!QEVRISvuz`z#cr)cwgASSmw`omf`)6fH&(r5+j{FLmroC `3T@I$%)`cb%;%@bb6ZAa5mJ1%vwr9A1E%1+kJqOqJqYgCS$l4;9%B{!O?xM(peM4s>H3Qj3-o$QqD9`nK|Y_0EHo3p+?=iohSN9Cl4 X%E8ah!?rzGOeG*QY9y;v1S}q&OYw>)yS19eM2X2+{v5sO*)|+IYrmE%f21gAIUnAY`}?XRgpK2s%Bl%RCWjol2IMAM|J2ZIq$4p $kswPQ}(k`sc-1$mp9|sp+RDdjBqBF=Ib;k%KY+?j5F>Aj`Y~bH&&Cfp%P5qj}Z4WoBR33>Pn#;m8Evbys&b@%etm=pLvnW>iC!& %-mvq17Fijh4#?9#66M=T*CtZDJIx}oitBXX^2ggBT1xoW8- P<9sD<4%+*V5P?1N~JVqHEwlF75sYnLJ3b~_o8#-w(^+0v7B|gt;U`1WNT}yz+(}9%U0vA?RYBS!hS`CJp}%-8ixWPzFfuBdmx^I D?2K9p`9s|K@U?~o&X$n%x}@Fuswh{J0Ys}7s@5q-d_%I(8f{haf!9W9s$FLwwuejnaHkIaMVgr&Iiso#)Xj+L{__?mA~NA7^zxT T-O29E5>+S)vh(xtQXTgCP1w+Ay4wM##^^$Y~5DRkGj_^8(Syh?1mw5119LTbM9m^ORw#tG~ouJ&<=#z<5avXc{D*Q@Yl33Txe`bZQL$rGSwh}1bO~E;}=-H*{nR!1U6XRkG!0RX-i(wwU4yh<-k7DAp#f`T-$}Rz)s{feVD*L>90@a8z164;w)Zkl31hNY5Ue!jWQx^_t!g9bgR}HmeP{!(*;F28LsS{|WWn{51IXNcoMx9XPhnh4859f$(#E|o taWFdNGsSO=jCyrtkvfQQ9(F)qnzCq71FKmQ30yQ2MdI#C}pZ8M=&L*rG|u17v1C?_$XPi>fBgx{5&uT9udL`+o`+($3Ae2lev>% qBV|P2;AJ-a~Fo^t}D2KyJnfQ4hs}q-~xoVotZo<^To30VxP7ckh)qUpJ95E^c1i?rbD&D4mi@xKIVwnZGc}7Q^@3`{8%-LFbC-F n6k7Oaqy!$u5b)zl|XTvu}05jScfESwMWZUgA1n=mVx$hnJ!zdLdNV&vT8gh_JiLHek)VZdr`r>1)@6fRxM=>S%t>}C<;nSI2FR+ 3t=D@s;>>MoThE`jFyOPL^DRxW16$F0SIKg2Q7=q$NaVy@AIbz7M>0=NhDSJ`PG)zF0yj+dP3V0@+z&FMo%bEFR463uUiJu^yD&?>ms4`07 B!26*HYZ^P)JEjskiwtUibOm(b}%7y-aISzh`A#)ltvFh`moX5d{?csS$(7ArRI7Y&EaTAvuWVek6P#L>eoCdc8V>98#&mnBW6i@ kIBX(^njBoKdKUrMX?X)XWYah7XopnlWsNo&fgV#QU7c+;t9x$>*rzFHXG${BuQ`*m&-olhRtxAlR<&-xIKinVS2(_`m8NRxH{|_ muzu;xFkXZo-*atBu!6TC-e#n<;mEa8F#!|I53G5mnSg{*hNeu+k^oYS=+i5|5^qI`P(u)j2BZH9F%w081JpdiaO#ZV2J>(S=yZ% 7~W+Ky$%kME96eb2H;O4OWZdnl<7ZTC|bEn^v8<9Pk+&xfHEtGi5dqQX$4Ljtr+Zkw(H-hUI}2$EM}B h3(+nMbSDc&o#^N+HAwqi9K2m3R0O&W<+o77l`)2xC1@}CIXmnO3;@x6j7pOY92#bjB#Sq%v(l!Z11ynI8ebIG0&LN^14!IU1@I! wQAl>t+j(ZIoOAP%MeFdpy1%3o!nKR0Ix}Y;4BfyixU*NZ6~ZL`fRN}oY|nFXAOGrC`u*AcO|491YQevlQT9Z;^dh4Tk9meUTp0Y m9R6ddUuv*#2CsaSOiUB#epF5#=xI(W1s`9om3=7T4NFDws!d{t(F8G94;2B46vI?0QD(cqUIBm2Jh5%B z11lbaljK^F}h*bq_5m28K%P9-T19yF{p)c$EVR$=gDxk9@3}@YnB~n#SH1`*6I{*YgGs!%FJ+bt_&a88bUPV8hwXG4VmYSl%$j;(Sn$L66d9E7N SDL>AEof-zH4cHfF4|LbX=|dt2OhcO3n-VW2A_D1g!=t%&Z(9l=TN@lo|`aecBn08Mr0$KcFqNjVlxBbUcI;wLkkrUG%xV{OsQ&o Fug-;hAAB{2U92qS(K8Y1(c~y^_q0=aG#wkIblI-Te&r}iDXoKSul)<6!Gq)xv!d(`zjj6VLDYrozixP@^0KX48sYw*AfGsdAiQV iHHOcE#@bQeCgbYA0;<`a`<%o3j`rH8FnwO8p{ta3TH{ma+JWs$<*o$!+R4CIVpr65!(UQ4b3tYO(@`dUZsCh9IR a h?n-H-3>nK2gKK!BYoD03$ItS8bpwS<+!fhi>Y+ !>~u4N$Xy)u!+^}i^JqyzQT8Q(|D&JarTIbwnrc?y58QQp-p=>_6~2d _WFrp%}5wK$Az5)&f;D%#1B(LGIAeiShlX(^SucARmK=oWwd9rxxz;mxl_+L#=iSTSQDiK3{{O+0WaK!yU5#zNrd^rVXA)k?$-Pvt(4Vh;yx}8bA!~^?G7&0@aGRK%g+!q=%;7Lcl>M<9~ ma($@o$XSx+C*S{t@AGHZY1?;N*u!YYlzW?#$wdC+{=mH@wl%_8Ja^+G^XDb3^iLh4>~*0RJmwU+YwO+EAQTcsF1V(T=l(K&Ll1G*qJLTNE;C;;Yr&lGTOn)SaBnc-Q;gthvA4?`09^jrLgx-$q9z U`JdxI%>i@6Vu60QY{S%l5&54OMB|IV|iz-Btd_=mF1T9)g5ie+S^vO&1i`gW_rjRbw^T*97!TTDIYMkll$xxnj}+3X!MoxNtRsn=nQpRXcfZ5eT$aT(!zq3OJ#`59EjNybGp&;K$XD2chORcjrnarw5B2#Ku#~j0+AeAZN2GhArMf1V*3G$Q@G|ksxE}YfnF%`|5 F7nh9nOwi%##^f;GUevTV=^!7`9G7$l)uyT)_3N~2#%S?6k|KIo2HNZ*}!G4QWLl~=2k)E%mk*aK*uC7MZxs( oCKy;W3LYtowXXb9-TfeSxlSZOBSY&PZ)+bSxiMuVwz$O)AVszU&&=U$~30wE638`nL^23!8GL{@Fb&YYc(v&tu5S8L@Rl;9EG*C 8n?LPR^xCbF!v9x5I^~}DCSObsw7sx&bB#BV#1z{-)0vB#OJneHe%9{kl!QIgao_uUnc_?9d@=y}tcM!ZsP`p%;+X^vqsQ86d4Q9 H!LEWG$^4Dl#f*jq5)qNZOvs2CHi89PW^E1hG?GAV6IVsJ-JpMu3uB6K{RHJ8Tr0BeP=cVnuYl_2`U0*0>ON@wM9Y{#M6%Ce+5<_ G(g_x=Zft{zm88I2Mfdnb3wU1R=m?!LDvxZo-rT(R844$@UVgV5V~h(78H}9w!`@d%7&l7TUk<&lLWPC3Ubvrk4V?eF(LOf?83{m `6snTj=GvTHI+_^+A{@SD0xM@GJT6(^qq?2V=CjAWG#eWrsSH_I>o3e@=(WAq9j#pz%&U5ETiBkAGF&2RfC{%KEzUEj3UOy+)`95 83M`$Tfr)k2Np&A5<=C39zLn=(4u%UR$ovBDYGst28vNCWor7$ =_`{L7LvrN6f>c+Y<}SK8LJb4n_wQbjyY6yb>)0Yz&)d&<9a>)%(87}85i0lO~q0f#}C16k*RCJx#yg^x7Ic$(qXQU$C(wCw4@h~ >n7q0i@5VLL2c1wP(`XBOX!z#kCx&zDp8ALZhlJkD+v^cYJ8JC0%_%M7*5}rH-z0=L|a7PB&?y7-Haum3KA`BJ}brIZFr8vkLV}q $waDZdM6h+t#Z*K_Ay&EiB$VU16I)ktO|W?=fn!T$=qd@~J;2$$Ji)&UK~(#VBTof>?CS!6vfx~is~+uIUf&os@UwzKnn;{5NTAe9}JW@DL_0;^OvhaM|=6Gn@KwH|>pJ1vTB^%+qr 0`+B+5!EY(*x*V?V61hmPFzUCc}1tB-yQBqO=iCQZaPLD{iS< Iii}idW~C9XCU0tgzEotC5*~h!w0$>CyVeujBQ5Z1n5&tC?7{eIOwnEYDrSk NiM4L)3+FVId@MuA9VHl0d5e?SG-P(pl5#UKut6{B4%Dt`@VgyyQWrP(VR7%zK{j48uKu2O7veiR0a8gb( 8bc^cwaDFZRbVovOs8TWJZ57BJCv2QxV*mD85fNjSFbOMThWG4+1eqomN2YlPZjI3ry_B3lJqI#G{rA0z(*8okrNLex=JrZQq`*Y ftSs;WSvA(Es}K}+ncDd_>D0`z-L9NFYV-9*|Z_Y`0|m&Hn|MrWlQgeUS1tWDzQ$V5YZ5@E#&RYpQ&lTJx|KB_66cJti1RB6c+ k6{)McN^qWla@s?Ar#$aw$K`ZV8xD4jQmtETg$C_lGG}vJ`nAVOg_#WUUre?VOw7}#W`AXu=Hkix@^Y*8nz+E$Fnn}dt_8r2rRh6ECJl0h&_ dg56QrAU@=fN{B13Y!;*a!eF%e7y-JUoDnF94Na`1iiU7Qob)`q3(^jlw>PW&8@Z7=US%LT8J;yXmrAPt{Y6~%llDwEP5~lPi0W- RI}?WBxp#TH<{9MOXbH{m)xo%7$_X0Du|0Fdn)i;HB#FVC&|@@7Kf)MRBg{`ZV}6vh=A@NFf8s}x2ZLWRTCyVQ2y^Dox2uCw45v* #@2wBljb@yzNn17LsL12CoRet6($O=iahh~!e3nPVvC|jgc!iK8BaSe`e$6?L-YSM=VGE6xl{C3=eYNrtDE5kAsqc#$qOHkV%skl v~FDLR-y3xVlBHWa`V2mH*rzpfvK8$H8Lhwf$_x@-3aF5=+O$E?}$QwDl>4$#&^OdO>V=Jj?pkYHK<=`qt~n>eKqYr4zpqWdNDa^ BVZIZhSk*QtYoX!R0NPttx|snBxRI8Z!Fks%WaUj&UrJ!?0wwzHFwT1uFHEZ`L7Mrcb3d;Wi6vbx5gWYtu@b8HqOvJj>{%IlS?Hl )b<$rIYy$*CB_`1{yRON+U3}slhxwix*2B*h5V1PFr8Or7^BXR&7W4)Z|Ge=G&PcGRY?#s7#ph=8mpviinhr&tldKo)*=q${igT*u E>Ui>HLI%5x#Z5oz2Fw&Et%X xrOOFC!|xoYZ|-7;=TuStrXwu$h*1NF}7O>;VaG(j*#VZtx(>rbI42Ulc8d+n>X0-)TMy@_xZ%>?hB?$rD_FGZX6}u%7l9Iqq$Y` YJ$Qf4vb&wldt01|33*>s#wz_W>?Kjzbej`eKla`K?tkAT2lo^f2Zz0MJ@a8Y!}enIL!?G_427?g15*7sI$MDHQROGvW(#UqBy&W V{EdnN>f?Od}9~yxZV7ASY_x1%ZVbBZ6%)#tsGn+CR>^C5Jk%@F#%TqwNS{pqvBNhR%jG>5~cbc{&6M@lVCAdmuQt^o>k5W^z2kC s@t9j-gvI;$H`XpSm~+706pT__E>btXZeJzsI#Y5I5mOCY!E(AXnv%S`jS$6)r&WSg2=NXa~1v*2D=d~=uFjoq ^`B5n0|XQR00000PiBTt000000000000000761SMY;R*>Y-KNWaxY9nUrj|*Q$a^XQ!h|U0|XQR000O8PiBTtoXkid+NA&hvGf4| F8}}lY;R*>Y-KNWaxY9nUrj|*Q$a^XQ!jF1aA{;MaAQ70jB N+3WW>m-7)5p%b5cf;-Nu6A~HS_u(tvJgQc=Nt_JiC_c-6lPL8t$y>C3lafTC|v8&_sQ261yInFoe{k>l}PBXm^ YIB^U>3zfu$9aU_Z`s{(#!y+u@8vl6Q@#)X%5nZp@XTL3&J6_5*vD~RAvj~E<2*@l^uCTWgyMhKbDX>RJ>xjfQGV_>1Lf`<{@nBXl6pC{NzurBL3-zPYf;7`U>X~`~ks*In?VCf?E^3 n;;F9vs%;blt=zv9_>Ah;Fk%WNAMd2FC+Lhg1;yD6|P4f^?E3ecD;~Cd8_oju7LRKDg0ppcr>_xe8(x=iQonVrx9!-*ghrk9e_r!>h2VDy zN`6trRX>`O`Hvii1*zh`e{Rj%|+CswTOP)rHK4zXu9?y+R;@+`4_X hv@HZLzF)`#JEk{6Q#e0AUF83gB|A(dc2(eYoYh%LmlT&^d9`iap<2j_P36+J;9X($8q|@fVVpm96>Ncu!Z2s1W#eSISl>Mb2!2)1ZfI6 OAiO$ZE^(0eJa772~Hj>LHX{Ydodx7OJxncy==VVs8?jrleFXw35+37*C1s&Ip2Q17bmBJ4fVSPx^s!2Bpx>`8#{5g2g!+B^B;-4k;E%bylhBSmP6ECa_5H|`(C-(VgmJxtAT7zx!vv>r yH7@V@5va?IVWRX`_0Ly=S3%ju3ULC>T~nS=%kHeqTUakigjTX!OIAy Pjehvx}9aGVf;2a9rf9bV95A#I@X7mPscj=-7_$M#}On}#3`HsJh|Zv%(r#U#CS9l+=AdC1oz|lLXcPnXXCRl-w!(r-yb;(^<4LC jL*2U(e9nk#=P0*Y_#)$v$2jYJR9`-&a=@^>zo7p`0hFA-%Za!J7y6a&*N|o#`iUX4U9MEpnV&ki*}7a7vIBkk>4TbqP!E%1^%3W F7WxHbJ1_lpNsMSm%{Iy2e|opn1AEW1K#d&9`Zd*;bMYAxIX8B9^Q8z#$(;{fmc5}AMI~GA9%10!7T}nIUjsNcs|Del=Fc<=bVpr U#{tI)bJIW{y|Omr}Kf&AD@qL`}PHBf9nOvzvBY*%PAKCA8)?^`8`N*D#0f;yx~Ih%T^bno|7&Fo!jj~lrxv$mxvIaeIfF{;3CYg J1;`N-ggn&|MW#jS9dY;ZMqorY~;m=H%Y^HzZmUpCrGTRv){!i|E`OH?@wyH?_Gj2-qV@q8mViQsWG=?)_J#AR5g_q-hR^|Z?|zdj{+ 8~67WsLvZ$V4OF+664!&CHiYif?Yh0SE4^IB}hxN^D4om1bcsnc5ZSN=Gj<+S;nKQQ19ojLjS&c71F&;kXQ+)e6{kGS7ZLwEy1{L vIOhH*`kslE~sTUW@PhUyJts_FA<6IE7~^yy9Bq_j`@E @>;a(A%YVLK2C63f*UPGIWv~x`=0tfb1C|D7y+??RaOCfKpSc>`d^is6<{iVR$uPp<9ZnzBT8<(M;TP*`V j$a14Fk>0;@i)s*{wd2){)Njh-j^){-uzj=Kd0&6AV{K_^RH#-_r0$}KC`dG{5$G8q`&GqjMrbTQ@VORtw}U5$6XKp@O~2Rh7sKH M(|aY8_|yoZv@_)s_(o09_`)p_b9*cd$juyf(P<=|6cL(CVX$W3G-#tO=y4XO~_}bn=n77--L16|0cBe@S89W$J~VVVxgvgQQ_-1 LEd;<-`8J`{{7B!;M3scsQ;GBL2q_ij(L||j&V6^ImYkYCN%B$Q5{^U3J Y5e<8uUqcJ{C(*@;N$!Ep&vfH5A$jL`!RlF?ni&`c|Z82`2;WFbOecYauz&*d0GD;@*V#m@F#c><5_+X^Xc#h(eAVL`*MB1`$5d7 m-YR<2f=r4@DS?L_z?PM{6nb!qK8oL3m?KfTlNsr|KTB(J01ewKJyU9;q`~mkDn_1=EI;5LmtNbYJV8%yB|h>&3+j3^k5A?>|xN; MFfxH{0Sb-{qaYP(@TGZyxH~$==d1~_a*q|BglWsqu>+U9tD4P&Z8**(MQ40ed96kMY|H5MR<4QW9aWs{sjDTA4ffQd>rlD{c+59 |8exkp^t;#Tl6^S?30g!&VBg_v}fBVz=w~20{wZy6OczQeFEve|0KqL?{)!+?5$70!+ff5{e;#D7Mf^YfZOEl(;rv!h&~bT{^(VdbJ(lE lNSh*sPAn48u*>1uc04izm9T#|2pvH?bjjKjQ$(ZOoAs7EEBx{Z_w+Fdjs=g=^Gf2b>76dwY~{_+4oKG7r8glt`pwGym;wNwBwyO L0?m=FfTS<1$^0hm9Ar}F#mU2h54IV1^nBepil7VRggR0Sp|7?>|3D2eFPT}eDy8R+49@O6B2xk;J0Y}&-pv%#kKDMe{OsS`25j3 pda6R7kE7SU92-b??T@C-Md(yK6n@7IP5*(&D{6ESKq4ejrY*c-+LePapwD=>sP(6eB?g>xBLg_$Jl>hJSYDH^J9O4hZ8*UACM0= `~dS};s?NoSs!40Px%1y+&UkkAAj*7($D%3_;tjGpkvQ!_&-0yI=I0{=+B0az@N4f+=Kh+Bb58VM@Tp0pG1>6zkdSXJ3q#Fob)mJ >*|j&-Vc6^aar{-=G&(q11~oI1oW@?3C8=k1iPsJ7ZWVd`@cTLx|aJF#_h#_VZOKh8+3ioe*^E{`#0uQ!)oBwwAC2DeOII0&ed3N %d0W}k6w-TUb$NN)77fKT@CzuVKvsNw^xII{$Mr6H}9mJJqcb!buf&Lqfu()ZU*Nxe=WIFsPlzMPWw_7G&cFpD7L!6Je`qyD^!Ak)w1zXJH;S5V(q2ueE% a=(5+ko)5k4PW=Gh_~KX5&k`b+`k(Wp=~FQs18?$a2H0TFx5;nXi6F%bB=-O8Agn2=aQl&-#d$Umxkq>m&Vv>!aL5HT-CTjK_=DN4u}kcu%a4`aG@qytF>b`J2LbG~P%0 {Zq}a?i=|2^=}~kw+S-c-H0Hsd&3EyO8C@4@I#)T8xWpR$N%G-Dd!e~8+|9`%%Ja2(;_;7;P4-$ock$!_779eX7oOOqm*+pz4!b$ <=ji}gWQz!4|;!aBqVw0qaMi-**~`aVU?(ygP;<)7xuDBL7E6 Vm^F8@C<@qYC(SIwjln~1exyCjl%r-#we7(=_u55yHS`YQwcIXE{#IHE*XXTuF&`|5M+MhQ+@y8Xw1tkMx#Ev5ae|!OOWM&>qevA Kim%a47~t*1vFNv5#{z#ng3Qm)9*glfWGv!csPK1Vk^l8$k^djYqW|t33%d2Z#(P7*zpvq+X#VSNkMA39k9z-X d*nA_d(@*v;gsz$&iihU{^{Kw>qFo6n1_cEWIpJa?a^P)5#;@g54Xp-|8sk^qp217k8DMKT3gZ2JGLUfJzG&;mwunyit#$Q74+rA R@C=`R*c(~8viy8e@x-CTFxu2XxCc=S#JB3;F*jE<5JFGnujgpQ_j^ikN2HK<3Sbv=H!&*EbXWOzLuzk5pdy^h`;cyK?#(VQPa=G!*ggXjvu&OOjCU*9t&a?FMV nZMYbAoEXm?FoAQ4nfvuey}IjowmJF4sXG|PmuY^@Rum(sb8XBJ|xKe&+1<)UhJK6e#v;TH~M+^UtxZB5oG@CFoMenUPJH?1iOE& bY!2D@TWWNgLH@NgLEhE13bBAAK=Gwf~=>%ognjDo6Sr)#A-Wx%tX9#`vPBf*%$TOl_1MmyYGv6e)zt?>$CPnIXCQ!^6%Lf;|JZCzq>2!P*~^& J)hqV{JFjx{q&sx^Js7Y{-ikoo($LUZ3E1|)&TXJ5dcs34nSA-3s9c}1N7UO1YLqx2cSQH3@|>=C|n(&eVgou_O$E=Jo&|bDCgk) P`||lSzdj2Kh$S>56a)W2jk@F`w=~8-?2Twlhb=Jt~d9f{!jLxzyI2U`fip@$v)(0g3ParIJ#zn~ZM?-_zDUw=Obx<8R1 ?{^h*;QM}@$GpBOkM;HM1X&-jVFB~|$O7>3&H~2g!vfZ|pU+B(9Y<*v+VO{3%2&?9{Q7w@C3=x|f-G0ORYbau5cRn-#5g}4qF;Vk !usTvfRCd~;OqA;0Y7Gy5dRVlf2D+R|CAuh)$5f}ZiOJrdrQiQ_i-8Z-(WWALhEeg*E<{If5B{w*R`_||E}4y2|Cj-Bf+w s{%aqDwyBLSCG$=3i|bx3f8xE=3?AN&PD$F&ISJE<^o^m%|$uS&IP`$nu~c*H!mgf_y#T@U;W9KMusY H1a@{KjuL6$3%Ufb|Binm%_|};N$WKg1(jBw_snBapQXoQoS)J64Hp7`#uL1T=4D9mAg<5xpuZO%k9qUX@#w$w2`T3}g5N(u <)#xbo?ki<`25ool^-FmxvqiwW>5DMFGZ&%%I~DQUtWxS2QP-4JZ&+?<2Q?ezn3ls-*v}g)Z;IUq1SnHF~&7_63RK4U?)}NsFTn?@0^kny>;6V4?9ZXA3b`eC2*(2g_CL%vs?hkn`c e5^Oa&d0j6+xh6vJ{Wer$is# elhYp>tf80s+Gky99J}pG&~69DE7z;3UE(cz2dO7kLdpYXWdpXvR `IlopoqIXTzxr~F$HSLnd|$mB`m5EKqn&M6U_SX*sNUcTq@QyI=E>n#p!`#=0N!161@gWB3bg0VD?kUnaV6%#URRIlB|QoFMDh>#hd>IPGfWf9usK@1Cncr@p-ecr$GY_{HOv01qA`xP{85=l}nNC&84XS50<5z{R!4DLw{aKkoD>}F9V-E@jB3>Mb}|`PQDKF?~dz0pWnI;?Rx(@%#R7z gAZAGJ=(GQdd$b|ZU7$4CCK(ar`&*goOxqP>`3n+ID+7pZUX(m5Om_k$iF$oqnO-<^_uoyL36ulak>AD7*O`h9c{+S_q2_=MB$g+8I~KJcmGec-$QbRXu;H|_`i54j)x x8?m16hY9kzfUysg {7vIO@{d?A4|)Xq35P#|`T6Q2pgUiF6nymdk3wGWc~tS^QS_7Z80OP>g$o`7{yp&+`u{tB!hT8HpOF7Ge*(UL>v6RIw8znoOCATk y#8_U$15KPom%&alyfe@O`gDfSos9-_}wRf7e9Ftbbiv4sNXeD0zdxwB>MHIPodnFr?3v3_7vvbRZn4l-1QXt`{k#AKdYYtKGy#k >(h~cM!Zd*rhcLRYJD2~oc9dMx$+s{`J>NZd_H^z`Ty)$^vCFDp|?2fS;VV*4*ffXAT2S@r02l*{_QW=_nG-Twfl2JmwQK@zQ< x84B#%&Y?JT7`Pnh;Wzck*r-oiX}-$MG~Zy~?YZ=t-2Z=s)ddJFoE -nXzH_`A2TFEHlqlyft|r{BiBJN57Azefn3!1Mkc;N4sApj|ERf?jO*F3RtESNDtF)%~J(b-(Cc)aPi0C%p@NIrm-E@8WmS{;M_q ^&0OF@1oxKz6(5jNYg#7>Heza{!PO_((r$4`Cony_4(R+pqt-)5BPV`dsqh+yodRD(R(Q8w)ar}o$n#P2j5eD^m{1(+4q3oufL~! =lke~!S5qo{rkvg*!yVDR_`O9(eI-^5A0?<4=+^?m017|-B+tS1M&4}Iza{*UKj9U$}WFVgQu9z*)J71K~EV3QQ=`JQu< e-BbRT2h?%=y|UcY(zHEym%k%4bA@*4SP+~-QvI=wT`~~^m~EFp5m10_rp5aF7V&56!ypYk4TI|Y=N^OefR5dUStpYkx1cm(r+sL E}`(RP<_8azi+2t<9EB(;R5=tN8e|rl5JR~FsOq~Kp%bIdJw|$^h_+coOL@&(|tg21B(0YI@orM<9z~c-;D(Kr0+ydoZ~g@JWcm{ 3bq036C^gmIfkBj50FTQbF$Wf$dmJ|rW>u0mNaK4`u&>9Au+-E1*c`38+w0-;Kl?=9C5ZG_!o-*cM3Z=rFL-iHC ^u3^QUZ&p;6qeTT-L%epc8Bd2_8J6xyc;zBbd7fe!Mz9JY~JDY%zK#o63o`YUW8=<-Y@;LDW?whHvG4fH3nh>M86BQT&D5F`Z_SD>#2z^hI-csGwmM7cdv6`=(#+paG!E}A-Aupr>tJ6}KL~az{P&Pm7O^?bLr(JVFZBIs>z(aM570EXYuI>7w>gEKui-!C _SV5h=hyV@M#gP=&(ZG_tU-NbIoez*B!Ui~VopEjWUzs&WeFcO($kDmWn2bj|5-&6P^g4^o*5(hT8{Ksq5!5Yr?Z3k%i|Dv$1dCt-M w=Enpf4paZx~BUI!A%B}CIO5u;!;XF&q8iz)D{x^mHhJLfGK4?h6R@D5xt#Ccc cXRF^jXPGucjb9e2Rk&j<>UQI-uq*D;TfJcgJA2(e+Q;uZzlDwgDqGyk1x|Ddf$+B8Jhpk2@a*-&*=Aihi!p~&mcHe+jlmFGmr2k djAzYFQ(rv`t7_rwn3sbgy)5Z@%p+Cy%#C`0{T78w66~51o@Bkp-0nu4}H6k;J>WCdQ9uI1?Ba1dfrIC&DQXT74lhR=F?gS!A{cr ^;!M<9r`wi=}aALf8W<{d)L9%?N4>E?c%?0QoN7p{ee0WC7gQ*UPr$=`dyyFnQ8tTM(|pmm-^1UYa=}muEY5ywmo6_^IUqbr{`&m Lv^r;XZc{OI@qJ#q~*@h_Q}~J&GRY>J5itcZ00>FoTcMGwtZnfWHtRh;=UdPJ4_i1`tjaxAqAVuP9}E)pn{yOBA4I?5OrHnA?v8C{USmF?4(I>O->2s;`jHsnTwezpRo2V%8BIRR{zq%HtQIYS5M==iMsA2s}|6!+~qobzDjZ+&|Brq*#|2j}$pOz)FgmvIhkmvc-5Qm`|eO6mVv hqI{j>R{t}k;Z3z)pmn$uK!dm^Un&|R_S7^zxJc|I~>?dl87We1$LmczZe8N?7YT3MeBDty+6g}4T60p|FJz(6NRySRUr5+`mqel `#=9k!M^c0#zoD8<$AWAV*SQG{GH;HxbD2K-+!(7o=d-zHEhHnJ@-d(AEn>2s&$ZcD9>wMzo}un(fc)ZI6uaJKc(j*>34NXZLu{z >$9Gq--i@-cOC3LN$i*Xy^T2iAhxr_d1(GSllzF?J%V4;dXPBcJkRZQU^je`=DiDr|Ad}h$|FOtQ^S8i@M8xyv&-oDV$P4(BznI} %ekN47t-%0`W>fX%Nf^roap)3I{17rf6dmouFJGepV@x8o#~yv4_2JsP~jC;KhC%E`0^l}0Xczwvs19QmGt!cuC+EUw9@>H!dKV9 _VqRgw!Exodx^r{)i^BAu@8&qDC`NQMcRgI6|x=Qs5XpffhB}&&o&xfaQX6omRC-nXY3V+xdk53((IWm82Z@87_u~!}Jj5pP9SJL|x^t+Ot8!67^8a{*P 6TOe3wBOPC&Zp=7>3Igr0tBb?I$Q_)?HB5BPH7Rr&8z0f@$^2H(wso{Z57JaJ%Vyg<#7d*f+Bdnf(kL!tO36JdYoR {ej+ZAlPc<|C&CpqTiM&oG%KkeA)lW->mpU>03t~&S(5n!-J|m<~@>TDs!TK|4j<#tmW)XRb2b;c8%Z8^qtplf(O>YX953RMDO!b I1|uHzi-mFN38UhD*ROQxt@OOSalyob(%!)$LsrY%8Tu~Sm(p`YZZ;VHH9Bb@R$_r_gNQMw(8Bg+{YZ8t$K%^@6&XA=JPFjXC2eF RMvg;{4xF525m0IIgWlWr{F{25lzE(cW2e%+?4rao&EMqE9mzDJ-?8`IRX1`N6P=JybkC)+xgw0d48Xs|DyHXg~Gq9{=B|(zG>I`o1AkyywG>^ ovxRwxP@ZAJ?r;|jjrbw{frxQ809U!-gc`C=*L ghk)=ihi>@J{xrOa8xQRD7pE9pOf$IL`gACQn-oyQDk!>EZMT@)#;JM%?2TrZa3ETa~=6|uH*(-K*OYUYs%OQ7Izkbq~?fE&JDSyu9 `=~>+erL%bP>pdKcxb10mwVfD)Z$R8(@xz$$*5yd0neT76$8Ii;mkXV0S#W@wWLSqvt!buv%#3r?PI3oGeM`ICw0*Dpx191J+ys{ +t=-*g3|6jFLbkBSfZZh*nWn_ucISh%t$Nq(rLYZ$;)^p&#mthY)-r0Y^sGx Kl_5eG`IaUbvar^UozZZCRRR2iF1CRRwizKNTivD+cafD-mTCe_IbGy4<3=n4xe)B3rd*irov+rQ!_bDsn2%Gx4Yx>8T1oP^OEH1 dtpG;@N+^;32)F!ibiv^ovIc3G@)qt`i)nNT4`-_FH@4R+}@ebW+*p~Dl>vHfTB;%0Rd^*Du<<_O!Gz}61_VA+-`3+5k(p?Zk4HS ddRGDzBH<>RP_B4o_W#B(#+S{+uJBbaiY-A`W;Mj;x6^t^JVF`F29t>*wvhOpp0|wIB%}!6%o?nrm4pYVHkli;!Uc5u*@E<`7luI>&A41ZDbRZUUg7MlZcL*elQhs^HmAsV6&|Y=TEB=Ch0#D0fz9_8XauRDx*lTCyh?H!ww3a{vgL>{ `$c3G2EA0{BG;#?s7AM)I*QhL8ls}#>vI~NfLI=w=#~hp<;_hK9(EPIULnZEaus=M^Ft;-iK2PsEfK=;`ed>(nFKZS&<>}TmP{tu pofRq&OJoU2?;}u8rl?N^w7c>9?kSLpHNHIXW&FMpqhchH2J^Jo>#}g&H6$h=)Zno#O?TSEiB-88MojKCkw)h?QtU U%nW)B2Q+MD`*y4zV3k5N9zAhVoSh~F%pCYza!|Z7&$*$KO-hL-$4v1A#_-#Wo a};5PYue-c1+bwic=i*Pt?upXrc8M*LoDg^%Gr{Vg=&WKu*9@T2Fq}Y9mL}J7P87PmyCFf&)VB8R)l$~VWC_s @CyXAkQq0(6id{UE7o&i$Ar`X{bIOb1JX`s7KIOuO3NERri^r=2*lklP^ia)%sK uSwE>k(e!&BTB-{XExhNl*-E~Ibv+hW8GER(XJSGCge>Sk!Ck-&#CH_m$D0e6c!pWD4^*|3l=dQ`MBrcBb-zAMxRZBI$|N>RxUF7h|h;qV}dkn$#Vvg0bd- PG{Ccl?#Llt(i=~;Y=HuhbyrrH!2VU7KCELfwUoOA#1CUlZ7a@j3=l|3p`C*LUHS_s`)w@r%4Aw3*_Z!LG+l8V>Fo|%I7+RE@rqB d?Aqr<)f8Zl42Vp93bY1us#j4L!-#LuOJj%b;MeV`j!%N-@r+Y3uTZS58IzAqnh @>s3YG?Gz5YsHQi9WxVMR2!>}aCFcWO%0@|5O0kpRMrv`mM^NRN%}y8d7-3b!m2jOFj>}CQlDlj!2L*KWra_<#OnT9ih^{zPxG%) d70`ugZHjgU7-WDs}^&QwKH|4?nd#c)VQliYg;=ZFwJa&y~!qlpZbuiTmN7b{dUeatA fC6tuHOTSe#`WN7FDe@kJ5%UGv%4X0%`RvSb$zuq!VnMU(Bo1}v6MkK4Iy=Onudc`MW33Q*|1TDHFpA}uRR7Vt&4Qs&DXwR}x&^-`ZA)?hj+Nsc8Ur4|uugL3HyuUlS(^B}bz9)@JR?8LA mBP&PRIT_WQGFbY}!cRo%0Bb=@*Fa*fAS>L3ULi*` HY%kSUROzZD%lO`&3Iw=sI{zkoSjry6w_8^!6-!aBmRe$<27-frr%^72OwM%rMwv-L|8Y}}BEcD8S}S)MFB03` YM}|J5yR~lgXtJg2@R#6{Ec#zFcNN9v|WF(Ke?X00j^gmBG- &s1a}6pMn;;6^Q70!K82R;m&GQ;pD6+;rJf0oPGAfY@%48uqI-Hzg$2BbVVoeX=9=@(ZgXDIXhoP1xXi)kRY6Dpg;i$ho{Ige1@m MOZyX14XJiV7dHE)%j73@pwY85+X$xex8Yuul@|X3=PJ7rcg*L2m~pmKnMhmv=#lEsABR19_{I5f0u!Yx5_)U$+e6w{=;NKID$;Z =P9BOlvTl#Q4xGX*Ga`f;)rIle!W4}>{611#`9nJ4Qq<}P!;hvP$B~x-QhAt_}v(M@v~B=X#NaW{Ntc#{#ZykTv3q&Bc#k2D>Zs1 ^5~PKOuZ}5W)-1M@IzTCgeJ&GB6N~~t%?|O1Fbm`DyJBAU$sv);VSgW+@wI$b@`u GvegJ9=A8vVp5r27p*(yGdFv!zH^|)>J7qBjRV_@`5xKkhP;ps+KX&`7CJ+A^s@!}pG6Sa>uIGP8Zx;n$NZbDpO_=gkZ4tNhD_m( qbbL=-_`Gvw(UyH0{x$NhU~U8{n%bF+WVSHbjlerHC74Ai)^?%Lw->XDB(1pFfZ(utfr|ZP8G+pM<}5rI}BWlMioTjrpyp>N+8*7!$*@PhNJuqgFRD;IanHPW)fK5bUEKqbjU*a+)OMd3Sc1d%~Uc$(KPG#AkodtiUXs0XFceobA~r>)$NRKgJs|@ UaqT5BRj?+p?5TkZjgGm+k^z4O~&kjG%cft@~1H(1&XU?}p3O6At6{ooB!0=1@Nu-~Le)R7&uYiN$%@xYh;Hl$lY$9#>pV&~lhe)Tu7Iw`E0sK0dvFmLz$kl025eHZ#Ta2gRPSWoG(%(UM*%$}vbw!5 9arDzYIQPGN&RYyC~;*6C>UDlxVyQ5yp&RZGct2mGwzCwG7N{iVm&6fxn$8%PFjIAWtMD4lFX>*(+?hK%%4D<+p@_O*+6+5@{#u_`qRcknl&awAzT7k09Mh8Z}cZJcG+o8t`F bVHO#MEa%SQ9--qU|S)E3)t8Y91_(fOO@TQkQd`g*-ny8f8NiLz%mXYP?=I8!XlUfYn>8Uw2Lo`a=g_S4Lonog=@JxX9->`cPY!e $rvjf+iLnnFo+xfMU+N7agH}PePiU+uT;bka^sqYw`N6ez=m(UFITl>Ch?-#5j%3~baj`2osh%G>ur-w}<)c}|TKVB@1VTL_& aXS7&Jhb086U^^elL;e?m^#OH%hgRIrdKl3q%pE~>V}wICdYwNR&$K`L&+@JvPhFDtYDV;MD7O0_F`|$I8BIUUAqHXjSf(EqM|+s )utDs$;>J-IH5h0e$hU0#Lza8lRZ|USm25JS*S$PNOdgNY|S~Snfrg3QRwNG33@w(9ZO>8aID=sIy`KOU~Q(F9Y--Qv(t(?t`KQ; BCTt3Ytm#s-KvM`_w2218COc5G(Rl*U0yLmWKkp!b3#H!klW_|@Oh7M%wB8JdWaO31G$$@{MvV)WCo<{gwh)GjbraS;-NWL8Az2}eFchbXVmC*a Olw0&+AzIpMHEvq>BDy6$9Qoe#?qJ(N!LZ@X>mgbXeSL_PB!0UiRC`(md$x%8WmX|TgNY~(qh@L$FDwAWlb$>KJ&>QIgpl#n8~Dd nOKuDuLyH(?56tr5eK9Dt$}3`lB`8vH|N9%Xt+kJ;|kewSC^EUtQnhi8{wZ7)Q!XraNO$jwiOEKv5Y*&LZy6j4UPvy HCha02hiTM8f&T$t@xTVqT0u?YL3$X8v~)1U1B}u##{AaVkJ#7XF(|%J*dVi414`dK>2m%t0=YV)z*6LNn~Z6yb_*6`h(4vJ($W+!R~ELNmv=9$eeebvYHW3=J_Q*Vtzm4pz@eCMte&Ch@(#Wh&&b9ZEr#7Y2DuWB VGgeErB#yFDf-sx>cMJ}>7s++@%b{5p}AJFIm-&VIEle<%YJZ8XS!VH3pk4Dej!IOle|DPRjiXZFryJ{6@H9(^-#A+2SD-q!C?dE 6zxoKMn+L1(^*eRsC7W3n84Wr%X%VOi{b+YoAKf0$eKGkIxR1}@khLg^LaFFX{R-l;h!N?@v#KuWV3?(okW3%!_8#X8dQzhOPC^} Y!_Cb+2p16Bgs6XjpV#6fYpWsY9XFZN8+zYMMm!+0|uNhJL{l7W---e2Q@Ilu3bKdg|RI5#gs(re}=G&x9N*u7H1A;axrs+Dc)y` `_9NrMo)0}3Joj~Ct+)$ID&mZTgot|QBgS@%DVhk@p0f;)H}!pVYe@PrZ9~w`h@Y)f^O@?z-GEn)}EgOy2^1yNtmUo$LVj+fMYP&#H=r}`H{o>EUj`zPLC~s0mFL0)2L(}4-ti4eAXsXA7ETFk{eC-uAmg+ vERv9362b;Ez{@Nsvm-`)0$Hc7}0DpXyTdCvfKkia#TL{NuZwwhq}BIrdc@}Riq}6rp2imc@dN5>DmL8vxS2>FI$;wPGW`SERJKV NWuuqn(MsS#R|oIOk)Ipl+gjcM*N&)Ajqk~CE$S{9qnmz^dwyR*(}O(KL(b)HsK&p4=G)Kx%t`11veX YOQXL8cOYkEh}eS4K7ShYl6Wv-<7K9YZ$Ndk#gJ_7f`=3Uow8`3<{@-(c+Ak6F0n#Z=T~*H5yP>eLU;F6DMvsMYf}y70nS--tl_g &+GA{XQoGvF}xTbYouh?j<85KWsN-;Td4Y$I6F9uw>+o-CeJcsXNWQ`lv1NWubLZ4Y+=;ow}cZ7?M&<}Je7*d1t;Of1aF3VSSh0V 2&df{ajsF0%7`0R6osH5Nq7q4e^LKp=0&~+^h=F7sbB2%+|V9jk|5cXst5Ld>mPbyc+Utjde^T(7nemRORFkJ&6E%*o>JrOxWqez6bdAK1W=;$ibYTf)0O>(lK@yB|(E!JVQ4Krje;gG9 |HQ9^AwheP4N4WK|CECLMXpriQ&=m^if<10Kw6F$3|UB+=*LkYM%RuK=CeV@;yA!T)M6Y$D>@PvD(+Ome|eIl9rVPhgLe8m_@d?o$XOU*6I70cPm4RvN^8Q{{#w{$Oyne@J|c3g5W0^3*h4G%Ew-8h@S4mXvy4qv}(l)HoQ&x2zQE&>){Ps1I~)ktr~NISQUk)Ez$KpPu@RmRwym 2bd(0D=}A=Z78^yt)!g&0&9A59f8?-kOxT!Y!~Vcma1=g#%?BSzBNdZcIAZo9h#x$+$5B}>JC<~=ua-hBG!sF4_e +r|VKnM7QZ9#0)|nHgL^Z+-)`1?J>15sNY cDanC!gYFZOp@gz%~)4zmkA0M9gvTXK}B_pOg|zXvOgdFxgyudnpb2I)Zsg10z6paQ{-*a7-wgX)0`w4#pU>b*R4w &df+!in0A7njs!=PN>Gtu$r?;j4XRu*U!;YKF3pdz&tsfwFShQ+I~o6(y)zYuaYFU%3;M=nPG4bVRRrSe(d|n)}li);pLRo5!LPh %f+s>E=MB&2Zb=Ro3lHjpD;L}zMT7p4Ym_w$dgrTuu7KsfLKD7`9ZL6mqB%|TO%yEb4 `y@3uj=AhO`tGXjU|LhV(Qz`Vr*<5l@*$D$GrO!gPHvcpsPlx=i?&77n}YEXQCllxZ?gCI4in|(b3f(sVjUXJq)%jccjUS3)OaeqR=MGteL0wL{=lC#J ^xQ!GB{5t0lnp;LXn`7#%gY%f;=!xG($gG|*EAZFIjq+sKnz8sCY#NUz^t>5-Clg2Mvi52K2?blI?QOvL?mguYPShdCeA73#UxQ? r8QiUZ(e88Zo5pFIL(<9o#zt8Z--Gbh}29>&um6RJ5r$%tuBcV(D0g1mhXyK>prR9*)cN8KXG i!&2WuE+RqA#oC0!7kch(i?bBn?-@}1Afm?fH#wf5IKW5lZR$)HNt bnQLvD0AHk=hBL72V>jk#1el^RIt?^;)>Wbv?vF2rc!&_aA0YNan24xeMh)4Y23jaD$RLdoUxcJ6NCUW?I&#o_q6UIPB|YK2?%nM-dw0W@krH|6w1mo6iy1P9&YlZM!*>J7H!ivUolhdyqFeZ?Ukiurmtb yuBV@M}pPuvB`m+(2O+l;@6Tj*S;``wJec^lvsENpBR#ZQRa&&vN8S-LOF#SDW!BHRD5`=?HSC;y?A#ta&*uy8>w`MtqX39E!aF2 `q0&u^+W&NSw)pvTfB*5sV$}gNioJ+!WxbET@sIaw8V;NCuY7h8l6!Sj7-FXABpIV135i|t~oY_tafXs88HE-5}@Oou#8sM5I~DS%AnGFO135pe@EgN;h=+tJb-%XnAW+r)R*&vb8U!uDDqfQp1!3z9iJIEU~;rW>lnFrkYW6jb904B49awjTJde P7psM{4TwT4x5|rB-GiHd*#fYZJ`gBax}xTnTUQx`=W-%5~Vx`>ZMCCiNts>;z*3$KxBa>o($d5rP3HkrK5+^BYV}4_T()&B;g>1mlbn1(#saQy+(HA?Ik5dKbtQwCusJzmHc(sd&XXlzq~MqNmm`YJaYBO$w)hPr36MHA!c7bPqkXVk?SJ0k2L zC``NCW@LOJ`oX_o{;R;PdVIT%Jp&hv6Iavs{@($fTA127kwA>89;7fwxV{lsxOfW54yp5^X-oX3y@7 +cEP_dA_sC31hsvS>A?VqtxO=x`=oiGtWDO(IP5O%mX?*k8^hBvsk)*8{I**#mHL3`COJ>=7fLr(Bjf#SaL@g-doLrUk=PnpHfrzUU9HfP0(QygVc63xTq~Q_mnkQ(B|OX6`j|UHC_&V(EzXp2^lxbBcR0i-PnqIIzHaDc!UXwm ue}uT19mMY6meL%_j{D)y|4{)r>ymOIbOa0x7G!R_Acw&m)B3+~I+ spFifidXaITTa;w2D3_b&7I)I^oK<^!d$=EVfnR%{wHK{ruyuXA3{-d&NPVVAbchD+gU-tG}SRwy{bQL4PArBZH*C|cO{MU@U=>n )1twa_^CmmGqvB=V{PHnI-3R8NVz=jY1HDNjxHBI$I>=cw0W@<;TT8P&i}d;`d^nq1Gp4Qy7O5hqC`lMmPD;G7*S1O@tvGFMtp#d*qstnCcKgoLVHNDWL~Za~PPy5-HUiI;3@c>yu?P010F& b&2f233)=M=%fLUAVx7nC^3F1lA-pAVe=)lIbQbO62@P6gEZdVw?0IsSau+E#B!xjFxMCu#J7rA8`SaQ%c+IOvyQ-+pgoLBMiW5Y Rs?%HHF7GU4hQY?EwN+5D4xwN!(o(2`uu%An4s#J7{1Dp*P$7_W<(!rhlUy|PM75bVI)#b6@S(uPsDn56B_ZpdY95?NY-+5gxZ$% el9tCs@N<=3jS%Lkv&tGmqkbVc|>QM%|pMI#*>+Tqbr^_e<;x&xc_JprnV{b nI#9kFj85wS(G`A+GwA?u3;?2$jAO}Tygj;c0SrP%W+#Ny5*+E2|1>AdKHui3K1o;Zh4FHm8E%L!>-!?%q4X^OLgx924Z2gb9B?L FyJ8QPqLNf0ejQ1_5((+@t-eV>F0%=_mW}}Q262k(@B3$hhMsLR=OB+CI7Fls4iP+Sphm=Q70fY#Y1KD1#fAe!$h-3FtD@Oaf3X1K );4}jx@r~mxPJ5^ONZ#5->SoRYkv|U%CgGSK)iB3RJw_nXf sc3Ifi+luvP>C+QD@OM>h-VLYri@W6z8!4mQrvAP{C=_gJ-v&Q{@4I2R6B^9iOWzU)CzQ)zfkl {Tj@F;E%7$@Z7kwV3ouG#SA!Cfyj{rgxMXbja<3s%B|P6LMC21{z}ObCISur^;G<#_ZC?NA!bgH>?uHY>LaxxRcCH Vj4+g#~|!B29{Mj=zLl^a+edgPJA&@eYB@w3ToSHHoN0!EHW~-YOtV}oRy4oBdvhy1x#a%6fcSTizwptuT3^KZ0~Shd@d!T{QV-y H5;aHM8_uUCWghVJoX#Sh*DAZjyu%1L{=Oev(p4w-C`S6O&tZ;`bxd9)HX}x6WfDvBpiyzXs_b4^I$J(dM)VS@Ux?17buayc=BtD e3!8`6QutPRLJJaUHIsrAY5|7r-cXl;A24Z7$Fw~Iz=%k45 RwfK&)>sf{T)pcYm;2diWpgv$MgC8ce|GVjHa74M&6WaUu+vlZaVhqBUBx_8=UO);h9K4A^RsNcNcmZ>Al|Y4QXk98Y?$wNl;ubk yJijfwpVdt%nK&G6jo~S*SHn1WP5EOrY)aQ$L(BWRywj@wjxeT*hTSeT4>P3sS|e*YzhOp8(DTs+u741BWDJYaJFu37Ny!ZGpZ6W VG`AtFhhr7hpbDM4{^H>%$A8>-|q1%455``m);A1u75|Dx9q8f0l>2o+=wb=7-Bg<}mY}ou5^LMax)USQXi}3i+R@PE`pt sxxis6n9ct7~e^3g7{gO5IGP2zn-W@E#afJMj2A{+si>V=_|dqH>?;}g|UI*033O9bF5oGdAjON48p{qwf1cqQB`n1Eu7|XEbDez n9S5JAqZppV^8V05qdU@7fL?U<7Et!U@xD>c~w|u^|hRr89??FE6q@xFZau+O5>rHKIWK!xVABld5yD1oYtd;@Lj9g$>IV5EYqBd ?#-*|O0wOb(IvW3ZXA4c)jXP+^y_E*xdisPMysE=*}$F|xqt=6&z>-mAi*+?T(w%DfD#|vXNw_F>`?V?@qqz3d5aw4)Au-2O#RZ~ o9t^DN)m@9PYsGcBJJ`Cg`movs+>!$&5j{=7DCL?23zDdg2&nj-I|k8C$8~2-~O0jxq`>7x8}OrM5Zm<$pWbR5NPOYH(=j$lHx)kPPU(v0qSX7~2uY8ExV6sZ<;Y2xI%6gxe->Efl>_FWM&> V&A^$@m1x!Mw2TQ3Gq}od(7nhHO=nsauzQ>uUGVW@*|Iur*}eG2yA)5V`fP9;$zociW-_aiuyMRw9A&m9-m?aW8Qoc< x=P{*;eo^OX_9llTMFFG28Wv^2eo8Tbm6U&mKC1*WA5$yrLI2vc<`Mpku(B1bAnZjhk8I6ABknrRY=E)$A(#_a~iCCxB4uQ3NgVhd3=8A9;zhA?^_(I6OAiJj|P##lJt n(%#vx2ker#AQke5r^_4X3w1H6t3Mixv+7+ASlRbA#NXos4RIjl7vZcCGJwz4=62#j82%WA +m~rO(_{1L$XXsZyCq!VC5N4D49W#2$BA>(7~)z7l@g`Eoq|Cin~)oCnD&w9exqEKn^aHB(`q((g;K<~C({K3I8G2PbvE*pL*Cw6&)fjUugbBrbp(qZV3SN#kfbl{6Xg7s?GFY)Wi8RcbwlEi3b=_(shrz@PuS^u%#~9X7E->b{@WlqT3~FV87O{(OQYd06 lBK#aI#dp)IrVuxN(N&e;?vuWX-7n#*{4NYchFf9mljeNg5yiYECPD`O4tC)W-<4W(o{3j?Ct^AF>w|8dDU?(`XCFBdm#*OMyN$smpF?u+d_;iT^>dV_1vJQ=?#wDsGJ1`Q&n4&E(@kJrVp^AWX=YXXj3jqGg$x9*_qfR)R}DQ 5Sy!`M^nS{p+kL^XA^@kHWW=*@_()@Y+^u@$Io^~cUDy8lh97DNgeokQr5mr!qT1g&&g6cvvEz03s0EWv--JaE;1)0e?TUmwTc=E TK%Ky&D^%?JEf9Bi_NmLeL{R)tNDM >cnZ|TiYf&Gjfrk7cPkHuhC@pm%M#zjuFL4!~>(c^R$Dp;FS9B>LsPYAZO{M)TMUBWEl;hwG}Awqg_97A6kR4tyvG953wSRl>;?n *6`AijH@T4Vnrp69>bSg94*KNtXMMe%n;eG73_Sm1!%clNSy0u#YLuE 9M}YGvnYW&YvYa`h;fvqMb`M7nmk7Ju&uZ;p!{u(*2?A#zgfzS%KZQ8{h%4R`PQwM+o>DO+745qD(AN>U*V3bDl2rp(aL-oz{bP4 !}yHPdNe2bTGLjiIgW&@5Hksd<9}k`V=~lpX3TEQh%6EZ%V8NFnCM3JAa(;qVY5d>Q?}|*5iD+T6^-R+BAu4yAaTP&8Trp1!CnZn 6?H!ul_>ievOj|Yt1T|m(aw?{8pgJK5w81?hPTYTke$S`y)F$I=8%^aLr3+nMui8S91fS8cG-iU$Jb4waBU1_ola6wLb_g_E XnX84Gj>Nvy`Cv|VAk*A(`xKa**2}_@aSgZ>c-SGpszBHHo=wV0^QSGxNkg1xr YPE#+&U}?84KNU_j&`7it@bn;8B;{sTxWOHTgYX0j+`>U|FHv&e?yd@I%Ued`DkZ&lU=P_M6O+kk J2{fLM0;&B;;@J1GrQsnx|lqbXgey_{RDOIkTKmK3q4YBwQj@`8{$i2cq7)_a%>s2st-lUhtC(s8v*8KaY4-iw+*e0H)Af;Sg#;m8+3x7c}bzYPMdPb@{($~?a0Lrv;c50i9+rXJVBWJ7R+0oTry!A2JaEw{SHNq<9)Zjv|c=Z18E3zKA? @FXzq98uT+*1pQV71d#0V->aSt?Bvhb7rZAXf<-?+L~LZ(oycUoY7a^*l4*u{sOC_S6uy9HAx(r5d)3LQFrXIH?D|W3Te(zMKBe6dA%ytta9z@012UB~+kYFmOz(sb#L1HJ^OLnxwtTz?vmy3y*G#CRflg8C+>}p({csIKP`IE8SQrO3nWLvZ| ulMi<@DR=(4)}lsZk8^2VNc}jQ|B`ys98_TkRUM+tz)dQ9a+pn#MiPnJ9~|D_S%d7vFrW`6X-!akc!(;{x1sV4+^692@{%zTaP2Q *fM@&_y6`+yf+OWIbztH;ls8aR`tbfYS>9?gw3=HnHf3mq2f8oqm*bpY`o+B7{$f<21Kh#oC~+nzv&0c+ EDkHi92xK703#e+B_jV5lkE6xqndL%gHCxh3n)FzrvFHSqNz!+jQ=DKuW>~_C-3CgB!U0S$p^k<3$>8{N15u4idTcmC=iBGQp-`a GK~W6juNCD74W_0rBUFMM*)FHF#?ZrbTg#?angPVL_=wk{4ezigE{=eb9BpayklT))RBgZkK&euKmJ#q=|@VZ1YJ{5(P4_|14qYnq&CQr$p{E1IM< %>SCEgk3?VXk*29NjMwg1)XM^T^v1?3v%H$~%<4O;29+n=D4Y4M^WUIyHt7?W4ISz88gaacPdAk|YCpB#w $K$Hd`qIP~(PhNkb=&r!l-{#x7nz3zFVn;qn^8CPZ`R0`5yR1}J)2Y;!cB@&y7kaMc_T({-8pQ_5nBw;`2H4KZPo5?m1*B*i;j+M x7oIRq(5T#*4vKsMr^f3Lpt`fUMi-Ygh$35{i3MZ-1eXt9Vg6`i{)MtHF(2`m&hWY`=({Iv~mdrx;@^Ci(Os;a>?A4OQbwnONdO<=i-XxIlsg2DFwx5cf}cV`KBMDbt{+jWWCJFB`eRSf+-o5ovb_;KMloe MZ>_Q+O1rYrIMamw?XaNOSlwe8FQ7G?pE&MZk7Kv{S(@@3IZ+^MFN2ELZKcb2-JaVKWHL0|RAJ77nlU#k{amyQZgy8*o$U&;0g?2u B8{cb()x~|+nbAb$(g?=ORiAw`6QPH(t$i4y&j32D=sD^>REAJfkrzkCs3r^iui4&$wm@aGloPe(^z|q7!wnvg?V;y#>y$z1 AsnEEkp`z+Du;}LJ!SS=Pk}wu2mCQn=zwUlGY`*-HnvVCH6d0=gCAnEeI}9!87Jto+_MZ9NHZ G}1I|E0*7JHYMbCG&GMMN|lalPGd?-64h=3lZWbB%ghO~y?zfN^;}USGKNW--av9?1CMO4nb1|)OU3vbGM+J)79K%Q#@c}0VfSk7 IZ`sQMz*RXk)&SbC?ldQClzztt2EyjE98=n*}h!np+u-8s7YAib`{G+;u&$%in+ic8(C|#VET&Xln-h$iP(UZXA@SU?`5IYio2R< JWr;o*n<5zu9&3ISM6V5f|-LP_4Nj(FNPAH5&H5uzb*2tj2~ijK@kA|I?u8U}h-e_&9+0EO{V+v-iNdMEjh^e>t7oyWcB#v?`Au9==kquOG|^TvIgdmi8U4h59}u1r6u9edD?T@EG-%u#J?o0H!>O_E5S0 cmcQeQE^=q3w=U-z#3uCFop*?DIT9*K5Wf$>|w2$&WFy+<{ApvwR|{PdLk>YG3^#K6=$#LBW04v@+9d6bB>31Hd)b|6F{+gKl2 w}dh2o-_q%#B!S-(~_6SLH;bqsr-Dtp{=@r@F`~K^u|^UIyA4Yv7skY-~`irMLQ~JtVoQ?<9gq8x75#sDg3Ia&7gC8z`M7_6k|mK Y!R1WzEkijtX9=|0kw+MFuH)3X{$NUR*==&mZePFgW$+|!#i5vD=^RK@{57To}!0oe_mWv+F$aXhTo&QM0H--mywcu!98ZuWZ{L@ r}r)&Vs7lnW503_c~jK2w1#z;i{g4}%E-K4hta3m^<#qA=F!zS?MDy$ctV7s9!+dXgv*C#>l&?OjU%kTwgkNkjis8BUQkFMi&}=i Nn?W!!4qQ+1*Re!n4Xo$GtosSW!z##D;Qh1^}et!HWPl^E8hEh1Uv1=^qlp=>1IKJAQg*O8I;-@N>457PZ9Lq*CZ1#Nol>68xnQ2 Dygjp{ryBU<}rx{)?ctRqElTU&^24!qT$o$JD>Zzzfg0hyp6=kLn3?0S3`0{8O*y7`UxVV!Pk=n(2b3xB<(FM7?MfaeI(=yeT!Kr {F!Q)kd)QmtV8UStGc3XOLepv8xVdC=#L@XY69Qr`dGIh8Z15 hnl1FvGnS}8O@!17Y_BkQI3>5eK7C4uG$wF&!+WZ{kEb4eT1{#kTb%Y_F;=+|iiEocZRgUbbAJw^elwR(k5oy@S?J+NPSQPO336)`mn#4Sz8yjo97z9q;}^s=*YtQ6oB&T+XU31Te|u)ULC(lPb}+>R3e!cG&87(Y&Gsy8puKxC24Pty3&jq6PPG!U+Kd47P@GR(eP=aN<5;^UNmD8MaOdOXTN=rZtX#VlW)LSi=3-!xud3r &(;k$MmKr0BFK!yULi9D>xD(rq!1UyG)$0uhgyD)SPk_V-<-DLDUQnfb+*!b&*vmh*R@C=NI2e3%#fI|YasX25WX1_a#-dI_X=nn JBM+iuq%RQ{*>e?_B>XtiVZ8i^G1!~yn$Z7sA`?^KpqNNrpkTkbLaVx#R`MQ`~fo?B(?(JF%o@Xf!HwJ`mfiRin4Unm!!*^&QCDs (pf(c!-UU5^k8btIV3cuKFe+HDte)ty)WqL)Q`}nWl{wtd_*$)f;DdH$5lAYCP@XYTCC7;f)`aZ!rb=w-fXrzt7&_^>uB_&=VQ&_%jQUoQ+TQhPoH3Lcw4PNXxe!H1wVVb|8-T4AzOCM~v6v>2w#1xAIwq0z#2r3xH ^-5IyMKJ`%Mi;8$@ZyWlKTp0|eH+6)94rO;Dw=o2yMJBMlxSene4wxM;|A%GQbCf}noMoD*EXz9ik!r%Ui-VFZcl10nY>jl8<g-O-QwI$7xnHeEYd@FSDz>q>EEl{Yo2Bg?kXCGK^r;*)8K$pwZ9>%;-&)n+44G}F!fp1Zj(P7lU}`FZb2qWQ`G9~ayP>~noY_duy*p?}oj;@^tyjUGQh^Nvq%p1Qajk-T WTr_XSUJEUJ?`yXb)4>8mFav#q%+vqg_9icqF$3M!7JVWwJo6YhdnAWdyp8f8@G=>1BR#SrnofypAOQc&?kBSS&YTw8RRexy*_8h J;#*CS$Xwpz3P1vyA&7JUvNa3wI@3f2@7h5_K~OpP;KK4`t}usz^v`q&$o1tip2$kqY^<%LPS7rHlAI5cnHjM7b|=dl>GMB@n_Kt jfSQFGPXN;0=xVAv{&p7h{jmVi8`31Y#Q^JzzD4*+O>>byt`orjl}d-1C1|-S2>ywsqX#+ g2!f@=$xV=i$n9bx!sy7XwTnZU}@4??AAQg5DH8JghX#U^h*~HunaLdYJN^H@?YuutexcJp&YPMKf$-Hu|C3n_5OP`ZJS(G3DJINfxdgYK3~_20-q!3TZqD?cj}~PnF@`kFz+JA4wHq!Vm8DM+BQMoJ_-RL Lskv59L2a`Gbl{f;%V8jL7K3;=LQ3%TL>9GB@z^CdY1V-dA~^vd_2{3$v2&zx9ED>rd7*V+FBO3cBjimQ>nTrI|wftK>{OrFOj_PE_CHjU38Fmcd6^aep`83&B`GttWz^9JT7Zl(tBdF9t56IxTb|6O6+^=15$ 4Ld(1CKTQhkpOWOo}^!$o0GyDeKL)TmU$h=K|HyW(nAfn6}tjfAkDL$R(o5fd{5XC^b%xF!?46E=T*uoj%-@0^Ca;*OgC|brfN#u XzbY&7<{z1T=QrI_ehAP71DD-C**Y>wOrq@9ch`^MY8v%&$PH8`!S$ZZe8x_L{@KbB3QKNOQ+eq;Vo!kHjsB@Cbyc;W|MdlcMkCq 4k#oJ;;WABUGQZXh%kYRWQ2&pFb|yEcYfHAHl6} kXb{&;jhn_!h-3Lgu-HHp$?o;4#1W{^brCPov0!#W^mX(- EyQfq#b1ek`+bwweQc6h}G7z%zjfC(%g2+74T!5m=V2``shv+vBPo+&fLRDg9*= {2(Rc4L#3Ke>-+(mtIHf>J@#=rgbJ<+|1cy7}Bn|++=Hx#kNz+xuA0h#X2zyH*R+XOTZvcf4374`| >BGNmaw0T?YmhPF1Vt&nL)HH;6k{La5e+ia0yR$^esf9ui_xLyOwx$!x9>pjA7Q8NZ(4*5e {=J9fhMM{odu+18mMs;>&_NSX$sGJ`+`U-U%AT7d9u7Bt{KP!G;Kum)Yt}ZikKh0KlKMRR_=N0|Rrc`_?eYR xfpG<73)d#3eG;Rmln-CpI@&7@(6BuYQg0jcqLO8`Z*rhdd!(1v9ga}aJUqHuW!~1X(u-P&jh8IpUvz1wAi5Wx{DuB3)!PpQ#S{c E$~ET{s@n!nLy8{ck;)dB2H3Q=#vd;UGze99-gP2N>9JAeg5#>Te`sf&DqEA{zy7EZhrR%o?dwBluM$2tbmScRt5JidKMccZu~<; M&a;=gn`_{7*7Oi|oFWkM~s?-k0@!-_#skv-i{GeZRZ9!x`PB !;-$=UhSPf^fkQ1?|0X~`$Jd%{qe8)WuKlh-Z_6npY$;M^!(wcu&MJ`^XYu?Up`utlaC&L&37DpdJktFvZvzH>fzyp-PyB2-!n)s V8*Z?1;a7UzoaE}!38KeM%w3SZ=p7#mBIzedfTU@2kizPwfs63S8~pPnaz(eegAcp3nDUkwe!XdIb(e52HfrH(-Vi6HXy+pdwtt_ iLYK;3`@n(?7yMS69^rWg_R`2q|IIdmBB9EYBuSZ&Zz4Uv?oD8D_+2Sr#wKk ;OGRY70?J2o*za4)reC7l694>)p~^~HIqq*pgJ`(q+2LNKXxvQ_u%DIk#JIB;!61H(t3g9RqFP!CLQs1&R8S{IgEru9gR5*jo}p{ 4WdsFFsgpWjGg5cx^!rMah$r87x99zqi8|h7T3X}c94Y6-O2?2Lw$5M~hkTDuQjd*B$o-UuRlVqfJBFRa-4#|Fk0fXUBCQ13bmu67N9QH%pO~9~6 {_sCEO~mLs?J3-*kcJ}0C9u1=JIs-@R*OkrqK_Qq$rmOAYVOFWr9;a`v=FN#^Wmo_0{*G;XAL}iz9YmgeA#kkys;aiZKZBH4n?z& bEvg4htnBsP5AX29hu7;A@=VqZE)%MQu2e4w{8zZV{iLFO*OjNgEhU4_Oyz%oBlXDr%ghe?wtazLrJ5?YjpV7p)bL1JajlPpLqQ{ 7qcr+vCF+uF4zu}(uv&k%SQcQ#wfZC%WIS&KI->x-{V8gFP7{r|3@OH@LfQqK3LgoW^(1K=jyx0Fw2Vc&sOq)+Lx}((le2)0uhdQAT-6~Ox_->OYy{}fFr|xT-MJ-#asX(L=#}&wqgZ4{x31JJA1U6`C euulj{DPN)CkHIIHMNGzwoPl*^Hej})}oPug{2oFdu)QN!hRL}1RdQw|B(}qXLRqhlaBF07jQFNUjosAt@`Gql 2ob;h77IfDmX~IqDm)IpXJHb!vpXx7%i=Z8K2blEkhTmZ>Yz%~l$uy8A_X(_-P_FhihJyYnL&>{G&XQ_%q`Z``n%v-~#JlZw$o|ys5&DhMRXkFR_ I{4RmePl{;iFp&=oMxrDAtS*FU%7uZnGTnFXRa!=`cIuz1Qp3KI|*khxC+I&PmKl0o@G`Sp?_aS*A=riHkWsld=VcY>is;c$vXVt!&m~_<$htQnH{) ua}&;rQT@dgdJuO(wY&DR!5i{uNDtqov%U~j$;;Zj9M#+39yZFIg*5VFT)W_=+ClGa_eDbLV!vGR;;7NBswgzcW*;-uRh~tOswpp|Ie0CprQAR091;iBrnrC_^hg*=GLLYxG(p<9at-{SQoB}ocXqg-rJbGGHe{V?emb#! <6b%nQ%-#Uc0Go&(M+)xDqgdiNM!cF4f}3Tz+v`m7+yaJ2px%~y;7>6Z4mt~pjn`R8p}8Pep`2JF;%dd>YfmHl(g9tge4gT}ap+j`}Ps?(U2@vEl)Uj83!%Lgo=QV?E0SqmX^}{A (8s)x#htx~ltzw|sLFfJd&(n~4V|UFNwq89pndj*36P+0g-405_0@cJkhdJ)&RUN5o3ldH1y;A*2szx!_($ox&{Gm6x4*&t+9W1M @8$W=s!G~;h45+1w&64Y0o)itiLh@3g9!J^5ZMudgNOqrTJd2ML$kd4SGbsdPlElfP?tS*7a^s-dShWHW-oIJYkscDu>{OTVMuA^#Ujo0{P+{)nW%9YC41maznI@5H@|vHu8Yf88~b=MVF7;l0li(g=4uLP)h*a>Xw*E9R*HQSW^ZpAz?)T<8_I}+(6q^lAIas?Fd4j %rEgg61vmsA{TiSA)%?F?sqjwt$Y73mW0!kaHhot;3$9+{a%a`@t%4v7$0@-fA%08RlUbsgL`kab5hAl}<->fP s?&EfVT8$e{2LX43Hih@fI_Wl?(&(kj~KzM(@tsi-GVGmvO?{QexZLH%Pif3s}1U1){>4tQCW7o_xXJKt?wP@oupsZMc`ClmQBr7 b;$Ib_~6OyI@IFK!##PVbl9~bn>CJ@a)yxPCb=MTPz)$|&$tg#J!;6MOcEX)cjJp`LXTfx59O#sfq#X9CM5r_7`PwoohIM?_PafC vOw#_a0VD7-?mw|Hg?fnzHxjf7CQ}3u{X9lniulX+RjR!c`PXx9JrS+=JQo>+-t~8=R;3ZA}368R=mOSA$?Ea+cUtyR2|=#qs4Ui jc0Ot)7JPokNhBeS~Tl&3JGu#N2^vfAVD(G*9%XS!?F2@TQ6KqaFMc+8~c;;q^TssSCI%>U$2!jQ>{^U0d^9T-MhWA+zvr?O|(t0 I{KRX0h_M(76A0cL)Dbp^L3!O^~{rj+l)1yo{p73nU>#Xkf>P}=}1+wlZdE$F~803~ZXr Za$4p23fYK=`^k|L=gP}GPx{`;p%XofU(gro%g ?}{}X^Spf#qP@7tcthk|%X5Yc$X2$KknBfoPK?UMJ6b1WawEGXWLOsw~zRk;%M2R7L&HE{bx^QCbSX rAoAC$LMRRdXh?Xfc#ff&;qRsC}_*5Ml^lrjRGu5azo*ec5Keva3;gU;t_|3ZS7*} VzZekNB!_4!#!Ir8f&mWm$btw^OZsLhibDji02^{Hkk1s%+Dtnc*txf_PP=|zJdU0=JiUpM9Dq_AQvA25Usu;Xl44_+)VYmzto`_ 8X>Yj4ZR~kHJ#w5_9;nq`|`G4ZkPRIKmCzY)m_bkoP!$%h6YG-Th9?9c@$fb4=~`rTd9|ROjIPc#AwNHa7noy)?xdz{h>I8}+v2gYY(#dQeEXef $2GQEz6Y}6v^XvJKaU>qKl_g!?VmQMjX(D25g(E01iaa_6gN2j0dKmU6HR_$e9oIXo2D>|Dw#x#NNWfY;E9H_FmRuX)zjTf+;r!w-jL;TfAzmQ}csDJZGu@c<_z*}&NT Ky(eO6A{K&x_Q?Zh>ATl-q|_hDlR}R(5us(EF|J-O@%=e9RnF#L4ETD{_wqJzkAOg$8SZ)XqltZM=ZIOYDD(^GY-mUF1{lGZGR-H Ng-{GcGG1Y3SzPlkA^nuD2N1e_I2EH^4G{pU(M&!{ReGdbA*kEZ;!!o?ESM>4*7-e>}o~Tz2#sVg0{{q>5!}|BxavKWR4>#T+6U< dB7_nx%zaqdMISDpWdTC)qeFbTvaV)O)>mn>NEhPaYe$q>v7iN6-gn|4j-c=&ldm>%G3#T2`tqmMyYq|oE5BhxuUuEq?oE4>A9TV k~)uLSs#5n+(JbqI=>;{16uL;gAK@DUy8P{HLlZTeGmqQaTZoipvT30=K4mtEAcbVzvWEg)@BBSk-`VldaFlke}#`}aY*v42Susd!y3T{#?5j#GG^d(M=31nBlKLAt>}qg7n4;Cn%F_M$FVN%_!(q9iHb !q*0St!aV!)-g6>lDidFI0$er4R(k;6^jnNgku`DIj@)`NVqFu-W+T<9@lCHrq-ez?F1vBYw_ro@xn}prjjo7Po`7PtGoE5=bQh! `nB7+RFrS&>BQq2*)fCp1v_-gIEg})HN32~8se^Nm>l2$+pZwe-)H&mqWIljtGK3@GVILdI-EV%Nc2uL(_s5?@f2al?k%kl5gwjv TtvoYL5sd{!KzTZhnaq2+gV=T^=bhN5oP-Udt}7x#=j)`i2*-I^$Yn0O*%U{8j8aB4oE6h-W=;Y0QHSJS+nIez$8!c{|7nD&HRD0 pXlc=)1SXef1botU;Z6W!c*io2hK|{KtWH`XVUSHGzP+xz_yxrNe8oM)8$iRk6ALPmt+YOsx8>!sxA|#_d+=Mv!_S&zk8Yhba2}mRiI|X7;BbJ28pUI@emx-gotCE_ZQVFX5~lS)&X#Ef5*ewqIQfiT4s67;grSaViWp8Hz3}M tNi5ASJW}-;aNx`OjMNAYw2D (%Y=_yO+F8|1#g72^za0WoA0%zxTf;6>7aK7k9-VXcZz4wNx~RIMiVr-o88fQHyRt`g6dR@Oyvb5L}YNWL7pDX|{fJ$bNc@Y~|db WibwX-40xP=U0ExQlH(x6y56Q>x97V!~qAf!e%vGNTzIAr&gG>R!(yXI*oXCudM!DOhif4*db>0ZMANOSpS`qyw5`cg@sl1iDqNP 9oM1~A?=->c1RLNQw>5@ug3sSZYoH(GCu~WfU`Gl32(@l$;Z3rZUcy-#im5%WJ$mWS0?dq>KPh6nt?9jfbV^_sQ#&fMIzZ1@n=x^ NZovoPz-#zT*@IG)yyUmls%i1*+E}|e3}*ZNZUJV?0gPC 1r3k-3GF5uIXdyPPE0dG53D}bVVpeM&$deaxQlOC94PC-Jz#>0sd_A!7&?e4hJzTXp0*|_^J ZoA!!`#ag=t*lV?@0$p-OMRKV8GRoKbQ;iuS>%Z8Xs%E fPWQ@Yg2Hjh1}S6IP`Udu!LidW05V7;E!vOke4mC@^GQEYF?Wg3VXJ=IN&E{Lo0t&Ue4JKcM^F>)9ZS#=&1x`C0j|~i8oK|W=C_H ebpDinlEna`~i_*xsn}9lq=zNy|G8=eBBs^LbDMsBjhtab%_D+YM-WoCc0iX0VSr3f@cOh+YAzR!+4`P6J$miM(=<-bj;4x=~{q_ ro0Quk~wwlTAi`G=g9I{&{C6dKe2UK7g7tY$rvZ3sb{#3pHC@-E$OI n@t0?M&Z1dA0Q0q*mfb;ww3j7%+8j&dIRY0RD$zC-3?C=J`CBKTRa{SuIfwnZs~qD=$7lD^T``FT;!K$@Pw4WogH6_p-q?@6XwPF s}XSa@5x^1d_nBj7-&K(QGe*NWhc3JS)~Z;Xqa?@@1gWnhayxA{(3El)D(5|g3Zl9{B61F2RljevV)yFyH?j`XU9sA;;0q0+1WWQ mpD+YC)FIk#qh2h|70>U~)UuV207CNu2?CEpGC(es#O}OfaBG!&LS%Lr5Q^iD&E?%Y0rV **;JE&2YXVKQ0*Jwb#IJ0gjT1?NTJt4Ulbu+d 2R@)w9>bTn>X=*Vj|6wPIz<3n;c;i}(!hO{eVNiF+DQZDqXT|cGT*<7nePmu=YFa9PspNE^nWCoc*X>H4ug1xh;9f+oghx$0xajd !1x{H5wi@4te_$>Q_c=6I$Q}ySrYuh6(vT#O>6x;)4~+5rcfb4HIAuLIw`ZBJC5P@({wTbSea$8wO_#NKV|UVA svQKHUh}HB9&O>@5ua!eNH69q2MVPx=?El^rJV0XQE?puTs5!G2i;LQSA_;GH73<9hii t+8~bv<+K)Jsmc-n0eH;&RA>oj}2HsSJES>D^iZ3SqCg5^Nfu1PG($~f5T%L4aRPR93y=IE*9_J4)Anl3N#a(qGwmSMJMfAmsmyH7-VuZxaC*0*I!VUdWOjJsT%NwZmnwK?-WNXps--0tb6vqx2`Y7)D{-}#-01?efAbL*{!VqEA80*kon&wTyRxbU}bsDyw!P%sVa$K^lT#~8UqM$Reg-qT6g+iHI k%w_R;_9?_EnPW+`PA5p7kbAYuJ`P9k4Yb6zcYFlWIKP$Bt_W}&#&e{t~~nDGnB+ocX)6?8*{9_Lc@eBR`0E#9(8y~pF0O#Jy#Dn *D@MU9)IyUslfElXMM(37pf$JNVXEhSdtnA*^8s>P#t~;`Awjd4gz8n^Zf{rr${0jaA*G8KmT_&8C+o`i310DpaL9;5_OI3f|lQ+ y3Qh*OG4y=PHOU2S$HYpwznJw?vE(nl1oEHmlRwRDj+IkgDWc!y<(tY!GCf4TO(5BC%o8h)*I8jDUNY+eT#N|1VGV8lG*@mvlf8c Eaf8P@TW2hZ8|BCTSEY^7wgLy`W@#lO4(aqbE1(fVE1;$a&&P%BQ;{$2nisk9CXDmc)6xuYcOTlfv2C}t4ZkmM>$-MXm4E-;_Dz^uf6XrY;_K7= #rzUPr%?I&=csJYF+qWJd*uyCybPi4fJGx5j-#iJ-Ou~9qjge=D2b<>J^ONy`MrtJ8JjM`(x^PK9(j-ofG9)-b0Dv2&34z0aLLcm k|=okTj3^8UkiTw{AvFA8d;e6=Zmtusc32o^8dGlxPJXx`})R_cE_AS88Wf;)4FWicx$b~=Ok)w(w}w-SFl$`46)bE6zfzUYV^7G 1c|1nXbG(#Lbu_Pz!_{pNbXN!PvS{4GZtCaX(ZS%b4as%nkG=!YxJk#Ed-g(b+KF)?m%SPGo}DV3E#o2=jkr)-*0A7aoGa;d6gS(X|)1|Ow}llSpentR6`@B SL_(B6Bp8G!<-5)7_bU{)>okd;gS&l9R?3FJ(#j{s2PY1Pt(I%U8(=j@*pHGUZ6D6o=env;9F6G~Mp2TiL!Tcl90VRAM5GIVpkRKl2nD$^Xx|J3 AgoWInph#F%*C0C-apvcxx>{h`&ce{kM7bBH;(!u-PBkW$PS|pd@&TTXe;DBB`ddQA+iFW-MzECOCQ)@j&JE8pznhyB>D^lg85qRsZ#mVjHQ2f`rtozWaywRT=RjiZF|#BjsYXpZ7gr6^bLh*k88VDs !?{x5wwv7(6Tk$e7DZUqlbxI<;$Hgs7=#j?au5lnQto-LuOpqZ4+OZ62_K=t3ds#&lJz{-8ns_sDjyD;&H>KvEoRRkH3;@%LvER{ ZKwQEZkKZuRtaa7<)p%A7GC|6K?|%u%N7vDNGwW}BLAZs4#GOI+@#RaWp9lE_cB8p;QnM{%p}Ob?1-913n}UO%#({(bXjV7mk?ZWs;gkrpnLLN^v(VYju3jbLDoBDmxJA~0!QFe-6}0&<|>DW(T) |FN$>fl}H$NNnjiXn!Dj)FSsZ->;J#xDXshTicIu5H+T9T-x=EAUbaGv|Boro1RAm*G@?Ds}tbqZJ*RvHnd3>m=8oQHAOgiQrn&0 L&!fJY{oaqd$!*g{F|{pTuZ9|Mljq;Q_*T`|aNnbXg0P;0hlp9#Vz~_CtmOnu=C&9! lT%dZ_*bOtIC}S|vv+?w$)6nl_Vdga%M_b~Jtvwci^^C{(M}E)eqTkgWp`qE3rDyvh+yZHjM}b2eYSZ762Fw##F3~iysjH6w}*3i gy0a<#zWK1U7Z5;9XKYY-YS2w2~4Qmmg*!(FM16aAcGV_y L+k4N!N2$F(i8CD+QI1Xy9U7X+|U5I!fB! shX!o!F;jilH#MZ1n;nW$yBy9b8Kss90Q*wd_Q7$}@ZiCVzx?Q7-oT|k%`5Oa;r&d$6Nbwt**4u2TjhkK_JsTWNdK(qZChN|lOpk2 -$o`|#S$m_#3W@;E(|Ud{9P4$UL*!;l}XX@K1V;f5?pQp(e@yEo&Q~QZBlY46FA$bXRemjrWBePkQzh_o<^eM`%rHQkJ1qDKO2<% {US=9SC`(aXnsWF>keKlZ!WlE=6!`30>&%Q-c70?vK|?gxtMGrIj)Ztl)3Gj7Cg`h+2pu#?8}cfGn*WZ(04OB69xb= VZ6boh?WGLKXT}N>x2~oH*|C-F(Aj+6-ED8ICQp2H`i8`WWfO-M9g*G*qVw=J-QgAP&wJk$S!sC)g+M6G@N=O=;3%8^; 50vQnZzk4$%<5sQKV@-9D~3zE@RXMKNkii7FA)WZww9G_b%8e5{2#Y|p)9|It_ik@XticO YBJHnkceIDF|B*=a^OcQZLZ2rk{wHT;h$nFas}ezP**M4UO3u$6@_!ch+^Kv(m}*y5b@F~2eNVCozbJ5t}BH5+O#1HrE&`*KbDJ? _3wJ;LnY5DqnJ2mFbt}NeR%P3=Bp5fDU7NU^NS^fe}mY;MF~DaPDsvausAI}JdrV00T`KV2so8|k~)%x96geaoG^L@%u7)Id<}~p Ew**=>J~Q5pJRW@d)ZnXB%~nU54_Fd*~_~ Eiv_r@vmB8`H2SQJu`eetfNDphK8)ZTmT`~2=I4V)mjmxB@g$;y>7%sq{b=JiRU#j=T^v~5rz$J#;Av;M&qQABPc%lg9anCso^PM $5BL-I%~w`$IO*7v1Fg|q2zRf8)B^!#{;wdu{y{c5Fc$7AJY#BIM$hqR|pWTk?OyWcQN5TNsO=-X_J=45txg9!H;Z6yAht+qT9v)>G|P{C)N?QRH^+|Sc%Kq AXWO`n7H5;jQbE_Nd5eeM<8DSS}I>(ubb(*o~~Vi?WB-)mTV{L3i^%BxbW1m&*7zNuVY8 mT75c6O=y1mGVbI&_g%YYkr#ifoI0{g}*-0IrmArL(+o$#KVR@;g9)*HtA1faeboeX(U(CKJ`hkK|Ya~=Oe6HrS71QY-O0000_W`WiM-CVlPZXUrj|*Q$a^X Q!h|U0|XQR000O8PiBTt#;zvJ77+jdAtV3*FaQ7mY;R*>Y-KNNVPY>#LtjlrQ&T}lMN=Nr8;d~9+1<0dm%V%M>OQ<)(WVsgAW)}CfRfavO%XINNCRzWpv}-W@ucH{ {L>UV(@c|^7E(G1bV^eC8mGVSe&0%K8$#P1efpjE`QGQd-(Uas`xSmqfOhKsxz|gIl;dJz6l;LAX$UbVF-)eYRx!uMX& !t%|w2%jyi@0(hf-zDGwlJSRYhk@Lt>=9mz`bPu^~}euz-xd3a2?4590Y!IJ)i%N vhJ1jeBSHpSwEMw@_chEk9W87zKyMX->l3pwDSI&Tba+ipxw%HIx_FKGT*ngvK+SyenRk5t<3-Zt*oa9fdj;^ocC99-*dA52QvPW ;LEM7?;iozQ#{DM?`dOs+JUWPpEh2%t&RDaX=A(3wXywDZOnJEjqh`%e_Ze*Z5&4*ZR2}RwlP0nYh%6qG0+13g^a(@#`=3%`acmq {!7N!wKME73ll8Kxlh^I+FVP3gVG=A;&Uguc>hl6Pj#_>?348eW&II3Ps_R@@XJUHeizHt+s*de+RgTw0`>q8baOr~b+g=e3$AqYzHfB1 +|SFtm*kw+x+UJb`TnLJ=BKrX^G{C?k6+%y{BM@|9nzna`Pm*m=U@-(=R-X#-z`0SPp*gMs>r&k?7u_KyG!OjE&Cqm;e2>f);}os e5r@^^0@T>RPeN%^Bp<&xgNIn_vE~n<@_JZ{+|e6=VX6VFJo&j=ilC5zJFHwbG_`(ArLO0?&)RytjPEiz4D#`Tj>5?zVC;AS@-AC|8^hy`?)^$i}n3%@6mqVcXdCXGY!NOqf-5R{)c6}(9irX $^2*fS&t71e!ZXXd%Bnaf|ck9kT8V (tph2`=62V@5=dqFXJx?{uo#V{#4E{4|1Lj26^Adfuq2C2br&L4zfJY46-~g4ze8Q26_Lxh8WikF`w;2lFx=%FM~tO$EG3Pmyq%8 vhG?L-!sH|Ul?LL=pnv$X^8K=NBR%Tx~GRYex8;6{~+hRBKSJ+4j>gtB=?;gc>Ese-?xGJJ|*K134V10pZ7-_*dBi-{bywU`3)@R 59FK|1pisq|LX>}(>dwC^L?z>w)b&fxSf0m^fAz|;@GZ`+@Q~a3W|Rj!G{IEuFn4*Ass5VWdihxhPmrOUj!Whr9r<9ngD%7<|&Wt mG)N}_FW=qfp$up-sZa$+wg7~qdaki;yAQr>{k@q^@E^1Xg}yGnIru?DD4Ln*R9t||6b5-ifcKtSC@>}l)Mk15-2I-&4N^ed;# 8MF&D2D)G7ejVgC+&vE3*U)bfya`kUJqo%{NnQbM27Op@KCk~iuGk+bR;ECYgFMh7(8h*!9|bv}5cDu(e_s}iKo3d#m|#|L8KfKb{0`_A#qZg#fsTR>%iL!{zX6(2od1>- *W2|U!c{#2+5`GL4Q$+$Gso<#86OF(E3A5NVkE#!(Tn_GBv(YUY`alt&?%$idPlRmY$LfMXOSAYHD~|yIF&YX~zqU8s1}^iW=T; s_~lro*F)|R}CNZP2Tv%C4PrL7}=p3o;P{l1jTsSyeWIfuz5am)$oF*<|0;JuEv>lAQ;DgVjI9rqrohrAq=bW(Je(aY2{6IRh-FO j)*RrgajZfXBX@cGk$0Xp_&Y`#?8_0$td*7I<&LeacWl1geDtW8J#Uf6-yM4P?^Gjg%Q@drQMvxnzpJ%<61ed>N=i|51it?2P&cM xq)=C#W$Agg%%jh+l9zCIW=YbVUdJnXRyj%4qB~y#&pr(&b;SahblP@dyzELj?un~^={4Uik)NQTQkCd@vV%(9%K2DOWLu*q8)(q f{#h;uiwt>TS1h`dk$^O`bHDSSW>C^cA*%mX)sATn~nnLh_0WR!Cxx1xTt2pk(x29YD6=%T|S}ir8AyY^CH;E4K479zX&V^Av6uP j8*Zm(2D}=nDGN_w7mSA2z9Nhw^tjn4eF;kq@VDu&lz3Yp4YZx){Y}p<$bTb7J)A8fIw2aeBbkv6cD?P>vF|0Ni=K-TOf_>I$rSt (r0Lw4SJz*iG{URQtgg!BJt~PQfCwahN)4t8~?3^S`eBtx6_FJxJ68;*(tSW5B?IV6#q{wET9qhQYmVi*j{sPVEhHU@Kdc)HoU@dv}<5nmGa!MXl>G&3|Sj? %8k^=D7%cP{UjoihuZI55O)%dVB`SY#a9QQwyJN#@eb+;i6^!$|F7?Kyll)+QijF3NsTfTsK&(fCNX5!wWK6XF<6vL=GiForsDY_ ba2r3GLDJEW8MUw6U8wAt1K9YatZb%>utVBGQ>XNwLZCkM3*)7UYrEqVChoCoG+MTlz2F+EtKqvN}J=MO2Z8u+chffQL2HPM&?Qj UaOHY^0ps@)_EaV3yYq+*{a|kT`)+XVN?k{&q2-zC?*iVz7@o-d0DW!tgKxC!YS=h{!07W4JZaV+t4dvXIC8~cBRAGfub+4QV=^~ &4gA^F>OMc8ESEnA_W<1aWR#OAs%cPrU`-7{>)5byrDU<`Kq-ZMO))6_Y>ngCdQ7Bk8K~j VCH%+V@)HaH*R@@v7-%_9IemC{i7I&8LKyt55I1o^CQ?Dc&LyUzLXb#%Nz@Q!&vj~Uws>8kj6^(|^~y~L4@@lVWRHb ^axBDr=+u{Y^A)SE|;O+of#S0wr%Z#Yp~NTL3XRdSXQO_@2)0CP^?OKyzd~~b{k24+(+=%R-v_jb6{S`;s ?$uTnW7)xdgpW&`P6}S0%=_SmQgA6XPu9k;JTVQF6o*uI{upWg^?bGdrWNuk}+FynQfc1+3nl5XLgv0@vYl;=!q?xM^)q*#>8}`+qEyUCYiGx1`+*N@W~rs*cXr 4_qymF@bh1im!@mX4k4lK>!U?ALj)=WQ!-kZBEO=P$Nxp({|3R=*H@q9@o<+PM^?tl!w24pUKCC?}AGO@q)<*=C~S8QOP%)Mn2XK %F;6Kt=HO)R>N~eP*65*&CcWU;oW(2W(B*U6%!}d;k_k3&MBdI7&aw`y4XgAbXv1aXhIqt1aTuGNzel85Q7`GON~iL5K%o1!|X*t O4?%a=G};h-}$pooy4D3lckbnFITBdQIoDd`zQCJQeVJDjuX|?*{2>o`_yA5Z=ptxa)=pSjZkB(T820|`{X0OUPgU=_Q{8Rvy38& jbrH&<*rqepb{w1gM_rN=FY5`YE^>+(|E=tqlH{(hhY>{jf2z%CYMclnIwUN@eKk^!%DGfst{xae>zXYTh?mt}GGtD(1a?W} g}gcYP__vT4_f?N|nARy2^-t_>wn sV7dp5Hl0#5>!Pzf_-O+RPLHWLHp4gb9^oD`+x4nrxlMu<294Z*{p6J3t+E{D(Q5T%|eelE~Y1uJ!?9N!8{BSf2oxsQY{p?Y?qMV =&Um<%O=0tNWP^B;D-3psnT>_*PMt38hUd9#9HmmPQpjuqO_hw!Rf16(o(D$b;!|KOA8yx^Sf~MsH_7#n_N|+oQ|)U49rr_V4W)( B@-^|LMZc6UE|9%&MPR8qa3A{YQT!gA<5f;$(OX6vFY1EP1b5q`zHACG79aHdOs?cZPeE!CR9bKgc-ajiH923Uytwmp4qLC5Tl+;`;e^Q*jcbe-!v?!Nnd28JDC$Y*-P#SYt)xeH1^i%5G#oTAGyBn=mP}XI3&A =8iiT%To`^!g2(5)dGcXJ*(YVKz2rEIRW)ka$ctUk@n&{@j97u*&*d!X>p#fhYzKzP%l@Z8nB5~_{eQ2t#L!W@Q%baV!as1S3^F U4&BHh!a>`d)Eiiq`}qMh6c*wwI-Ftt39c`FX%Va-sjIW)Y&qTK*$yF#zKHJ9wNKpFs{I*eZev;qUu|?Y-KNSbT3RpUrj|*Q$a^XQ!h|U0|XQR000O8PiBTt@rPrIJP`l@hb903F8}}lY;R*>Y-KNSbT3RpUrj|*Q$a^XQ!jF1 aA{;MaAo5RZNMMcecrVDif$gixtq`L@8SWsOxIU|hk@Vh W2&`7qMU`;G&5(0zLOo--DY0f&Jnfj?c0ibsKiwlfd1; r}~(l-?8(*WZQpg&;NQK^W$}k|6uW3eJsa+>tjCtPao^&+xxkHvY+Wa(a(H8+0Xkf_wzaL>t}ga`z>9-KBCKx|7Jg*|Al_0_sh2b 72tb-&3=~i+n_}6BEIb8@ui)-?+16Xd}=#c@16$E0zbc#_3b;rY2a-Ge9pZCe9i*{tY1sOdw>@Q*nX}KFrBXtSUa@qel)=RxOtGz >mKC(%pl+Q=pc{ZH^_WBZO0!O~F*?*cYRo_8?+zXm)CeB%!GS9^CepYGYs{CxjzKL0V>|IBXY@9*#CbH2Zu{l|X;-wpg< ;344D5bMQTZ9hN6{QJ@n)BguUyzf_rSU&xRK%!el} ehj!5_^A>0SFZpc0{-y`^S5`D_a7f+ejc`XYLv$x9_9TnjPm)B#gAHi-md@hDBt_5qfFmlk23wQjWS*TJj(QZ$L{w%i~l*w^8eu| -(N`PN3Y~{5;zH*kSwo7$?|zf^8O9U@8V;U_q!~aFVEZgFG$wAt9Jftzym~&l=>KJP9&eq@5_y%+e0#Lo$q^A9KZ +?ywP-M}QbcTe)UlaoB}$RzJ`|0MHid6Lh&ILY)}vh62;Hwk{*h!6B5J`#^}w!L7H^kB%=pP;?P)}L$f*HAW4KA9RjBbXl_v+Xj< eJCGJ&3WA7lPJF=SgyZl`^bk}5-hXhw(lvyw)2Q!og%q~D0kcOb&DjoU$yl~iw%pU(1(d4bxRQ8VwEZL}@+I^RY@#d)mRZ)0FQa@k#RsxGvIVkF@;yfc`^w};elQX&-&<{;gW?O8Ed|oI+y195UO@Q(%7Z8wl=r6g qd4rgR9m6cZN1Cl1A^^0wr%o-v@zQHTG$Xzk#xdvWDW>zJlO)v1Z%k3#4FMrr)zD6>PSyDeo8&TYoD_WnzEXtEp(Sp$>%7)f;|IJFarK_Lm*h T^Z@t42*kqr=kvGbi)Z{{w(q1*QebtOzmBop^J_R~LjJK%^JITJ$r0d?nkLznH=$yNC fUE5@FrIf^8T;PFSV_-Se&m%s6^MMTCS9-MMIl%1icpqxy@Ab@=?+yCd444{TqrrEstRS*SyysRfrEjaDv06$D}u-iBax3I U3Vg{9q7)kw_E ;jd6wU9~_J2uzZQP}`JYuh$mb7J0)R3II>>_k-(+(O0I;7QW$s}1>pUXw)Sbvvh|4#4jkG0VYi L5_||-!MH0Fm@VDsu4rxFL@EMqY^lEsn)?RuiWAo#N$HA1K)@Z%M>jRw=UYkh+qjRy;~?QiG{M<)G>|;9Vn@E5(}`}59+66sj77d)>akn}oUo*zRQ4xj-Oq7N*GfhsC;K$0U0URYAKn&T^|sVHb4YQNuETO-9K Rvk$C%5klBK%60kIHNoKfaMQ-;gWAfE0$oso)6*9I-wFvP_&J}0}qxqe8|lx7V#&CZ;T1cr|tcV4OQ~Wo8%dc f2rcp+3?_@eH;?N9m}xf_&#)}44b!J6*YFMqDZbT?N#Z~O1y#bgK^_JlVX^s6&2VN!p)O6C`Lv}lUt@+IWz;%?fGQe5CU04spV&!3&m7w5%;q(=PRZe-kT{1jKMY#;Jmcoq1J)m8GXa3-s(#-|uZLZ4Q5GN3|;mS|jsH-$p;E3io}e0!uogh2B^3oN!C *CG$kSlgXSiu9^#)3CiA5lu;ztz^x!5|EdHa=OwD@U*}Imy@TfrZ-ejA_rv7mq5h1pjT9~L;yViP`%+_X}u(Okwn!M9_c*4wr n|Y9*)|?E;BXyls4Y-a>A*^_A=DxTRW>$0#?5@-E=9j7`D|HAr3xn%gUdo(>wbJSg#X31TGd(k%nLd=6J|+(y$sInJnLa!{-9^4X lc<3XatK12FKW3I_^Jl39Y5z^@WHV6V4`1%@$_U?lvB^iWe^fqVp8tojp$^}%j%%go|Ti0sH?D0m~UUo4&_*2I%OCb1SDZN89s=Fc@ZL9$tj}P);6Q^P;YYGmB1)3pX4$Ly-!Yl3eoOF}mcTX*oTen>l*dG=7+Vzru^b7hKlLMF2FD oyi{V+L|v!_BhYgVP_^$gI9nPNTxKu=$AYvolcashhQmy3y`Y5EuTntCHaI(XA|uSGuzj^rEEgM?+1aZI86PG=J_PwMhs;nhYyw9 w(zG-F1!*1?F2Hex6+Fe_6%h6Ro^RV@;PK5AhmfFUPZGP3Ojh($~&B7+;sV6uM!7N^QGo1@X^Y8>|_a^I@|`Yk1BhA<_mQ^e+Y)~ %Ud)fZ!UY`x9!;kyFd*$EH_AakMP6=h5w^z%h+^ChaCg5z*VNlFM0ag}(j0gvlgqpLVsai;kyB0;kS?4_!_KqERf `Oo$aC%70xq-?|y90VBB%AJrF@Lt&)&sPa$SusnYS=$z&F;VjcbGb5QR0yg=qic2#O74BAfT3T!H+G^RwHj>~43zN2NT@0?nD!Gg s(j5@r?rNvS606FDAa}+VGTo;;s9q+T2)lUGQ^JFI$1Dh3x?Tj&dn=i&r@k#(G+7Fy);P{N#BG7^e+x;)>&ayH*9IGO}6SphHKg_ 0U@$8Lt?uc+nzAhH6PJGT0nmDbBIUk7@KLctJQbtI(>(?^(7r*j$I%WE1jb0bczNi!9d;u=hqN{iU*rl0uTEYnqLg%{ye8>9*%XlMkAI>X9?BDvun6xs`saeD;*X?me*d~iAY-N$ntLtFS7Jgfg+Nl7l?Q2ulrW}$&9t{p7hXlit3+fpD?5%B*_U8w?lSMEBboqm!ORJijJ9%;V3dpZUCTqsDjAr`2r-mY_X#k=Lo1Ik0U@z^EI4~S=Uea>t(81Hum6j0#it6>QS7Ye$7 NZmqo_zl}ekd$<^j1CnSVQbX921>DF+c}om$wH2|#Qy_OO9KQH0000008eIyPyhe`000000000002TlM0Bmn#VQghDWpgh~Ltjlr Q&T}lMN=-=^2&<(U^EeMLYmayl;u(3C1g4#3No9O}t}_w^6)B V>JG&>Qis`+q1KXiQoV8`~9BpJ`C0U_Itne)>~C?z4bo*wJ$7n=&cEYl;E@}jx(FWkKWI5wxIWS_II2{dLPi@ILFcZuxXC-5WU}gfa8p$vQC=eIQLP$5B}6~{!Q@AgB<5Nf@l29ab6@i ZKmTqMsUQzjx(6zf5UT}yZJriI8Rf48~IcxdVjvdadxHmr#l_zb$b71)^YwoaHCm{^HqZP5d0d!rw9%t_y)lr5d7L~z@Y@cL$H}3 HQkv-a94sy5!{;K%?h6(SWmDf=Q!UYIE3I23GPMECD=*uM+A={m?pS_;2eV2Y4~>Cj#Eo;KZ2VQoJVj=f=70v{9kvYp4W6E{+-<@ ?^S}|B>3$->N_Nl_bCLwPS964pWwF%F3zJ~mk`{A;N1jisGLtU-97>G_X4!{D1u)kcpkwm2>zDfCIoLF_$97KfO@S7(5`0#l($yj YYK?JnZoZBfJcK0$ajpweF%Pq;8cPQ1ltJ?A$StOFB80t;Kl^+)%XwT`x6DU`|ky`i#v5B0hi!L1ZNW5ocm!8`m;0#^*Uw_>T}8* i13!pRehE8KPc`Ld=_!3I2-U1q6@c_LLmwU7EkE2<}So w>?xIRruLn$5}w%UztyB<#C{wy}6$Wrs?~e1iwu1Uxzr(YMz&eQky9K9|>}Ue|xy&{DK}YrT?1fz44ch^A~#09^p9j&lz>3`lEoidlMW+Fhj73;Hd;pW4t*E{WAM#g!dApDdem?8hAJG7>s)}!F>s~5~M0P=Mc>DcWQJy!Q+30@qY7H=+}*pC0fFGek{^I MsOm*r;f!q4?Yg_Yv^&9=X(=8i_ul#SB^)$uOQgScz!(k|3iY`B{*P_j^84T#~^}jJl_`qA5JFt2*GO?p}a*W0AEf!0r>G7g4^*t J^}OL{u3}?p3?V^PCz-EEJnG57bBk`i-F%wi-9i_7K5HmUyO9~^!w3^fxo9LMtSED97XVw#lWkV363N9v8Eq$BF3TpM6`R(i5Ra% CjyUeJrQ*8PKD2$i1GW7;3O{RB%)CqPH-CMce3N`!R)d8ivC!%6yKK;B=mO9UW)NNZz=kF`BK#9>ZO=xx9R(xOEDk+vJ~|D<)xT^sb#3&mdlXu 5Q5+5@|K|;)0Y9?iu(SmW$5<{mSJ4)AV^EH^B}>=-0o8m-hC>@bKa>~*N!+9^}Og*(3KUZqCUSr75((!sc7Hxr(%3xI~8~`^fZje 7=pBvJ3l8lkKhvohZAi1HSlBcuTk$czs9<-mf&v*rhnr&v~)YGeuMGb>U7j+KY}6S%jsAjUN{}=;5W{|{2fD(SP`di2Jqy%Gceya Iuqm3NN`7jzaTh^=L_%rVkjN=uT0MG7I__s@d4{vKe1DAt-4O))&ZoeGu*=afYcXx$*65N*HUIc$aFj$Upy>~g* r&kD`$McQg1cE2hr29F+M}LcT`oK#;Uw?Bc=GR9AZ{z;H4E1^SGK};0R$zSVR-nIjBG}2}xB~sLoFFaD&PxPW670Sl?HqUo=GiEM ImV+aQ1551K>xmU1=77ikXQ+)e5LZ0S7QFvT!nEPcoo)%iB}=t_N&mpKfem}=Jcy{K3q*Q3HR64=(i`X2L3;HHSp?f4gctB^z%m7 U|szZK@wS<`fKq0kZaK1BdN{lrwE5z8|RXGgqP?+g4&+1N~lFiSie$1YR6LaC?HM u7td?dL`!5lPl5QcUJ;$H(3Sz{N5_0uV00F?z{^4ICd52!n9Su$0Jsu{L@yU{0moMynnk2c=LpQe_GSON{~b|=i^oA_n%ygeCA$@ `FHHKNPoq(7_Yxwt912uv?kHK9P>Nyhxd_iw*$ewuLob%dp-Jb@%6x)U+epn8_?bZZ$SBl8_@1w5Il^>`v%3!8}YsFM$DJtH=_Nc Z$v)(+=%(ndLzc^kQ>q7qi@7G9DgI$i^ZD$Ifbv>2zlcTec${h^zYYi0zM783H9IUCeWLGZo<6F-Gp&D_9l$qxi?{4R}v)F*tt>j +2!}B=UxPBsUpq42jAIy3+VlGw}8HU|5l7c-L04}yW9%=A9*YI;Gf)z_Mdet>T%_*sMkZcV!phru;w=O-&VI_e(ii4=IuVWp`ORw hI*ZT8}hsCHuT%gw_zT>cpJ*y_;%#K&FvWX-Sz!v1Ovw3+tEMIYxp|^2NC@8YS5b@1W9yo<`DcD=erv8XZ#<~Zx<8n<#Gv5CcN40 4)8Na-HCJ;--&VA>MrCv{4Uhfy9@aEtGmE2pLrMB#mWMXx8>bRH}3`>?0GlZvoFD^1iS9WdUNC5kaITuqvMdM?40sP^jFP2pi|$v 2l-UEU5{uwGeh~Y4iIqek1Qge;;@s_@#veFX40qiFI-o -H&-$`vCGC`vCAK`vAtX`~c?D(GQ^AXY2Qy^!@G!FrQw~_jeuu-}#j_s89VG^v~EesQ;2RsP~0yFwa)4LHb+PsNAszc>B~EjKeEy (2pM}{OW_C4}%}X{Azm;>AN08f6aXm^Ym~HKk7ly(AHRGA{N9pBKxZF&1a$6;kD@)hJqkX2?4#(fak|PhJIN780vdD!7hUT(D#VYg Ir@ITz7P2u@bjkxX^J?<6WoIuaKJOb^Ciz>zW@GN;L|71V*S|aImpZN3APga!*k$UzVkedIpZn8{dwG;ha5KY1*|9D3*Z-zc>#F$ `xh{d_rHMgVPzrnH?=QK@#$Sj_UDoP4wife$pS763nYF;bLkRi=k6R15mFk$%qmz^`N82OayXhX3<@tbcR& jQQU3Z_xDv{|&r*=iiuDb)NvQrhbC)JNOfn+wlq3+wv!v|HplT_OAFu`O{BSfBOmW@7YhVPQCF7_~&(>V0;571>G#GYtg-&)B!aAW``$(=!H+WuGN1IVjZ;#ulL^iwxXBk& (%#twnJ&yB$at`X;E$+3ZzRa{^O-LJKKCWm_eFxzPJ-O8>j-jx{7b_({xafi_GN^BlOXr+)&zOHh7jcO9z~GxW(GlC=ZhNeD2=y7 (_f(ZT|toX`Z|I<|8FPA^yNi@Oy{;sr<{`ro=fl?f;(=K61w$gf=pMwwki7W2!g!seY7dswew~vnP0nYhH+?DID0enPq-P{*}ECq cc{W6_51Ogp?)W8`01MdJPrS?roTqRuhaKi_4^&0pLx3rw`o2P^inM9D+%b#tIc){jKU)~()58E8& {!+t_BglBXbaS-(GL84>=BUq;n$Po_qnv*zd`shfpx-~z{A#wq_f5Az`Yj1E-Q9{HuX{rY{)X_Wogk4g=igtU@u!Y|`>QGEUV@u` J>~2}-yfqzbT+|lzMXO|r0~VxNjVegedn!czR>$&-=}bTzwd`BX9!iKxHaK9!Se`NY3Xo&RGV^sK;O5hOF7Tbd*gN~(UWhnJ=K@s ck5HmUKHPLNI8F}?_E1k{VCslh7$hK_tqU#&MpMIc1p>5e)i5Ohn9Nh+Fj7kC+(V&`F{Scm@n57Wcv6xL8e##+!c8J?cGvB=Z5VD Jexw0>BrFumlNdm_1@ip|L+jw^4jjs#C1gl239|gK@quV(a3Jcj$qcMF$Ik#B f8oc#o2?1b67JOh7<6>VPcW}`{t5c)$e#c|Pb0|u;&lXh|NbR{HxWGNrBM*qA;@yvex2x_Lpp&cmv$oE)1BzAwVi0sKRYq*n{=f_|L~J8lyiF*`tzYK<-592j~BbpUu(Ni {<V-Mi6BE#nde5S9ccpaEgYXmBn~opGEy2)AtXuz^`x3LcV*>0w3Bu3-vu?7TWRJEcE{evoKD)cysu+vq7JC oQ?HrpV^?h<=LR?r_IK=TsRx;+$0A+cB>rt+bvl>UCZL^x%Giy#Kb<9HjH+fSw*b2l+ifko6%0ioly<5#OII;`_i5`AiQ%2QLaiH?9oPpMMB3-p_@I|6T}svRw(|l`kRw;RJa< ZD|SX*@q>>t1qLU3T5!KhnF#4x0KP2zmA8saow+D)ySc!h5d>L}F={T>hr{NgofphSf8L|;<++x1|ccJ&~?g+0LU #XacHn|hG${T{UY8}oplKb!}AttH6v&yaa&caMI*Y##7r)jZ(oZS#Pak81d{^MF^c&jVdvHxK1B_JS@=>P0<{B*=31)xDT+Z}p-d -TA=Vo#ta+jhl~tzH~nFxp_X?^AtheKYE=Y%fo{f(6|yI+;0Ks>as)7jt36`K0kU0`up`m5dS+1(eGmwPF;w6J%!;ywD-t`puZ<9 M1TH!A;x3NLs8F`Ly>>`p%}0EhiZQxiux`-6!l+mDDd>wLxKMr9fo;4P~jc~S#NOQVaVsK!$2R-Jq-1@_%N)?S009Tt@N)VQXh+u(Xx{>YhY(zJ1n6%1NXTz{ 9f@`B@gsrf%Z>v5x%Mc~@tUL2o_PunC&>0J#}YiA;1o&l7x<`}bJX_pir- zkTyq;Mb2I<{k-FG$bT1ttk3g~L;tQm4)wd|IHY@6;Y$ktbsW~kEsh5seE)dNqlV+5FW8kJ>$grk9_2iHJjUwm! {KMl>?kC5i+>I9jueKn_`k29sbp2k0cJ?kpyMCkbu3ZFv^ZrGs#|w*8&R>Lix=!=i^aNcOP5|CFpMZEXPr&@_(D$=Xz5u?{`lI{n+FbjN3O)LHl1n1$6HHQ_$bvUxINTx&-6h vP9R}C8)=9OE6#ly#(pMuoUC7*;3Gn?=3}nQRZ@CQkQ@afFd-yVyW0t9$xD0f9 `7(^x1Iv)_+GXG?-&uzClupGs9YgSLs>sO%S^xTz-+-ZB`<^q=FaIRS`gCdEW|tgEYOh~&O&`(JqviS%h})~ ZY5ac_ML-re|-+#uO!&Z`h;`QpJ$$jalidM@GGOwNBz3a2R@#DKH9s6AltXRaz5JGdI9*M+y%gkr5B(d&$SB!Bc^6~7yX<1r`?`x!-kOVn&o2>VJ^I@kZ{;PZ@2!^ruiv=@>(qCaW4v0H10S=?L636FF+Qg*NB=)b koB!!{w?^c-3hWi?_C7hKJ55QvHlOb40L?rWx)T#FT?mOz6|4W!DXNyt1kl{KYtnc_xJUE^a`v)tt&vkf3pJVZdd{O`1lIcclhNP =lw57d)xHA`*P%S=;fd!^=^VE5IpcojQ2}d;``LA QqBPc&%X-z_2E^RM+aYx^{@MC(76Y$1|9n1H7U`{Pq+r-v6$d3gm-_u26*$URp|GtSD{_cuEIQdZx#CS%h#emw!0Siz2~){H^&iV J@xI^BK`*i*=}aj-vM8;zk`1F=fA^x@!{_<{w>#Gz8r8J@b2jAKtC?O4t(88f~+5Z`#O}L6=;7RO6Yy%An^R&(xc|+N+b+Ht^ZKKkA^&cF3;N;wTTtKoZo&5nx1wLl1fM2&A;Al%0Y}`1_;r5(9!>oN`suVkp#QJ` 1J=dw-jNb}(%c>3^B=qedhfmNgdFk5J9VAE3-#aUF0?ne3wUzTUBL4j??QdvxeNN$fp-J1=H3l{|Hiv9Uw-sQlyfyf-oL852lM%t 1pmt4@5MZ*xew_l-3Phgr2DWwJaZr9*0J{k-;TH+>){*sLmxlu0mz;AJb?Obx(4%p>ou6q4QrskKX483`%h~S?{8~BpWj^r`sF@| `PB3v=F|8G(Y^y7RKEE^;M3Ivc^~i22hm@{{)GNG=}*9qKN949`;iYpF1h0&jMH`x6W-JKfBDbg5BL5HA#@AzV=8;_A7IbfS?bfU E_woV^wB54x2B)OI34pO=F6i`f^Pl$NzDHrJOw;D;wjLvi=M(dd56N6pF;kd{1x+a0>M)l-~WnqyFN|pCiT~hr!l|Ee?$AO_#3`I ti~;idP07q4r2XC3D0#_RBX%XP@- yX!Dt2d+cB#&u}-PU}EVMy*4>W7mN`?XB@vuG9Whc#noZq3NH|bg!;M{oY)M{{3(r=GT|r2VQUYKH~lOeWahM@4muW@1wrK`>4-c eV_k6$~pXfwBvXUU-CZa@agY^eqH%K^r?&ZKgRDGKwg`kqaTk|H}7lFZ+9wSU<&qpPdmxK2PhpaJ+fyuBLy3gftnXBInJw^|BD*- vZlM)fjuhgn0@*^%VR=u%Jk!Xx1VXe9a7jI=RYD<4zU-`_vpJ{gYzQO=|`f5(?P#x`dvcdU!wYMK|kIv2+}Q^_{0 QkboQO+XKQ-(>*80(vIaT+X^3tLbQ{oUc&aEo)%gF^1wcY5T4xcp!ZzGUlA5VdrVOS5mMI*qk7-9ij(t2@)xCPSrXPS#TNwJ?~5KPJ$;`V>h)1wjoDR*pc*nB*F1im+1pw s$E@;v-teH&U?GSxMi!YhagV{(hiw uB7na({J+{*q77}fSn5et+C1?c1!k??7zR!_b07)wkJJQ)7-9MV=3MC6n4Ib|B%~T0~?)#=-c&-+w`8N-@mj@I#eU;v6 33EQEm@^IB*Svqld(-rz<;=O5!k4CC-^PCjXqmV2I8t7%^!ow*=F|I26h4R{#kr2>i* E0q5ixxN%eBA0WYeq$azrOzZPI7bM(HYg+u1=n-q4sru!1Xf%JX}z3l!i~?c~Jv9G`8j2b^vUj*pBcio;L$v >&SnHrC@I+^{#;}SR;=w(;Lh==US~F%K|-^0|g!v$pSS3TGMj3-ta|dR|JuN&4-)8n!{AHH7DdhVeT6GkPyl_yzQP l4)NJ&I$4#%Qwf>$QF;-W_)b*)t|LaJ5pYo((_jOZLWqtsF2Shvm7;g0PG~qUys$lU#D*an9kI|_V-==_LCaey8WdFwq5-9Rf@;^ zxUIRL=oqY1h1uE4gD@n;mkDu?LhDvo|pR0yhA-b530fWCEhFknBckeUQ5qY8HZ|M6VLp|&NZ+{yHU%Xr|pxoN1Epq6n2U}v(3pL Q#eb<`Zgg {?Gg!Wc9cCJCMTO)OLM~o;zzq9C3bE0~=N5pZSa?pJo4(HTJuwU^6{&0Bmh<*1Q)fe2!oPeH&qwHALY^&FA|yZ2N|@s(k*156z!p )sbcJZ)n`#Quq|g?`nM?rSTpk_!Pn0YGA|2_Cd_Nokj8fuKDbsxc)7LI}O0O*)!>PmxHtJeBS9U%3~+`jTnG)@GQ%3tL4Z!LkH*R _^kY&H2ljH_l+8y^I+z0b9(ry)^TeG=k)nZ?_*k*F%E2(^GpL$urq9?^nb6xS=0qJu<^V|<6lX?JqF-h|F5;oClr2%*9WV=X3_f{ 4s0e#^b(%}Z1=SP0N7y%8uv7<-=*~aIF~m7_L=^%o|!xw4ZlPLTL^z2d|8G;=e{%wLEIQO&j<6@XpQT}OzZTS ^(k#k@AQ3;;`H|vUS{>`|sg+J9>(phfS*R0)MBt|6&?H05;3~_iYMW%eYBlS82VEq4(cwIc$^j2YTL0PKt)S<6igT%kPviMS@53qW*R{S2>G=?Pp2o5OLDomGE|m2^&(`3a(h`E( SIm)<=zSEWIfdZXOt1C(oeJ6RaZmcr`l6-*uy1Bv4f`4R1ORq IG^!P4bN8eG5cs~q%z0r_ajm`XDw%ED&pFIw`=@1rtiFd6FjU2J`4EoB6?qt!kK{4^!qA(d&o+^T;WHW58E_tWYwK*=qAwnN&0>h <;8ZetRuaUe!Uu(ZCZJsHVx4oSQO# tfSwPX$Ae((etw@oD;DB_NM&V7WZL&pTcXH=J_pp{+rg9?SMzo^O;P$=(i1}+l=5(nSY?)t(r#8qibH@)G)R+y_M6m+!U(rBcw%sraoYo6iJ2iF_#}+wPUJ`A)Yh=yAI_bH7*&ij-|3D3(G_SoB@5=r_7!bJ_OU9F+>omfWD==jFRQUQ$ez6mBAa 6xo;vOSY`FGCh*Gxok+K+l_Voe0xyNmwaw{dzZ3E=rB4$sP1Xs*}i{^2+A|FVpCb&Qmlm-|4%hVwPae=SCL&(9d&8ZjV>Y Q(mS|+q1=XilRN_bBqozn=5mvi4weghQ77sy!P3B6LnK9-Ow*)gK}unhmG!xpiBcwgUVgX{mJ$2>Mi)iTsA+OdNoLv!F^4APFZ9r dunaQpPOyxg1A~7MnmUy`o%bFFBb+>vR7>HlHARJmP78aKK-OI+k$zVDSyrdJ=CE&zoTRjsLD9?KeVk~fQSsJ{o*OVR+1mS#E`a;Zcmqw3QD_sywJ^gVTpR0WBVBzzxMW^n2}Zn(rMj( $;)^p&#mndY)-r0T&kEyXjLbuV<#{w$U;{@SyA-4*^D0~qmC17MLe#OK`6yyew5^)lrI^COmhfpxXq^1xDSg#x5;}5;R>M~=dTe2v9#ktE^S0xQGV&sQ6?0j$LkHX OL<kx0=Jh2vB%4oc<_ikw)>P*Pqu`KZYn$~F*TFZl=^I+pv@f{WYAAE%}bK2?}b^ahMyN=N_c}-QZ$;QZB(t$rwK*F*Jr$9)Jkic yP1-N<+hF>m!aG^s>}$+0E#{_4+NxTs~nb!GR^CWNObG`bGy8`L=A`c#L1}nPsp$J9JoBQLqnWR>x4T}7;zXgJ^V^x` #9ivO1!d{CPQR4M*wvi(qKxzI7;nDk6%o?prm4pYBPRr9>JvhE>44CmQ>GQkCpwlZo6HSa;R3q+TtWKO3&U(D&A5D)QlRzxy_d7I x-pG@OwvGu*_UxMl^Lmrhu%#66%9ba>>=%($nC+$-7r8zaMb*1))KRp~(-0N?ZlBZW1jO>d M7Km(EpKj`@UXM!bqhf*mMh3piyt!iNfga1Z;23&*C&&W$s}7f5AASjX~|@g%g*LuwsQ|rb3(#UqlPxc7%`+Ul1DQ=)hE=F^%*!3 4X9>g*1-{;o9-(59eWJyDwPUNLxyC$Zl0_8_O8afUm8;M3fat%OweBLrfDN+JY*Y_ndUWcB&DF)?Z2h;5_ks#dE2T1~=SR_1eNRyhQRhynC-ULh2+SL)$R i75^J_Hrpp)0k*jNeOH=1nDD`Yb$4S8Lm*Ae^d4T;3_Z@x&7j_!8&UWxcH ?hKiP>2{ivMNej-Nm30P;u%ZGOY@j!TBAEYPZJ(^_rq=gxeslUN%N|~W~+D`0>S8DI#WCf4Ll82Ei$Tg5Ef-ZoP8HT4i#Tn%Twolb^)lqHwASbzU;55(>~|^&nKxbZU(F-Q#Q$v5XLOF%=W=IPEW1Fk VQeckP;IzfLj+~Dh8Q*KZXW$^ua_DiD~N|hF`efHmRF{d3>h(+9X_x2w1|~xLgWJ@q;OBS7k!>vf-Jmn$IO1v-6oBQif``(m&7l2eBn!$QTL2g5RF)=rwYFw0=fRZqQB)DIs)NrsSRw>9pazX@vc`)PY=qTmbnhxzx5&IV#O?@ix1u3I<>LmdlOHFqkF-M^*G< iGdg1^b}0C2ou7XXJw47*CFN=q*p?LtKb{+f+rZfUM4Bj!PL|3W(IV7vk9xxS>`ChUaskE-!Fg-Rl&25uxxd2PZwp%a~WbuhgZ&( lq^)D^i-x(ZnI#HL2sWWa>5eRA{i{hDYg@f<6Foo!(1}rF+OW=vse)ZRKr5KSl|~3XdyFhZYh?iDOarL!j1{40s7I9r-@e!XmHxS Vn$bxKtxhVTVW-_k(5gUy(cM5O``lOL@(+CmvEN7H5nZk;$`f@xQfhk)7(aYVQ!i$!vU?6eUl7IGVeUhb7=>NP?7FA}q*azsgZ`OM|&iBfraB}a^{0oGlW9qo#7 XF}eT5ovVO_MEC*c`3WlM`586gR(STX~807W;_QOf2KRuV%kECR3YM*T(7P9#0iTHVb};9_j`PSoCXNRzsqRWQ~((CN&YsB(c&VRR;w<#48r%)^yflN%KX0SiJg;XvAu wUD({$jL$!TgDUAr3Id*EupyeSJ8Z(j8mlpp#}2tv>;Y$r3^3BHg>gYwbJEJ?BT5e^V@L|C5&*`ZNn-B&ggU3J7- iu#rn5=`AXc*tV5%Uxf^X(20@0$Mnf0a2ExFS>=ivT>CnJ&>F3wRC7q2AO%UN@oZWBBoQTDjb29M#PjPC~6+QsfJx;G@m8`EwrNA XZ~H}`f`C8zhY2m;OY<&$(Nhf)68j+t~Z&cUNs}Ew@%hiYG-P}8cwMobc*&!nr4 25CGYbx=&StFmF!ArfWtvL69LBBjQwN47`}Vl gvwfC!h)iznxqdjm={V~Cah|c43lGRCG}~h7q}lutgP@Umss6jO;M0;^J)IoD=$-7XYk(Dsw;G$devg?v3jPi)ZHjPl^S;zX>DsG Bu1-fnu!X-u=AXZ)p+$RE;FMS<)t{!x_jAwz!pnlKFDSWy%(87ufiYnoyayrErPUmb=GKpBdIw-8Dh~SO>AlPd9GZJh>5HWUjLvO %^FdMU^X+e9pC~oL1S9-F%_|-qI^d86#903g2%2hO_*ABvJR$F;i!6c)k~V~0#M*>sRnso+_)Y*?L}qdVP^_`Xm&T`tW=bb=M6;WeluT>u@K?{UD5zE_gNp%%7#%?4w4yC2pJoOPqJ5d*-O*9p_AMI4=t}i6ul2_#QE8gFo*kLJrSl^RIB`f6$=}KYdd8+pMB~gQV@kT(O?F5|Lq)B)Clmac-tTtQa23%x>)XlztUHN38n@>H@L+@0~luHhS4@i;rFuqdXj%7Rgd >PP$!EywHQJWapJIQB!>m`!HdSrF<&oNu;}^COK%sA>__szw+b>od}_o|^uCJ=;`7RPGFJdHAwg1+OX97TdNz_eEGGGe%x>!~vCs#GNLho+G1PWIKEsW!Mov^}rOblS{^3dPBw T25LQx`S$2-BTAvA@vl*a#s{I6K`(qpjr}yz5Gljtg>An)=8A!ur9-jAW2G$Qjy;U@@Lts6x|Kw(Lgbb#t;R_Fb$p%7`{YE P$x?U)hZy8nfOKoX(o##6yw>SFVTw6WG4EbIROEa@2pPR-b$<>HLoQiJdekU%PmNyR4r#MmzitrrsAf{o(i~* iUGuSi`1}Bt+^>7u^#yh2kMg@v72956-oKn$ZNs|)v7L%YS&xwC5oI6L?I-BW+=kSG3qZ;)d9-~GgaqDF~;Hv!Agh}UHEw>M!xbh >@qYM^O-^+tsoGjlma0TIMP=1Z=#CH4|uevll@%=Cf+LV&?Z+iy7&*13E{|QGCofceW0ugo{Wm%6S__+77|A^llAL$s%DpxBs8A? !f#kp)Q75wzkw1NSnm#%DZ=l@;ESJ?Iz{tmsNx?7Mf1l(%Atyi92g;G##pJ*Gm%H1BxUMdc{ZyEb%GztN+C2sJ`$mm1Z-8rkQ->t iBLJksQbD++or%4?Ha4bp6grDAzMZ92ajgyys?p=n7wlbk7b=>j$n?maR!eI^4k(87tVIOV=X3?>2=b&V?J}UH|RSDYOL;T7^-n# TQQg|+uV>Ba@n>bTc3r_;Jy7^f&OO^MD}_{Qx6TE*qLYkP1aA$5od6;syTxvbH~w?dOpR{w__1Ynwtz@QTH&NRtrVg{`Z%vwvTH5&x}(uo(+br53`LvX#hVP% gCZf-;2Bh*TH>C0@2WFWce=UYVMI?c7$`l~L_;xe&xdK#_PxIYU8i2nvNENRtTv 6Ja*fM&EU24K)+Xi2@i%d^43yP&Cc@JV71dBJ9jxFT3{JC$;)?^X=Fz_B=nA8(G6119s^1688~t}(lm`2!kWXu0Bav>e)P_wi>3ZM&g%D2_HvzE>!&sdi=JK2;stkBcn&y22{&)qVD1vdyckpXGH<3!p{YrX3K@8B`aPxA-b_2ObRB{ tqUmKOis6uy8^l%uT=72?ZHK00Hf>~8L&ys7Gs0~QN5FS(+rKZ9|iP`$m;gKbX4L@={9u&B)AM &A2Nz$}k-6jP;n{=8{E6IcWvfmszqIQMUbzZAUC|CeTk;3tKQZgow#nSg)ptP;S5yGbqK@$4P^4SzUoR8R!l6(>}wP8bT;fl#j4aO+`-?7%8g{XeAvMP8fM_MmNAxDZ=N$?(+yD~5$TtPM+NPdhi!!zE?{Fra7a{_ELC>FLSBp~ WjjeW{dqq}0?RmrKxImW2#a6_taVCY(Ij6M<#?+v8hGBE3pa3g&Jw&>?oyU_;7BVR+iLnnFo+xfd6Y&xah^9fePiU+r&Poca^sqY kIsqSfDPYxU#?=wOyWhOBX;D}>zt)<9Ak~%5LQ~ &XQ2{F Bh^t{v-RhoX72xCMxm!$Cg|-Db}WgV!%=qc=ZLxv6~}IrnR9XZD_4n5yg~D`mjy-FV!4mHWOLq_Mn%@g*6|Cgv{*Kr?N=VEvZj_bpZR2u97xMV%w*EKOsq+nSA@AXc2oUX#KGu(Yu2&|N!FsLi*sTGG+d+A afMvDvr|e<){M=%jquM3>Uv@aIBsQn+X@BrSVo>>@-XHrc!vL7$2W8xuRw6dNXSzmKUyb(vL)+dIj?Ax!1DNrAS+vVKdaBIaBE}J %MQy9taXyQtE$xiXWcX(YReUT#IoX_Ge+N+@;&3xLwFXsV_7bLuDBFb<60ZlQrC;v{S>6i2WRXiFK!G%6~GLs^$U T6`RM7WK~NvtgGnd!{grEBb`-(tcugFzHZLiNNqakp( P={kM*u<DjF#md Ad;hk*e8L08WigCPMBupXjGA!K$;e(s^>*anx|_IRL&L-=Dl3+d~*^jEaz|>TSXE^Sk_zzVizkkvkWf9m~6=zFmv`WdE}4}BG#w5 $2?k!V?LK4T^bCyR|nZ~!;t>V-Y928D4I4J<2I+1#7H^_qGnN4B3aE%-$?PIYA4Ft)O?2%0mxSfaV^j1Jpr((w+>=%iIQ o3I0!^F|o10S%eIHZ-$3y)};MRaP6!&Xo3v;rWty{`e599*?lH%ASn_QRHyGo}g`CZ{#QV4CkrRrEEC*ZD{} ?u^M&zcF7jws{(b)5K_U#>$Bs-o`i2@u?aOD62l6b>E2-H=H8ZUe1Z;h$-(_J@4nu_M>N}M~*SP7#nM(WY>2c8%b?}N$ipm8i;l%`RhI&{jqWTD@-4SuFQI5)p8&?#CY(bLn6vY3c{>99Td=2QA Dsxi5*z38WJ;EeGvME&_Jby1A?5^cSn2;L+g%XRs?5xI dsM2))2@jcM_6@bgwl`npsXMXM)_!fvV8`FI(J>!_D@_%kEjz@=e`YMMyLRqaei2J6(4NLsN;B4QJ_!t$wab@MHp;a_1 {p1>doyeAydS0XAQ=-&37{|A)6zb3*$Q#rLx;Dua7{?q1PbTUPpYcymeMU>JuA2Q!lE{^qE6X+%T+CKd&VGS4J^A*m*?E!8dtsc} UMdrvt}$GL+3#W9e?sTZ_4Fe~(%O2YXV`ALld}2pJmw`!#VpNxZsvl8^v_WvF#xxP2{1B=xNznc0%AK8X$bm!iTz^^nST9rcXli4WdV~CxuttmbT;vVIMBNYfXZ6-m2(j8dAjmb@{4Ys2Zu64?0gtEYTJVP)7>19=fFB;q0)&9zzQ0*gEj_YOEt)iJcG`|`<=l3^<;^^$>kB@`V $UtFAOdj-j>X6IK;MxTX>!2+#Cx;mV<0H*jSE`o@3KkuZkB&h_b&O0u A|A3YAN`pkSIL@JWD(TiJFH?hne&ugI7&u}G-m5ifA^o6k+c+J`$RND-0z%Fjh$gN=aLv%_HwSDr>7v# Q@GzeIi0ly#G2YZNMzEmjb^u!B)7t0#VDC!a1UX0ASQn7`^na#Lo(szl+_WH?f}ch&J8X{BL4@4FteMtJED&;*ss2v`-Tm+6JyAe RhNq}Ec@c2Ml@!+N1Us(RNKL{rh22}WKvJNmR<0GQFR>t0B@9P~V%FX9~$_HW{8qTD6Go#ZeFb<23k^Bcq^z4*5ACb(%6FP0}iNGC2w5ubsfZ5qe# DF(|{)>aHdlyMp)VVl-y#}^jAl66kLH#y_SIO8qX#1)disDYC@UCVz=oKp6olFJu;guY*FEF%}Mad5Qj!W?H5+^kz6IK>bJGog&Q `D%eUN@^TKL{pj=ItQMA2gCJmsIPl-U74w|{Q~ppn0_V!qM37ttihlzr`+>=m@9g&qyCbZO?=9RAL_I~4af&_#)x?E%CGb^&*L?X #$+Dr^#~9{5vj@MvLi6-tYeoKpQn*ynVe5WqJ$1JS~3wy+OFDdLX`3I3W1m;%B-}8EAq|jOxSPIxbah+3DJ2jQT(g 4(2pdds=W{X|FNPUP66`xiM+n%N#1wk+L>J_KMFNtuIU}&(STc%jfOf{lvW%69*0wd)pumVwIgN 7459sTCh-!A@%44<(!~j&fa^|zlO<^@qa^03q8o&c^9Y+px$)$Os#fu7KeH1gutk~P=9Fp1SHk%g34 cn6;tl7ms^iz%`({?CST3O72_NeTpwGoc`Edwt1at?zPq!ED%G}l6US1UOa+o+jJ1T-8}Yj& 9`$I6712)2d}%Z~q9z!bhzCCs(d+wjdInu{Yz$fH)=o2G0!$@9$2V@uURAZ$d3SPabHul6WJa)`V0s<$x~<^(#v(Z;=@lsg|i`)Li3N!k7qHj$dO%4wDna&j`OuZ=%EI<~s>>_QY;Evu9iA!=)U}uv{jh U(vp(p|Qlz3gZ*@(E>(kI(d*wL6B=0)~MyEQ@UhP{iq)X)oP){!Ww7zJ{VZ_-Nhb9*rr~(1d~XN_actO*bPJ$SmMdh9Z@Qcgj70W 2tBe_{b*0#l0y;>Qg~T0XCu8_q06ghN8VmiLiBS%fjL35x2@!_-QF`^-&QqYj!v88*(0<6Pm3x!T7W%r&0XWPNgBEnsj9gkr$UnH`QY5Lvp`NIVg1FSM=p#h7Xzk326ByzQmVPPMDwYdZmQ8e pl@L0!8o2l4Gk!>fse*E6lm0il&PSlQxf{jv>6X_!2ZOnjo2%|+* o|p%8_8sHw%V)84{WiLTN{f*Vi1V2&z03*!=%LA_$FSrMGrYIF?U;DmDe*?@WCl+X>P&(>GKp1&1Qy7_Ldrn ;)|nrb-a_WaJ-{6qiBhP9z-E0Dz!CBjF7H<$BlQV_S2Mfdm@J?7vsv|2Q-kG7V yEpD2-tol^YBniAcyohn2K8+7yF3!atlQiOdBVWj8a4drwpf&QbQ@5-k!JY0VH&OcjBDFAx})WgKdx|KT@EcXpMJCr* tnvvKGm@{Eo?0Uj#fb&5|H(R0+0gG%#*v9=bPY{sUtNctAP#ME_RFh+NuJi{__;d>OXeyXy>LbxOt4Lz2kWiARvqi{dv3gR=Ocr0 xtS&2Nek`~fm{qdt?*uQVKPlaKnRty<(iS0>JUL}E)vs}(1WNs3`}8(lUimX!QM7UP9@agpnbk2c1#$>v$y{ej30l;}IT#kw?3b~7Az|8~Ii{v<0Jmxh1O1iAO^yofEhkIrjRlUV=HlPHQY*Bc+}$|)`Mre# M)Y$op`W?lzpED6Glh9sbflk0bgtPv^s8w+ndvvW;spzb5bc5cj|O3C8#13-a<&^rD(g3kGN)1N?bFv)jHMX)*x!vS4xh!&N1J9j ZYxE%+*COs$J9=*f)YU?qD0m$Z&ALoH1}`VRo$Ptq>g8)?tQ>OEUa{nZrT-QISBfbTyJB)y=hqcek0iU&lj)s@xsn~NwEkhd~t#4 q(86SFJRp@)65o@`F7a;3WXg_*#BpUHqZ}+o&pdj9x<}hgG>{DJ%=`=Xsru3j%<5W4FK0t5x9aL+4 DyP$<%b9GzK^{MFh)63OB6wCujfmYUm}3G{D{pFw4F`yjcLwaMqR~-*u>j)MHhxUHY8Cake)J+shv=T)ioaV2cl|-&w)Ob_`J{WO^waKW7W6>LfDVg=g?@0PC!t%Pt8QBXm3)Bd<25f8(nx;jP7p`&mQnh8KYQyI|f%xgyTr? j6_az!WTAy%+iAS0;X{T8Thcqhz_ipKEihoy3p4QVBr)Wv)jk1azDZSn_O0p&sCK#8cfx7>CDt=l;S)8=baPdkUT_R%68kk$4(yRGvUm~i20^5-sHonEwCk~1*ge8W9(IknWRjB`Pd@vM$H>^Q2j*ps$7K=e^Upj$>6FN)Ub!fHc0C@ dF=Ij{g4h|H+O~}f`N`WbSkcO1$|6!VA&{6T89Z}@UjhxEWNrcHwa7@Myf;@0Z88OLDlnZk*4k-P6>C#zeTRg+^;lsT`6)DUc5K`kw*>Wwi7EFJw;{)YqbHAZciG8pV+-?~S7Oym)GhHbLAgFzr>Z4n LND}r6=!QqjhW7dxx51BY-N-<;ujewsX>Y5coh}4b>WR^%Ya_<1B1SvAyLhHQg7TNiYeo1he($ZBV*)pU|`VFZ`WG7{960WqgZ!_ Jksr!T@oLU)XaMOa=Eoes;#h8ud|cr0gft$#MPG>D=i#eMJc1p`l_UlSh^^=u2!-|)X*S}Z-{!Mh;2h-G$dc+hQ=##e9Lm1<(Wkf 3aYuRDh4eNcxDsOhm%`1;*R=4jh1*9z=J0nvr88r(a%=8VU;LmQ(SJwonUSf(?}vaX2ULHU|F$)&Zm_lcR6wE#1|9QM|%pUptikc qdSJiA|qp~1`B%0S;;sz(h8_vz%<54@sg;oh$3G9T4ZCx_73O8=Taid-zSn>vtjy1bZoM2Vpz<|W53aiC>3SzxLtiqr^u{{V!!l8JK_9{L-5B8#_*MbfTKRr5jff5OfC%=}+cNtqVLHf@?g>0_eg^vyj!X+nsnyFmj0>oG_IxW@_ b3UZKy&U9D1XrFp7j#>X*DYd9TYT)cRJ(Z^$;Gq=@cTCJbcOTM%blx$7L4`{`+Ab2HvW{!fyBdhwbzHt-J3 mI7k1(^K_vDfW4t#ek`EwHp#ckZSSySvFpz{G3-1@7R8+hh=3p%=g>NawLmgvxa=zt2i;{1ruHhd#mx+xD~Kudu<@5Ey$?jcCIli 9oa8i5vL{WqWCr~G-!PD_(_6IVOH)&mfg}e_O!^znL#9+t=o`Asrt=~ssv1!MAawE&|%mi>yqU|-0lOjWun)2e4eY6c5gq6RS+*$ (c<|zbxVcE-2cP6h3XVZbDyPKCQfVNBfs6{JR9PC8g4~0U{8fxe_2Ibb>VDXC@cEG*vr(0=i!Iz&xH+9Fksm*_E(nlh!*?Vic-L! B05@u3dDp8Cu{ni9IyzD*;l3ht+c(;SXv-7X80nd&8E!`S}VQ#x*ho^9iWlF#&b8N(#l%cpT(6_#0j E$3zWkv+vqGZg2`eKM-hc&Me1IVK>kZH!}H`la1B*;g}^Bo0fS>J)!O+T{}p*$Q{6axS$xJBHj@2r)++ Y?0dt9vdQbYfeU;xZdl0`(lFS3LdxKn(J;8nO5O*|J%GP)EUH64hn^vR2TcY@7dPd&rFd?B)dnmg-(cOSY#~AUlZ#jjT#^>R#=H@ )tCLM@@E{w_yChJnl{Tpv7B$Jh*E{8h6}r7w8-i_G)~;yK#l*PHED7eEKExx*(TA`(XFatOR@sgwbU@_+e)sWv7aRWS-em8p4m?} YO-l(Rb|64PHj|4NzdVlt+vRRGxkfh9ygh`+Z@6v>hMu0EHcvOVreaeZabp_K9euoISDV0?Xt#3lYupbMhjpY3EIifu=NR*|LtT` &8R`EL7}B1Z!?}jGNAXyenF{WY)2etw4=+XQgI+4jO}|8ZkxOfQ1n8*XrE|^efy@zR+R4=O|DcV3_40ZI4}{d50$)@sBFzxS(Arf Ylqh9I?~U=g`=iDS+1vendf%sK`Jq5)UC4GVNpi5wuHx6^dm!{Es+y&no?U3Z6qe`F_ZV#G`a`KS-kkXUeV{tk334A-U($Pu;m4h nIYMe_exFaG^?%R1>J01b46*LtnfM{i)n?L$*fAk#_?`(l-c@t&ng^dbZ3p~Dv2Y62M)uhNzQ$4DR8$P6mFXw)RINfrALf`H*UNY WQxR=#I?6X#m#~)*2Hz8Md@+Z38q708urzpBuf=9GSKOD&k*tx!CjD_>93Ex+Et0)IXT&9!|aVS4x_RNV+;o3dL<>VE1IFOF} &L;OJKO&U-i>ZO`H&)txR=mprEBn5N_boH#d)A+B~% DNzdCDHsH@3AyoxX&-s+Gs+dYN%gcmt!9H)C`EjGGF`SG#|fgP&SgG*`LHg)OZp0|;ys~t!<;p)Zyz?+{;OiBIz4N2j6J2LEn J&4d{sZHfM&icqru&_VG8HUl({2inH_2g(uLDf6g82dv_5%EFMC4vbpH0RFBgqU4o3u~EK^)bgnm{1G~MRDL%@bbI?j1S^RyCLM0 !HUgEq+!;yiMh~<>sISI3?^Q9Wun+N(y)edfibs*FE*%VP%8_xh+TY>LJ>=mEYjCQsSWff8H|01Pj54(9T9zIpB61$*^ZL9 w2-C4eMapEao0knrcQG-RW>06IY>+R~^@)58}~XdoSmAFy9z=p2g5dGp@_H7sBvngj#fVinA!QEyP$Bl>tWxhH??! 1u#OWr917LlcjWKfu+WKKr@fJ{Cc6g3jG`bO28xoy>VQb&wIi_|5swdy~k*u-5={|Gx*kzqx4 VP$@r7iYU+zTJtZE5q7}tyl$VmD^U^&-i{~;ReJVS6)y?yn};BgsBL|U^r-MF=-CBJ6rS?651NLXZ{1qCox0Af?Jy;(aDL1374E32utMh>t<0BxY&?uRj8FNjM{|;|Rc&<|<4Cv)F_Ta@{wMZ5CPO`E#_ZO# $Rcr&9G2mMiEdQS#%`b}Z0@jV%2pgIg2gSaqOlxJq|>q-ByLzJBmcR>*b8BMw6mm#hOsSQgzG+};Vm;S WGAs~uS-LQIppQU&`~|CQQ=un4u{K4yX?Wwn}7v_1Bj8M`B-UeA=LmUcT1}|Jo*`eYC~A+ rS>H50^h)^z>9t-iy!_xRyv4|Zs14_bFDx=CN2e5`DRWan1eKWMi3 6D*a6YJE<3MM^nU_r)g^xuqqNY&zM0pLOT5JGLL!m*$cmJq#%#s(qFOGF78it(wr@5mb2600Y75Xa{Q8N>8JaF-4@!bq-LygQ=D+t`f5fnkU*m-cD4FauCEJat# Jig>ZP3lz-lXQfp9@oQULvVuu*Upr|Mi&Jwx3b1be?#?dk~i(+hP0mxlVqOoBrxtAQCL6LzRJE8)nQ(J1-0$2>iO<7W~qi~RdVLq np>yRQSQ~8(O2BqXt_Q99IK*NT>V!yNgSFH1C7X0ckHn@u83R;Y0gmO)9Mf|c4I76we>_rE8BsI&60tp1_=#cY!MzWuIBivXWhnJ p)b%aE*7c$_%0FfWYwhD&sefC%kyDF4hw+fCCt&nu2&266)TuRhBB8R$K#SWkQDK(Z#%Nqy-2+>q1QT35Z%m|prjs~R`}Mfd_f`d !UBK$RB(lMtzLGV>`h^~nYNBv$aM(e>{3urGd66q*uET$Uf-FX&6K+6e|E{R9{i>rkfyOHEk3WU-57&(VxTacs2KZTYU?#5n93<| ksWZ5*a7yE9qlmdO@;d9Vj?CDM*qvCarGLz8doRYjc$MbWGuH7_VFay7VQZ19^NcGgtLbOJ|KacrAuBoJ974^^O+IUtfys2keG+o G1l0QEaoBNYuOu}8DpFoGw2_??jJXf9>fEwxE-|Cvj4oK185lJ{PsnB;tjgQV=lgwHyRrC7-Dr_}+aCe5p;NhNJ`PLh2 %0qRxX!vrB279*Ps#U8zoF})+6tzSaM47K!Aa2Vdiyc!U @!LNV!|Sns+*~9r9`xPm0r>rjMZwIRxz(Ill|{?{-$?965w#*{n5hSs3Tjg?M&c9Oi8Yb0z=H}BUl mFNJcZs7Zno7`bL4BMe$hn?u3yTk5HJMF&x4)m91U*HX9bC<8?*@xwyN#!hSl&Q9XJ7O9vN=K%R+wq20-|KF2TM8blINcF`xMwcg 7!*54rYBFFJU*`V(8e9oW3eOFz_)BQxqMg65TeJ~{BU8xNJ!peTI+;{-Qsv$7g}H%_$IoH*t_o5mMx_ZY?veyvEXGI_+~Tehl+OX ><-<%Y1mM->%az8hj5#slx{5)P~NcJcj?$+r(rt|&G`O~JMY})@0@Adb;tJh-FDrrZFhgz&|P-h-5a*^j&ZuFJ+>= ?M&Z^X3^5t#$G;hthMN7>jR>?tnEl0oYtxZ9g_(rHJ{`<+FKD-mfKU41UAO=*aT;cPDZ 8Q<<<9!YLqKIic=%jS6OLc5qPCbFj?fP>+Hn@Ltmls7~Do!n0eFL#i-Q1G-R>#-7>Co?7eFNWX6dk*v!fV^h=(4cH-7JHXXU$=q%lS(R%7tyJXj0pQlje&d*>YW2 Pqyi*YaB6z>TVh^o;U+pb&6a!)I7}E$iRi3Ya$5tFsen^o(Yl}P6@i(L`pUpAWx4Bt!)#tKOK6G()M=#&-K^@Pd;?MG_ZWRq`%>qXg&FK(@pgVW<3R+T=@yEqe2XUk7}JI3;E$zs2lf7hlgMyYH%{`ewiuVySz#mg|vqW=D_`Xy0u*~T%YWX#^JmI#RwM{?B-e$z{ I+qT1Q&33mUEco!G~6J7Jom4&QaImIjLspzLHF=#IfwZ|*LKzxXDFw2oRRO_GhMg=rjXud2e6ZOY;6`(rk*<;_{mN6x(OF^>k<_|(>+(J>fXNfssI0S)@+U2I-Z*Ol_p)^I(IIQ~-%3>W ll%5NPbM}^Vu(5EaagfLfI)Kiywlu!!{ekWh-3`xHdRPU6KV?*YI118ousI#Xk$S;i8dMPDlIgYgL#484#djV?sRQAaVjH0Gt((N z?gW8>ve9crZ)%+%sJYX;pB&4IEaz5*0TxTCT~9a4_>rrmLUEHI@}$eNzlRTOP+XGS;ugKkk1`E fq346x-D_xve*0SyB5PA*q8Iu<9b`Y%+)55iEHT9{C($fTvegsqB^mGpgxtjm9(Ca;z+PtQZ&P_aIjjCtYTj-nQO$=h&N3dNv}a*f?RnEzAb5y?4kOHEHXGZU y(zPW`)BM==5zk|ZMnCs@UhRc6#>DrmR=JT%be$_A0=(4Tj!{q!}giyh;Evrml6%2nxpQdwt(%6g$U9KoTRAkbF3yOMCCcVV#rd~ EqscpHYJ`iD^fNti%idQf!#OJp!`5!kxm#7(vbeb#|z%W*UwU{yooM7?1@Ys>JZJ5O0Y=b>3Dh3{q&l$tADT4tv&d^?db%rKU>nI u4t7ZVf*3XHg95TsY&tDox?*LK6X@MZpPJj=@!*GqT}5erxfI#=PYtc>0x`f^Ol~(Yu4*E^W15nnwf~3?4$^~qMRS9+Nf@e+ZEN2 0=mWPUhlpdS(wFJ&p|f99-zhw(ujzBQpAf2r)j*!n*x0a9WzD^t}SPZ OhJ}>4wvpfyWa+w HZoX X>f1grSx1NQ?ltzDC3cf>C1MAkO-2hAoHxdUq&L7=#56*8{RF#W>h;y-2TT@ M~i}jMcw7^2L5Dpa%rKFxwn8BkiEyJBCdn6RD7B8xS>hVA6Dt}$B!P-)1t<1GXlDFilQ|v!Pq?H&GdPNDUW;l9m>+wq}7DhCO^wm *DD%Q{_0*d_Ho)Ve*HOTw)`Z#tnh$8Qg=cyB%G2M5B<1D{R#s;t?IrO8!u!zd&5vXqB-NUPTA+zH8rljM+u2O@^G9^YB&?w$L1zts(THW 0cNP+g5I0wqQSDS3HEwUVkGphMr=d2J=@8XNTSxzU>U74+Y^Z81OuD=Tg3(RImZR-{;xAVU{^7)mQy$R*y(tILIJF1Ts;P@3b%^> *pLXd^J2oQ2o#tz)EUSqkoRGY2OZM&KcpM+SpD|==TyFagpVo?%zDBfzT(FgdIVGn{1~90lbn=x&V_8!Ri@7kHrHiMepd7S Of(8L6&Vw45YipsoevKZB+>AQ%1KbE*~`(H1l(*Io8+_NBx~UFS%Yb2^enn*)l9$o(45q$(4-R`h*G?3W&L->-L3;{ahibM!XNm#VpDnEx~R-4ayK5RPN}32ft8`oo8VmW*0TAc5NnIYcrUS+NGZN_3W8hC^V@K>tVQ 36CXg#P2RsKgu+6DC?pn^%Y-;xGz=X7&~M7A(GU^ot)S>@GE_2H(E%4O>e8rpQL`duz1|c)poAXSS+#B4@kMD#Q>^k8@_E>&NQX8 j3iRvObTgO)kwizRBFPCJRo7p-8dU$_?d&M9s~s~6+bd}Xw%3d-?NPd$0qSM^;vJPS?hdcX%L8T3B4c?1?Wc~Cp5$b9jI&cQIA$3qd@%)10#9O#)~+fNW~1g>FX?tppyqn!d0M; v?zIDTap2dUoFnOim{vsaHkgO^q~p!tr3*uJ#tA0_WX+_fOuHBAhHFjaTA)M%JDq76I^f9lJoa8Q)J4fha1bKIDj6oQ@|?!F &RS)sa(sH}CZ>C1-mux_%kC&|4?K!#i=-zY8Y}rPtA28Vy;*cOdBIc0T fh)ve+;R^DJH8D+{mj@R?(i>$ZQZ8Hfnn9Kn4;f`>g*-LBH@bv{Fi@C8N9^fe~I8~9yZmrF7Xw$My(`vG WY~!|i?4GIwd85dD|ZgP)Ro)x{tmjmX%{cS(#5A+(J<`qq%+Sr@nD26L0ZCB^r?0iox?|3i#X4(mb`2j=A}Qpl=a}h;wPR`=k(Q` =z=@_d+xkcK1di3W}k5ExAOvFX&0ac&DrCT3=Dlrlyy}20>0D|81BLg`~x<~Ike{2uzq)A3wj2F;S|QW>il9CSM?)IhP2crD%rUC +Zwr@8h$B&{O#bex#7i-UH33)22WSsr`ntk+N@=J_a044Z$JNJi73z<^4pM?L3fw-<*;R+XiNLZC)ATm&B>aNmocKv(m~FD#vOe)E+hlIh-lpgW 9DDe!e55M~W(uD`9HI9B_TD!A0fIclZwS3b(u02d8Su2cXg$gdz1~`P(^p#+&e|6 KU{>25jXc(*-UQkXP|tQ^eG36xWRpLLF}?;OJ@(a9MU2!R4&1(82;i>Z%i>_BZetR))}mP~T^3x<7s^<4tHjzpxyGZi?^_U@VUh-W33((rKVwJi9xlsJvs$ri=pdoDij%iB)=A^8UcEMlnL!WRU&l~N;|x C$~vt!apn};R8Oj`~zo=?sWY^WWjBIlEnVRf9P`E{Q8v%hTaFd+(be6Hi!!UiR46bd-luod@;-;c*D8O*L7oC_`wCueISCqL}mCSubE}FLmxg2zm$0QVav0|8dSp{&(sBb(1@p?Vl&6EJ^b>Ufy7F~MxO@4wPm-nCCw~q|58EW}4#c>ob6&ja} i7t2z-p|`CTJ-4OboVJ=28e^$_=7j{uB^|9p7=e^lDO&+wnox`1Iqo*48Z|&jTwrJ8ndT~dpRyV=BJQ{GvA5BUCi^Y4De6Y8#-Sb MnBSjh+u^Gflp0ofS=sYez&~(4qrwmk`ei<`ML2V=**zCD1#YpwAWnxn8V8e=4~Eis~w64S+kWEc}nnr&C0WQK}_}VXs$j)eGt^O LZ?MlFGBuA#~4OPNgtt3YL_Zz4f6 1h1i^tPJXfjpLv)P!nT>oDXjdmv)L5aG)`SM>!BJ(Ma;bz|UCIScebmbMy(KwYpzdH9Emu^g9Ylw;M*Komq@lvDhG=-1jLB;sI8x gx2TkFVY=n9mBde45#mR_%-ABnp~ks`bzuF V4qd~%}cgDKGQb#Tp|Sni?K0KOe#7?+@off{IJS}DJ|LShE2`AYv$T3$`~^*$_IvzQMG1 xL~@+yz{n1p16@_eUM0Net$H6ii$}nNy*~{ipqCEquP8>RXzJ@CXL;wa8MOz8J~VUT|JWT^G;Cj5NIIM@}g8D{QZB2 sSBC?WTQCU(oe@200Y7H)&iX&^$9&Ey@Csmr&VwKN^$cCF8GH`W9X&9C`(&Z>D9NT%wtfRS_lKlpztUWVo Ab*1}6PzHy7O37;#siwB7@s1m30EsE2UtTGrI=@(W6ck+C0)qgAj7rzMiT1&eGmkP&xKX`dYPA)6sEm2oD~zRK7ZFUHr6xZrC$Y` 6|tsSh2l$c5h&-<)JEu@7F1+23b=?oWtfXn(uv#KIO&$cy~jb$+fIX4NYbFXoA#GecQIYNmOx~lFJHxLiR4_Q9&jj)-95{OP^3}t !`zyz=wqm#vNLhMX0dkiTw}_NSGN$gPa&1JV=vr9iCw+^#dLSy-{yOwjFaN)EcLLJR#m+a#vuG-nbB)KVgYadRRTPj;}sq4v{)og+=dnJaRkiS$)KQj?ureUFnXsol}}7P2Mvgu^G0BaZSd867ZZcoiRMd@|A6VSqbhU{y+mn76HAL-0lDAW_wLDWkm` )^hvf7BgQCw&Fq1zv0XMcCB38?&6oe>=gga>N|htR+4*^J+hB!h+j+U{Ee-Pylt~H{P{)2X}Xs1=mQ9< l%sF<>W>&oz|)R=t^Pi_%<^tG$cs&rD0g0S<~4_YAa`Cm!GK1@nqW)6%_Hsu%cHM+-uqx0J?I1II?RT1PDwFBGIDZLoDzy!+`nvm g{*6*V5)l_TN>F=TQ}NmV%s;F*4E|HeCsYpjfhn;ZuDO< c^0`nu=@UZMhUM*6M7kEkKwD)d>qP!Ck@7NA8_<&7IhS`mcDI6U1Tc18)i(wC-1TZOeXv4|7jUkqaGl(X?!DLC3Zn8a(w!+k>epA 7=DGL63t{y-ytU!VK;OXRM(Hh55P!mPib3{pm}*4MBB?dxS%L+D;=cvz@0;aU84u)e(dvt$SujJj5}rTy$%ZFP!EOMN4*n~ YlV{ya>tUCV~8T73|mHvwnfS3AZ)4N&6KfO5)B?a$}4Y;uKxi=Mt9Y)wgdjTWgD$6t<@+2fa|bgjj;(b1GfVfln#~sn%e6 +by9ZBI=le;!JShZDD%nHq~ANY4O|=U_#PY&}(6R(sAJu@Fa_wUl#d!D_KW#Dz_6B#MO6a1;(%T9j`*jw+T^7=kdiPc1q{d{0@11 O$?FvayPib;R<9x52st#oGm@faF{^{OBS%Ew9pU;Ng?kOcXKe%!c+wN>$-eRL|a4!RW}O~7?pTqO3GHDc!ngu$$kovuV`PJ%m^Ow rQjWLuFzz5A$!>)&-VULEBWaJ4!@vX4XrQ-38tYS#;z+vR>bg7cM^JF)?w^9VeJCHOM{z;{Qay2w^!fIl6})?y%jvVcx>&!{D5wS yC&INOF7b^?MU{P$S1$oo>GOBMV>sN?4N<8mvOp}uE#INjPk4ZkK;~wlqC!d>~}Z}Df9|p@?;#q*-GFN2iR*`+*MrEDc6K4cmg)N U5jfPL7{-;00DhSgk}oz)Ld->qMPqAv`s4?Q_)xa1LZpR0f%_W4k&j!bJkN8cF!iko)BKYWf7V@0C~}yrDwTpodGkDj*k&cYx3n~ 7mXRU`-l-9UQ-{?(vkL%^^fs)IHcSMq9hl00(rP3?h2TdHhFsW$I~+Bp7)Pl>?Y4ac;l3cwnSoZH`yP^Nu@9Iem-x-WxM8>uq5Dg Y@kF;32b0I{T^ZL@iY@hWYEfz!-0JEWM8pm$F}TV=RKEg*;6uoT>3`qLY1@R0rSS0hnio~fBwtA(P4qut%kgEY|#%Yuug;T?_R_r n7o;}Mum$(C@m>1I>l_83IRt#kQU%$b|VVkcmz0&{#Rk#a19IChA;x=^Q<`w0LySd10tzRVhsu>`*l=&xhsN>7s(z|^-_MhqRobV (-jS%53cf=`f}PpNubRnMiW3zJH?(cVbpuQ+mK;$IB)sI4dV%ffam}cP^=CJ2c&sjJdSKW65dlDZgp+N7tDfhCGYRG>n(es< yB!#E2#rbFW^kK0p+w%C>+W@7wu~7oMMhzXz9~ajNjN!1)Sm$Jh(FTiD7pXUY;GLo~0W~DI {9?vaj4dGDN9{Xoqd&a+G-$|j%gk)-^&K){vtEpGTkO}U`HIFmJ=V=5vK=KXBvqVsdWmM{c8aVn;pBN<6n~lw%SHeGT_MX-T6-9=693IEEgXT4MGdp@Tr;f7% SY_hUGm)y~enrNe{*M~vVFWB`=}LO0+9!H%&fc!s<^&*M%Nx;tP37pJOyX?4d%rzPA4;Xk4pCGm-V~2Tv#@;!voLl6CUFKF3$PH4 5b9x0X`-K;MS%N9o5V2q_A(h!swahL(Vqt i!c6h9l^xA`55*#jEbqxaMOlY=L8(msZtWpvO>Ili+mt+ae9^2pradyff;L?duYPfJ_(Wo69~h1zp@p2`%|+U9%<5#Wdq6$ %YGakh0jRws+aMP)^~ Y~nT;8Mll6!MVPUDh`r|c=xxS=iLRotvSJUS>`Gg$#dP=?^=tCP{IztJoA@IuunuR+=m87_lw=+;DN-ILPZe2&ZBb;A;N4BI=YQn av+?)F?DWyA|{W0V4)Mmw43xQq@E9vW%W2E2Sz(D!Cg{n#FGX0QsvVSw-~UPHn@hWO*mex+C)rpvsZj0Z<9kfZ@;enHv?CtJ7YWY fTC?e5-UE~nkqgaFiHQ|Mi44qxr>Rm_yN|1|DviX^B9&__gDDDG^_Bg-@t;dDWcV+aq|cWBaYP=j^xRbYZRD S9O9`8cwqh==3G4;M&CQ;UP!z*`+)eiPo*f-L-}9~sMP+KV4PNr=LLpH(R W}b&b%U>L%FvUh;A0uz6+S%@mAMVQw@!^X>3>^0zJV~eG2ifVeDZ4&sG0j{2jnO*78|l+`t6KAUvMO~%!IxAVg57-OEOA8s+VivQ >btjNj;N$pY9%>vh>1v0DGpdSP#f59Val($&7Pg&>k3zxbJRGddw ?!%I;19Ia@UBQPX7Cb%8%4A>8A|u_jZ;)4>PjUHXS3gi}uqs|7d*-?o-m^cDx~Vl}L?e7v6i6D-k!GR4a8m9jUzV>6O)nV&?S(ZM EkSeJ?Q^{nn~+CbVGz+bmsCfcbE-dokbF)@+MP6l*TPf^s6V=*M`lP|u2|Lq(e@_%=Zj}xpWOaFn-d*uQ|pkq`JmupzCZM0AsHgRSNH$)dDw0^P~g&v#` 5^pdYo;)Fra9xjSTACEvkt`4jB!X_l0iT(RiYs~%4_F~GKdl=W`s3p-;e4T-Sc_k=zh+KN8KjLp2`ov7SBaR~B>oo3WLGrmJTrLd n!w(4JkdxuyCoKaj^`vK=N3^KaLWk~to|&70m8dqrvmwoSw-?UaG&MW4#FY&9h^oX9WM>E6T+2?tzyI$U;f Z~?bIqEAf4BP4R4l%LD&EEj386n4~^Ym8EM2b@MzSBrYQ@J8JwB|G8UqG`1Et!;ZdmV@cGfT_j#iZ+hFE( hJSP$LrhT1LJQ`lT%K(j1e;8*evgG=x@}5vJNEPqBNT->4Og~30ge+7wT6^eH#vNOaOtqP)I?DKNRB^#MpyxfMSz@sq~#-wIM(ZP ^3CH5hW&MUw}tFo{0o@1b+(LC=Sww=g;QBpPANdpUSWG6zngl2=Z%w%N zM#gKUVVc4i9GsNfdT2VQHd7p2;BK{OFXDxkOEV 5fvv5`Iz=2EB15N{Sp2Wg;Y77x&pbDgC-PGq%4-yE^-&a+0_|AV;n6Mb29BF2T`a;%@<$1gu_qPMn!BW;}$a0EZL>k{MhlS=Tzp| U2(}T3Oj^>k#t~TK9{rYX!YyGFZq=o6;t>wk3cX(v!?-RjE2cko4ZUnyBAwTLsRDm4%UMqhZ)Wq!!EMq01ter?&8A~t*Zw5!ylUL n;-t9iRPzf*2I@l&Cs0Ul0;b>kVo>6QN>a+P`g$-SBE9Nlgiw384;mS&95QqbfBx<0TwayT@3JW>g8VJ7;565(d~JL;>XqA9EBNf e(9*Tb`6x8`KaWd-88xSJv!v!G42E#%)a~iz<0mseMi~cwf!YOCl6J)CQpiXAxmV$^AlB~QKx)2jf~1U)ThpP6tml#DFmE{_rARP E;qmdZ+Lzs;{2?JRL0%p@B#eqR-1s`ba_q&lHjf_kF>xYfdOoZo`4@c(Zohmq^1 n=IJ*x$XYm+67eOt`mZP-pdptt?PNe?ht)%6~B_ND0?9pEX#~08)yG0N%96XvxitY4J(qr#zYhOTT2*kiwiD!x~xvKVM-9Im#GnS 3cKIpaC<^zel7nqD|LZP$xykgu;_ZK0SqJ1blj0JFqqrF_AvNM-d-&u}<^P4-e9(c?~82!KI^uk^$Q#lG5S7Mosk%;9o&u V8av9Z3G%+|Bn;-r(OP_bjg&6l$ Q23pdjf#K&^dGlYOdnux&Y=FbR__Qei*yGX%74{Jg5_AnxgaT9^f8@c3`2}=4`1(MBD5ZKoYI_1K@(qLRS-+WsJ9L`kQObwop2wC IMMNJTv%x3!r!QngK$32x%$&U#i5WL?6f5;+@PGKoT5yGn@oYqyYgU=CV~8$h6rIKM*Q6fawC!AYFYsG x(Ef;(f6{O9A&r@%ykoDKVX?=mHISe+Ff+jJD7vqg^B|g`_k&M^woh?TZ$cV-Cx%$>;{GJcs098X)jLV}f?R~?t9k)Np; lAV%L`F9Xa;*%_#Tg4HW5REI0CW!uxHH1g#jgL%P(B9R8O8$RjF8w<}>fZ@cyQ^)Jg=~vljJd+B+6Id&kR#d)oJvb*>6(%@9Z~8!~!1VO8n%zA%{o)=ESF<4}ld>hT8Bfqw%O2#D?>Zk+^)R$$43z83;^et&6w1j7lfW v6rK3IY7cCXh18;UHq-*3bJ2X6nh*o9Fn0FIt|y-B^+HO{!RZ|9`Y%o@0IAn(*OG$(=Z9DRJmiNn;so)!-S}>+s=0<>iUlmq>}0E Dej}Ff=g9yn&l;S{UlpgHB{g*;&(&Z88)-X-NFil5bqBdi7#4?a|v{r%@4b2ysbdm;W3s+To52@T)fbINr@I4d#-9lXO}W=gX|6gyxE*y}9Vs*l?EN%5ea-=~je%$9mxeHrtMx$|7inHA-9lwdOgXvntp)(uX?z7-4To2*d-h&84ah|7B<=L_c6ABoY}66Q7*h#Ct?M%MxbC^qWDN7@k7CaM9L+DGP)YHc!E`;yd>JAS@7~`! DJrHo+@YA!&OCHEX5g_GU>)$-v%*Y`smZ)^!$rYU%ub*j7^(bBH5iph&oV|Y3+XkQIC+_ELpE0%AR6gi>%qZC7k- tf?UumA1HmH3o|^mvnj`02a|2Oss|3=`uk%SQ?;*W%T>Epb(Oc({{~$o39D O=YV$9SYPQzBI--o5AxeH+n^T8qwV)pHp0+5{Gx_S)L1qYOql;@@#gMye7SjLMTqXztO*QU+ug|-#$K0r25ka#N~47CKTtC9dbT& er(by>~^9^3?f8!!d^wSs4Gxx|9MtnrMgh1ZEUE!1ivF(gCJ)u~T=ce16YK8q-JJxSfu4ytYYFDx{#eF&02 U67yEYt58GXgYE9sZJT~hli)>aOu~TevhSG!oXPm4RzkRCZ6W2?_N>pL|{r$8r}iRC9(b`{O_{xX8{v{4PW+aojthvW6SkLHO+)7 5m<&va%|{gc?rAWtGt8BT?fYXf*cm^E2>lI8-KMVIRE;_*R~#9%~8W~&0}V+82g=TrNo2iGX`1i1|K@YK!m5zhUKa)j235BgVwqr A_}eW1p|?ftq;5r?_K-_r)wP-7zr^zionPTFz!q%^PeG193491b=b8ZJc5Lhosgfze)U=5!~AHR0OMUhcK%2sbrTR_->#{9R#douIIt2*rgvyYh=;{xv|)-TJIx|Sgjq_C!X^6C5p@kK;|)6?EO>@VDrD6mpAojK3xtexQg~A> 5Ae-5-^}6?0h5X5<;^DafXF6$foj4AN$vO^L6Fixe{{ZDpqET6^+plB^8L?ezf6&zVnt=}V7AI^k&zd*r6(!j*S*7sIR1b91-!up ;Tl8naC_e{1*eTfh}ak01n{t;Ex9*?1jtbp`i#2#$6w6i+(MR7F}cA!2K({xJZc8chQN+YO}Zdir)X>s(pAl;V+@5CG@Jbhi&Udu T2u1tm`Bz^4{psRUm^%Xo#S7P&%EO-*qV=|spV}nadc**eM^f5i9#Yz|6rPMy2Y&Yac<#uv_4djYFxpRsYcIb^u3ZYp?#CZL-ra0 pW0BHf>ElSj4ZPW>;dSk6OY=?4o%UHykNMRFe8fKr60qiyTE5uk6hix)#&-d(FY$v2xWqZ)lk{d1Qy>zuA>HIG__P^KwxXe=+*Wr z4!}9olmp$pc+%3tW1_5Kh8{#?KLyy67lq$*iQEWWWEuNV!?)43I<{(#M~gEoC-M&Xn0kY7BAnfUOwSW6Tpi+^Iv_aqN=yTr86Ds8xrN+4QzlcsDT@#~Tx)3vwd GPmxohgaX878hZGpiONgg(SKe^e-gp#B$BCJua&(d|Q;pUZ+~&S6Bu5Zw<4X0%sJGD*cRzm!hwSscNW6BeODN8QWk|D=41qJ{bSIjTQr##1`#N=}vL&h*Z iJvmGev_gHLW`{AcIyk|Xq~{A*kc>EzGrvI1@OnMMGdh3g3j=Ks&$Q_EKft)<9%RI4fP5jPn*_tLB1x4FjEL)n6U7zE?MmTX62V!=M*qL!~=(Qu^$s)mwUprCHK {(Rgq)3u!BKC*;l^_W(I*ocFpgC{g4!ZhK|;IU&jI-7fEF#Gpl4oU~E8X!%VBqmOgbV+2v3#@_R?v#z5$prIUo1B^+5w1bl6MYuC 3z1xNw%bF=>Ff_>UpSznVf>_%Y#!Rbt!b9W`q+uSX30N(ag3Jb#j+|ED-t!sK6IR6+&f)JIN=9;|8 {M$ys7{z*`%Y$0YJTL-Qm-N_WD1A4S4BiVi`PC;!vSxf^`j+-PudBHy_|PG#?JIvC?mHN>drc$l@zO}%DCJv%x~A1%q&c?2t! n(tL}8aZ3gxXNg^uRB=Q94Z4_cjH6l>N|I;u&;EJGiB)UXnrsTNm1H%(JZMnf!4PYOYhpua85O5%2Uk&m77YPhN)!2S2$8q5_vsY +17#KiGSZ=eHvA(Lc=rU@Y5uCD=pT$tOwrfDI28_z^a{04PyzcWn+oY;ReE!$Uvves)L=6`JOPd!?HI#0fLz9aqcjgqL!RbmGr`E P+kwkmc2O*r3lsYrOj4N3;A`aV&G;wxCWH{I8<}x$Df9lQsc`bR7RtQ)7Ovg1FOaT=xO-4ks}Xsxz#4UJj?cM3YOxe;U8&$J K4s>)i43YI(!^y(uiJ6yOQ%ywc6H@XUDdw)|$+^PNF)9y}lOCzI-L*Gv7J}5^NF8 nSW)eIS+4rX+g8F*tnumUvJcG)NS^W-46TPz%;ngk};4Q;-oI5@!>7mB|6|UoV>{dx62onU~c}Xn4`;j?>=f3mILfAbXZF-n;3$_Y<7nUI>+*c#Mb;roAE?tfwN)*4{U8`LX|M9r@vg1uC*@hEVlJfn3){ 0&Zu3a8J5?NIc)98eETJHza3B5!tchAXM7U(hLReXEa)uamJh&IVWzk;vAf-!>)@@59(w{TQb^ObeUg$KTE$Ls2pPaV-SD8x&N{q eh|`>LVV$dZmDxBZdn*RDf+YM$m+xvTuERB!{d8Y`ae1B&+!$}QJjU&eoh&anh0&tf-b0kbmJQmw#fW(&K)V5a|z5? WnFxoKFXvZc0{zJl%gf#*x#wn@fg9nppOkF1>0$NGC{{IrKV?UM&!}f3r cc=v?n9{TC>%tVD8>pO_{_uwz?GJyVZB9#vSvPx!l;vEr_DV{+^sl)Mv@bzDV#S6shPGROU~%PO%A4vI`1Z~{ary>Wc1TdGW8XRv p<)LT-8M~&W;s&n?iKf^E;2~Znhzl(DXe19@FUsOt)p2bOHpelDIdTV$nLqV<_`CweHURzKnE>fD%(wsCGxne!*VHoLC3jt^LNX7ardxTdoy1&OP@%L)Tz; OYF1BdK$7ax(1{ne5j<`fQ2c{*B??be^t9jzVg9bjc&=Wh(Sb#5%Wj|dTM+W%X4X3Pl17Q>at#; >Z)iD!u<@a0_`M}P|@t)-}TBnc$hmCU%IIEDiM;rv8Sl$31dcuP6Emomt=)f&CfX%>I$$CHUs8;j%U#MrK%As{!{$hu)}15ky+3u G{WEH@i3cbz@tXFK$YC2{wYJeGJjPd1l`hPehK1HIhB*5vf3)_nxM?cmRRl%vlVmP;Sk}U{Y6vK-`iT&C_vpTc4K3irTgZ&a73a5 gC++E)1`847O74LS9C>K^a_f%^!n!AmteNo4AhntO1+CEC(mh67l+krno4<5X>7^ii^cF3KK{=0Z4l)d^Vt(YN{5gPeq3}HTZjou ae+P22cvZ1yd;AJz0oF2eXBNXVbiRH>c`%6TA8XTr5Gm%D4;A!HxcP8EA7Ib5JQ ?fv%Z_s9D$p6ne*eokY99(V1dWo5PFT#ZGxT`vW7V(zcb1zMG0y|bWlE>topLgtbyPe8VZp$Lk~qXtqVq6*%b*}zcBZei@9z~zm0 qg#X6=-v>L$nzl|VYggmJ~v#T(cCcTcuMdRgsh0ikc}QL!KMJ=l4+>*K0TrxoEa|6vH!cN)it)hCUu9jLCmPEyJyt2H;2W8d*`Jc%HHANah lq7^BLe#k@J&PM3phOdYma&?7r1*yHK`VE(j$XpFtpb4$W1>7Ov#xAu5Y<$NJBuA7>oVOjS$WyB1vx_XHx%$akaD)*<`=0#eBWSqmuNcFLkNz+Ul$?d$tjwa;U5@aUeSnPF!X1)$2PF qeY=J5SI>-4k>XwaYS>NTs~U35*>@wfq5U`uLX^OGpLsOC5&N0J}l-Nh&{TJ&7JZPp-a92gKbm_9i#h*k#EuLz#<4rvJH2ls1wR0 s!U62mMl$s#tEV-k;oX8j;dFJr=2QuX>5uhg}mjokZhV5iOrK7rNH5@Waa}45$2Zc-ntd1l`t*CEyK2=nsV!ZB2ftlMA$%}wWCM6 {p3FX!QN^8y(JbS%(51D3HLd8sn~pf#T?}qY&gUAX4r9qT&iG_i`|=jy=PO19zWZ80B!ez&dJ%K)J7dOHpz#aTq>p(Y6zmj<-WGy+lw6q%!o2r-X!cs(OzvSU|0ZwWIhB+rKItx-O`{_pD< ^)_S7ldE>EGDE4gzsE@Q?2f0sa^b=hLEK85!(ixs+XEf;g*q}AK`vnk#FHR6dJ4yYDok+VpN|kB(z!VcPlpmExLmj+bi0NEIKuvD 7tjbAzacp=L;w-}xenZbl6E1WPqq_YEh}-l2e@^?pu_f4$|X^?h2Z 2$W}>gP^udc-O=D=7Hr+U|A*|R`9Qw$4hyZ;eD~2?Dml5aLj_)tfwyYqqs7tMSjsZ_D;d4XpeaoTbLH4JirHOd9P%>|;dNVUUrI#>mM qD1J-K&EBj;l+Sz5xKFQ3TFn-)NJFG1>KXw0T=bu5;8k*)PdrWoW?*UZ87}T(Hhlp!%m@9m)||v1ABoY&o;YZZ;;Euw#}}U2Dg}@ (X}h&i+f^#6t#HuJst+3u7&(fBX~uo1l8LC9p+VWD&$SmHGYm)S07G`k|nc|x^ew4M%s+CNVe{tig@l2?nV$QEncLYM0B`u!7*+X 9yX^?|4AVgg4D+)Aq}F+IZ%v+1Q!0WtVvIF(}FM1^?qO1Zr09&i(3kuqAA0&Hw@INeN`0ycopb{KZcLV=pU*iwSp8FX;?A&%A @BI81;V-O)=zrzEcW(dFoloD~{`6O$c7EvxK>f{Ye|_mXemPJX27h@8Khd!D!zyo*-^Nbi7!4=@#iT>UXR-Wp?P8e6XXU4}Uub+E ZJ|Xzm*zMH7rl!Enn3CUPKEl_E@+IGxDE*Jj`Ey=1aF;Vzn%K}kRyaL$mYpTW})rCB9)~EFl!K9Tt3Jtnkl))s=4Yjt^#kY+E~R$ o??NxcUPj1=Ng;CSYS6|qn4pZE@1ZRIL1OUhL~S)i2V`ORS?T(a#9a4@dU~pnz_3e{akdD-6eg%tfrhR47_EdkV)etegrRx%vy~B h~t8`GL=7^M|`kBQ?^oCr^^OuQyt?bDf|r8bSOJQZ18|MSGgt;XK;*Yu?iM;pco&?nKG;1S|tJrcyrn7hm?FE8uUA&c9sXlS;x`+ ucN)^U$8wKjprvBiD|axHw=A^`ch}f|9#+5k~b9YCl!NF@xYHX4fHD|YK_1LHMogqTU5Ayv%7uabXPXWUD-5u 6ON*GIXJph8Z8nD@mTp|n-{J8ji1`(NeD8p54f`taXa0}(IN@v*9+XU2hn8F2?yr0+b>2;2RAVHcqd6RuQ<)$r(5r6jaQ5J+sV84UBqPf1b8R=;@$h?{{c`-0|XQR00000PiBTt000000000000000761SMY;R*>Y-KNK buUaqUrj|*Q$a^XQ!h|U0|XQR000O8PiBTtbxi?a9;yHUcKHDSF8}}lY;R*>Y-KNKbuUaqUrj|*Q$a^XQ!jF1aA{;MaApbt|V^~l8}%I#6}9z`rwuiB41#@AS@XJNiZYrNLsYoUGMB#mW?5Va2ad^Hb=OP0poCkG2wW_ ;c(v&?r?-~pTQjF=3iC6>Y1L^%9w=r|9s!~yn4K@nV!D8y1J^my87wwe(gku{(e2kaehMZ-5)#7AzyQxySH`Z@AjP?=W&8}5PTxx I7@eNoMMgR9K5UJY)$WP@9sFm2@c-Fak?pd+MbTHF}<(a%W+cl{?HW1IfmYAraI1p^uAzk#~DLqdHYfsl<(QUah%Tx_Wagy{!B2t zvH|}aPV};d5qu&2RP0UivI$^+xb21I8Rf44-@>5-dA)u&i3?vNvGqyN$)RqInG}RKAdr!?+`roK*#wm!HWoPPVfeTn-P3YVWQh{ enikExGBL#g4+|^o8Zq0E>L(G!FqxZ65NE~=LCO7aFZ;hCAdAoUl81fV3Ocmf-?vnMX;9OM+7$@xJ8fS{1?GtJt%j459+sn57N)* K{+Q8`~ksLJ*ejs`u-uo?-BfV4sbBRA9B5Os80*Q?Fa@0X^5OZ<&f^Z9P-~Fk9H0x_zi-S32sbqD#7&$`UJnp^~j@Mv-4=r{5;A# Mc*&h_BIJK9`qYBUObDTN!eerC^Y2tC9mtDA@2`1_LX#~GT@ce@ahk5?Yb)07@ed%CF8a(w-$N4?aGy1QQ-XACUFui~84~|3soLA|; UlGh7?l@yP{o%mdcLFT@r!d|efqwbHkqG| *G*uR8|y-tSoIYsT|q(f{WWBvR{Ka;%Quu^5m03AXWkKNk2fdcNa4LeQI!@^)AN d>OX@_%VUtFL@p>zxc(yK+emOnf<23n|FT7>|HX??kLwqq{dX?H e0yOL>h<9wtOws;47kH$z7II}z=uISKgo)06PN%}MC@Jx{{876{T(?93rJncJ=5KRg-Zxy8v?&xW3idhT^H=*m7Pqdr|Hqo3xSjP@-& 8RL8M$-tAppN#Q%gCH&8&Q>&dvj`qea3sOcP62*2{t@+_{YR_|rx5%T!K(<;lIvIn1;mmU|9+#g3yt?lkwEyvQfCtYJ+=k#Q=YUVxY$?Wn+*07rZcEYby_X_=TElZok-l#!(*15J@cF!@7`MMHMf+c0iu^Y^7yUBs T;OBRxyY}NU^BtPH2iPpqFe6;_F^O5f2^O5gk=YyU-ukqg2@We8-cSC~2 k~-gChVqNcfbWMbL%f@oVV>Tz4CD2TzCX7N^YPtfm_Hj|0Q}kF0*vE+7XZ(C70$Z=_;AJr$mgC5K)>$40PTI`0<`Cu3(&vMD}0UM mIPN5{58QJFUPpfT#of=F~M_qz7d>Aa3oE--x2)%pRi63x)Ahr!iAV$%Lv}Y{e24J9!*0LVvVgOmm*# 2?SRV{NW{N=RKETp1n#i%XoAt>V3?m=-(4AMY>Z75-Z`jmnmO)8Rp-`mtoxQxeV*WyO$x~jV?$3Zgn~6&BV)fJ`lWw`|EP_+u>IL {})^VygK6wgfF`S{e0OKSXZwkNTQ1KsD9t_O0;*_m1zG+g_9IcyAt{N8ZUn(+BKWt1cHYW+=1Y2SE3y56#hPF1>Tb@(2pCgz_|Wc zyE9n${(@2^Ocx?+pa|V{Z?YU=B-q^O7Li!mv5{Df7nYx-7tdh{26@JFRnp9HeLg~8L#gjUW4`yx)$YcdM(=BK=2SA?`st= _50th#e8}3TD1T5Ymv`;*J6Hrel5mn%j?kI5!YcHw!aSRMdNiyzd+&Q>mYBOs_)lahyK0cI^fg&*P;H;TnBpd-gTIFn_Q1^+4g#j -|p9AT&EKx*4XK|9{K#^den0@!CI=w$Jc}J{KXBR_X}Jgq#IF>U*Cv&&Ak!xWs$;*Z$$sy b|dE3vo~VizIP+)x%Ew`*TkEU-?W?1Z<(7g50AeIvb%|HJNerEWsNH^tHjLU7eBHtHp1s-m28~9}RHniuk+wlFQ+tB~l--hvDbsO4oFTp7UU%L(K%$VCD-z+3Z qOtRXJJ3&u-=XyB4&>wBsr2Da^w+REQGU~%_&${&u>j6*?nHT?+zGzq8+U2^yHKyDyD)D%?*bn7-i7whz6weJDO$g58{0Sbz{c%6Wsq+EInU6dG`u(#9iI*gpe^A%Y 2f-gc@*w!KEgnModp`s|?u3WH4?RF|2I1QVe?xyC{4nr;>BFeUT@Ryuk3Wog{_?}SE; k3tTue-!CXeH7#W^rN8j|9BMmz2Rf%hx*4*-{Azi2=?gvBaf-x;BoNRdp(Z%e>_3z8t2N#(T+bnLFH1rmMgsRN$_Eh{vG9i{VA+h lL!uH{C^7b@usK14{Y%?-kYDs`xQ?EKc68;Q^MK!8KNW9fXAN!o^SFT=J~Il13vx!IjkFJJqJ1YQ-ZAocm5~%mD35%WIQFf7mwTX kiTwv9_z^S&x21~{{`UPuU^17Hot)JIqU`SH5a}Bdbaun@EOBiB-xVS884!oZ@mOO@d=V>?_BZ{_?+!uMn8P`GRhhK3h<@)3gnp^ 2(s$)N3S|gnc$wULXUULtC$ztzlQNR>NSkpUta^h{PQ*N6>qvVpsRm)9rNPc*MTqBybk*E*Vi%s?|B{b_odf? f1eZd32yWT1GJVP4$+9`NDa_b|Sjz7IL>sQ1y2e|sP4 -+dqWwf-8=u>;m1{Gc@|SFb^TUbF^$>0b#><9=F$a+^Ouy2l8<%lUl(e1GLbjK_~YLVs=j5ypG3k1#HUk1*d3`3QJ%?nj`1?|p>v {^rLNhu{xC#yWQN#~82AKE^!HeFAzOd;)yi=u^z6@t*>pdOpRt&G{7N9r`KO*W*6Lyg&a_wDa~)(ZA1pit=Cm6nOXPr&ynopMhWg &Sx0cc?9<%_~2*2m#sbr{?Ged`N+?~cRc$!%6s{9l>gc1=>H9!gtO4$xsnk6{S|^dK3*ar>+8J)nQs5QCL#KoiwLrwZM#7U!HYi= WWHzw32$7liwRCAIOOXIY3~sPnI0TVkjMX0g1;af{}e%{D~WF=guYE6cs#-D37$=Gk8dS}UcE(-=}AKp{dX2YS?|_IyP65|ylNrH<8ZLT Bi2X%ELb1yT)aNo_eX_i>-S~rqkb1__)1Ox-x_|4roUIiAJX?H_4~8yqg}6P_&fUk0YR1%YBoSQ>k(u=dV>v6&H)6O|L7#h>tvtC o3{bdAGZP0pSl6cJyXNaC&+kw*#>C$Z5nU&2B^>bn$PE2&et~t++ah*`>zf0eUlB5-%s`XmK!2{iXhY5?FsUFw>!aJ!l#1?-pKiH lyIJ<_p3KfIQP>4obsK7GmPFd-%H5;)~Vl5IG0lRy|kEa!RdZP_)hQV{5avJ9$Ny7;rIh-~8dzm29 sjqDdyxxK!)A!K?dELkoWcqQg!dnS4y?uFGjKlY~O9&m>il9rdl_1mGGC`&*ClX}7`5c109@lM;d9v5`m^ah6N4dfFsNZ~oOefFY 9{qm{L8ixRwnsfT-U0Db3U?vMbf;|x%*RD3!MpuEN%6T*M(u_M}l$c`BQ({@C?&e;)oaoLW*yK4zDJ-b=oAJ`H2 @wmo+b4S$s6N1b)Z`_D}*|ZVyM>Hb8#zu_8_(sg%y&EwO3mZWvuF!b@-H3c|)9{BIQO{=^(Z8P%|M#5{dmFGqo%Z959%KVcN|>D2Efjep1}^zTulFrQB!h4L@f_&1C~{&$bU{Ckoh ^9lbTD0-UF3E8KZNRau+T}Gon%cGJ1p`(>Pj7I+)HyZh#IU48^^WH)!M`(p ?}hbX{V54qN6#S0{M0K1nZFp?l5j>5oZNzP=MiMR)?+Pb-;u4Dzo!vAjo?GAh@YQ|{=A4F%ZpbLWIg*&_D-%-?xO9+4d @-&S9*Y`;{#OgWU-v|BljeQfspKP=*#{1xXfu9Ta#kzGF!OM7l5M)03to;(gKYG6g{vY{k$b9yvKIrDK4zxepf%tPeFg}Yq(C)K4F#fAMF#c_w=+B@Ne96I`I&V9XZeAz)?c`3KubrUV S9Bu(+dGxcY4|6dz^Ctaq5fNU;eA{e#v|Q@em}Ge?Kr&)>(I4bDDR&Hc|Yf0U6>zJGpOIv4C;GH2J6fX8PLb)Gbrcv4Cve^8RWa! fk-!sAnUVtJ`nhMDM6Mat~n5V*+$(7XEDJey3s$IW)rdx){_PPU6Dn;4->qW;F>Jv{S`e4(JwUSu-=t(n3v0Pz>AIY36aM~!FRi1wXQ1btjuM8EvGi2itrAj{8h6oFsc1Q?&g1N7r*0r=C4 0?eZajMGDNFuz}!gYQ2(2<1&V2<wwn2Y(m%Uq1tZ|0)D)8_(j3v)3}i|3*rFH`v3T$KC0gTZ$UA;@y}goDAC^c}2n%)zM75eK6_#~+M#opLbxVadVB ??QrXhw;?G7}uslz}M`52-dTwhwbCPWYMFu?@drTrf9w>%8=e)eG)_r-@{e3l%ha_C`LkB9t$)^mbc f;TWe9gg|7tK`%&NzRv(4=@rR=mV*hsD(J1HO c^Lnr=i&XVc_{Z!^Dtg3=K(LSA;@~ex8?zV_c;drzyC29-wuVd6)sSC&M_FrmB%38+X=G1^>4>OJ|A~1%2|3W#_xQ6zgXdA$6~y% JQm~n=VQ^&Hz~aLSm4Ez$Le}MANW3EKKf_ceAJ_FKH52dKJr;QAN9XzKJa$MeDDvq%?I8(3jn{p0Oh+2(9eSx0B_O@FrT{?Abl@E wlA8u0P}a_g;=k~EQG#c?}Z4TyAbp1qJ_xs8G<(xK5cef!a0cE|8YFl>-|qaea}1r^Kb>hX9(V`@8>K+J1<)VIp*O-p#SeJf*iHQ V$i!kEk^&}vKamQ=wi%^rx&CDUS15k_nyYv>_p^0>_qhc7=o-PY&sF?mg)D)PeeOz(D2nKVqSl8BKl*)lhFU}Nx;XkCtAjsA^sVsfeu`K8uSBy I}LQ^^V2YoHai{jyYY04(0RYv@=j%?-}TiGYPUj_3|@N&Q52dp8KDP_(z=y`hNjIwpaP=Ow9M< S?K?F&q9CgcXmSdkqT!+-|+s~=;z!y31=?B}7tAJ18a{`<=^;LRfhU*P!5KyU860OR@a1?Y$GF9%<+?Q+yJSPnd#w;b)9zZ~%|U5@$m)^gzC W`9b^e(qibZz1>qLEZ;G`9jdy-7f;2C|-nio_`V6%WD-rbP?vk>-zos7XvTqE=IYn7lR*}c`^9Ci#7Z%f(HJ1q|7n73m-50D;OEC)iFNMaE5Rq;OOW?nwpc;(CgIzmD}Yz~uf#YkT#0(!w-W7oY9;XM^_A$y?_G`jYOjV|IqPbabJf-8 kGHRe{xOs)U`w8;C+jbA3e~xrC_z}VB4=3cj!G4bb-;RA0{ju;-(51&71-<#;QOFNlJ_fn! z{jwTU-KB`>kkx;eH?V**vGNnz418G|L6(e=PplRJWnCWcB*Th!2CJxNx-w7#CTrvB=Go}CqZ|<_IJpGoBtjC{-?iVK0N<-;N6d( 0>13_6w0~vDd5`=o<{oCr?Ib6d>ZrNnWr)D63>91Z}trOzv&s&`!@vH9^xp17xMT#1N=MrS&|E>zyACz=JhB4z(x6;YH}Je)l5M|M^AGv%B^Ep%*c~UV0IF!u4Lly14aA =->Tb!n&M!33zqTOQ0w7Ucx@p2`>S^fBG`;_|TU@H~;lA@GAWZ*44kf0)F!TSAgG-zXE>aomW6NzWFNJalot4pS|@e@;mi4=z+fV I?CJob@2KBAh?Xj=MBuKAHSIpJCGCJgq%L&Ev(BozlC*nhks$*#w+Y3xFe0ryng|Y|N1ug*W2C(KHdE`>iej|XWvGDyrSPfcpLpa Xf?vWy&CQO*=q0~!&hTI?7SLy(777zK1$=Aqi}_$zjd|BGpjK^&#p#2Us{cMl6)s2`{=Fjp#4t~yp&+>UCi6f-UGig?LGbe9_UZ* eYEf9_dzFac^~8W;rl4>8*9++@2=5(oHYplslr+f-&)^yT!a1?uW<4j(3!p0fZsnr-_x2dr|C)>e#jcM@8~rcm*X_u>H7WbHK6Bz ((m8>0Ca1!55Na(_W|m==Ld-2`hm))AD}*MA7EU%KfwH)^#S^4k*2%*1LXU_2dKwW`u_X}sPDft{C$O=et`Oa?L*-G#vfwbHu(_v TlXR6*O(8XKRuTJb8tqB|9(fm=Nvs-Mc=kb@LsIr{G1?(n$A;B{O@i`M@yQsnx6MbU@zX)ylAO%Ue)}c*RYo~-G4i<(_@)CO}~H8 ^J^3*px-7nunFP6p$XXW@E`LjSJCfB^u3*aJRkO^ABiT8Prp6scRq!Go$9;6AlNf7uYZ%)VJZDKpzr%9;%!)=u(JlX1~cjV)`Jk1 qi15pWpD0iP4^z}<5Ar2)?hDxCyKj+w(n{_)5dmb^joN5OElff3D`VrNbtWCuv6kagco?nby9D<4`H#=x{7dtChamG|XX<-i<2+Bl2^97%4c|lS{7r%#+|PqxXLq&6pQ7=OAh-{GyN#X?r|0!4 ?*0T1tbtt?({x@>9@ljLtbyGK|4p*SfN3AwJ)EoM@|r^|yYoYe|1!rV$o&6&YwVh9U{i89g&juEe;_!P>e4z0wha8oyae+hJ2MYR aYhb`(yylX&$J!HraAXGuoWT}TX?lU=re?d@jjIGK7`&6(lj?|*jP$eM`24e{3n$E=Ly(${D#+g`VFUVyhr_!)@dv~e@f3=QruVRot8XjO~st4r}y#n +l}JxLciB|?os&S1nh74uT{$=R@>Qx^4g1jo6?W>x%kW`+iAQ&ajxe1V&%>2;&LtT0)?WBq`1VMJFi)Bd9UPRtDiO;g!5+aQ5cDC &Yk*=b#ab9lStt#BDkHt^FCFVroWzkhiEvTADye^e?(#1&~Iu*KbXJ&;=Msl_YHzSqxWSzR~6qz(Q^|$6M1$>l$SGZr)YfU7l|!) +BNTQ42tLdD+>Qx4eWm%tNg9#`C|(IJ^k`lAJisb17`l-RG6fEYq@_k?idZ)z|L$W!Cz3Ecj);(`Vo8TOdAASM*cfEfpZG{ _uCrSay2kbX4*#YKPLEu=FfJ^4fNZbe%H|ZILhY=f|IpbH`iu?jz>AIp7w=D6PK!?M-C-{JbuZ)y!}d*9Y?`_{mA>Y*B(P2#_eDBc=+zl(k(qByq^TtUAC {r*Jn8BNP)pD(B1M15x&`j_;)MGejwwo=?r2%bgnTQWVO-_7*Q$0J#fvvm#Z&92pQd$oNmOTMdlUP58V>oe~e+@64~BmbR}fZZ>j tzN_52f@yg|CTtgb<8JVQ+b^O+dP(6POiZ@yA$a5XL{a`;FT1QW#jGy+jTk4_bIPaxh$?P{ZjNkh<>ccJCWXB(z>2(_4lu>{x*Mm Q`lP?_xtqh)9)GP32I=|%X(I}IpwqI_giDX13feEJ#i37!1bE&PJ3X_~*3!qJ+~rWEI|37i3CxtjO-PPOXDJmB{X&7$z# D8I|~eYD1Vgy53|Z>WLoX+7Kj(DNA-?^(^KL2>d98K)IsN9*^VjM3sMe*)femR7h3%VwecvA3=QTKc+gAhIa-g`9e$y&eV^!_OQb{_=$Oa5c|eybXs2h9=u4$pxE>@`Wu5IJih&lAmq<+3RW*iZhJ;7p4DH-hiz_upu~XVdQ_4I4TLcEf+A xDW8$t)Txbt3R!E{f>rBruWNgU{}n4Kc(j*>31pjA^m=#@map+v$`bOIJZ(5>-8R?=Z)z1V|w40%D$Uvzvgoq(+7HIy?IjWL1LZk AFwSd%M<5n-n&uwPw4rllt&xEw1)qn27VA&)?+)A^C{i|37i4DM9aA=A=@O*we(x4Vb@aJkqOu~A4|`}tbVAs#`Wtp@YBG5td~5X MvfH8-{y+bKU8?3)sJ(mJibQXcV}8fzj6ZhwEV|C|ec%U_|K~NZN#;M+8NN=xsTBWGt@n}ie!Z5%w!N$9c_&^+DbCLH+eN?qSj!kx1K$=$ P&n^7*73Sa@BdBV_gUldu>+fG^Y0-4bBDdS$#RL $F#I!jvPntqbSV@1YP>A)bF<_l-KX*_gDgF7G_&{Uc~Dlue0=RXbo(Q`R_ri>|H6ZkLmpz37j?Hzn3WP V0!N$$aa+M3uHC@UaeSf*oLx3^V)@Zy9E4}{NBp{efl-=e5JG})!>{(r+#N!v7IUGFWg@KX665)KELk3CkpGwidMe7kMgn=KSkfX 8k`$>U&Fg9`k42A*{*b)em{)9FLz-3zo;Uv{dc3r_bASeynYj$%WIN;Kaa;efioe$qTjcf4qE9iQ23$d!+R88v+BMB)oDDvAE)ov CD;bsk-h74>DQ}qw@u(&0{ebpJrM6zm8^PCpy!7i_(=E{J>Q|}E~eib^v*VJ+frF~(({M(`wP9#qBsla_k032|MzQ}>GXbj4bDZG zc%`fVg7=C@6q!=5;zB7|4pF$ze(R8)OS9Aw#v}e1pLhK->wukhRa~QW1MGw1i@c3|G;(AG_3zUT=V*#h8nf83n?agGfu2(4dUeWbR ZmG+6+w!GSzK2usTW=bP@21N|sS!1~gT6?0V);{ExoqA`r`)C-Me}l& W%{%|Q*5Uw+Cx6a=^YJpcuc^-|iwtE? txfwgGwoauSBt}F=)6w97-j8cgFKb&72CTccQc^nfIF;TKWWUi{4CCtKWFp3)S+3wqht`M$~X-?w5?s`p0*sdIFRbJQ8!RB>R433 b7y+Rj9=>G%-f3@8oZ3xm>iYQj!BNnX2y(a8#6hd&U6TRQU|qWdi=&wL)*r6cjR&|0pb^?=g&=-{a9=F!R$Y--{G{AMKQA4S6riSCX{Pu2YQcH;jJFFc~nW%ypD&H$|tPUPGgO0I$CQ`(l XBsF;%QTrgG`OCIq&-`f8v3(JH0`KI;yFw(!B!TUddt8{6rx9&s7a|SBdFF{%$E!9fd#))kh$pfx|trrCZaD~=VT@ql)PNK-@nps E8#4PEOg~5D~didllJrRsN)4&5s#~65K6I_A0>GpG*zQwKy_pgwx~cF^v8frKrqpM<=G)wH`84{8rg=$n^}QfN)$nsdObKt$N{U8vw2i72_%xwt`1*}kgjz{$ a}QIJpxoAx&!#Cijw&;PF@T~^$^ijs*(wL6qD=F8A`(41|J*KbCJ{v%F>aNqZgR+sa=tXOrBw9&5}tX{%hJr(+1pbuMRB6Q&-(35 bD}Qw+VW-Tw@$wl%h=VNcczSU?pSZO=M@ps=q9Ph3S%bb%hV@?@X`T+Kch@5l23FjTQ->+vcd&)`PqW>sTTy9PMUGK45dKp`FkH{ XLVx|{TQc#2D3Ru+Uw)7YNYjxNKp_DG!fW*Pk}~|8mj9d2F>e>Ps5f{o>#UU5oW)Ltb$Ar)wsy@sVJ)6ZKIB&b)JT(==b=XMkgSa 2PV2D!fJVQlZ1zzMXyH)aQq3L{kxre5Wpz+WxOlF$b=3^)Y&3-o)ZPZY2OiJogF*^%mCZTM5 Zg4ec(pmu8UZmbH5}%}$)Q}hMIj|yztT1^C*ED7|l8PK9Os+OYcVdHPGK<3GDqNQT~n9`-7{%IKaJL%;z$*eRoRJGR8cQBVt{~SystCFON@f_IKA|y4 PkfGaTfnPnzq(54#Bo`Kkwk$mt-I3SiRB`5Dm}tSn=GQV$#Q{lgx1S|yV6>tdwuCUKQ-V~5;AYP=s%iAl8OK2rcYCr*5`6(S0uYY uwiT~HBfE1T|)(BwT2iq>TVwW9j=I#Mkh;c-u`r8@#Rp&kYF73(=~nGGQe?)oXB8oM^{%%8?h8DTAQO|He4p$WZR 8CoBy|2v2+0Yk<}5ET6OOh=!Q^TYKsWODQE#E=p~2W3j`36V}3&YMQqpGh6a70BixU&WW&Rw_rO87|&tH&wylOW$(2Q5go)WZIO-0s$>x#?3875;f(D^<3C7AvHih8uBFZYIz!* cCVP$6(lbrDWt8S65&Y7C4t_P6s9I&{uQDZbs);A=LJCIBa4IeawtfIMk5upnuSYH4Z{!>X(59y6Cnzd%u!MzXjNGm0s7co$`@q7 `gJ7B%R00J43>0gP|>4FvjVqHnmEz4E1!da+6Qq&xFw54a)s=)5hoUK8-!l&oMY-WQTi_wv!!xGNqG6pX6uPkc{wFVjIDXByDB@{ 730o?yeT7+a+CI)s$6*~yTC_bff0i;G+k-IBBmoB)!i-lMVUG|sFD8d6&hu&WrePsJ{2`K{HX}#eYygLt6_S;^&=)teg!-RuL+bX leBejObgRNFI=OP%_FQNhFVwzUfqrQi=>@UdZM+uhnv8~*y^3Iy~%(kbvvtIta+f*nKe=60--`vI-TKgrj5+Ql~|J-76<_gLNVb$ (vY=)wN=Q;LKIuZ6V#;zo~A9Kxb;`je4UI_qywP^@^Z8wdQ8VLn#>U8a~+vZX1HT~A&~~yqQ<9*ldHALpc9qe5ngq1a ifW(vcaiJM1!nw;`9cF%hloh7+_;uzP7QUv@ig_S8DYJ3yna$UQw!E`N(G@)v`5l(GvO&=P>-+7W1RJM@y*sbHyeg)Z(+Dv!dbmD W;`=U69}pE#aO#48#WChQ6?w*5g;T|YP5P}iqt?}2T6V|x0gh3FDwDIwMW?d-h9N#W3^7wNQMcm6+2pV%uIAqZLBuJ(Lq<#oROje yw#gfSxZbrYsg_4#DtJ);PWLaBDeVXnA?uQa9D}2f&R`*v^6eQbxnt%1m%T(4Gymz(g3LU6kwTOGHo~bK!H;PZC#+^l4 +u8_;(JGo|qQWrjJSSr{UOkJ;%;<%ADbBO*UiKfb#S)tjvKd0}Mdr|}@CW@TvdvJ7Agx`UF`C~{YK~EcNHj?jTUvddE0-f;A}fQ} K4?a>M${qS&CF~ExPWv%m6Uu;MJ%Z(m)1Rn{#_sAv8zlIrdFM-gQ-+Fs-9i-l4iRA6nIOjL5>$Ut_M$hQQ3IdnL;0$-3@t5xu7-F ^_AKPLp+#6k4iDcQU+Z#gw)YV8V*_&eQIj@=T#aawIQZB$dII6A5*J{`pWMO;tZrk!>cK*MH!=UE9QC?{ANTIP5i)xm{G4BZ?_iw 8_f!77Vj^1ma{DJ94Y^XCrM`~xjv=UusFAYQs*jYQ1wx*PDsv`=?y0zeGxMx`?=pG2I5aDVc?o{ZmFC^fSSLF38+TWejVJUoA-;+coE9DC5N@3=Cs`mLMQGB624)N BxxlCt4;!^)-zUYo8Otq1(gh>X?et!S3}cK)7Kv{g`Wu30oH<+tb)W`K~}g6y+V#?Y*8+TNBj>h$7|y}O~1)F4nWwLO=j9z5b8smZ>Es-LybqEY7y0{h8P^_Gm@;cDH3x{r4(tl6^V!nt4WeXZ@$<~lf;wV{ISB18~NI> -|=N6RNDfzJz~C+;Nz_tVH^qfs-a0bF9<6wj?|1f8f7L0{l`r?iWp~rX|3F4$Z#>&Q)S#$sYv1vO(EHx?5{ghZE%Tbdrp_>q?r#D ij%>$oU|@*2iLN?r!ELX>M4ljt}tji-rU;3wIm38x#>(;WxGD8lPG;bU78g^l9U*wBEJjd&$3x5x*N))fnpeqAqtRT8cv_Ka?RTa dR+Rh~#@>>ClJ=`4~^jOTv0SSvoAxs*C(R;bc6j+_VAm0C*kt7ux(kQ`i_r52iiDly!CF_@0=gpj_orgdEq=QM&;JaW{Y csSdkfQFeE^1T?8re{h%H;qSE)oZ`v;0tbu4oE>8j477~}ASV5KpN3H&@AgIf6+CKnovsY;;` L=XrnNrB+?9ce2uY?W1vf54+XQ|#|DX`)^54sCKZdy0QEnb3qxI_)#|>jPy~@MKg3RnT=(v4EJJ>8v`hQw_S5B%#sN7FNQVeLl26 {0&6Lz5AEBj$)RBwVnZA(Oe|Xv%Tz_wakAZF>+OK>z2RA$#sdKQ_e+x3!vy1UW;RBW<6& $X>cLWUq3D5>D|6^MWqPYKkh^R3|Lke-cV!F~Kr5y2azimhMaek&3io7Tnq2h;LJLaHJA QiW=XG3ITl&QO!->h^~05iu<#bSg!Pw+y-{!y{Yg)KWLNPy@Nmq9dwve(C(uZIuldRVp>@-Gd#6zmousbMt{3|xy~|;>==jS*-QDcnS;7@4yBvU >E?1*K#k*-N*)Y3xCjhjm^~u{_Mh1pj4&XqcRX*Jp^;*vfSwUC+}?7Is&CY=I+>}Yel>{$p7iB^&Y#x5AYi(RDb6v=)* Z`DX(8RrYAOsNoI5iESQPBARn-Iql<+Qkb8p7-5?b=-KfWGWV^l;z!gj1`U@GyNhM#Et(dN+X^)$NQGPvES-fDq;w^aZSUUvZ4}T n>OBZt5`DQc#(3%M4Wn^vlNbFoKXp4chBYNVUtL;?IoFx7Yk!^VUJvtj=vBO?e|Ux^ShJDgb_xpm?M+q%BB(1D;a6h2w6LHugflz <3Qi4IY#`UWEO8(sH7BDFw1-*cLQU4u_t1j#z$hT-2qKTy{DT@VIKr)t_#s*dWD1=Q;bQ!XrDM@LmSJ<9;-l%>qN6GR3dJFx)axI ?K!9g`@fk{;OTA%dOLuLN^DbbC%boac-YFo+9x%eiDEfsrxi_GAyn9e3f1_oqshG0s)wrX>|JabS4tnZEG+t+UNKE%Q6vv@_(4XH +vfGJ5YfKWI(J3CCdImA9Jd^YN#ez1ASD%vfuU7JZMj5UXl$}&Coo^^^w^X%{Xf+QYabfZ6BA}-I$HDjtjK1bS>5c04rIn6HqK#k HEIt}yU64;hbeMKLkpHCwASXf5Qd8364pN5p5ikfSs{$D0jG*$qehraYp+Jy&|0w~ij|o3VVm${ytoi!X)J`K>q5)3sG$S2lZGxQ `)abpavycczPqt{3Jr^`lNDBJk!;xQSDu%$rj|9I`OuD>HA{!gWZZB}3`Ln&ge5jMO8ob2H8jy8jdC5_N#3MQ$^@9?{Ah*H2-7ny%KI!ga<41^kOiD8r*?ZOAK l{C(rWlG`bK{eLLu*XklD8G(;1*KNK+B&a2v8=2^Rl;*ff3Rh;XPH;?L68BKpf6s7s;xRO;SRU`s-R_Hw$A=Xuo4MKTAJ+T%EGqu ^6mxI&(uIeja>}Yryv8PHH=IWI203()iV@b-oe-68QD0a#AbV!Os<3zmV;}1XqBXOioP|udS+T=y6}v5baYH)Xs(s)yRw2VN@6hF G7VhYaV^*R3Qk$NU&$%UI4_W*iggeNW;B9L!jBQJ9_a4p04QENIH=>C!kr1u$S7)LI_m)l-S`g`6F4?t8AgO_QFL}-OFowz8fu59 qUDA6^oTcczKo_V=`^L&{4<0qI&q+!Y*w(pgD4Pjxaq7Kda9jz2~$Lr?ZOJAOkQdl63-*tBhJeLSZO1m#^1?gDE^96Wb_U)V898p X%6~h7E@hzPy-|E+U0Xt5XoX+O-Z!=rwO}w2fheqar$s37t=?W;(a!z?+7hm^l)~M(7+OL61EnKBiLuJr3_>B6qduGtjli__XVCs y)(H?(B;c^D6HO!K4HAHpvyW8u%+&kwdH4lu5w&a5@xCDktYKCV0u`HP~@_3)qG^Gwv!LP*42weO#Bd6=!K!S&u5jfMGr0X;iXKeuzRZIz|(!4=}E2$&Ds^XQmY3vEQLr2@Y+aEvx3pU>}06)09)^7U66%XyTdCvQGYoa#TKY H=v&e2fDlyrdc@}Riq}6rbVghc@dN5>DmL8vxS2>FWWcU9I^_^S)8<1k%SSJHP?ADc@>&j2A5*2vE+D{IaU}yO~_{q>yzALo-rBg A!({ev@EiWF%yK7MfM;#TN`lof?gPU!fuKNmKCgQ$xYw-Og-ZxJHVJ0{36?(I7|?X!xaEM>rS?gf4k&Hg{FK`yM+Nf6mRb)4g^C3^>K8v_ Ut*(AoI}I;BaYJ`b_)%BcBwpDT_)mq&gwSn3bTUO54DqNTx!~}zBzAIJH*C1NwL*=+LHbec! e95@xsT58VqtO{BhiP~l-#kYLW;CFz`gqoT#}3nQifns1E1DywyyNsJpV#e&&rFXTV|Xzx(n!g!9bu7f${JHIHa_(&advPJZFx`u OrB-NP8DTbAf<+ZUL`jY+rp^IZwV(F*qPW_cq$c@3r@^I3Em9#uu_Ee5l*`!BJMzv$vyHVztJ`0#I{CeV>)ye6UtRgzxWuXVE{Vv(aE?f6^pY{!I$Bm`e*i4b1mU{5l`b;%mAmDQKs+I bL@adl)*W9;(U!Wp&-V73o*BH)m72Xvm!6nbJ>1vG&Q#x#GM4W5_nKp_uBgiHsSYV6<2>95y2U14(A4yu8lH11re>v%#62(rJ6kL ny7JvRhLMXE92YRqiZC7G;?CGpbJYV14s|b3X))y3kNtVjB40U|Kk)G_$PiP49T=*vYAq!(|=0A{vubZ@+qhmX2mz>b|5WB3x+Ht O!T8D5TmO{3G&%Y+Tu9CK~!TL0xLQa7y8_0!hd;^QycWeCtP^i@KRgsVZqI2z-<3dLIWAo1_xF;nwUj4rJdDw>r6a*e)D Vk1dCic#??R%#TClUY^@^;MA18Po^5Hp&zj&m09$Ch88K@lOwQhD)xlngdLd&`X#r%Qh5T%vMs)et|VTx%Q0Nd6CU~VVv1sDjgo2 Fi2&m=lEGXvr%Q}J=Ac4<@=>1 Ct52{8bt+%im5Nt9azDQ$xWmUwxbcQb;@RhvcP)sLNEg9WmSZm8Qa>`{>q(D?ITx?>t)!jqM1B2zfzsE2bx1sbavs#C%tH7pfDvS 4|+WHwPj{-?VP!F&=#0O!H_FtCy==>k(jJ{XjZ9sRUtfS92niZqESfa-JxzVpBFbw#Z+=iSzJa&=Ri4_jZGu%uf^Y{lBSr5ovPrv RD%#PW{sRA+@MFLBu^STLOt{BIP(%x=!^hyS1ipjsq0O!(A77_@_)dXS8U4>QLd!tWE+;5g#4qv(69wu5O+^+rd@q@LPwe1L~UzAx;uRFvE> 5n<;Erx$LEsG|hq{-L^7#@=M_@AxIm&F6l~<;6NQm`?Ggho@0s92OoU`8Sg2u_$vsBA$mQblTbzfv1UZS4U(4v$GSAX%{nH43@2| tr&(V<1|RjHZ5hx7Z$&gb&kI`Iuph^6D+U86_UTGf#W(|%QZ}tQud+Z%NKowzF%xCL+`CoaJcKj9A_BZtXm;C#SjKFp$xhCYJoT< YJ5I~Q<@k$2Tpy5z^iYdue)$vnW?c|{_^RV0VV;WnIna)!Jsau+;ea;)&$mQjX5%J)aU+HO<$7>pm$t>3E 5g>*lRFlnQA79on#x5^9Pa`KTIiHF|F&$>OWFnHZUA5bUC=+HC@?w%Gv(g%_(Cw}>anIeyPnhCN49|0k;8ANI(re`Ljp&hBv 7p^X`576+MPnKJXNb5ea-`O!kaiH6=V;IV0n>MJt1ZQg1vaOORibvfd$cr-*PUsF8PnOC|_If=z03UFeID~|*K&Fi`P_~WTiIY)( I3+Dc1yXrd1pzadj`5uwK12o=T`)mJ$_OP>14hkRo|2u3(QY-q>QT!I7f{l?XotK~Y7vINx+#Eehg+kkMjmZ&Ze!lksJFX{e5NUk7Ez>uqt5ir KHx+m@wCSJxz19TGcoR6*u1l@K%W~G2BBMgM#e1BjI6c4))66Ag}Vh+x+bgdafg}fRydbdWIGt!J|~j+tD=If_7E?_rlCbSnA1${ X~BV|oyR&m3-ul0Mx=3PbErs1%GwOsIXZ8&wlJwYTZgE?+2dt$mVpj?dN;`+{lwgpNfk;ipSN@O6wg^q95_hqZSzqOtL$W{XlLEl oVjWYsYfR$=NSERcG-pgHB6q2{~KCb=t15lPv&P|w209GKk*hBB2Z9)L2MwSilmur29*~5lHO+kp()1>79$4$A@kgmFT)pK7xSr- 1Urh*5T~47ME!?-ye>XRWc!D7CbjJ8OzMD{rO4v>T;v?y=)A?kzK{J(2twOp%T8e)?H$ufdx7wb;oZO3cM?)V5{j!ltx7)hl`pAOKQ=t!CZCO9`-dHo?e5JourAUO$jOGw7NlW5`O6b(#?qU@8GRzVUnPTvcnGb0@bphkUz6t`d=EDQ5v9V;n5TQ-ih`11a6m>91PnzM|zV l}t{B`($fhOucNgCZvif2i!!c%UEK0i_EAV_vsWfC%ldeo5bkLG=!#&yPqj=3t!;T1uz*|azE>+YsbL3PK)?XZYfWAlJw!rJDOnG@q*Jrc&!%!UH0Am@{Mf-}la+zYdqB~R ;S0YD`V1hqFk4YQTE&-8g$Lc>oVoVL0tSLJCJG+NC-zgyyZzE5&3${7w#Afh?rYA}3qc*Yn~Y(FJJl>gxXXysMm&y@C_?iJt}wPT E7StwX52V74j0Mjq879XE_vYFkD3CiFrV0 x3SJ{d=^XBZ=*Y?v=~{3IA6-r%bf5J9~xbH3`*_@!+Xoy*0Hy3VsErgrtu`9&hC&$c4u3UN~82jD-v5H%SP>;ysH&hQo!!{JPdof gllEf`ZDDNwuEOHTOV^r2qg&nwb7Y8mi`S5{C0;J<;j!X(AN#Uj2|!m?Ypl6e!#B9_n vSvn3cSibccTxOa{zW>uJ*;JuPdcWZJ@RqGLiOMz-NGN#+pB%zCgra4v4qOpgK&A{PnE8{tA+JfdB#JLS ;MMU?uEOz-){LUX4tfxUoTSv&EHOg5b{jvz-NWZ|3ekG#!0yYwcmvysA$zYvo*EIXMLdEMCo&(XJUUn)CV+RsB2pb%3GvPhecdrN OdQ{fhto`4fbeGKGilVb&F}I^5VJ07BjgG4*4C)uN4LbHw6)uS;*B)J&ka*)bKqOzgiql`ln(eQ?u&i=X%J3$oM=7YlH#NxXBBV@v%# i!=~izIb8^-$GsQo;*46zqG^b9!5_wwIZ7hg#wXimiA=UUPLOVxv6y*r+KW?tavqNuH}@?U@)s>*WL+UM1NRxBh2+v4$H5N^gkhs )9kaieF#P2Inzu?2jMHJ-_8mGrl^jg;#FN`Yv@{>X={wgyen>;hp!c?oJI|{#7_+hoaTO8kJW`w>ueTWBjxhAf>DcuI=Wo=5=&dN X!9Z|!ZALqo&R+y^uI2J25>19cjvQKLL#GnzaL_*A5;-OeIVzU%79C)qdHufsZWm0;-M3GOXmGmHsoPP;Qej$Ze Q12N&Q5+73ZbL&QR;{e7>~%|x@&qmFq8tnhY4*$5y^t{N&>U0K)`45Kgn@xd*iU5K=jIW7;+|@>paTlzj_STPHXu%L(&0BG(Zrx89gjrU25a^fnx}JfHGSnLgDl_{3$B{r-4e=$= uM%JNxx6Wnd3U7pmOu#cp;{c8Dv|Z&a7(|MiL%h%d=|L}6TL6IqplcUxgZ`p;BhiSvFJhzu9^tFp+FgmlIG+tZ2g#31ycn~;|4PD VPz2>L^a3mOXij_bDjV`WBK;7wHyj+joUHHb@Ts$=?v8`pA|I`Kk^DBoF2|4=*6N~@u6DNrpe`s<5BOx1O#DA2HUr}X}dU9naF-< fZWpJu;XU8pR?ovf(JIGtRA1MDqq$qxz*EhdHh<;df;cT!l2x^sbE#Z0L2VASAoc(WP{lqs)Jm)n#!%!H9#g_GWtr%Vq5=p|M67( qKdMZXrImE6*j#0!<->77dIs%=QJTZ5x;G-+La+dQSqyq^@1)9)v8G)!c@lMBl@I$(;jwZRAHyZ5`kKLR>8Sy(j@4DkY4cz-pl^L VH9V=nLiP;OkIt8lWrF7D=Ii?|UrZ_q6b5Y?-4drkCB9h=63tKKQYo)_C7h2uoAH{gvyI)FXg8G5({y5GR5 xJ^EM=P%X;zE1q+dZ$G!jddHarN60H3megS#`IW3rA7o2b0mXjj^<0C;eX7<-MkhVNt5^7N`Wn3hJ=pOa<*lzI@~omEty$iy}C06 `7e?NTk=I{S7>VcvkH33y3)B2#Ai#gPML)5;gMTd8AbeI=)fFS9HJO8id^QEbG{05Ik8S=HHhwxFpd{Rz%%audV70QaTkEeq_M(I nyOfvMQc0!c!a*^t18acgc|dkb#r9}j@Zg5 c62W^I#NRs%b_YNZ0opFNy{)^^8@3(mLXA%dR!meD+(v$L5E0}5f3Bea$q>nGGNzQI{I4sETdR$20YU3mc0=ld(_PO`g6IpMp~_~ K(Dit=)sIC2Ex^s87nOuS%oRX`}L}%4_Ue}xvo~S_0!NGjc*8hqloQ5V+zE LXDAFyYIn6joE#Rj^1Y~-K$Czv)L_|*-kWLF`TT}8Rt{Tp&Oj2b>d@*>Z3gc6HnU?Gv$t@u}I60A=^7g5BUUyE#5*k0ef=)6ft`TIqZ>oZK>i0(|*O$>`!dF(fu5v8K+3Ad}yh^#m+W@iYpx<$69nmP=y^^khUsBLb@C$R_P s5caf;U2^n=fU35^d`^2!52rz?oKR$@zB>2`Xpm3B}nyYsD{lgx$wO~LAbnxPbrlvTzeSHM5o0%I?ji$w~_)j%T#CF6FOzkpZ(nNPCgK;rIiLd1dRh&-iSf@3*N$U%(TUzy=^-T3G$5y`Brj^)hS+=D{*v`OuR`^1F Kksx^Tu%l*uJT-<-U1eG4AzGSJ`KqaPk`tyWX$kotp#z$mAlDNxnG=CHZ7yw;eRLj7ZUa?yC}XT3k{mkJYjdi rXVBN8Ottc8+%Y>g`i&Z{atir|fE9#aCPq_bwbqm!gl;*xn w@jMa!bf>~$~iW$`6Ap3Wx(DFcm1-8xaykOx&v19gOT^Bb~qGhZvtcYw|d;HH-r=o-^)tS;f*_~Jx#&;r{7Jd;Xgie9~uP3TuOZdpFQHB)#wsIyL_kmvB%T)TKkrauqwDx7S3=umUSU4Okt{*kO?BYVo&L~5qh?a7D_&=DOFHr^|hRX89??F>&rl#D)-B%LgS$p JjVQAT-F$eyT%D4PT^5Q_?zyW;O1#})&?UM7ZX9=XRy}eV_t$6qv}Ek_idH{yvw=NRa~T#Gzj(rgf&|Mna)oMv 0!n-!pDlqvu>;k+MF#=oL@jcNPSxYAF!f8jZ?dmu07)E{Jk=@wh_uTm4>A>QQsum9b#@H7vk+pAEZ8Eq5j@sK=+>N!I&rNx@b#%#xkwK=l-X8SEw_HryLvzH>s}kb>FkCZ-AL1lSp=tx`j@NW>{n_%MTOlB#jy%DppvDYSowhs`8f{!{}g=F@`qFL9v`` tcX&Dr-o~~c(l-(JTT7L+`Jm~L2J_J&Y7E(M6ykyr=D9?#TI7;sB5WV(zlgdL27^`|6aT=_KG<`HfoA#XH{jxFiLGyNpX+hv8}ey NHg*`wHEi6wmTfcDeCZ@P*`Yu&BfAM2;FvC1$-u7w$l+_9NT4$4JQL@3XK-PHvY4dpMDsNgl7%Ir%BHJZXa;B92{&JAJmdX(WOU>;Wlov6=Vv^;Ifko+Y hY6-bY#R30p~OoS?=aBmv5c8ZR|>Lj$ey_U`IS*(R2^N-lrb%hNzPItMQGNk7+T92iX5sSxj};V;=r&rlcGr^x=bkE8Mo^gmo&r3 yv7{#h%7(ZWC+2->w@rkM4ez%U*t63GP1(C)tFB!yj7F~<1AB3fH;&NF?;5urf}_^;&S|IIvg~|J!X^p;vW&p{l(Nk_ZutiIV;}f ;FNt2L-aj5s1OBGej&~pAp`hqZEnXddf|^@xP3{s(;AsYhgR^ou`TA}EIKfD|hQZW0Uv*@WD9xwMZm_Z#Jk +@yM1o>sHLE0jXMJ)SNzfI|e)QfJd&ynI*}+r@nVR`H6^x^7Mw*R~HEX@A&|7bc?qzy_jls2v*iz#c^Cvec&Xd}e*<{#V!^;tYfE $oP^d5iuD15TD*=OglpQ%)TmGx-uOlaaAF8Avms7%p#!M?+fZ+u`K2u QkrT;QtmXkgo&!q&s&ab(FgI=uDzG_JD6{bI?rP0!x`6Q+y-HI(?TseJH-i<*%o3f3(J6m14Fq8@A5E0sO1JVwAMLtQ*ssMA>A vWy1M+6t8T;jW*!1+Bu^R;`E5he(me%7Lmet9ajt$JLWhk)jeuis7Rzik8V`Sg~dz!h%hf%QlMA7c$J1r{JyIE>mvkG(Z$~V%u-s IT;lu6^>s@Jh=8ti34lT%WjyMUH2dK8FIiVe(LAT*sVpkdRm#XVl_Hq7%x!1^{h8Br~<**D73HaQ0{K|76jL>#xYL>zY~`-`*g_;tq(;A+uaDx-(*M0B#xIDpqrY1OI;lO6dA&kb1ESWW6cJy_}4GTh`3wT#Z*Do@MhX^vRGXxt}ImH)6^cZgYl`fM`{11`&3ed`47U4;SO73YSIX=b I~!e6!W)F!{}y72iXQ`OVjm&{TPq^ji1wKcaKCBxjS IX|zsA<%NO`xRD2uT=VvY7#rlA%+8?W9Z03Y*Z1sgwWXb=aTAxEOMJGRkigOMJwCQV@mwZO$}n2r^r${T3pSsO3%9ew?dB9truqX {pjur@Y~g-t1nryF&Fb;+l-y*_@%$$!mh6D`?I@DAp@C9kS}qm7)XkEamHf9==q}|8YF-8PzwJA~=$oBsnRKa({%02eYr${o0cjeGc;aK(+9fbZCmZL}h>Ee#pSC_jf~lMW7uf-ad>vpf *|7_&(y36tT#Ut}!5Da%G_FM>*VgJZI^_=Jzr=EbU>}>2?YfS<-us$?M`}KK&xZTB$++YN-Jx?yozIM*W<4!KvcWvGj#ozZO%V?f T?3wS_8sf&yD$A?SMlS=(}Q@t6gQXrUl`0E6ol{N$2SbO9!G4wP4vd@=IyU|Zy3Jgh+(sa58Gi_#TTP&x06%}n{E{{J#-Yw@6#zj DrO#NY4MA!px#%#D@S*VRxUj$Cw56{xFOVk4DF2}LV{tbZTjaSQ%*D^)nsJL!*qY=4+FTYsCWHTXR7KkS*uu4-50}~z2mAcs4aOa h~N863J1}Xfn%gLB+MphV2R$k(kqr3O!8N`0z|{K+8?3nx7F+VXM(YdeUCdHPVwS#`+=+ZlLb{3}24X V2=x2bvDfeleurC9BP;AkK>(XpSZ1}>E_g-s{qkYMZ$Ghbo|I|#Z`UPFH@AY&f2ibdUA_NQA=b&l=-?j;wCG!Brzotzx@j_2%hN` GhcPNhBGtXsZ8Dj-Osh(SZ6=KnAh7zjEZi6JD(gS&IDzaIN~J4VTFw&<2@W;goCRqHa@0)a;|0*`c5N#FmNW50uofiy|}mwE-6 S^UFuc&lyv?)tFd;#0Q=H+izdDsw(bcntnl@PdF3wWl0f7abB}(JLjkOK?iPes-pST&a&h-obEy!D!uOvZHl0S425;NP3`|H`lG5 BUqO!&8>6zev*C$AdGj0jh`dP8@(CNTn&@b4XPVx9B9=YmfA5jA_;4?hRH!^CfzW$+!-{q<{RBe7xk-75(Bd-Lh@wuo()roJaDEB d@XOIJ7U;~VGYB!ZWuA#9kyfR@Znnx8$N7Ul3h|an7v58A*MaZXT5E9a7XDwl;@bFaev*=>U%wn)Z?9fUNIRt#qKI6Cr_F@A!^O= )Uf0@?BF!;ZBLCZ-zh?W-n%pKY?rQ|*hyUPSEcMLfan!l?AfTS>^tgS5<-zP#E7>Bxv(L}=__IsggG4}4E0#dek=?6SvX}Cm7bK?*&S1;+y;OZEdtpuDUkcM|ntcsv$Cnbs^OzL+pDOn}&4fXRlfk LM`}nw?CUZuZ^upo1$L!yWQQ0ISOt$o?1(N>&AzuV!SaVZOm|IgH>13P%ozrTh6_oUA2V9C^g^!H_dk2RxQu=`JLUXmKUhl?p4=k SFOyoQ8jNl-t8t{f7SA0rreWfWb_J*j_yp#G~em5RI=*I?#AS(e0I#JY-S9bces;RU75}Yt1hPD4>E2hearEUF5LH{#e^7nsb!B9 (d*6^>qVU<`mBr_%=X1?WUbeg&n8*fn)bP~sAa@LQTf@N*IlO_i;OuACyUY&feL1O92uoh6LY1y6jg^Rn+$6_Axj;3%kf3RF+yIB ?iKPS)LLhmse3lWR6ZT#B`SeHWOZ?S1l=L`?risEv>q^P!6;v9b7BU3?srT+Nvx2cQnvHtbMoO DdF4lZaE7<6S*rtQ|MGjo>5C`ip;vhzNbO*yEX4oLkaZ=p*i=%wSejWMK5w!yo4M`0TSOTr*n%hi)4>u$~vYcet85;3k%a!3zTn1&LaIi4<=!%NC=( ubb!Dp04q-fULp^RMFOU4V-0U6IC@eOaoc6Pzw#AovIn_{VNS4cu+~qulJ5pI@dqB_>^QcjYPRY)H%b<)6%6*&?L-X(rCau;BAr7 ^Vd91O!Q^)Yl+tpt3R35PoF~eK0GK68LWNn|*Vbe76#jBSU{2;V1 H@S+A)~8&n#BIs?-^VVaYY_pOkN^Z~eIl39MMVT#NTk%+uy0n)3HnF}g X@k->S(DZ`qv7qmz!N`Xh%mnYQ|lezpOCp<=D=G>2MX7JzNO@RT3OG&eU?3++`9M_D`WH&l509Gl<8O&FSV?(-Si*RkBRO&SEmLr _dX5G4kcd~HU|@iOF!a0F6;FL!W49>P1iWOBbh@w94%1V&pPI!7afWK(xDe=I_1+YrM&{ZeM1Vx$rgTJQf@AnDa{97oh~r)apH#t O2&Qv(C4IR;T(8tr=j-{@%F$g0A@fo4UeFd~`NPdQ26Vg;V%TR&CN>mCh{5mt%yGjEGk$qs00gF2LIa#heI (yYWHT;zPz$J?hKE?y0vvkXzBjx=>azCa=LrBfO&#{S$QYb<4gBeqW13I()0JvaoTQy &&(ILNwx!N`4;rP^x-=(BX{4?fEXY-jZ9>d``=K9TY%Q$_#bV~|zDQBl(pF;eXPw{tWkN{`&8ihR#iP#m{eqlb+(-CEWQ (qkqhoxYHZKL6?tpSk`}?^Ry?`Z03>2}mlQ=s{!(PT{lPVnXKh3}@fak{ji9&X$!t@eB>&MS64zzS}-AZ=4YUrQR)PqwW{>S=fVq >E-Ggz?amockCR%GgDD8(na;DtU1w~OCuq2-63C}JF)>X?szXVC2E!GYz lw=v>Gdp1*yzH6S*(*cdMsewgx=hP-%~t0-?5A~xTCej3?XhYbFLjx7MuCV+K%6u7=&Ete%- &)UU_!O@f5yLFL~^0IDTVmcrNY0P$Srp~uRawA$a(r?;h#hlgySus7`hLnKITRLo&DBs`6*ix-QjRM&Ec`2%ne~Mo*5JKVx5^qhk KMEcgx+L!MmisJzyW*N-&bHgoj7Kge)OP2=9yvYa>HT~6)D@uvU5NM4j0AiHtc1W%#-lQx(h8nKMWOFSN1z^ju|m!pm-{;um8jKe qej8*J51#S#m!rW!H8e2D4p@kgWI=o=$Os<4%+wDxSx#t2FCL3S4_~X>LIQEmAnXeidPV*@q~#J$vJ}7Im`Hp4Kz$Jgg4)xjeeYZ !+8;8Z(Ob2w6^+h$RvQ*GiQyPj?mzU@tV4yO%gSQ2$OJ-R<$>RW6uB-{2%!yqNo9$n5|}rP!8#Ay|46i_uX{rm1isGGD%BgA9c0% Y6tx&n$a|GIrfZ8W<)Ds&3K&GG`mywh7bWmfIiV@F#Qp`hb4t6`6kyhL1SEo%QFpVK7HXe4O7XsPXfuu{v7@YS>1ZDR@nCbL4zkmG{(ai1PsE0C-{b|>!@XFq{jKP=L3L6s8auvbHLZlc2|cXim-8z`rr_wRrE!|IB(yOP>SldeHoNcXvEu)l SF0KPC+u&o#lYs1lO;Wy%5eb3Y1R#me`uKGa91~iG{L)OdMrbSejxh7&Geoa&KQ}|Z-d?-_KEB668~|*L$=G|$%B}H4#XjE5*`r9T0Eoo;+JTv3vT=J(!rGqu8~69lA&UKogVFD{s&$wlA4aSf(roUHdPfJU53US~nc{sunZoD$=a3dsWW*wnUbmS0vsM C8PIU^=NE%M#CDiYJchRpH?cIlYM}|nIF}RB=e9QXsx>myO-lJmq}R_blL>Vp8jE@jASDA09FwD2}t}Dw9Mh1lcQ5z$`UVi!y`dj TH{-{z-=_8z3rX5bx{9wUhL@5F0%_-(TD0MtE;n&V<2$u&~KY;U6DCdi;6YEaMJ9*P)innOmrHIlZiz`+ceJ1W2Gb5J`gzXGVe?B CQMF-9w}Wlb{ry^3$hFUQ|pDl48q4p5`z~F5{=CEEp(Wk$OkRU4ffB1zt=TH%fTEHDSt=5#XA_A!mOGX>>urJL95I6uTdm+UpA0l @?zK_E7m(nvBn(CNN6|W)~@9r5i-p|q$8LZSzWR3*q=wRrp@!@Is3=5DoPE3f=7;!6}f-DTv5^D@ovVr;@ o_>Dmcg{2?`+PxK(%bc_$VR#J7t(LRQUUgeQ y~R5FhimjNctqBrdxh^Gj}qVqC7mMxobWP>oae*mx!L~`^vKq0w=jbYENt%z-qduSz;A@Yi%2Pl%gjfsY}|N~`pEhShkec3)H>h5 IS6A@Tu|)q+tTTR;jY9BTd`c67Tcy;(Fr*(oYmmG4|&l#l+=T-?j3IVqFOaoO~=x4@QrCR1-}6-*mz9fM&@Ox5gM8Udiu+ZCBcvs ^5TLPuIL)=(5@F$*}!odJ0+WN@=A2vtt#)S3}O5&oA!K8je?`F<)ZS0YB%;@<{8SRxo-|V!CG<+YI9ujvObux!;LOLDhK_wd$-OK &gExb7|G=y(*^7XrX?b+GtBlj{q#3JYahf*3X0m0_DNrRSSMX~%RwFRi&n5t!ZpQe{tU=KeHc3a47g%Yev{ccYw!|WNl^MuZ@wt< wR^+y=*B*9-0q8>E7HytSCAJ(O64TJcH!Q!_iGkmw26@%wt$L5Qj#xR*Uht{$?=AmVf4m-lf>gsKhk-2Nhaq3IGfhb?eG7d9MkVi -G=dJ+rj<)%r6c7+r2!tvjeU;vso{?(`w{StC2hXjbKpXPBL#8S0A7+u;Hqi_B~wp7=O`LKBM;R0(Rfs*cZp|bLzy))-QT-w8T~w JI#FB4wup6`v!hVkL=`xIpaH?DgGQIBCgF+zE@PaE);xzCbQoD`NaEE)b*p+~zb5k;q)VU`Tzo4a2Y;)S-IaX4d?QaiK_oWJhbPTT)HNpsbvuks4gyBtDSm{6MZIx9s ML*(``-XSXZQVPw=wJHUF3wr&uNGW0xj`=rpe&L@@mZrROD`Sx>%Rf(1PIO9(TPvv1rwaJ;+r+eLt`)EoAgBN)D^u)k=(qSb7bLlO;-a%`er>tSaBs76lCp^+RMM00jTTiT)xT0(x%pIw-NBZVo1{2{#Ng(G5ZJ`aER&nRd63-v(j4S$ ltal_y(}7O+m{kYtUtMVLJBJ1|DagFZA7c&<~H}#O^cLTfi+mc$waqbHVr$%F>kEZp!E#qCJjn>%VS>o O>uE?&gGz~YrA(-aoq7lMLnT`5cFofrM*o(zfX2{vVSTz8W}L`O*QE4$7)Jm) DQ*@}Gen_Z<~22(+ztYgK8r}C57_OuMM2TMecNvR+uZBK|0QRqZui@f5QzRs<6VEdM=rGfXiJ6LlfT7D{K;1izDqB%*yNukWd48h f{v{8d9|Ro{Ks@}ozM1wtBo1}tOu8U$_|20$i{rc&Jx-PWL{Id1+ln18^;NFrj3c!LcQpO@o~GPY l78ZBWQ&N^-L5}nk`CYw+uo2qPmKDHgQG`#{Mf@nmWp&Woc5(S!m+D%JfvnMl1|0cj}{&DZs@A7F);{O{O8vmJtFCr-_ _~De+KW_UJT0fv0NdAh!@6+6PXJ|o_(ImM0tl(fmbTJ2doryqZ2^%%>qcAJ47S)_tW540y5*VWh=fXY%W=Nw!V+XZRNZ7>SjpJ9z #J$b-C7oQQUwhIRdwtydl$zJ-yw)M3pr~8jzE9njG+5K~Nlyo&XhE18yfUZ2(c~0OBhvyyg$1s>v~?AGp{__z8r@cpeAC*kPU~6c {e~ZK)p#l>%`CiV4Bg4%+#xh}OU9&OYhvZYJ*eUkYoj)J@m%9(TV0Iv&;=7qq2*~z+lJz>d&{dX4Q1(^rj;J?qBzb_j>Zc>!{W^3U)%$*$eg9FLr2d?inT +6JWwNY>C18wwR?u|%LTCdUg-Ms7$;V80LiM3T31r4EtVwKzsNQl!bbY+2h#OQ3qX~nR^Z#M~CbPESpQZs)*G3e9LH*uJfGcgJi%AjtCi_HWns5-@T)!IyJF9 CU@a_)5L*nhEBmMBKuC3EynGlpBumvJTT=6oB2;6LNeer#(lCGGl6`c&_HN4o%n-Qgb%_&aKVS)uhVm$Z5(edLzG{ErUDC?|98v*C6xnf5QUiP5oLlU_^%;zBr+0cqwgxr|kC(Fw>%~*ZXH7Y;H1F6H4 +HGaVG#U(@l;?G|%;vNyJ7ap%+m9IE%STgy2iL6FNDNYvPN08p7&*e>FB)I=SO6WM8H({>UT5^K8ax|O8t2zp0e%==&iojG^G&Ad v|jN%?`+*cI3fuV-&hp`_C2h&;+!iCk3pk|x5=Zmj9&^0!^9YEw3X5vM#usVe?Cf45S%3cg=iUEbkU)91rq4ull;27Kf(#{{!c3p ON%7F33!-UFt0K(qcJ!TPH|DKMN{DPM1y9d&<#FDS?P25SM&V9ckUst7Eo%lXjBx0yjYiJ!a<1b#z*=*7*&w)K=7{9y|PfPg?3Ys ?_sv0E=+lyEeo_P=tMJOP_`FjJ!8*_3f4M(a#7@#@Bc*i&v@8(-)|krrLU#kJHZjP&mDy{0+KtsoO9NTs-P2xX#1&pM-RB_8j48c G8Mue`SWTYayI&3RvbklMV33OX-0wyfcVLS7bja4llK1ok~YlcjJ0MG4N;b+S@TW0A7ia~0U4wyqTB)$H(Ih&k^Sn#^FO!<;%R0q RMvXs*5Y6}VU`{+lcJm30W*;hAD3g@#QI9rVxVt!Z`TfZ*cr5kEXD<$j$|T#_J{{5>!gf!)FOTaUCpT{oXp76)_zf3<)=@&lP`Ma FhCYXqjOl%pD>XoVS--gMKxC|s6Dwqaz=m5bn13*A>(vVapdzJdc86rOIZPZa^4uli(eCIe7R_N}_k-$mDsp0REHYkxR2Oe(1qHvVWsKU?p@zx?Vy1JQJ&v&#XyuY5jjPg>0wTKnVU$)kip_8>W1HeHAEhbRVUIl(Z{gjsMw(Z ?(AveML#Bp-=7Ah<_!1AXmqj?{FyZ!B#EN!?~nm>D_#{)bq!8)ZI~W9>5fS3hQOTmDn}WKo_F!Z@w@%>{)*P3-L-~SPp_Zd7D4*# 4))oq(gc9ivWRRLiVEwd4ZQ8k(^H2kqzl3hrd9EeaG=dCEEpt+vpv+@o;dUxN#{fEFS8=CDbR>FmVJ^Y8A+H|7>~&*3z9ytl^X>R h-*BJMT}`ISQTYZ37MYzThKimuuCb5`Rof1(XEJ;NQq|*{9&I7hz`8cQF`|X-WYS1^dwHgw_sFtMUyb^ZbQpL9ot*Rxr)n{qdH{v ^ej0AyYkZ8WbUyd@Db8>Ukrx7-33viJ1%QweM#~O+G$dMQce=)iL#PMmQ2je6DWSL%3EnQ>XM4?fZO3zJyRT5)h+5W(O2$4;f7RF rFnI_0IWYdfFV_t`-A~^;=|Sr#cM(c2S8NIIaYaLfM?8fTMF$#km?wuua5uw*k{#`eI`A(2q)4=jzndh5anX)(rczBe{iMC!1@sb J%yn{m?S=G?u;o8And`pw&#N6lf-k7$p!^B_x+y&7gfLTI;R2pDo2V$ViIl5sS&3=kjO|L?1Y2?`;`ve?`WlN-hZ3Kxigwebe^-& >*pkCXQnhBN9jC79$7u$IiQyw21)L|i=g`m_iUltEb#OM>9$diUA%Yz>FAtbZRBOR&4MC}I%rCCyf8-oEVE9z2_v?ppS4eMkvAs^ ooVVsS+WpW%_yx{6#E2r90zm0;E^*yxC7fA~pi&hux zT>UITBA|#lPAE#aBv=4^5>7g2J2u|9wlGIB98!l`L0UEEik%NG|-+XpeCk>=7O=*5+#ly4>q1hKNCsG$kFh=SL+P>i&|K Si?qzo$9s|xon;H*l8qDz^=gn;iC`^yHT4^Ep;wHVe&HdViNs6?l&J|jEYnJ3zoMQ&Egep_8Xl<*F~?1#+e-u%1@c<^g?HC3{PH3xE|>A23pfH&g!mZUN)tXJ*4 &$c!uCRBm|@9@T3|MOeNw>Vb!KTs*ERJvLTZV!JX?gmHZN{gdC!K@V1)D*KO!I&J!#MsF cQ-WxOFN83V!lMxpqb%2yw3fkoT`jiXV#}~+65p3XQjE_J5n--K!Fom0s+^t&oQf{{Flj-U~gywI{mP`AXzXi7L1ii?hXhX)~AMk {lH!3a6}J119ka~!Z#hA39ugvR^+E;>JIF<+Alr^oCrQHPdONh0hkWvPun7sGuOzjK^t_rUK;N+q$M83LBr_kEeA(W3tZGn@tCJqG90w^FRMr^5_x$-{~nhl>7(&&!rfv1cUVt&uzsEdYS3Dri<&1 F%K54Q>PjPlmCdzT|UY#aInpI5bb%?raZY0H%d#P3{06gn$KC5vTQ*>T{F~NDiojKaR4SOIb3rlanXR0L_BAX<+z~MKCfv@mC%V? Hi%cglY1m0Yql%DELNAlAJ3rqtc&UHdrsbZ^$l3YHBH0)>(l^y`XL!s^+hv&_6l8w(l>r&V$wf;!;b490jzV_AKO*qG==NvN6h$X btE8yo?gzHj8weOpwh+!A6C{oX^s(Rj_9qR?b$uy-ZW-=VK>lm%SE6@gz)c)(ZpVZl>}UK=k;v7(;F!Q?DIw&XPKuSmgH}K54OC7 caNkwVm3q1Wi~YB{5uzSOl)`OeS8G|B;Zambh>{3?Q|-+tQrf5_!B+VhGueK>R|Xfu6CR{UFcA)49o=W#2j@66;3EC-rq^Hvz~Jx {c@>pcrBb)Y9^wjIHM7-0m%`>9Em1y)N=`Fj9OQ4*J}2WIP-y7ykY!L=G(!#sQy~&@bfcTut;m1YHGijLm9}*IY*m)Voorn`>(z^ VE1Q40wdu&;{csY6H&KZZzqFYrztIw!w8bvigdeMQux3SOamQ^6)`$ie`WL=H0RJT?Uqi&*4u;?wUKmkV|r`|aj#j^q0Sda$*~|6 UEc*@MSa^A5=c$=m)Yt-5a(dN`HaLigrVhbGm+YY?1Pm>F8XMaaX4BFz@d1^y4k(fz!*}F6UR?&4nCvZLjn3M3E(ib1Qdwdqn`V9Nr99ydJD(HZPc`4~syC1gf{AS_0dy8k2d{JtwK8N3xZ3IoneAEzq9r9w+zcVgRY4G+hbh+C`Bz5ZERSXB$ GxSKQ9u7>?f@Y&KC*d7jX6(+j+@o*m2v<0V l1H7RQ`2cBOqn5AoLQSYK37Q%q@KWr_hDV{0!HA++)d{O1cHS)b&~_KMx)cX2h!g9jjs4fdC?rKN?crQTPa8fR8*V|dusN3$&pEZ eXRUbn-E5eeLPf6oa31e=T^Z5d_A0 `V7iUmfy3)sXkD+ys_FgtRD87Sakt+d7ahKpT6jING_IfFGj`B(WC9Q%u2rV*%vdha9qucxz0ot)2 {AZXkZ32YhHx)2s+YobfViFeA*pwsJ*QkHYFH4s#tD1!$id?)EAE7bHo80lKs$I)=_##(8ZmY*gy_j?cJzz2{9NT+VvQ?2d7J%fR jO6rQorG&ud9Q6*umPf>UqgQGNbE)XyW%dD=G|L%|Irvg%RSm@mrMh&K}o6Cb3LV4B;pm5&*2poE*pX|P$)3_@UF9g$X(%fD;9gCHB6-sDAZLvitYlzw>{_j~}~##}6O!NB!pU WBU7HHqUBaI1z7#U5hT*)>(?j%pJk8!xFUxf8T&%9j;mS^>fCQ3$`=N!|=_kafOs)HL{{r 0Z;Bf`Au@l?5>=}D<~ovB(Bv`1Q)(TL4^_nxy1T}sZs5Hp&m$GkdS}lh!_noZKE}cbzG6m6=bDi>ayw7mbzfi?XMqw(HqASC-N|}494N%)5qf|mS>HJ{zjYL`ywJt^hhVbg-oI}zHS`N hwvs+r>t@*DB&RxS?XyGTQ|yyQ^Y2Iwo6c7_gqc;2E6W;$|2gWtOrJ#SG(>83#admgqod @`r}J?sFAhJ~$~%!q-f3A$L@~Tuua#~OY9YJQ>TzzWgpru*qi{g5 k28@|EI8zPj!PodHvOb&KGmQg5^PfZDZoiJ98?|4qC8NeKJ|O0T%js57ii)aFS79=RK6yY01d}2=_4-Vp}R#_Qg pM=|c1gdK9^oSnf5mpjXITXiUXuuRW3Hc?Y&R?gac7x9^g2pl!DN8fUvBEo=B%I$(0w!oK7uor&TAf$(DmXuOKdiuz37h>Dr{vc! >n2}5)7swQ9vP!91p<4kJikSYXJ2f}yY$A)=v^mIgSF*9v#T$7pdY_%&S*akIHF-0lW?X8+M3s*GkdV}pz2yZq)bOVLD+k7u@BI5C>Hm+il|^kF u!=>c95(r*hG=JVC2gL>b{A&VVqV2JP|J^BK5oXGIS9GB7B|M@m;bH#Ta&z#xx9w>nChJm3y(}sV!c94S|5<0_UQ3`J9D6Q_XokA $mZ!9`iay5BDoehGD2}!m)`BzfW=JZIyK1;Xa o@!qpK8Xi+lY3lHRf3?`2C0*g%$)ur>V8ga`y()<$$yX1`e8*Uf?z><1eD|x?cT$2owNI%4W%bq{guhWww;`| 79Bd*>1k;+d1C<_hHpgSCVaoRt|qaMz&(z%UYdR_qSCFc3OChD8cDh=Yt?lvQ|AX}`;6AWUHZRUb^bg#Jx$0oJUxB%i2uV#Dfhv_ rb^Pq^ktD(Y-*$XvQROA)chM!lrd|Y;U+3~)_c!lVlWn--;PS#0EZw_co#B`1 Sb9*bY8tc!e;$8La}}-SJ++LU*BSf}?9oMy@2CjW2Ei^h{PN}0=P&fD4YBIxic&_p!XO|~)5VPD5%W8oOC`cdJcTDpeaCQ~*hTSY @8p;r5wV{WZG^?mTQr<%sn6|Edw0_EUCOsdAHF|s>esvqZ+HW7n$e<%C=oW$R>=j4^mw;9uiy`w9PJL SV{Kkf2`a%THw8NZU>bUIh!Z8r~zpdMO{a6V8gco^BO0g&vK%}poLkN>0}Kj7z!{HHW%x`Jk8o$%mK(V?EV>IJCx4l-*l43jH4uJ_aVYGJ>gk3lm5UQmuZMoP4?a!&kdMJh`9l{`fR` d{vraJu+mEP^ClZNIjqxy%)jFLJ1qmu=B2 p;#Fk+7;L1j5O02h2TxRQ~)K#ybG+1IfJUe2oZ3l{8+Gv<;7_Gjuo2|&rfXFyc+6jS02C?z^e9Xqqc&ReCz;xM$!K7Xv6IBR9QyYD*~Dx260WGq?E &Ijy&iJogx)wPBb5L$I+TZ$Pkn3aOWv@AMsm2gq*J}a^D^{JDmj-)euSs3Rc`&K(wSap#JSY+cc9ujV0dU^SZi&;pTi8Ak~FKql# lnu6Sg=ROayM~=z#?fUh@=ey`Y%8O3I!)_KB>PLR7U4K~=e_92XOeN^1-PF>$y1cS 5Z9m#_W?~qWZuNL9f~2!LA4x5n88nfK#SYpnLQ5_<@@F3vi+p9%vPpnAU#t4xiGz&kk+s5-!pP9i|LG|J@mp5KI!mVf8b%A=ZuGk HkGBJp}jAiW74e-lqoQy`6qQT>VG|s$wNiq#kn>RvN%S*wcpPdde8GgD!zvjjDF0*-*_bQzYhk&Bv`CcB&!6}~`DHNL25&H!J2Xo`i0b%v)i{EfawrJ;eM;^5*4ReOYaD&m0k`BIJzx?N1VojoP&9PS$?KoAZ+zgDa_)6hVy ga7baxuaQ>ISOoP-&21qZJy~(Kj%gFQCBeNtp(@ZQ-0IM-yJyM=U~q3osH{}=k;e0#QYt2xu2E74L=Qee`F#|%n1h&}jk2GFB&wKZ8d`q1)u7J#gf97T2{o7_@GdT~mFFsxQYcP#d_-uBaQ|BdxG2 k{Mj9`(9tzYDKy}nxd>Z_?e{gP^zC6)$LSGQL$XK68H{Bmbtf&+!DdMj(!Rwu&?Z~>X|4e^kPAM4ahv!78uFz?h75sfr;AIbHOdj Rh-(dghW1$Vy=p#n!YS#H~}(&9k@+I3#`FhV$u2^8e0xJWE{Uhaf7N%r%W3FJ# bkM_xn+1Bs-6jdMIH^rx@19>>?H_lAq7o1%E{m%S2xo45e^veUMss%sC(WtNPh5U_$sm+%rbX=CU*UVf@jUdLnez83c0vg4eZ`=J 9$bB^YG0d@0`~M#@>H?^+nAKj)Ms|N`BzxshP696&FpJDa3w8cR&G=2@=12i&?^*`-*E2tB3l_6 YeU)E-3iWpHi??ay68P0a{x#!=J0c&HlO;Z+1YuQjL*Rz3OJiat~AE)e)qdcTpokg=G$f7j7B~^an$PIfTX_~k7?OOOwddik@ePJ PX4wZB*2EF_igYVxleDdirVqRU#I`|SJ;J6jA#(x1+H4-$}tV`UCXHvV|ooely~%JAKNdQ5YsL2x?QJdg9F+{9^1s{C`cK%$m}KU Wu(TuhE84WBY8nHAc64b}%uy&_gEWew=0L y;ujWdp&C1)$F0w&dDUa)wP;iPaxB$z_N3A0hu?ODI8CdXPu0rzs{;fS}UHb6y#pnItr}Sk~MN*%Ul<%qJ0AT-vfaiWt$Rm8&5!V*!KH;e+$X#DcNNSAE;saw~e@MIX~b39)2r 9RS(%&{oEAdZ6&r2}DHa-HL(i?Z+z-Je(R3X8Ksif+VJC{T-G JKMdfZR|PXpe6gHqVZl>Mg>9X_^Q}8_$Dc13N(NJZN7pxLx^%%orwNoxO%ZF0~;giO_G^RdzDkE{b_t`aSV=a&VJW2nWC%|VT=}D t{b(tn%Otb?p}%Pe5gHUXnp_f>@IgYpM%#xM`v`>m;SY9%-wZbws(yeMC69Ghm6uWt{JG;^4$2WHW~8Sl_wS{*@XzO1^F>Bl?3!JY5yo^4 TdZ2lS?vo>1$Rg?*A$B4IC^QCfTwris@UYdLd})<-1~^8kZ_V28gh2#k>?Z?n%EL^Bo3ew+e#~ESDH~Oey+G0-?i(IB;68Nu1Kii cR8qCia>9u)aO{it)p%rfn+riWl{7PPoR5c4@@B!xh(FGW2g&0r4O_xFrh|^5wCcA3^jb+rWTIs#0?g2m|Y^XyPha?C`KoD6T0I=7*A0bHeUf^)7XbRsB^K=Xw>k!>rpAo5j&S|jenba?!c@yVCilrLy_*G^+-Y)RymR3*eVXZjQE*p#UoTe^mvFj?5zari-`%c6*eAzt&LdTVA7YN}U+j0irj!Kj_C$Yt#U4myqvFP^HC1;EL~M)^Bb4cLySA33j@MS4Sj%>h%0>f;nM >ZMBq8Pb7#f_E6vA2X0-3x55?6`QCz!S_R}I(E{i$H1*%6MEQY9=Zjy6XMD1#wbqao0(-lXS=j#Evj~iit7-@3+j87mrOt+LvsubloSG5eV0WjK!*5v@LOUT&9)Qa~*qO{8R*IJ8+rE1Ikn}vH cc=H(dH$g_xi#mNJCRDG2=s+N-I?R#LMt-v~sRi98o5;tUiHh8soA4^nz)^wPMa(T(6-#t?Y+PB(WX=fy7Y;kxVnu1H@JnWjt`(P+0T3Wi~-W(g!hBP=t(X8-i123!` 0E3K|G96N^ywjMR{!Y|K7)a-KO;22=aJKbj4sF`7*{-S+U;3O*Kb=+6;5a9R{P!^ @perFmf-XYG3CfYHiE{mW8@2|YKZidu-iB4u39il3r6DWRRIo&ARSg>T{*j3NoVUExm67)$JlSc9!r;D;|rLvQ7}n5m2WkO>M8-M 0$zcnCgON3+8|U8rm2BAX9LR@grXmYlz2TVqZ7p)W~s4lXQpw=G@j-c{ZH*6w#2ZJ-@9@f*WfNvU34NcK--r5Ku%nnoQ+4HX$zf~x$sCkj+ ycXC{a|>c4Bm1Eh5!3$)lL}6LfX-IMQR@ODZVWD2iWbCIdI%=JJs&q5a(23xWJ;&6z8N9e<^8uDZFj-`NNeL7_Vk)O_PkpI{g89} h+g1tZRvZ$!(GLJ|DL5t(?x6@p!m=CT+pZ$CoG5Rv)^l{j6)7&|t VIIG0f)5r$fj&i7Xy#+=ck|x1DD$G7@1YW@$8j>SkB82o%hGS^F^=6JNTA(Jd^BEzKAQQ)qF7ys3K)%R?DWX$)TQ9U4t_HWzQP!z RYz<^7X_yG8dZwa+`rTN6!u`=5`QLkhHo;q{2Bb}kuXtiPE^x=k~+4M+=tCdNFLnZWNXJ*#^!mqI6)dSq$`|PG_a%5=mr-hQ56b`p;4WnDtsB` Gi0JH1X6q#FcAehP-8|)YfD$M@tLO2p6J07^*G36Q~cG9wEimxRf;P3`eov|&T!&zB`Qhl$3Y+}14*)lJ6h|@sc15sqITdI(6vZ; NN#h>X9b~|c2DxI=P}R;_^31dJ#=VMd)1(37P;})3bWOW6CO{X1I1v896Ubo^lk>6jNsoj+ksRV%V`Np;ZV0oR-nPeNg+)cMfWJ;eD#8$$~&_oo&ZcajmBvVXdFYT3;-{kg6Gd3cy_kCw&Lv7pl!j4v?<|!H%%K CmAn^I4-m|NlqcNmIjw{cMzX>b%yvrap9=Bko_Ac@h9F55UM1>JE-uYuubC(G39d!KQs5PqBYs_2Gi#`v$NR5K0Xf-0trb55`Byo UYzn(ME>3$eyvH1_$tPsU?So^`0BHrOd5eXn8LE1{%c3a8OhFZYxx;tOY+@@NctQMW#F6?*1&LDN{GZ%@(@)orU~?wV1~0Hegcq3 C>PXA%7=-j0i9<IGXOE1Xj?$0^$g>3K!^1gDRamUP7CLA%Hp+X{#Llfj~k1;OI~lWF>CYWTbGi|i3rCfFT^LVHi+Rv)e7cHAQC!Nw-SJIn~X&E vP0o3h-VqsX}0jg>QRI=6~PP2Y{LAtcKF@=g=|sNMeZ1)S=>ZPdRV1T8jI06XH7`i@t3dKaS pzDK3<7sXNw`aV2sAq<{x{atkWIqnRmg`tdNj!MDbKwnybRy+Q(aJ35hT4l8fM{qZ<43sjk8S>=>pw>6BkbI^v)~y1*Xmt%AnH~d iXCDj>_Lox=06Sl&+!-ka`)uv`~UrxYi? nk!cn3Tbg1SU+#`!8`kCos5?wxCcAL2GRSq9z(|c^TO5|(-dK@kh5Tr`P78G>QX6);#blOjy{no~rF!JuL0)bLA~VT~Cu04{}m~SxprV2UWkXQ1wuzrkW|}>w+pBW3V*3XwBfBR-h=0Xh #(~Ow#c>5)XMm}N*3Id>Do+gYT496$9Z&8QJXWh5G~t?nshN#U!`7porpV#^Pa*?g`-(Mg#fWE5tKIOP2Jp^>)q3jBa1dviiofy7!D2u#mhO@_4KWpl^-I=uOci-a{l34o)upC4}{I8e(sGptc`?9W$pH{?O9w&_pfN&jxIsF!3yv7O)_MTgt&nrvv!A=gvZ>2)W7TD;%)|gO7sPde g&wmg`De_|TL?spLhxSqWhvgqVCn#>H9C9x3{)o$nH0;UsECZG^7c4mE8 D*{QNpD%KCvWN44?Zr-4hSE92>n0Vj(<^Y1c~FL&!?X1aZDS~tt(8sW<8fx*JW^VQi`CEff1(RG@X+@-&M4b(H4<6=L$%lV&^0xp dhD#$#%8=r=b0MQa-0zn(*cc6JVWdvTIHqVeAS)EB{%MM2+>Z+!2N-2Oirc6qA~2=>@_}!e{nqDr)`4U0cQIU*+Xiz;ka}_uvAHP Nd~6{DInM_ycg(o%Z3&CZxqc*>{2GXUneBaYv1g2PipbyIgTyoA?V4fj1E{-YQX4L{T SwpKLQ=_XvmlIdNy@DfGQDAXU!_|v<|7|E2(_59EL`aiOi$wqqkqnnL894$yMoEBou0&ZR2I2z;{CLGjHKt3Pnk!_5N9|>N?>KKp 5qo~jzv_ATnUp)e@Xy&5X+!h5erkvKAnRw_2_=|V;H+{@wAVb*QN$%+&xb+h;yQO{$6imsaxccQoonbKjS{r-a>Gm}fd{7Re#U#X JVhF|7Lp4(B_JXtnb$!=+P;S$`P_)z!t0!}FCz}LAQS|U#wp!hGmGokF+a#gS+Y3Z0wRb(YJ0Wq#)m4`v|tpDe4)l%Fo$Das^|~t hql}XX9-ppLHTeeksb&ZU(FPlW;d!NTN)CU7Q;$Z*n`#r$%|~ETA{jR%D_$MgJCu+lnymym;sG~H3*V17isF*W;EnSNdQ(YtGWps Y*_5H)GIE%Ko5ICO>RBgILjAW(4^pDWT`8=*Do$>rv@09@sPq$a^)OY9HFqDfX2{vl<5j{v5yUj6q#!EvRYiCGP1Bjc^blYtH54B Cn<3w??J`)Sw>U2vZYAG)j&E3sI13ScSzvmU+yMc{RICRpPr5%J>rjCC&iaWaUaYDa*_EMegEju_;%~hJHPx@{EbxUY+vWT9pC=@ JHPn-?O*)eFM59un7(!c1Hb(G*Uz{M|3d%s@ZmFCPDHPHc6$0uUqU}V&F7@&Bw*ZU()pNq!L7t|OBmaS25=OhznJ_g9GV;_r)BCx ?Psnf6WQcQnep|k;~L?2#(HVs-^}*?OdEVNU==0o?2ST*?wVf)|G=ky^zOZxcr|X))sobwoyv{Pjg(M 8YNIX;xEx!2Ee6@+dE|O=*z2zT!_-Dk_5%Ic{B}45fiTgxz5=lCi_nEN1Cnym3v-GDF-2ePe5AX2Y+7U5MAi7*cU}`JT8Hy@^_Ma X$i|6myQF?dY1UC8xnKjexn26C3%u)K3=%9oom1F+Hzi`GcAS{Au|Rr4q0#eF+M1&l8g6SWo^VqILX% OqV1SqQGCwl~>Yp60X~;xAI5FLsio!+J4%Wenyj_i~iH0S#XCft>;jMk<&m9aUvhe&dNM7?V+=L!k$X?r&Oqa+?Cb>n^4ffV%_jcWiMi9 FHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiMi9FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(Z ZftL1WMy(LZEszW&2H2%5Xar}p(;lNHx536s#%=2f~+a1lrE^!uBfUl>Je{ZyrzjAY=^ctKJIYh33vlk5F9A4;Jg6O!h|hd#7IBS $okJ;GxO`p#g7Ez0&*Q$LoOjhGK*)(WkeuL$P{_MK*&qXS3AMttnV7;g)^T;@=t8ZS2~yEP&lKF@?^)^7cvj9UBFZ6ytal@Cu&_J yRx<}z{o3Iz-FU7j4h{ysH`cEO+MXFmC$7`w^g$91a{H4>xL~6B&RDZ%^*#I-KJ@uuiaT@7|Brh0AnYNFGaA9)1he4sTKwO`->Ky J}4?}v=6RRdAh!54valC_tC(pMkonmDJo7kn^FmQkaJq(Wi-0FPyKCo3-Wt1_#lFfGChsV-L_y68ECXFr&nr8i!-AqXQ)V^uowy)!9{N7dZb37&S Cw_d1C+)kl>T5i~_ecEJejvXAP)h>@6aWAK002*BhEM@6aWAK 2mnuJhEO^u#(#3N000Rml=YrJnd-Sb8P&YIzQ a}j>@9-jAEyuY!h=e6K{Si9#PhxgI5Jnvz=uiVS?#-Xf}_wl^@k?*SSd)~hRfAIs)y9w~;`+458fV1X!-WtHMKlHp2i2ucm=iMXk -JbVnE5P;k_q@*m-V6A7z&`?R2KWl#w*Wssmv9u|R{`4q(R6Qr!0!Pb1-L2TN`p@THUTE{ p7&+Ik$~R@+!-(p*bDd_z+(VYfL8&|1H8$?zuWJ54S;(9eg<$M;3j}a_Otx6`dQB<{fvKCKg)Xo@JoPSDX_jH3w)me_yxeM!2*9pF8H7%J}rOSfy0`Dco3?@@rC1Uw(`vw)WaZUA@-;HRV>Mb_(~BHQ&;k>$N)@5vJ5Z)otVCF0TW67!vCa96;M0cQd> 19kz91Uwn=(|~sXt`B&h#edk|A1krlPnOs&>C|xmX~6XW=KyXb{V@$KZ9AZrMDJ%WvkfK95@b CoG?50lx_Ny5;w&vgcu%cpH})?~7&j)7K5Qlv$4nW%lFlW#&K2(sh>Ej@~lMzZftf{SLS};EFQKdBWgxR?e$sj?>$K8v?HHv%X*O *z(4+k<2>Rx&aY9&ah~r2c($Oc!Hth+y{`dm 5j;Ph{r@iD*8qo|VB>cJ$748Pr_A>gh!3X#J_>ll2`uk~6NxWpo=E)oDd2Zy9-qkh@W6?jFMqW6_fBLv8!TeEBNj2Ak&B4mt&4~+ Qx}n*&0fTG3+?;Si-^CcE@FA-0*(i~bP@6DIl#$)?_2tbCvhCQPGY;~oy74v;Uwbm?I)4$-DU8JlQ@3w0`4y5oD3Qz;efLwzf(MK M``aV#LGudVL$%xROY(~a0kFUPi6k^oyz(r7qcFpTg>)tfbx#$v7u`x`uAG4s9F(*0#I$Kxe~?=0r}kie>mrOn&nH1@{{ r}6t~fIx5WoYOd-=by&@zU(yC=lat)&+f4IyH4YL{M~7!-_M=K`Ik7I_1olh<~tJbn^NBCY{%@=iEm|lKlXI?`-P`-Tz?ISCD~gA I9=L(2E+T$;CL=PgX`K6XRw|ZpFz5E)fueMt!J>GR-M82J#z-f_r)`aC!@~fcuWMuQtllBxDfC$z%hXBXAwUZoyB@TbQafzmjEvZ O#RgJuylLNe#-It#?M%vJpg^dm!ENc`0LNO4u0|HoWBzR!HRgLpA%1R`Z?#@dcWX!v;b}mco^XRGG73}GI*Pw&G~-R+5G#E&nY%l_T`T()B#;3OG`b2+}x0X7QWoXhrYdLG*~={$b-&travoyYP{Igj{r !Fj~zi_c@fJ#ik#`+b97IG=FK^Ev+}o=?1;eLnL&%HU~$Bcwj(lOEo8KF4GI3y4?Wxq$6&xqx`^J-}@M$6Y`^!M}jxf93_mpK~u@ yRWeHH(U5GE&YR*?spdupWnTJunlmHg*RTre%baS)^qAbq;q>*#BvS*`~(Q$ITtbi3oqvU y6a;0>wOoq{f}SFbjeGYZ}TOjXFFWNcvCHWuS?k8PC&4x-u{=c{JSq9zOS)(U%Hg@bhAr2UfbCF_b%mpoOUVaPxqz7pM{rl9Iv^Q cy_@w1?;g_+!TVBTYY;zg=cL#$z0d4`fGvK~}#mhLZ_g%*I>3P8OWxfGU1w09p?hwG=U(R)U?<+`Oe|iPy*L#3> NPl0+`n+%@$NB45aeN!EVt;J|*em0B75n2dKrGGP-vE~a_Fv6*Zgvgl*?7Rb;L$a#_Y>E!fB$w3)4c)+R>G@ZYkcLkoPWvdIBuI= $Ms>_b^hqd*Fz?e{<@z1_Sp5r|EI4fUcGMN?_JM+UT+E4)lUIJWbvAo@cTha*xnB_)Jlo)vOPJp+7VlR} *sg~FrvN?*xIN%Ema?2#OZk0od!MtE{n)vb<65-um8C5Iz@@~CBLKGqJYy;4jbAS1e0qE-+xzBH;_U{@h@W3y#`I0gSkG;j5g#Wl BVCxajQDuOGM0blGM0bQGLHA<%ZN9R+4nzN`WFBpntAUpW54fv1M``G1LxmQZeaRrZs2(R}J0aQx0&!Es#*2-etJZux9?E9<#4U;`@Bb}RYLf!j#$pT3Rs<(s#292#%ueA(`H;{UkY $p`OyJKKNu?X1VOx3gXk-_H5+oWbNB?7wf^!TGiA9h|qj-obhva|i47vpbmIm3Oe;R^GvR`0O1lcl|q=|K@jc+;_0|{Q!%Czjv~K p0V&Z0EYv9`j@0PBLN{gc=G`FlYDA;)qe@%YosJoc%lDjxA-?*Fkj=7ul%-l_UJoaw#%fGmr?Gj~y#M|T^ qnq~-4|ckT?b!`*CScz^TyK`&LpkR&zwtbX%HFBJVSgp>C7t^6z0Btq_j3F$yqEoU)x9i#rG0-G5G;cChkIGxzH@t{k`}7=c^+C?3qaS3u&#~_-?ERhxIiLP&?{7Rv zH{S;Sf8ec*gumVV*M9C#Cl)!5a-#lhnW7hhfMBxh_TK&n)_>6-$Y($J2hxF!9s|z~ xYc89N8)jmi*}7LxZ@wmk9GWsFKa(#w*WMqn_mO`getsViQ^Y$Sa7Q#?uP2D-i=X0rzx65N(+5v+{rJYy l$Q?x>;U}L)8t#e`V7Wg@Dy-Q8MkLBhmHFy*OSa&$uA!BSK{5Rf8{tn@K=tHC<}$ZX?T`&t@teYjjI6X0)FjpEa#}d5l@~1gsAUr `5gJ3rO&Y+=0DGJZh4;g^2+m+YsUT^G!yW2z$)PVf2Uq=;tQM?OJCr4toI_vZNiJhmmj`J{-W?A+jYu|oEOi$$acK;BI#@5CC-aY Un0J2_mZt+FLD0w`V!}F_e;dTg8;LD$Gt?k2>1q *w?wv%zd5m*43|beR}(Kj^kEu5N{56gM9Vv248rC{rsgjIUnb|NxFW`o5n}JMYzpdq#xto;&@Jbi}T|kz@q_AeT(wJ*Wc#6nDRF9 Vcy#u-!tE)Jh$FE?8iOdVfuOR5WkLjhji>u7XHt7xDIao5B6u{Kggd>0GuuT^beN%z(1I7);~d$CBJ_X-+SKWc%1$&`|H|wIo=Px %W-+>UCy`n-X&ga`Y+PI^1nFVM*{Yu|4#!f;r;#hxULo6=eRxnKIeP;ze(5k{x|XNjem1qHGV+6n)w08?}s0-+@24(-c~>0{6Fpk w)d(Jj6eOr^tT@n|DO7Q>(nbBkbi#r1CDReOL%(&-UujovvDG!^PmVQ__zX4_>f-%N_h_eDt`?qtfK+(H>eZ7R@$1ebdPx|uu39Z*DfO7yh_+&!cI~P#s!aP91gT;W~L4Pg>6#DtZrwE_^6zlseptciG`t@x<>5qR| `1+q_ybV9i@Gk*M|85E><24dc#(O-V;LSdOvd)(+-cc5Bv8BJz^1B95@cJe|ng4eJ3VnGNQ0UxuQwi^6!1Dml1>Aargwn0w0t#LE {AbvIM*zyY_ugmNu5C9===|D#Lykk2!MPix1wi4eU$b(iY?M$wWOqPWFZbJs@roNUeRU(I|M5mF_izh84p8v;w2j#AD=psdH)4Grw|t)2h~@m<;AQ7vEoN On55*f6$Wfki`4i)(P)lfZJ`8@D7xHvF#Gxseo615BM+g(hdpl8N|P}HQ{CPe*XA`w+7{YYC^)h1Mg2xN_bBJUN8muA^fPFfhQ7g 8vFV2T@yOrU)q)P#oH~R>-Oe=La*9(BVHE)g^nG&8}aiJK%pNm7~F98gwp$wfI?q$fI=^iwf9>Ag+BcWQ0U4g(}~~d>5O;AbmH%Q (^;QS%;5a_@(h;0TnZa`Q29)*e6#M?f4A%GE8LZD&_aHuu*@N?Orop*;us%oZL3(u|pzz7BS^T}*61u(=0fnxg-^O{nvW;}? !8X?8nKt&{J8kT@Pw&b1rad{2$L+~2Y8G90cuG*9M`xlG%w>{a8cK~I*{M<~!eP^=X7tLh3D`&F*R?j3o{WGBO6E6V@ AJy0nyp(pfGv2U{gz}dg0}8(~0Z{n)`5o-1!#YTxF65l$IK=kOr6bgvKD^8Y|i5&XLDRnoXvi{d^YR* %h?>ahXK=oZ_j4EzPvZ{YuKCpvh&`o=L|qB&0ZfMSSqi3pM*CH6`%P(pv#!gm+qJF&X)Pxnedk3`^_K{!e17<6RKBx9PmDT|2`(| tAGty>@hXHujWucPzy9Ma7Ov3XABHHeVxyUaX@c=5tP9RF_|obb?8Z>xjZPpAGU;hhBd(;snOZ24o-C_Q 5Tw&P`w-&eHHUH?UwtU?X4GMvFOv`BIL<$e<98?^L=*29fTI6D;P3=^56^oUP~_YFj^sKxa3uTVAVAqSyckgU*v6w0%6Ii0#dhC( 6z9*|M{#_&Kbqq{^JvnAc}Eiuk2#w2?OH(L3tzPGPaMN^O~())ryj%gx&0Wn``3UX54?H|$ED|3w)X}=ktf#x3SYO$PuTy5|Ah2# vB3ubg&$x4IPybZJ)Z5q0C1(uuM@~GjXyD=8-4cz{tw>oTg3hxaZ*C}HI6!o{rJL3q)Ts~#QysF$sEt^PG)<0?R^oT?Bm=HD00(! rzBK9+Wi#v%cZAq9^Yp0Pp1&y{snje;QpsF|BV)t?ldmu{N8pk`>Ay?+q?5(&cD4EbDkcwnEij`V$#YccEjnbY{b &1vkX-2g=%IpQ?-?~>EFp8f7L)<1bV>B6+rIUn~so%8YD(@CFqJA?R@IfHn5@EMH11W@FPdjLg#e)9~{({0Y=_Z*7aS`!q-;3FghX9Jc_U9K9&-c89^*sI( =C|e&uETF!!gM=b%5lnGO1g68r5wlGFC`v4bt&;@y~`3R*QPGxxR);DxLD}rj oX5`tUMKyrg!pjDQuf~?OBt_u8T)z4GLBdGGOo9|W#sn`TW0hRQ1n}CmXS_Ry@7P3bOY;m;td?PD{f#u>)%NJe1jXgZh!Gc(u?oh NP5z2uoZA8nNK%z9XjSl_UBh`BER1W2oc)r0hE2O?wd(pKY2?+^?_eop74GPc;IsKsckFJ@A!WA3d+5um8}17R&pF(Sjl!LZX+G| >TR4Cj{`!)_cpzq>-#tEAYJLclllA-d#-bNpA{Lq6v>_wfDi2H(1e{p|gQa@l%-Vu!QOZ`jY@yqEDt+)KP1WpGb}^X}!kee%5=#|!V}xZim%>EYw|QqJG&K9=*# `^X31WACf(){ndb?e|heH(x0z9K)B5V?ANvjm|yk**01~k`}3p+NY8%t0Ne5B 2gt|#8&FJ-)_aicKH@=+_o4^6u3rQw`j=G?vOaSkV*lU#5cB;bpx6~`yoz-9z*VGo_W|An2IVWO6Kbck`Vp3M>2JwLZ}B_M_Zff? 3B1nVab7Ncl;e5Vqb%p0N4XAt?f0CId;FgDPpskhP1mr!lh=?w?YV~IF=q|&XW<&Q`=K@L@8{QW99{>MeYkhlaK8C}VEYdS6#dUJ e_;Goe_;Rq;SZ!2Zvo2w_17OGpEUC^uG=R*M!9jtV^#5pXT@JPjh`f_-WSTnx{!$Q_ql|@A3@eFMfvgxbqpV BcJ&z=%w)8f8~0&alLGPj_{S|*dG@@Pd;xs;PJql1OCqW{>hgT-kpG3zr^>qUm}09*~{enI$vf# -T5-*slUF=c>S*s56^mq^X=JJh}UnuLcHDJRq`$4U!@%I#H*wqC%i^E;GEalkH@@`@E!-e><#wsk#7>7|0etGwl_()UU}2xskahp -`DUK=i}(Nxi0PeHrLZD0YxAC^4r9xN$(IJbMJ7SFT6u}=aP4bU;liE{KB^XARZkAxWDL2{)u`3p7$>Cb>+XvN3H)J=SSarR{!@{ &&%H9`2FEM_V*{>C;j`@`$i|;=emE=`^2kfEqud&Q;)gjzloR2|IPM3Xzy?ToA~+Z4;ViD1J2{=A8_8z`G9z|_yf|hhd&^Gr69dX yey!kUjQid;8Z~Aw@Uz}e^vm>JbemK*0cQ*Nwt&yelqFZ2G}?(sr>l!fWjB<{fVS^7T}A3GEPUWm(=~r3jhUQ8rM(icpM8Tc=d?u-O#d86L&$t0l*2{kZ-Y)rUm{h#{?S`zkw^35%y4wNOp5?Pi 9iJTlW#0Azs@*i8=;Ln!6ghn3jgxAJ^Y4vW|9wA~)Ny|XP}be4pHF%aO}v8ug&uwO3rTN2+SLwt0N}k}O6t6r^3|l$$5Q}hoqirr =Fh~hCB3A`SAa5Z4}3kT_Cyj~&6#m*PPrnsrxQHfMU=59H7XnOLj|o5V5>x0mUBWr0GfJOWvK% aochRVLPC#cL&bkI9xb`?O$&X;=_%AvMxRgn8W-_v=Kk&&P=Mk_=fFCU0=S?kyJkBRlr>l{yw0{4ZG}>RKDwmz1Ux$m`%E{*=&~I 3@Gcytl6BeC(b6`-9MZ3^z(Zsb)6mosPg~bOrHUKOYm!N&X3N0l4_^%4&cRrXZ#PxecZmJqrcjhc=P1GY}c#%GT(21pYbOHJ`MN+ ;1;O=Lq8y$duKo5(T#JGx_>zBhe?(D$7Pb`ng$-X^{_9;{$G@1ysL7Y$G^-m{o^^7`*M!``#zxPGd{IH@oUQdT)*xH6nW{_ b3u2|Pq*ijD(7!jNUFZ@m;%2aQzZT$UShkR1Qb5(*%I3`dLGLeV{qy`(v3XO7QWive>;!$dK6IP&A-_DVdbRq8^@J756&+${;g%Ezs=t7wD(_?IWBjX+5c#Scrft}*hrRf7BD^7kh^-+-U&dtsXBd6C)poi6%w{MzulRQAeH-_PQ=NrEnGcuoQZ4SYB@f3SV%py_YP`U-84z;-xHn5395A_F}iN&oJ8K-DL4QEZ#AI`wrvTyrc2_ 8N>z2^YTgBiwI9Y8DWpPa+0*Sk-uFdW1u!b_+4b>${KT(?6)BP^LWOxVWyvr-L|fe}9&KSVujCBkqgKaP613G>itqhN+NHU_Z&{pc5q@h@*<+<=4Z~=s B7YA>%91_ihrIaTU-13$$h+8+{>akYXPdfrWot+MA?}&JXbIX2ET|gAD7wwETf3@gU}S-$h)}O+z&G{!ue$nx(Jt1AE|s h45ZXc)G5gmY{u`{Ox6B-Y(;aygKmv7JjnN{WpXU7l=4F$$W|AeJ*~NTX~lm6dRJ$5m)xWUyQ^R9rZPle%cuMe^Tm;u&V*@w{OBD B<%SXgbNR_y}b+nlC$);;&-Tpi+$UVto-*8wp~)UGrdhBIOP7mgs`7kx=#UaCVPg0Hx_qCJWs|m#8~fw1kb4c)Zz>O`7pw|t*lf{ {u2=XXp-ky5|MFe!t=ioeguB=B7M-9pslF;d&S^}$ahQWAB#KQ!e_|5NYV~XZ27hrM%yRhOa3VHW*BW9>JsE{zJ;$cC})wyes01r+DW><1(E*!0=^9sI+LXB@0<1wETYO7zf01#Oa4BGc<EmW$X1%WCqzEhPbHmyU1?BPo0PN20YIc97@tAUiQ5p7OB2%xs|)n+NWoaEYE8YcB(zg+05T0c$QB7&PvcOSa`C3NM8@5 9j1;2ej*c=612Ho;n8+aNbQ9_@G(eCaHygw&=LXzkI+}{r({q6q1y6fJ${E012 FMdzp{l+A1R1fxeMpMqRua1oU4hh;!Pa8&C+m)902?n1AY{s{-k+Mb_9B27J?Du}1;8|7CCyI>w^GF@VHusAb_i}{KKz`TT`*@2d c097jdqM02QRYX7FLd)GxT_lPR`1&w(w6Q?kh>2^AP55BRqW0 >bR-LbNV8qt+BdH^k}A$^2*h?1&U$I^4=Zc-@oHCgJ@WE9ZW^FT!s*ekWPj3c)oQCp@2+q|XQU*Af}m^@Y~iv*^P+h2GiwaKq`Z8@w{oj|WHc_~bC2 0TI2P=yJa4(&P8V$lACllIA-I7k#G4UUzu3D#5Q3EI=Xir;#XI&4sf 7kCnJ|0Ohj7;Tp2?<)v1s6`pqz+KxE8;y2CF9xLM$NzwnJZ3&*4`mW#!-fu(rs>pb}=kd&u`;&dpZ7q*| lC(44+`e6f_bc(c3eQc5bA^S^lKF)9F-ZFbtM9>hJ_ygVL>2(-kaajo`|YQaJg2l6aLbxGax&h>BaPTOZYuQJzTahVJ!v<-4*<3f qkXgJOvTT@VKVQ9hIu?k=KijhzL0em-$o^AvoC*-M9Q9yyxzn6rxHAiAb-!x_~N|}@HM=P?c^IWHZ|+b7Z5hg^4bmg{1nfl@jE<{ |2z0il=&)aSCW1T`s};dfKEf$ZFrY`!3mN4pR;GtZ*P;}`654(ulPUtdnEoyeCtZ`e8xX5JXh1lqWf$?nN#fh5ec5NR-2=mxY55m Exy=#eNonLz#k{+vq1hX#=F?5iVkc7exJj)ha>4PGx(n6b0dE1Me05Vb()IzlkI&4@{;}UQ}DY8zX6N89l}opJU&7DebMb#BlVt& XW73Oo!x7AzR%K$j`n4||6JONvcv}OUHn8BC;I=B@cV0mJ_H`NG(W`q*-4(8a(|*5-AQN#exkn>8{03}^wloN|I@M#*!v7w!z|A) 59?!oJ+J)cdNVg&2_l1AJ?{-V0=g}>%FIm{(NuEQIJ%I06etx7sCnb6QN&fbiwcNgKU~rKlk&N)xe^tH1?5^SS?ht (&El+PqCbBN_SVwS|c>M2Vb;0vHX!&Az#dNx1=W&5G_;a&892m9AG{xjVx#VY(Yv&FUXV&$jkLn=OY~XYzg# C1=WAeVV%)(5f#THmIL0W@mAsWGbKY#Rcfle72|J5U9>L4L!6SebxTX0$S{Abvn@vNQRDO1v2URnQ|^$8Ia7o$~g>PF4LMCTg;D3 jm_uAjqMyaz1W@WQS?Lyb>#Z9tz$=aj!Q4-%d&#n?gbe?ozM6c^t8mzc4Pdyx{Bp)ZDmnAtv_4IbZ07=bi)G0=2SW}9~H|0tr`_| q6u8i{(xV}_NN;%9Qk~{69e4XGIk^?=V~~qFWWU2O=_=Tu!GvklnE=CL;0Dq#Ojf8bLbe$XDT8VGOmG|w2H~xW5G=rlCFGJYnWYF !L&n<#B-S9f+Ja2>Mi_8q5wUrpeB{RoT6H9xmYcw_b+986`9MK1?gNrunF`<>YU0I{7R}%lb=A2r@y01(^Zgx>V-1OMrTSZc4FTHm=bTYf6QK Q0Xgb_gVBpv6AkpmdhX{`GItI&M)ON14^X2GVJH9;xFcQHia%{tMH{;`pd;C7Ld4*U0{_7o9}}(W4K*YCKuBK7{mpcLPZ7-rH^0Syw7`{Q{6{1$k+T1Uc#IJVt6!YE4O`__I5DY-{ X$2x6maVE^DeE+E0+Hyq`Iqj?%m-1#h)JtlbyFkeRg0A|?UiyiTj8@TdU?!zo4x%_T9hR6v-xb7(44SKGo8h%_FHeZ63aMkIq!^& 3+aiO12UO1Lt4`*^jK-!)M6EV0)*EN@U!!(Sdp@zWBIDf+>sS2pf8&*X`g0%Ki7*HSI8j+TQA=SB)dpArr3{h8t5=vQgmkqWUN}T et{JE!9at+7W+#WK{V9XLk?PIAU+M-D@9q^3LwncGPCk?{itzS>QhrxQ@Rr!g>@c7RL=HiC5=r$E)PO0PIB%`E` yhzWH6>(%m$Xl?c39FGZ*tWQ?>WCD8)x^)|bUt_QU-ii$asadWOvzWWS6LvLf+_X0UDZks(-<_YVgxql lk@@QI;**Sw^S(1zqNjUNEHMJq}R*ELhgWUdgg@L=`GW{woTbtDOj}4x^`gvY86_FzF1PgsCpf$#O<#p-WN^ 8^Re2y`e~lu|K&}7=L240XLYD&(8m3Qgl)6gtv_x#4K0Q)Vwg9wW$*UrE1DKqw2@-*DlmX*t ODzj&Y^@m!x2Qz;04{(sDp*Uw-seGdT3leekZBzfy>2w3oRwgpsU*S4MI)1;ZBBa7UGbc8Qs6BhL4us)*yd%%{EArmC7yg15(qu*=&hys0p5fgyl&0F6cw1GM6cq^kk~}ijjp{l%6ScD&3}-P6#S}w^81vFn6w{#_xsF5qzb7jYr)DZnJS~ K%dbRt|meLHKG?fkmWSV0-*9ygoDi#Sda>hPAced3zwoAhaoI7f(*7y1SkxdqhdrbQe|TV@NsUXSkeI-)R7`D+t3a%SlXd}O^>GB 3fwVm>QvXRVu1qc0L2mImLe=tTFFi)I5A(^p!9O*f>5ui+JAwVt(5~Mk>xX=Zvv&t6pS1RwidbWn(P>@m~4e^KUJZ8z*eAOHS8X8{fJ4E9|MmeYXUMAlD6)RX%{+}3DziM^MI9L sFg*K)!nJTAngRw6V~c}X@V3JRqq7tP5GGAU7~`C%mbUwqKT@OfC>}3yK@pQv{87tifD3!0x4ioC4Tg99rh!U0Y6m_w{ W7-16BY!o`x5+qDJCItSOaTjGM(8+4Qy8LRp(ocX40nt#1Zgln+L$FRwkf~?Fh{`p6v+-oQFLE9UvyaS~*{<~3 DvpJ$S}9`TFb2d}p26tm%gQEI3iLqf)IdasCS*{U_qucjh!8NHR#oK)tTYf)NKj}VznO;JWV9?M0TxH6jMRm??j^Wx%8LswVR`1LiFAUNYAa$`EYgcWX}} 6?8v>ghWdXSC3p74U}~d@^iJTqI!E}3DDMlW$zahLr$KnbqXUHB#f-s;iBVaVw%}=)zn-EX)tSZoYcgJ@w$9|e>s43jK>ezP+++Pr(^_|@_%v$VTgKYf2_$B#FwInj;n;aeCThGU 5toJ03-U6Y7u~(?KX8jBHXn2|1n*_x(ChFAgC}y7p;kfKx;p1Hzk$>oqYR;Fk^);=f1Vqcqhg{cgV#Q2PO}E;P@F5wY!A7B?qW+y ^Kli4NJWKi+fx|a^)Vj1&NLBf)hjxfT7{$O*-bC$whKssw?GXFvbae-WZJ9BCc~X6_MzL|(6^Q}X$`u*RvY1nhj8d&DXv&#(1#&J N2f3xSQWEqYWJpf8ltrUQ|#v;X*b2xDyqK9F7V?FWQ2y-Q&_7q#^Tn@^*Z=1h^m_Sp$l=NUOV3D2J&y171}J>U+k^sMdB$G3(dJo 1_U>EfbKUGDvc5Kb(nVyK}|#rmA#SrXbDyz<%v+<4ohmRnK98ua^p~2nk%4>INGtgIBlY`c21i 2*M_8ve3?wQXg=>xl%qGXgqvViV`P#AH@ns}X+Y+@iV7^l1<0CcV I0EFyWg!KF$IUp37-zs~ZQNzRa0%B_XWUJx2=NC~NOva(>&{FYTmfw_*fO1R^Pxs@GQ2^OHu~w|4WjO8^n;Kl 1c}@g1kK@Fx?y+&1mR3!ju2MeuJ;=?%7EY4Es7vb3P!0c?+WF!ZdR)926;3ihSM0b03D`L__Sr(y^ZFV00|m($v~}&AepgmAV_mW BteX)4q0p!pCepKqcJO}G{#Z#kh-F!m|tbrqUO}_hCEv60_wy_4~ijlOeTc(U1VA}`f*OfZ;3|^+Y=8LI~39|7el|7{mPtNB`Zyn k(6o#Azn>4OTUAQ#_}dX_7q0y!=suINH>dCl?Vb{bK!Fg8GvFz5F6ZNrEB2mMn95j^x#yZEtND~_f*Jr)C?fETeOCQYAsFi!Fm+B CD5Lt5&PvuRFTLhio7mtc!TL8QM-YfFG1u&Q58ZO=!U|t9iyQl)g7=xagOQy5MvUb7;J>d&_$l-aO7)0(=Nk;IiC?qX@!9#r3j=z ;Avagzp*ODKkzX+ouc1$V8X5P9&2(vql^DAnG%j%cXw8%h&>>yQbtEb@rhlh74yLn%@O^2qp8`oBn=Jczw#TADVn9KNWPI0IoOmQ rBg)Soxztp8+8ii&nUw`2@2*<1Sv-uDoS90l-q?q5MFBfCJ`HUrE8{x5nX_Sg+SvDXXszS=;iyb*1oN>E>P!`&OPXEld} Gqb=vzfZH8X_`1w9P1vThC+4*tfJBF8F_4@4M*^-IX!zbG1|qhX9deMtP%1ZUB|S0AdpHe-LIjZS37<)+jfzydXe; #&=W61qIV=(1S*IGb;=X=3V5$CY?8`W!pY)Y&$Ijch3}hs~FjF9)#YpBDzuP*>N)nKAVl3%`~lJN6M#hDg}>KX{)SKFNA?=PY=W~ ;eXXSQTAi2QI&%Zqlj-U={6l-Y8-WsB~XFd-ZiAF+()a)tQxsrH@<~#L^TgB>FIUF_RaxQ>b1wspn_^l2)4u(gUZwj)mNXyEcK#1 qqUl*t4`wAOo5MMGij>&4_uJ#^g##@-fUd(NZWvVc}}xkTxZYGS?#SUz*PA8Vz1kB5oswBuOEo+><8n53A*(_q?;q@4wkN;)OPNi7y*z<{9M@w_oZL+wY2J)^REbYD8GzSGs(WJXDYYRV{KWrrx3TIsO6rGc`PqQ3>1rK<&Z)kc|y!@Z#%liXaq =pZMnz}hm4HzUY)h_USnCC(W7*=i9L%pD;TvgS9LDI%2{w8Sh{LhIwW!MCn1pnP%pMvy)*B{h@okk6n3rjY6C%5n?^>4R2GtLW_O RPl5!?LyV6)G6G_->AwBvRuLM5dn=ea8~=oh*@tzG7!@ZRU(1(Yr}(r_9)P{LJb$Vv7tDms!Ne7`)DDr#*@08q?`V-pQC|Q9zsBw S|MN&&48^=F)Z3WtBZ2D)fWuBY|i=XxH}gSyhQFYmUpvpk#KIS*%!qiY5d1g8hGM@Y;IuHA`k3 FIqgcBS)`GmdbHVa(Y8<0j6boL`kF>07LMT#ljh8L`N=6CtturXBW&N^E=*UA_$|V&Y|6MZPUQ?YDShcMAjbL5Q~;6aj2BF97Fz4 GmEz@&}1qrm=``#xUgQy+H){7_x~^> KVw@a>}{WREU}%#@zLI~;Sp1W$Y!eBaa8lNXj)arl>)6!pmmLJO}flGBK0u+UUaKl#}(=0=7;5MZ>HQ0vZ#`WJ0YPXC~eCOt`KNn %Q|<(peDt-W0JI-Cr;wUn5&!wudDLL-I-(X(*10ayLhr%*ck0wxOeDMO0HV?ZZyx$7FEeMU(n8sAZnpMNRb*;K=Chpa(F1AS0W%r5E>mk#;T37F&E3@O{@`G2zcm-J2#MEXL7(I#2vqDwD5#sj4oKYE^ieAm(qkQYi7CTasNos@?>fG&>v#=<3r13&^5rpdA}Cjhe5@7>jbd0H9uX8}i|l6&nic7W(Dbq=Vu#ikF|@b2 8RrJm{~PEMc0fec-08MP!j(6!pW^&-m+h6-%!Ad58v@|_as4Cko%X`MJ fAEGHYHoFyK7|=Ltzl@lAfcRaqMku?eJ5YbXJ+G#Rm1LGa)kFr~hd}X$;eMm!6zoh$Mov+q)7ef*m~}v)nBduhi1kFU7KH~4wvfZifi-tw&Rjyjj)iw0W3E9RbHJgc_^a@-xGz?@#Wi*lw7aDmChMSlT WidbUWS?b%o{_U-3uM5!9>_GRM2?53LN7dP6Q~b3uHBj&CVOwL;`4FP$yf~z45TBb&!JU61zm4K!8~9Dv&o@J#*J3QJwPBw6+@o{ _G!3p%R4YFlA}{aS^{lan5sz@F>Ri$JybbIaIlcc4;!RAlD$T5tOK~P!dIrp$J&YeYl!J&(De19{vn%U| G*t#I3(aTT1d(K+(FhOV`cgfA0j)u4T!n!Z1*@2Qy%!2aF%Y uZU$R53BKzlEi6NyM<;sU{!NSD_2k+(KQQnYN97rPw81DLbQFb0hS(IjjV2-8A|QJEh}$g9WG2yYm&iq-;Ju+s~@iOfpXlNm_xq_ Uoxp}7Q!(xTD?hn;zqXd-E(-V#saFQj~Cr{?8J?v$ahuqsyPzMJIT)bW#(psXQ4-)GrX7-YNT}64p?NHvd$h%EL5`*adx;LZh4>p AC0Lkuj;LTJmCEO!(%gM(ilUS&X%d-&{9o0-oOyw-0sB&CPTH5~ dhTeCGD(zdDzyhWOgN7kgQ(AtRBA@Cl5I`9aT0?hw=o@flnLZ2pQPY7%z{auxERGy#t8BSZ;*Mptoj>Jbv0k?sVqU+e!U*I!c6sw&KQS5T_U Gg=cfj)>GHl;x`Yw)W^2Ngmyt7_R6d63P(LgRz1Tj0(X3hlQbrUHG3z#mGO&D=;M2nak%Y1K!{%Mf;0FrOqe6URWf)JKRHQIb1Mw ArYb=ei>t2RVp(jDsJE&cvmGbQ|zrpY&)4p5z#eOdDBh%l#s_MH#TDlPINuf@#D3NIFc+ve?_s&!C{l>HCm(D@XEn T-@NCF(75JxI*5lr5Exxc{2V@pT5sN2IK)*b_(6+(lc3zs{EI3;PGg`(O&gXhp(%Z1xer3xM2xDIGi0E5+0-CH>s>XHFv0HWr$qE uhYbm(#~tte2SGC2J`q9**6J1+%3QQJ`LM9WsBP;l4r#^!v*H+CTCQ0B*EUn8n6#a^mA I9=no2DjfMy8oEYUFw+)7|F=iBc5ryo!&iHs4f&F%H Ou^()k7o|K+zf6w@Zd&j3*5)AERlkzqVNnSdW7AOk8{uzTQm&Yg ovPuwOoI?IX04JW*q~>nG*1j2&<}j!c(1;7MO<8_A7J%rPNxcH&(r>GX4l8G#*qK>F_2Usolu5&pW`9CN`nB79OBL)eBL+Z<=Z^U3bHij}; ZMpFMYF0hesK(6pC@c+TLs|A>*gjLatV7y>fLf8OnIawUs;W5PY9%2FD?n9Y){Fv>ifg>Nh$}ruDRrlT$tr`98GE TEgUxi3mDRIlW+8#Jnju9})GnGSN-;!QNql+_KV7g`!%A`g0I(PH-B9#$mxRlK&uyot<*$BjR~vluk$XMCgtp*ws;4!0qhBV@8Xa qXx^7tRpcTQRZoom~C21G`_OMBf4)Gx4{ju~PSFq%7eC>jiOIdU(^VXol05&fkxTji9EJTzK?7Emba86)uEwO{eHFe7Uk #$=)B^#H(71ZuMR;s`8q*0C=Wo~O}cnUYUUqL>adSTY$&+iu!zAj*`5rJ|Z7>a2_mSKyo1o4UvDlc&t|rUvJ^RPo#8lng30gXx(s Xc&!D8VFXG*avEO-KU7}icsr5bq>4n-}ho*GetQ@Ygp5uj%S?T{mxBe%>ig_aEJ6X7e6}R0cyrolb_m$;LQxGkr NJB@RpLP3yQ$gaf#%2q>l|FB3+y$|F7hQopw;J>V-}!=!dC-h}WPhzEM64R045oBV)!*X|GPkX8DXlDaFj4!QP~xwP3Q@I(x*~QB E$hLYHngXm2bOl8=~yK<65ZB;2b(dZ9i2eVG5Y20vJ3t-PoK{Jo7>y*pl{Qs%X3z>h~WW0btxGjkY9sAVjyFRr1@e7)vfv^yYzrUQ$f5ihF$^!=DELE rNh2H;ZrpUcND21Zt-?e^&j`~`s5r@)QO}wt$hz~S`W=ERTeK6LJ#sz=dBj@1LBNAIq%Hetc`@I+e4EBJE0k9WKBj;N4k6m3mvev16&Nt^#o}CbEPz Iq|!q9`&%qs%WQXz8H<3pb1VUlEDu|^roSlo>A8v8bj8)wX=+b0HXxz_$JTTxvti_ke=Sr7VzyBxlTmPQptiu#(80krzUN222!@6 Gg!4QeTC(%C6$^*AIp(_F>}Q&nvgoC9P}k&er3V(mW5H#YPo6#&2@eyoQXih@oT8a5pu%#-OBIcO?BAPd@rWXp4P8t_M#U0bSZ}! mhTSeSFkVYXe{_yWqkZWTEHMpuMBdfSj;z%Zn1LADP6p%A=D4U8>~>Uu+ABNmJF=;?i0EcIlV9$Tr5 qf|O}Bp$`9ey}GWkwan*Qe;_iXCpKDQeUP?9C>Hr5@I%AED0y*_O^}ubw&4#*S1v+%&}<`KYQf%zcR5xEDt+Yq}$lM84uJdkqc@JQ#;FsJWSCHp|i2<`PC-NtyX7cN-(VxS6K9XIg|NhSM)dSar^*%XM}{#6f%o{U9camLfb65tyDpb{nJ|Zgu5mdHAtM %qD9Ch4-MMo5L4;SM(V|ZV|Skezck|feMeh!2=JDek^eyBx6u;Uq6X6Q`zm;9%&ocv$8FxeA_@|QL=u%}PCRxz!wA}6vXGRwsJSUN%}LC~+Q-t>w1H`32`d0>>MPfrKFZtyaBvi`TvJ_h80yB3p+g<#H14 Bh@d~NX#YqjY3@TkBX~6lu*wXhWqtC=!FHb4Y28osp<5YpXuxr{y3v9S1e2% HZ*!OM71zO(JCNoZscrdWYBgO;xCY2sFRx!SvKXQW4AY>7&k05H&5Cv^1)ofMo-+dq}TaaLT&DTu)N8qTL0hm!Un5xXUJ6uxng*b Ey@hJ>?3L<#8*f0=6I)2<9NqvhG?;a9-xrZjM};-MoHIhlc%I-WaXSfxE^}6`-UPD4Y5{WE_}?2G`K^4%T%<6NI6y-W~;0FzM6U96$FL{ffJa#x9&u2NPmbm!b96V5^R` _&s-Cx(k89xZcbX?xgum!TAs~19t1NO42&r_Hf1-o_Z((xmLP7k;m19uO8B14lg$&x;3a4O|W3Z3|pvkC3$O%B(4ZuV~3 TQ~@Smc6~GOF6n-OV8j8)E7bum2>r)k&xcfVGakQ=UYO@gh9M0w@imo D(TDj{b_<~XJX_kM_Gqv$(j*-tRL!Is5)KN6NG_C)u#TeRh|g->@GCmeeEu#50R|(<_NPb>;Fh{cAMHP1q=sYYq^a*t9s*1FQ 62!Z$ZAgG!JdqRo|bvrVeMR?S0Td%&&Eh?%L(&B#8Qx{6Nc)z3Eu{AtOZbUoKu5 Dfxn`TjAS#F0Ns!-a|_(OlDNN%=tdLI>4alwumMj|Z)<9J gLA5!O6_I0`wnk#K9y6c3DxdgQGzn^AR#KPNQmNDBN`F9RdB}yX4c-+6dDeIkoOkFS4E3w{$dH#t!?-ich#!uar>AFEFFS-erpcj t@}xYAj=w01B0?&*RyhAhIXAnZASm^I2;J7p*{x&RpR45zc({90}oZ>8c1P3P@hwyr8)sc-9a@|rDAlGTIC}Wgn{6~yK-=UgL?L$ XUY)8!rL*VYAPHDf@dIdx)Z*%2^5x=%oj0D8Ym!3YmDH)sym)vaaWePa|iS-D_5bdI5uKzDgY*4>qUe!tRC@Yn6ggn1s x0I4IpbE~KrZ+WCX1#qE;0G-k9=#gQ+9k27SRMjH<@R<@96YB7IaMAacxaQ$`thZz`emJxM|xUsqF;;o5B>4g7@j+K7NU|EqL?A) DiJx5fH=DYwNYB{xk@+KTA>p!6@Epsn2A8+e?1jHtfC@LM$d4`N*r7w;?5elTcA>*6PtkTh+o}V@BR^@sQO>cXZ$`3wW?_)f>h2j B>ZH3(-m}OSYfX{A}Y0KMOBwJ(&J20|kPTqJbcP**p^n)1YObaa-sMZ=HekF(FRJ(2)gsxp3)=^qgtd#YUB;Oxt4P(#Krm4{ccEm3*PBMd%h~rgOII0V8Nkt6kEk82oYZ(&LyvOy%3sf=XJnevVIWaOs E{_HV?L&5LM3>(XJ@cs6oxY58SHvz!jz?N%1B1ET1}D|lSgJQhlh^@{I)=pcmzhXfI=l)}2AB2KNguFuL2_HIbc?9DSsULR^hTN6 hR$e6zlIGBSK{!N<<5v_7CR_t=CY<3jCjCvn}At5xius1pfAj5Np=A;^kn09>B1xWxmq`@8pUmj>&>`R-A!T^NoB{J-{%Z0Yj)7( v~u7sCv2ViVnThar)UZqwbyJ(PsCVs>)4vXf?aY}an6mb0;U&mjd4=ECK@cFsMo)C-PnkFhs%WLQUc09D3V^Y;rd2(Y`Si8Slr4J eZ!2Xly&d8%X~}Z)xohiP0-aXv{ALxK|oYrX&078%@XCr_HZ5vr{Xc#tN8Fd#EY6;3p(8Y@aWtHiY0KK{MrNGWn#@l>A#yQWOwB* eRLp*mz>CHrfQ7~5NE;YwMUMa%OUM8^&odFxc1DsqT5=$ZhxANiji5uI~s` pqD(zI_%Q+T>Y)d4!HoQ1MIaf+gc-TdvHA~edxY`?1H^W`z|0MZ`7jJ1p18?7LDKLgOJvASfYM<9zE(&$7cSE92QmsBetIms5HlHb}ckFCsfyl~Yn4j&c>X9sQ&Faf-uj<5D7EF36 9H_@%^H#u0)N2EnwqmzAZkHO1(oy`fm3dksT9n+T#Rg4jo3guNlb_SOk#)DUQ#>sSa&|Kk&(^KWqE!E8MpFXDOrn}%X6Q8R&~+)| Lp<6CZp*~3@Ax=ZDeK-L7OP^oSOtsc$J8w~9&`Uc)-9-0AkBT0ZkaZ#U5@S#XX{hezt-XG^hxUR#4C36n?l`77nx6)AL~^L};1l3u_`rtwR2Hs#8-!o$AbNo1UIpRmOL! m>_-_CIrrd|BolCK}+Olty6}Svz^skKJF{MzBjB8SCz4$;Q$?ZOLHQ(e#&&Un;4XdVQZteX#`c_{j_wNBe5d4%hF_~ehE20v_H-m 9d|;{7U4oEXL>T-j!B3vpU!!eUlsMWo|hRy_EalPU!5-x%BV);VU|Abn1H&ragKSNvqqlQLqp`QRqJGRfk2jN;ehSUo9Rlt-5=5= wo&dJeDu~mni==&=lr?kqURbT{UpsM_RK2eL}2{z2@?nsBGc$qt0e?f3kHSSdPTxxxGjJb;t;*K^%MQ$f}tc%cXIXQLWTCejRj0q7}@VxcbU3VMHv<{#9-{xJT&Hzt2+*fYWTr3!X4Tx+kBhw5C#`wh9+?w{a~M#X4Ezbx0S}8a0z!m6VN>-Qpm#weg;HILzSA8q-yRBculo $ERt|gKjBEZ!z58B0i{<2u0T(aR%PJ@m7&35L;r`-hzs|1zoL)8~q5S=Upe94zX!CSceiXRlUeirzbLIp}SU)O$Y2rdN98-R*kR2 E1Yt!r7_7_OGJb=n~H%|oukNs3Q`)RXs?bA8*(j}M5@cA;$3jNQE_?klj4 _k@mhbJn=Feb`X@BL=@TCCv_PNJ_`sfng8rL6k0QZEDYPHU(~imHh!{=m$shw+{B#`ygCzy}4F2*$L~lDjAqLUu_k taWBJg&Yeop)k#O_gL-tg-pglugl`NxFT&6V Gp^6M7vk`CE4AqDRcBFdTS%}hD1(j=9OVMu6={UfAPs8nX!P_(pwGdZF|Y^jYN OpS;S9rRgIObqcEeZvi@xn5#8zFoFYnRF|Mg|;fe5ik$$e5i_XcwACSvuouUSU*5Igi Gj~+=9oG?a&;oS{ZLNmRC^T`m(?812)nr(conM=uf1sCRI(5O`##db8Tvrp%l) p?!)ss}LA^@q*aF8clJ3DciU17*Uu+JusR(&uB0goXX%`y|^@(D@1fs=2AOgvYZAmvK6TDgIzy$A6kd8ty>S951}GWlmm5R*74F2 k83BSLPaHy9@Cdw7%f-GiDJz~qy?KUmz{_*5HQTOr{yEJVz#6M=K`v*(=z~(yD7uMw8HVri-$LSBynKvc|{whX4iuUeV!gfik}Yp D0XY%?VpiMMX?$lMT{4y-v-yi92gA#z@yD!I7X~eE%53&GnI>WN@OiCYaK5-k;HwRR{t<_rDo#A&&xl@_{AH5$mi#Ok<8}xSSMz^-pl&Hq}t;korqpHRVU2e2;Uxu*paPBZZ kiNDsh)oBSM@hZgbn8NWtvF~vi+Bq{}w`K(viNp1#*xZboY9{e(L-6RXQ#vtodoQeYJ`el-b+F7OT q0h|F9U*$XyV}KBzk3#|aeDgpDKm#>KT}X`_A3KuPwX!6b-W6^ob46yBfC(P4yvQuY@CIqBY|>ETnnu8&7DAS2Wjk%LY_GIuTK@s GFiyat1`1ePc^70lj+`Hq{m>#@Iz_FI_U1SJj^YgV5v1!8+5uWP|BIQFFc_rEv-PZ=@tKdkvo^ulZJ48=`Q)P!;mVXM$eK^rfRXO )f3u#iZz}z$UulX+M^n_*3)QUOc7{vy}e9tp_kctddh(RhYmF2ug*ONL)Yd&W3Q;GOz0wm!RnfFFH=xQyk*3$QnGsoX6qK2noI`U $$`YB+UqDIPJ386v#YM4%kfi*QAfqLpJ47Cx?T5&LXQ?)s~d@k4dJCRvJvZUIgS{#nh!_% N#!Y*am8tM1Do%4xu!KFL9&F`x#3H*r}>F)P*#d@PCat4Cw2`%T|^EX1I*5ECy|ABuZm7} 2+!paKfHlA06%&f#92Y`9*$y}bW5BE585EG`h-$+z0AW)KFp-v^e}NpXy$RBvzFy$->jTPc>zjE&nYQC|*DukX#ybyxcE zqn*r3x1;qv}qzrtIzAmZj3`ZHBguhDkeUdItLsHMmZ%ZvWE^5d&pjjqa9(rQE0YWj>W`a482S`SFfR~adYC`k{-&ROvEik^mvkP i}n=l9^M>1go}p*IUvECr7IbKZs6?G=CdHETTiQ$AUO{s$5=x>;B1;@t__^)$OSK7X-@(1Ht>`$<3o8 kE6HVCVUh3|Ix2}ZyvS7=&crx+G_i)YQDHljcAfOVRIsd%n2NK%KIDyXvN$EmX>T;HUjoBZ`a`+ueD20ix<1JHrRL@JciK?I3U4R E!zyvL#Lc-pz7%&A|Ag7JL4F_g-BC6+tS-o_c(H-SluEi2RE(9Rg6>*%T&;N2y)?t3d(>KV<);$`7O$^nQn5Wi9(pnx+_z24Yp&u f<+|e#H2>w6*N9LdkvYjT&d^xg;Y4w=n?(h5QE2L^vbt^P*d)kyG6&Bb2P-Wg;ZTkV98|e6Dr}l^g8NzXGKpo*V$2!)PYL|)is1l jG*ZF(dL?~6YF1YscT(iV=$l5TV={tq6nhG*Bz*C%L0oXS0ecB@2KJR{7gCbahK~jvp@r4c@K48+W$=S{wG^5+U+k+6*|NnT%HkU K%FI?I%DxfG3M!bk0KcD@hTDhA55~B6&uxp*OTkfSGR!TVLtwY1cj*ySml2jN7lHqoRjwoVv->L74(B#vc+2H|6^SB#)PZEz!(yS F*Zr=9MwzlgAK&#|Q$C@oY0>@Nv>X2Sj~slK!vt@^cI2$LHXd;c&;m-Ke7tS0BgyyjfKoh`DoM%45j4QpWei c|ePYb9mP^b(56g>_H8H|oyrh8ULcV(A%AfyM(yo1vX2P)PTDhD@ua$n3KLmR<6$HpJ1$Q!;nPif85x|>Zm (3)0FQi|q(&C~tfTzB)tYOmkiQEW|zN~fKAA@Ai|fX%74J(_2N4oK=|xevKDJ$kFrTQzUBP4iaU;<0tB(OYhXzm)g_Z+4rzay8GC `Mp^Xk==?1~$9B=N(X8K#xGppbgKu^Y&t2^a$EyZ&0xYYD%)2D=09@Vl{Y7)1@n&pbE*0fwyGZMr&R~V!G7bN5z XLU?%-ad>c6~XG#EZ5L=tFi0$ow-VC@8;cg7M3#I&2p_7I-y>pw%(47+Pm3wA=02AWx9ddr_AUbw(Hqyo6%d3>dt1j-gev0?6%#V -`l#YYy0nQ-?>9}^r-E&-yt)4+pQZ@p`Z0~HRZ+pF|Imi^&zWnO0T+g)wQdZuexdV(W`Ef*IV#<3to?Gme5t#ty-C0bsJ)?#N+Z+ %T}#Ouex3m-L&ck{J(6~&1s~(cJ-mF50lg@kro*u$*PsB7p=M;86Adii;yq!K(tl2u09TFR^2GkkP-=+;?-J-oKToVM-kVqK5_N2 DC}mb*-ESEGA-_UsT%&%ylz4P$4Ip$gJW3nRkyUHSN+1WLG@NGOS5uP?aYyC9ETLBIWj|( B{Bf3k7uDe+Nkpid^%c(=`bS7vQP1a)6j-LOhP4)xyb5yMqBC-3fMCmNyYME(BaYpTsN15nWwk7liQr|;#MX`#JR4$;|Hl(!)z1-2N|N3`Q972bU4qI1i>|Yd );0n85dj5jcU~{JDgAV4O|#rLndPfiw5G-u^W#!u^SNnK|G{)EFSrpxmO#T`jfkI!cF1rw9sQ>L1rKb|l&#bi#R3XTfREWo>mhe-D${WStPs X>F<2BIu2!=lT!7qGH>kG|9#P)84l($8}w2_TTBMd51HaVGP8Lra;+=19GTJe2Zt| j3&0H@{a|Hu!I>BU;xmH!eSK(SRyr~NlTW?8jU21vL|*`;!3lL78|$5E1Z6XJjv{J+k35jIo%CXw&SF1(~a(P+1It#2`yj ==O3^$K(Dvf#_+(G;F2K)&Z=_A*%UD||Uj#)_JF|HbwY0zo6>D)$#M*Ykz5s)n?pWifN1FiJ@-}SrE!W!@JUA!sH>bNI*1zzEw I=<71mav=~`K6n#Igp?2Ffw%W5&V-XCej4GE%#_q;TC{#>|5D$Ecz5FTt|gN-sA%q(eaO59#cAObvZPVw3hF2)BJ$#xT*O9=SgBwW0|7 ?Ga2~X}QwoZ%?=TNw?}(w0%)+wX3+|d2kOuhMgW1PnI0eCYUZ*WwaA}2nB>aOAsnUL=^a>))M0+Q+kaJ?p83rUh++NN^4~2lZ_qbOl`|*KT{&OBhx-b<`55$1tv4OxMi{xT?)rJ{)BK43Pof!A CRQtZq+&W1;7vc|cr&UNhlMGv$R+^oj8qbL{|!1>ha^0X+#68*%HT&j!q1ev8{k>Xq6g;H>0Gd0mw2Att7x!r;gRhCi?oj#=xr@_ B6)*a;I@}dLy}DH@yTJm?=^f7OL6mcdtj5oHfQ5zQb+JW8j<1}O#^Do?s>FsoSraX!O@1(0=K{G-GQ7IPw-sZ5$%!0!(+VpFspzJ @Ub^}bCr7qdOIKBeuPQX9+S0SD_oY)XApo;!WzJnW%1n&KldY+IW!1pPis>PlA1h3pj*M>6{;+xg@JL(`=k09MXN5wGF36pC^8=;;|W! gl~RmvQO`MAwnx~;Lp}zK@R1n>Ex*srZ5_Z =nJ`l!w%wWJE&Sg^>J4n$=Tf3`yQ1k_r;s!zb%dhisDAcib%{mr>*ShWX27>hPO$n^o?zc9(aUG{fNI`U<(^1E~qMltcCsvoO`i9 8c*dX!9utR`_1ih>F{_b`>cIbP9Kpc$_Ov~0Q&%r{B6>g^PO%hZ8vI$GOx_5c<#I8e;=UHFv7L>8S1xweB|h%4R8bG0tf+a3VWJ% aVo*aW7`MSylSrg3H@ijQ{go~gh@qNd5Fv9{`f6-(TDYi^Kw?Sl^x)Z3VzB0T$vlhxXNQJamz2IBq2bGJ_l0jwC+%euD|?;-I>^%6TRqoCt#x>Jb;W{*-uNxZoq ?*?b=C|(5HN~7^jmz`boCyC}7T(E8Bhi=F3V1GHw+ZsFE4#l?)d6ool*MypH_)a !9Cj@(J236Ee3x9IvBN~y~i?(-3wmYNAZ)yW5i=KQfs}P3;*wbCtd5 gWx=3IqK8`ZI`scR~*(3`)a-C+wPws2xKxY(W_`y|G*oH6j?Y_@&_9>6!)lds8f6kZB;xWL1p+M3+NF^NL;vXW$v&t{kB-)xZUEA 0eKReqAwls;jlh;NWRD5LK%_g4$pAd_qTXk-HT;S0bGWUd4%&Pp*@bP(IR6v1#0}Ry+3kWqNjuet#kT*K%-~^D7^4f$I2je@-9?j ;0J$C9E~v=5j6FOUL6iQ-5q}z=()kVDfEOQM8j~BYG!XWU1=k>PjkC2ZFplNpCT KXm-u_dZ`GB~%N{{@}=NKWzI!7<)crBRNo>;;@8n@wTEPK%Ef%SZtIQW8&n=t$}u7klFh9?zg`24KpiFKlnvqgJsM!^!3tiL$e6_ 9W+{5#6xiNdapK3Mu<_g6GwMpIm_Jt2!+C%QM21d^i8xRc&p-8ppA-aiM+%JP`EEfBt?~RQf{y%9(&B6sV4_BxMy+T#ER17&Px>M CW~x1K6)&4jk@8Fj7hHY&vQV?0)srE<+Y0d6?}@Z`6%+!531PU$D=s*KIS9aqH~}F9*P8}WDx;00Kci%O!ah2dZP3JHQ0UxNe-A&8*q^YCZVK?Gk}}x~0-u_e83T6mk|zwu0Tpy}ez6ZLbMAI3dF*H6VfCN^kQ;B4x`I2j lEI;P#F6sPtH_t0?qpx^*tkC8arL0+O&Db2TGT*2DnmhV6dx0d*7wAr*I>HGZj30v<@FgJCseU^X!*I8?ZBAP@vLl@0O_HX!tWfB eOGRbsF)^phnBf0o;{SL7>lo(#-4lbE+^HDZAKJQUJXyhPat{E~Am_L!h63Am(5#ciYXHRoE0H>But)00aFhQ5Lh<%xtI?il `>nE%<{miCS<7H!Y9GajC^ibjL?c9yq8?kfURfu(cyFm`PTo%uMd{N9{#hMfd}I*HYP4gwBc9oG?DlEE4=C~z4Fw1d@<_vI-KXuR g8gAhw0ZpvNVbx1=#Bud!UEdmM`s*Koh+E@6V!B^g+*t>G>b8#jC#e>jC?ZmAJij{hd|W^Wuv!VM|^BRyb1gOWbc&^+fMNLdOyr4 $2_Gg#4w+GM$dKB~Ha>-w>-TZPiAKj4N?@C>`2~%d4|n6z;7E1-t_&k{;Z^mo@q`OHxexaEC^&)t lmIl&zz}*klw((xCBubv(gB^$G%R?u2^M&_VrS1l >}@~09dZVRLwa9duun3KK!d%C6nhV~9maQM#MQ8pICBr*O%4_uOl>I1%CfdrssOQBWR*5?lmz&WUl_0lI^~mQXg4;RsW8EXoQWz} kAnzt0TXi{TB{W&S(fFMctjwmrnShfymknokkuqho)vp^Vi6>j9UjkY;&Y;Z msW=lFa(=tx8lRBha2)Rmr5a0%sr4IeZ$D9X10Rb+v0xV!5^Yr-?uB`5H5S$gHtIs-ZMRwX_w{`!WyHCUbuOkn?sNTK0mbGCJ!LM Owp632M6Wgp^pU8P#p#FX9ug7I9t*gOz_A>Bw*hI1gZw*GnidF5~QT3dKDM8P}BKU)t|yENU)%!9C0KJ|MY#$xxDgd-WW68nVt9jC<^aAg+A~20g}aV@5&-$nQ7YO#V3&%2l2*g9BoxTUp!napGhi#P1kkvm18X1b2io%p|$s3#V 7cmM8{t~$THK2)c-x2y?uI`-%0f85<5Y0DHvo5%6S1ut{_a?m#v-ua@Pha#TtY_#KpEB-#M3OV`Ly7+y(RIF82pk?tuC7h&u$}+{c|QKVRUb<|L^9iiWI1&BE`_@Q~6U={;vINYNJ8JfMgn5OT5{ Du!N@hmm62d#!SpI#_1{tJOlUZX&z_tgBt_aC{?twZ69XntPSrJ@VbDIoGh2jn!9N7v6||@fWYHe**~3JpB+%E&OGbq})Q7_0A^} K}c5(KJ5Z?aKJczP;)?>eqnA6Ud-_M0xiM#=kz$DD~RC$E?_?#eN9vX@U{2AwQ$sEI!(Xq5A;#X0{uI$17Bp9NaJYd>ol)XNvV3K 4?}smdhz1Q8m&ojsE=Sx0gs2QZkhn>3NTBa cp?2*_vTn|XN1I}+DCN{pC0zr_|AO#4ZcJywGxgKlB3R0Keg( cSE{~7=ybRyChBP>2->})$UV2NqmysR{e46g&6=*F0nQU0u|2$$io&JpStaH)msp?#$Y{L*2ADTu`x`U+ujXGdB$)R-J4D6f96jJ _xMEeZJgfiG$1(?SM@+4V(=FL*gnGe&8@THcM tSWsh*fEbOsP81T8#sp9Ti*`^Ca74%3_zlf_pd}C;7F+oi*y^z$6h~zU%;Q(2!?!@`CX|zVvKvR55F8F{#LwywKp(39Qj+T( %D8lW#IJpSroKp)9hh&!>@`4k=6GmzPSPd4#@fUZY8JP+8iA-U=oIJ!rYzQ8jMc&#~gf57oX*Do5?x!^iyzgl0$B{)mT OM5_$QBQdwiFOgPBp+fftRa|X*Qt5e4!;J9aZ!+vf7tp%h+x9B?qE9XHX~Vv0OmH?AmW~xl(*Mf^yaer7_4RZ1Gj-2#qiOoTB%W> fA*)+q7ZWIwe)xR0iP17rQx^eSZe%}+7oMh@iobzmHDDfXX4h?V)x6SEuX9Z35~@4h)gxd&wbx1iPbCXm)1A_^K%<37oR)t lp_;ZT{?Fft~rlk>vOB;5oNS1MvXSKH8#8s>0L~xkjFsya{{sraP>i8VTZ+1FU^_Sqs19;k%KInrvdoUg(7b!?EB9fV>OX79AY#X pSbJqLvKOv$&SlDC=(%~FkmLopM+I>Z|iqUU`v!rM+lP@joem5*>_%Af7PT~rn$I^H74I`36u`V^ATqrn1;GVbIrXH%NbsWsql#3p7>S}pNKx9kZ-M^$-2R`971jdTE9NO n;COZ_>cU!MNB&(Zdpe$H62IkXNEV7Yk;Z8`Gn+SkB2lF5uzjwgHmcNF=GktBdiq|QKTe%?mSR}!#XL0h=P+X9!hir*v9!+a1-OV lsT7lL@6^Yg>~$wgB*3T6YnSc&z|cX3Fq+2F1tAi;pzJwPeTVJNuQ**`$pE=UNqXfvk|Wk{O1K!7 9%*{$Zq>9;-ro`(hMkndgoB2qSc)4188B6l{&!Q&{Ef`q{EnY@%3Vck1}926FiG$3}9 LWyoWfl3PFkLOn9N96;Yi$j}nJiWdhHdMDo?iF2nFvb7skyb4 *DsJ0>P7Qf)NJ?YXiFlg{5oGPjh_(Kodx5VmiggfND=DK5Y5VYK;YfY<7MK~Bk$Efor$K0Z1rt23IizULmzm`VZiKI?C{MP|MJ-- X80pJOVQ#KqFdzMydb`OZ~*c=uo#c2l#0u7^JE++FG4?Od{>sG@N;N@PB)UVOepv&(QR^O?%+i;jUHEF5+a-8#TxN3CD3?e-3D27 2>cuN$@|$p#U}=(gweT9ILD)ic`ZV4U>@5Mo9%r(R`_%R*Gmw383c3KwjRqoMbD2YeD#!bDX{mwsi!qgI+b*R30Vk73e*`u7a52p v&0-lT2PLp>WF={%y@Z>3dDWf3;Vy<6aGN!#l*8I6ybWVipFk^{K#{R8@Gie8c5hN$VVy!RS%7wSTVI9Jroa?k{kwk;XiTlMKT$ymn|?}*AV3+AO`xj>y)@=W^&nZ$hR;nI2~0qv6e^Qj;c0bJ{|7Dz{#O%q ?4^N<5yYa#k|n?A)6Yx!*Qu(JJ(|WygMyyb$Vi!#+ue^j@33pkKP6cOXmAF*e0*0x_~_wo>aehJgq&Jb3Bs&fMHdB8rq9eWdL+ma #PHMtvt%w@?Ag$3U-~VSNSo8DyajCi4mrc=w`XMhYcVk*6FzT|6RiO{=<6f1+!3_&WTAe-G(ehlks~_@#2k (0P^$Ew}LJ#vZjgap%ux{H)%9#tgD)to~|-Jrr$$XSIJ?!b5Tr_?z`WW?(^?KzBgrsT>>lU_FmLNqhyH@oqZF)>2?Zb0$rFyhD~u LhBo^H1!BZzZMtkR2$*n7VPJ;U@7MyPRcYa%2E13%s_*}`=}mRY&HXvXg|D@#^a%8<>i%&tIMlv-(Sy!`Jvw@Ry6Ii%gScVq^wA_ bQVws{Pv7A&_U2Y6KBIdrCAoW%cm7ISrqi|l$4rjq-Z*d8Vc-{!*kpe!64m1YbfufT7oM{1Os)1dj$SX-W>W& k8YhK#uh=3P!7SqaIc@5yS%cwx%?_zSwCb>VqpB<&lNK1*>(t)*!y6J1WID>_IW9*RiHW`&c>%=&#hX&8^r9K#*h(AP3-H<#O*VY v6qQcyDesE3^@cNi+}^Vj1Z@xbJK%60>I^dN!-ny+MIW9c~|c`$}l62MQ<=hku7s7MggDLHOo{^#3!c6oKzG*hjQrpdUpX&R1DHW 3yT6f0nS7rxHb+FM{60W6MZp}E{=dNs$`A?b#7w({4;{T)jsKp(o{yueylNYsp9KGmSL712vv%R;Zq?XoHka6EaP^iOaM7me<=Cd wXV@LDEUO%?M(C{Fwp0495{Crv>XsSEsY0t6c_0saS7&HcTe#Fr4(Pe5s@H9G9DOW87Q`jj4?$c(%8+%oV;k_!@b{pM}2~Zr;Dnp 3yX4^UN|FMUFdpyO96FkITYw0Q8?4VMTZ5-PR(h%o81@$Xp1&b40b_hxNmK8!$05ndxX~sf-J_c4hujmYbL)>qRR=U7C?Q!f}{zKmqVs<0)g+c$oJT>mwirc-3)XBv21G V-qX_avI^_OV|nXGKi_q^vRQdO(&HxQgkkq&59r(t@_6z?CY3Qoeo}iDfs8ethiG?I8s4HA-3Ar`$8b0d)y<2z#`nxbF?`bs)@!s ZInV3z8H$?BB_!>UQajx9xpG3fREb2}7Go}7rtM$rK`<0DwBWO2UQC_oHh0bv-ur+pZmDe%T&ye^8@EIjS>jGw8%RlZ-k8olG`A+r!Z_2qmOr5xQ!wr12){(^OJ1Nm%tAW6ECEAr)f_8P;QAZ_Z_}4Nh!$q20{Dxh3INrNiv>yUAKy8(-3v@e)L!3)N} e4zg*AptxD!rS=SgnCZW;35wwXzzwN*eME~F?Bx1rlbRXao$pTzaUl)q!~VAj4us>Rojy_Q=t%ptu!~o@`FQz@jpW%(hAkQg}yOVf0_cEs?n?;S* {LgqN-4YSBRAo1mY08KP+g+S*0|cmEWQ-sktTp!o4L~HdF63Kr+*O#Zr|W06Gs}qUC@|-sE_Nt$UbF>aIOUi?Bmc aBC=qxxI&Ey5_3_7EwlnX(q>0rfyWy6q~_;Z5oNoF|kmhk`ajkGxqRZ@(O8t##4V|`Gu&oq#@rs?IT7iQub*ba$mC4Tq8m6BF!jS C5r1++=l3{mqc1PWPTYsWTHyRQOGJyakS!uSM%r?3Q8#<`bdYw?-`%ZdD^(d;rf!_ToI1x6A?45)i%x@{w*Yng-O^a?ad?4Ma_$- BWg;o6`(Vk7`V;cPd}v(nFA&pN23l-a}bpuT(}`t%X^v3#|ebHPxX+nv@yAO{J(3)WQpuh0!R5q8r&f9;KBFNvt=36oGPu|c-EDh fox3KU}!~Qn2ICj_al=#h)!=0WpKTW$ZV=QE~5mL3+8pCY=bBB7Ae!vNDOqlTY0V%=N<(JbH%q5P`+ o}oGMjUUxqAu5nw>1M{4ryVIj(Ck{{>ctzxlNN=1^J{MjJjf(Nm;jRL2$mxL1Fwo?Ow_(IYvWokMbrzOzHnj;yCPyeKwRMJDl1y# JCVJO4e?k+5p1+jViu3!$p-9F9}@Edyh9RY*@sz%r+`q4IOv!wkGxONbUb+a)nBZxUH#kY+I9EeR+`BOv8snz-9G1(oaNg5!6>r$ Fz;r@9+H4#PV4$8(`s0#S(3k8iIB(xqtw^tQV2D(q!cUyFE?j0I^n_Ibg12dHSx)v=Lep~R|6d2Y3Wi!fwYOd5v%O$Cj+bv9Hao+NNq7zLe vIZ&iPnMPf=9{!%kj5AyMAT_MzL;bfnGFSAXVP)y-?cFJ{J_gR+hO*B#kP2IqRRXXPy7+_U&3Pwd3FIwW2v&^&^P*^|IB(bpqc+7kC1YQT;>_0+{||5EUklpBy8`Luc=k$uc8yn4qR>{6)}y8(+uvofo^Jzu<`(|?7UCCcXMgi*>wb>6h&U|z_vwF*9%k+x*YM5TR~GzayRX+wIzFGODYe=G(GKPp@?j83%8l}UWV_Zxi26l(h&@i Zpw~PgjqS`I(7FTBQP$43(IR4F9@A+O*|u>WB4g-GO3|Ls`sC;D7ME5h}rl9TjpJ*DqgLUt3w* n#c7Np0EU@*Bcw_K&+nmer+9@!#B4!3KwlEi01glQj2rH0B+*5Wo(E_9q`7WBM<&(qA?8P0m;ko$xl_htjQA;6R-b>TmM}=tV#36 qxX|^Ph`J@5vYIc{`W!s-#OBNEG$Y`A;q`^k%0o`REt=9?UAg>Mh G8B6?9NoEOrUwq5Gx}RFo=zNPftWkcIi?~F%S<$O+TY*N_6LFmh Ff)$k|JmoKaw6Kv@My3hGhk=6L#T9dzMp>s!4oac6?Tlr|xdR_&BH9xp =$;KBE}5PIBnq89CUvl~HQwf&ZIx;QM}PP+v5#|H_xNSSi4WlR+%wOQ5s=eAEqYx@}=;3D5-bj8?-+s%taoG7Ow^$ac!5GTYQE4sggNOi<|XVwr~6*DU&!%BTAwW^Doiue+Q=8#Lvrjq7?i-Y@zIXwbqM%4TQkFZz$rt;m q_N&DGprOxiK&r56`d911?eNZT5BC*Nd1@fFY%uR0I`Hm3$Aew@lXFfqFnG>P)2X!@bzXcn~{+MwPjAQiHU*yZV+TLcIJqkt|$r_ cjw`Zm|{??O1?df@UKvByUpQsgVAGMbYBfLr%6QFlu<@}3g2mc>pTCgWmr=^TykWBXB>exC{>^L+erSWwlIS?l4!N&_VZU67Mw#G Xag#>?MRTVCKB+NP@x*ANu%6tMVzsk#>OKD1b>iJC9H=++GfdVd@%$;ih0cF>=hCln-~~CQ~X`57DTNKOk7-jfRVmqLqx7Q$@2AL %BbMJl^XMcZ^H)ZkUf+$i9fjJaVU$LaaXi)`@b7#m!Sp(~c`<3!XX>+)`gV!F$5qCNNFfwwg1m yXA5~Gocy3_LtvG46a^Q`*02V_IF?UoL<|>2VajQPoYrz7qQx)x!|L4D*7^T| 6%@~%b|2~Nl~zz@{j}+uhSsa6c)MWirD71rM-uh{Q~3oZ9>drmAv(xlHuhj)G;=t!4xh}CRXUP?? oQN3e#|bqYjY|mN6`I(I8y7Ru8=t%6sgDEQ6{($O94RkwngOzR%?6!(6;~kf%7EB@tjxe}CeWkNI!ct)zBmdohwY+F!mKpO((r4z n`G$))iQIhCww5nkDFl#0)drJXuF1V`kQZTZmnFVDltU!fD+czLs^e$_Di<7#xue+s+Zo_dTo6z&d{fe(wsSv6blQ~+yyAEv~b1A g5_6NgxQib3oi?5CbD54(fi}L(vTH|aaMrcr$t;Wq)j_H0JV144`9pzv&8_Ta7PjsKHYpxeXCcYb+UiCk(te6^Q3&bEu5C>TH!t9wH `mxl=1M0_2oJ}>J6ai+ev+N8(NKEl$ojOKmij^YSp#)l|~X2zQ%G;8C~jgKv&9-h~rAxV>Y?m>7zY{TK&6F>-95nWw3l1=#r8 ps3+$j{d_^r3lba1%)9wV|=0M?=MXF{Y%ZiM_(bIyxc&^P6s;tR{JDP57`gkuWVc|<8kgth91crp`%G9WkmKR`K<4UVuZ)BV=r}> i_Z?6K$Ol;$QwrQ1-*!PhW+Yg{PTyfgxx=<$2VK#r*!{RbL4~V&f}kyvd14NLr?udU-%-CA|Rj8XrerS82K^2?WB1rQ%3__`jr#$ r#D|)-dH*9P5}7dqA$`MqH3OEnhn-mcx|tIANk#icMigxUYjhrlrUKZUHT|adWHa$OilhRA_t}4G9fNWhD0fE5O0Z{ACsqyn7sD_ mp_Ms>sQ?nUf5V!z6dqj=Qrmi#q7R2P=!qomd7ai#n(rr{V~2b&tY0PiH6os+>oXq6cZ7GBTg)U5#S(z9Qy1l?NxIsUtylZ*nJwQ k7^0jYay+^)d?G8U4IAlcrFQD$V;1(yVbtgp3lJS?HYcVzNpNkXjSSh61C 1l0jlhpDHiZ=`ckb*N)fUTR|61g-QC8F(s9?m%RS+UGHr$~AnHaUVq+GHej;3-`nfBgCI{pV#<3SOwY2mp9D`B;^1y)Ir)2=AQBe vKL;c7A|88R@XM&(z%467ry7L(W{#)8(%Qo8xRtdog3m5y3u*(Si^V@@=c9v@bsS2Pz}q8SQ>}D74??bmfsAHP=QH3C+f$YDC YAw(K6|KdP9-)IE!z5Z>czt}?61bMI-m=k8&@_!`NLD88PS-bSDuG3uVqOVd|NsS~PJvp=_Sb#|hRqy%_5O{) oEGY;PjD&q&>21=|7zhjLnaj8HrcVG_HhYikg?I5s5Pdn{IcX1Oaio4m;6HaY}N##=p-|vff3eYb_!u&>y~)g-jq<)t_{0_d*KA8 $1liV Lo&yp(!12~E#Q!vCZ1b8f6cuP^Rli(;%!IJOFi<)?$%N_KoPF#yfNKa)Rn{~Dqtqh?XR?hdgMpUwns($tm@Fw9g)Jo$Jt2@wco?Z nFeHSj@{6Fj`yoDl*n3XG%CNB@Q)<5sogGZ|DD<-mgz7`u&8ZN>aV+hE#{y5*!}B_mmvsZvBl$a*{3a~zx9wyOoh|+ i7RzuG#jDY5om!JeLYN}kEVa~p3ipAybj!y9A (-mB0o0;b3U2LeA=B_Uxywi&rd7AMusWJyK{w=}2Q3%&)CJhAcSs1impgzAOAbxY#ef2LBE}FwI{C4S)MiHn;SC?ANqU+_I;)3)#M^L`=4v=i~ix#sL 5emi|vJiu3f#~-TDQTLwbf(Ns%#pawj^!jls6HIe3JvCK *~Hzb1q_%+AeKt$ovcgVKSF(a6%P55|Djak@R;K^N51+h +2|A@d5b)s2^LJ&6+30TFF3|e4pXoEwdUGrpobt9prc%c;S#1+=B6r3PqkXpZQtdDM#Z_}rhy@7320pfCZnx?({vKnFZSaw0+AUM3Bfq0%_8v-Sj}Eg;#{BQ+5(L_#}XB9W-dKIq3=nurXd1N*sIK$ dP0UD`L`^V2j$)|jF_?tmfU=>vu~+=Y7Rx#=KQAn_FY-P@cj=EnvUQ97&|+p@0YJ$TwTYnl|vkUSl@bW1!*}RMtB8oOJ=n`T@E}8 0un_4c{Y&6=ucjB`EMHxa)NnUEM!)FOwP!hu>E`rsw53;hFCV8=f8T~fyr+^g;|vgye;H^ GwFv^fXax<%m$2sQ>@&2xU8^L9MwXw6xNHlngdjF-%6-M0;lu>wM0*;MY`6CkBF7yQ4@bmh>sieE6Qs2PFUWRkrNh6qD3W2FkonW 12RK}Es=OldJ!=w$H6ijAU2)!#I*V547e+)fJWdUqr=Q32nc2z>r9nF6wW2oAnpX5>|=I-H|CDAS-p`-VJ|H)^DedZ!0W XX??+*0f^kOsWrhNP^Y>(sM^>DN;Jmhz}I-<6~Q<1Jyftbe~rTXYj`5Jnk26#hwA%5XH|up&k8p6a6l5bd(?a5YH=3<)v73#_!Zq vFH?PjrapLjxCD62%|hp`Mbx&K{N=F#<(0wnl5ER`vnFAM6f=JW0Glr+dg^;okHVx5P~qI<>CpnTJ^7J;>|dcj-|3{5kr`MnNhq{ )+C`B?sn8lEF4R$2ud-4A>jnb8z90?mb_mP){y9Rv+oX;RSegOlS8ym#kwY`N=XXN(9stsvr&FTh)-GyF~Tkb9uoMl4vRsot$J;1 >&oWR>C>;j{(AS~^5yllOK+^b@>+LoWeXf-o_w<{Za2ySBAETOC`tl-O_`RCRicGDL%w~X`(;J@M0pF0ulb`dEx?+k!=5<8D7q_< jzRUUwXKy)a{r%x`)l27XOyPqci|Ck_d$5LP5cFbOw?elFk%Yx=hOc3QnYThUWf-z7elPGtg*${g;F=!IzLSe0SX6R2MUOc$-y>b J0c7&4?(U(>hwNtbdf9&yizmEC2+M|mr+i{$;$zTzm%yGm(M9j>=nBLQ&jU@!F&}$s$KvB#Cdj57AfZFp5#cKlNe)x%N8AVtYGY8 1;>*Tmd{{yB}C&TZgZCSHX$;>b*pmjf}@zaA-1=%I!);f=y+RLz?ofOMjqMIn9?L98+b*xX$TASS%3#6h_OZ}8_OPh7Au-2MCI|F =T^^WvyUP&8^im<;mDx^YLPYDTyLsY6j&MaV~7>3GSoLTPpD!xAYE*C>!u7*cM=Eg%e{Eq!R1A>$sK&c+;CKskeSv}3`>5d___cU ILrk7BEL-Y%vHjvnIe`s6M8^xRapJ(xJ|AOMk7Ca25!xq5xy=Vt(Yio0XSn{f;6iK=C$4|DzEV|sDFTRZCUG6$o!~rV9QH15W`YM9at=6M6ZkYu!Xctoz2jpSP3Ikwk}%EkdLmd>re#nSIk=Un!0lg{2$23!r`=kkimczk=EQ)=k4kS^rDf-@(p?pRoc@&~_vkm7oy$laOVOKxS!_9LzpHp)(`oJ3XD?Hz+5{cR(L*k2~b{vyh (2N8m?PxUir5jj_k(hp`ia}VG`_;&D{Pr_+GALM*z~~a*f|Aa|{;?)Cwdh10`+5%)zagz7IM&HoIU-D^VZ^}fUw@ED&R^X7T@-D5 g0{wj9$iXtJjTT}WHl39$zOlz>wght$a#YOh`6w;YU@-|T|gApy~@P8%p1~@T!75Zf4*rp^lr9S&;m`;!{85>V! q?8YX6Eb~IGFOWB*tAAU0%e|>+WM&`=l5^f)s~Fx-xl8Q*1}W9XGv;)>wDj+zPf(-^3}D~tv99@pPu(BaXA^-6u9Ei;^N{v4Ap`o mnpLqMC_S8ma|9ogPB-?olKr9I#a@tIVdu}biz-561iS^mSs4x%R@V!g-c7F%4lp5ytpUpOx%KHu<9VY@3P_dldeBqqXA)VdMftG L7mhPNs2OA0s8C)P-|wt??X6+DEO0$InDJwvX%t9he>Vo?)%53rB3tBHDjzdT(c1#kX;6g9phVS4mds q#h{@GmaTNnu(h+41i^+(LM@}UewjpGBfl~vUew~J*pANF1DSf )rNMjnnJYqNB5d-UGfp&aE_4P*?|D@$)iwqTkJZE&4%OypfUI!|Ho$s}Ooy=^Ahm#2dhavT|j4V|fc| ?gI76*k-TQ!jXnFQ#?i#evWtsx`krt*}TF6sZ?#;`DwDusk!g3U%Ci+NWL6fqth#5NPrPCs5@b-8B!UlE^*`?VeF55P>Sa}WM?GV Om#8VDtt*9XyP>S)+kS*8&gXUSRswEuDMduw4I^>ySTEswYugjnA50kyK;ZIM-cvfxRGP>* Pk~|@1(CgYPo<^PAnSPwF=inEvUNS-vDdD*p-g4K*AE0=Kgx45Bjvw)6D^BL1|>B+`mky1}nRa9JJM9?s}r*VMxNLIh7#8g3}NEo>KO}uJ7N;fdzf>5Fv(|ufzKB!H_#4_8Le-YX< $*ZQ7vRN|g&r!lY@SBtCnw;8fINu{I8m7!=0@CsQ8M>G;Rn*})l;xw=E3k;|E3pEz6VfYqwXgys{c|eiaba)MCd0`SzGfhxZbu1J x`#0+wX5Rj-PYXVeC3J1YLx{p{Y!~-hnYa|m~+w#6>|A#9I=u@T*kP5sdy`kR-b~RxzCttYVORuikjPi^)Powo$xWb0mq2+X^KyK Rzxz(L%@5-2lAqAmsfBT*Mx_W5w0~6Rg5!C_@!VGb}Q7iJ#NA0ZiR)mbnUtdNNz1}FzbU)6wF~4$5FZ}rE@K{+X&(3_uOhQ Rx27Q_#Q7&hQPj`^$v}Q4#tnUHk*S-v~QzMuCu>pUAYc5$X;Ses@;^)38IR98%p*h7{dLYb2}Lc`j6C-BSk8%2tU7s1-yXunhV&# m=Mw@o61-=P=P3eR>$J}rvH3q9&^LcFQtsa%&9~|0a}9|C#jEZ0u58Ov=>_0%e8WoD_8hn9IOKHBycjBP$_vg8b39bVzQ@71RI<& tzuz+@Hbc2x6Xe1jp~)Fn_KIbt1BBTn=4!Nty>+RlCMeEr7v)<<-d=_BEiz@Vp(^5(ueV>Y22#sS~--<@ta2s}y5Ww8 ?3>zV5Ag)5&{R<-vz+EgVxY~m;c$kFhVzuQ6XFfmoy2rHd6O8zv9K#ypmeefW=arb@P|T9%ZbrFSZw!dUdaYo`}(#kXjl)Xv{-!8{H^ZeITkv&wx2`7Rih)6gv1s0?Q7&Q_3&{rml@9bE@X*%SNRN&=}H*A4n)pH6c2L)09|xoN1RX+>cn>+ig_`u#1eV_oq#U)|ccgkQ`n?Mm|6qHvthllml1S{D>9`k+?auH`-}*B5%rp|aMl@+$Yr_mnSh}E6P}v$9Wcv`~aK~KsVDec_y%$ 4ofw|SvLb9YqsG{`~{7}QFfy=vzE>_j72Ij6={5SPc)H&(la$?Nq))ZN2*-QQJ}FYNeOnH^;Cf~f=rGz3CKt>H74xo&#J|x5(<-; c(PmV8TM)_8PQN|j@i+tC7B{uclriTc{RktnP3pPdXo)-Yzx6*O?wmw+(9Knnjhs$cn`Ba0*%ej>L1rXssFG0_ucxV`XB0_R`ome &z(;4Zv78Z+dQJT2tInB(&jU(s6t6}peN`R9(#7!9rDDB8*wxLUY2|+x6~-n~*EM|MEwhsB|HRz(RGisP7 x$N_t)Yv$^bE=}U5^Fud(-X8w=}C1`F59Eqm1CM3Tbvo%KgD=E!d4178}og@;3D~tIW1`~Fz%3w{D2>3GitGNmZMIF;MSEy@Q 93vUcp@gT>R4R0DoSK`)ah^}^D!rf7Xcn5yZ!gV|9CSV-dAdEv%89DM5e2u5pKJymoNj;JgwNAG!|6)VcJnoz_D=g26^DtUxd2aQeP_kM%0bTROsDKNdZB|DxLln#|_57EyOvjNT3gz5qs$XnyP^M&lJ WAVp~Fdpd#HPLJ%isND+%8l@Ir#7EUZn)<>MaxQf9FUUc$^qs$5iidXt_)rIrGdxyYt0(QCQ_;F1NHH18KCJWt )ECEC?n0uSlx%=)6>#qE+aH_(=71GSH;kxj3Ie}Sl>GWw!DoFK%PG4Mqv}(LtV&fu>CLl22q@2j iCcW&soAlcIwm7%lx!@b^Ri_oIU?;Ec|Qa);h_}t7;(#Xb{nK1GJ?M%vR!(oaF%f4H!5;5O+BrKPZZ2F$3us0vN9_l Nnv+jvu_)d*||ctx6LWQOK{jD<<-!KTnv+mvHx)jnb@CEUV2lnJ?erBxZ}<|Otf{?1-m5b!4wNVb_g^zN)J{-?2HY`fKzdJN}!hJ QnW|Z1FnPX+HeouVhw|qly1*~u?o4QUiPsF(kPLf+S8cFJE56LHe+0#Jh!@{`WL}gZj!yZR&X03;0{}8*G<+V;4XU)*XmtiHY2e= hl`4N%7fQszI3@aJ?J8-Ki@4Y)?8hnDp-Ik@MGP7TA)(0>-rMly_XC@Q $Tmu7_R^IzM@VQ52o6Rojotv#S3&Pp5=Pgz-x9_T#MhHBGinm6CR!tOJ`Do?Q;!T0?&1o 9L?g;P;p5TgaWNF|ro4RdUm9ph{xhLEXtj4y$G0&Yx9QQ^9s{4~8U RN!D}04yo*@Yt{$hq`%0$QB$@`<}-&%}w(~psAN5KKN*?Ms=v8Y@#gKe=JDX1U51$AA*xg@(fc=@Gy*%&kD_ks8#*iOi}^$Xqfad j$(6XeuXD4=1DoNQSZrNR)$e|qzDVGlj8Yk{t=k|MmCV+M`s;>R0pD03Hix;sHIra`_SeExbJjbo}RchTpyiM$u%-aFk~Kw=XuF! IY76pR1x#yL?mU=NfUcy>QY5WZ%w#$;Z<3#nJ@`_d?1FL@T~3D5wQ#<4GWV13taGC2O~#qj!`b=ByNp-0kf&&Or894js&{~aKQ9C $@YJMWcercPw<}wCp$h|aMs9s_$T}o{*a4u7xKmCkK|YQVqr1!)tMK*lzvcJcYIJl}9tK*MJr *7WOzq=6U0_5S+{^n-L-|M@N+s8Rqe>ugPwVz*lF8C@4L&uU*&zMqog)*(kHtuGgEl_X>5`R0GCGgfuvsz 6#eJy$eeJEgby=@&qJx3+vCu@8GcPi<-u@@sRZ(VI-!U9c{8HFs8PmD6_3Ulu|e|DUgXX>e`j%t=FzszOZgs Ht3f6PcQxHcmF)fIM1i2Wb+A&DUwsAW=ilM&DD1l1O6s$aSTyPb`z{L)O$zD-ttcV$mVJV1hfir^ziy2eB33E=^R6U#E&%JlAXWk KUHU1UuiA6|1P!`zuc;07;MXZrvL)2FSQokY0vI2d;+^VA7MbtjZEuLT8r+#p^ft4Y_#KgXVY_SeE+OItIvl1optK}SsmIxD|$6a z_Y7sudZxvou&0IaR^c#`A9t*#NznwSrL}*NoiZ{>DnrLYg>QZTKwbIAGH?$s1*T{d&w6JUx^0TY?ofOdG+GD;nbleso|(>72(-X p<2!M+*q>zNglg(z4&}<@rBk4t;I8~GtalqnDvsYPaS?$AB$B#$M;*;UU_YO^_7+D)!eloEN`qXuWenQZ(X}?R&N9d!qu;pDY!f- ZFB8<>;D5#O9KQH0000008eIyPyhe`000000000002TlM0Bmn#VQghDXmT%1LtjlrQ&T}lMN=1|qfWHFo1^xxJs(%A_0(ayH$piB_C+`IYz=OcuKnlDEIO_Gra*n401O=J)@?6gGz6!)o mONkE+eyE_nsf2o$hr7l_kKR`=eNE5v6sKXGy+`raeU+b{NQ9fHzU& 3&6)Af49@s{ZHT?;4TzvFYs{S;(9)C_9p^oe>!mWe96l-;C|q2;Npw|S3l)>ZUnBbZ~F6hJn#E~%kM+a|B>gr9k{qZ@jRaguC8AP u8uzkF5f=__b%>u{oQ$o`}5B3P~Q1@Ht%?k=AECDdFOXL@8UV{&+Gnt&f7Qr`7&@9@T$kxyq`C`-dkSpJ>U-aWXUm%BYtgb^Bl(0 829--8^5j10Wa_NX!Cr+-XX?5;`pu4J^tL*(Z>Fayf@@NVV;ZSd87meU+EPg`<|!wYEL90hg_2}~C0sL_sEEg;TE*XJG@Bmmg7-y>doX13T2GlwbDD~TLrS?c mgbU(xdautq*^Sd5ZdVqsn5@ldcxYA$}CwzJdFl^c(D`69bhqSO=ngm*L1)#$9f{7vnwi9wCdxB`8?MG?4E4CD|&-zm?Bx=*HW^e B6giD&dyHGO;qM53HY1Mu+a$NxY-=|A2_wsaC`HBo0My7zr2}ItX8>hF~dpE#^Yu~`Y5w4a9WV3M9&(HCMds&soxr%YFLp;2#4ZY5S4Efyw}#2Y{u*LzS&QU4RY m%weLO6l3QrYju~#;&RvW}L2*ggqZGZ4`wtf?y#r8}S7Ngj)>N8>s+SY8@R%2_;x3?EXN(rnoR8VP-iz5F3 P)h>@6aWAK002*BhEMP003-nV_|G%FK~2ULQ*eGLtjlrQ&T}lMN=X()h+qQ(BpfgfU`+69k}((z7y~A}_P?rr)iXVNdqUWL|Ihb*_h?l!J)OI{ x~jUm`uCfD=4^-lCT-+6-yt~h+m3U$h1dsW?Z#CM#((EC5S9Oof|Z*)7(R|($M<2aiVe2C!I1b<8LdjvmJ_^p6`1a~F41;IH4cOh6HxD~-`6s{xKNbog+-z50Wg^sf&!Qlj5 g0l#2ORz{VOYm%hiwRyvu%6(iiyY^R1V!Os!&34WPiFTwvJcqqZob3J-duQPhlo~wIN-b#IcSmQsg@Y!DA&!05k&lUhTA@~)7n-OdxIF#UUg6#yq z~fDDV}hq>{Im7_;sV-zRRQf<8o4n`kb%vuhe{25ZsL5 9h%=y3DWd%ey#DI3eiu$SNOKp<1J4Jo1>+Z9oMKrqAoPH-E7hZj-Kl?rbtqMTJljMHj@n-F}oi2DAvi2i!Mi1Pnb M1Oyz<$rN8#%;63_`cm@gzvr>=_fBny=D_!MsO~{;|TsY!Hub6T_wjkgz+PCoN)wSB}h}>*}hEer0->dUm$pRg~o{SW{D#WYVC8J qv&zwQpahb_g@lxg6nfIjXA*=2<}O+n=&6y@VY~QmwzTWis0vdKBP)aSZTb^f4I!-3e|-aMCfr_u?^_4~OgfrN^M0n~y=cj~;`3esv7+_qk($53e2rI`yHZ+u~S!-|kr8 =g!BXya@#N;CXZ`@Mbx|i3Be@7U^F;7UQt-acK9~kHdJ4I1YH)c^v3kpz!G9Fn$*koWbQB?>HWZ6P(NW5!{{IdjjyU{{-~oM$3@z D1y5Y^p_$3OP8VkS1&_7ZeND>Ke!C@>A7X7*W1fL?>9LSaKwqox9vovJL*J?$7u>LI1zOJDuT3BInSPm{ur?w-*+WQ%a=2LImUC+ a`g9%<*3ix<(Nk~eGisnzAar2`n-HO)}yPIqkea4zP}>)T`q4q+VSCX;M-;=;l1%B^!t>PFs?lWXA+DEwsN~Q{3|D8JhwO*>(#K6 QO{{7gKo?|8TC2nWb{*XGTL|i$r#^LPX?a+=46b=%LL~W+~yQ&1HnTHjwbltDZr0Wr=s4aQ$hDnBX~W*n+Vbp?Cg6Q#_z|cp+0{l 7%{$_4*Gw>=~(CPIvw-(Wr9-(e(en4$^K_xzFl_)#^aX+cOW?AOrqsHUkK9D?>uxS=6l0g_+B{+^;~fl#^>d;(C)vSg?W=X8|~cc Y^;-`&IUaW&PG37cQ)|juCvjG+Yir0z76LA?n-bd*XKOY!@_wOj}_+uuhyQ2_W$xc;K9=bnWcOFJn#YEI3MFb`h4Keg!9qvndc+@_cgrhe57A|KGH2c ANYLn`53o5&qw=TIv@FOd;$7p^aa32{{rN{u&&LJB9vkTBKPhEg|zIp-Z++Qz1Ip4jI<`WUZ@fRZhDHmaW1s9=T3m2jNhh2np S6`(3$VH%M&uY9^HT;8%lrOoM+D34bi&6frwzvf2IOh`JS*Y-+OMnk&UxIud z6A7Z-6d%6W0#;kzr6(g`>etj2@WIp8bM--olP&rxE3zO`g9V(D|o&UBv#zn;WEcLg5bfIVSWDSGSJuEFUS14l;8v0-u6dB%Yk$i3D#a_?4^B&WEqUJbQs)p7H2v)cfeG(Z45NjdW)aBo@Hg{2Ji#Y1d%>U40G4?cr;%KD>Sn ^4<7a^zSy;0{_PnyqVzKYtdhyxej>0$#uY|?_7uQq1T~*hhK;FbQD1nJ)C{6Lp!fgc)P*}HT~n)q5V%^hx)%va1z&t;I5p{3go+J 1-=*by|M!RwR8o>?^ykQ;tJH~^c5KY3kYsc@TL`z7k;+_^XBapXkYev;OAD?0}n@DkM!fOM?Lqt9(XtZdd&Yt*8}e^xE|%-d_Bs) =X#9m{nrCO-qP=X)AX4eNS-73wHwgCi*G8!d{f)a=)d4*;68~p> 4qv$y<2CG7jAIKyVojZKw<4c=Z$vKMkueKgO@ZyqmWQ ^*MVL%D-+E@>#tK{qoaQm`CrdLU~`i9qk)&JH~UezAqw3qKI?k?dXTMHQc#_)+C;{cYt1uAz0@65HkFq5m6JBj2g3fnSBy;B${!jrP2(-~YZE{rtVVF}_3YMmt6joI|knZmbiR-3>Y9ZGr`!Z}*^|UbzSK<>Pyh&r$cH pO)RL^W$EG-%RjQZtlG(XYPIACl0z#Z<>ofNw-!1P4 o=mzQ-?@qrHdd_w)4qs{1iN9?W><^cOyW@m}!&@bj(*(EkrVfc|?*;TsQN zSKR4bf13^{q&6oG2gb*@SzWa9_~nxSYoG_;Bp?v2O$R@vj+6`=L8QT_}zz)?_m#tZ#w27@MAxG2z=H%1Q!z?jd~dUdDSDp>qj3! d2c_0`v3D0%+oKeMSC09g8$lmE$HEqYeAP*u0_3{UkkqY^|k1)(d!@|&RK_Xy?-6(@tSqO*EiRponLws_4^vZ9)h#<{jNt*-@iQy es_nTU>-*VALse`6V$)!r&J!bXSu>Feg?j1_0Lh?SALFlW&6j7#uHrp80OcNk70fO>@V;>>KAxF>leVg2M9jO{XuYdYQQ~@1AjmG 73S^MzXqPzPDdhXD-+`Z>`8&uH7ZTiw;JXAX+%Hcm!Iu6fZd}ciZd?-AFb^Qm=p#GOV1HAt0GpO%Bp8-Am^0UC} ;m-meCO!+gJ?mM_-+iCO{3|^R{5p}KPw@O_!RP<;S;&8_&w*|pOYmf_=X0QoNB^E^Ai)<1Zc5{P^M3=+ANT|CWbGe-uNyy)`M>S+ z|-l^V?F499`en-&x8N}%nKN=u`d8WPIv))>|+W)cme&n?TeUSy)S|e-}fTgx64a_<6px3Z+!{lHt!|i|A_>T=YD+&{CLC5!2h^C46U-SmXb+f+^juAZIFTj^O{{p<<>`mZd$D8027QKn`qBl|gvNzHH=Mf~)*?H+r@Xh77Fg~xpg>`ZM +n~QUz70LeE`No7>w&)lFDASLzU97mP_JF7(-#oD^>1kJSKr0F|K__G{}zJV5*~Z+f<7Mi9^kU~P~Vf@({{dxe!b{D^vC5Iext@) rQ!F!hyGpr9>(d3_b|>czXyEz=X+S6H-8`T8sA5}miLi<`uoUl?)$*!1K-EI?|C0|^rZJe#~vqmI>9M_Ct5)8cYg<6I`{+7k-I*? dbQn$Xiw*dm``0FqW@1agzm&-py`>y>^+of=oe!u%e)a!l?e^k>yuHjE<`sX$LkNW->{r=8}XwSzQzVSzR|F4h0uW$Ad%K6qu &~t405z2`^0^e}(M_B(((s&nZ`YSd4O&_7$TQz+3N5J1TAEDh(YrM~XjQV`xW8|~x$0%oWg1h>m%oGJAE$&E5jk>K|}n{lqE@KZO=$Uafa7cx!GW!XOlMvk iu$}Y6yl$m82akjMM5VaWgNVW{8j1bMzaPLS!%O9Xiyen^n%{MYI;GEa6O$aE@Sk9<}WNb-=Yci-?j;O )6#_c&ul{aeVb6Pg9!5a?i1wo=nalf6);ThoPT)kct}ymJ{r8cOGykr~;aeS8$*AHAQwLq_xrkL{Roa`ZlZr;J0a q;t#8DChWHFrHtg$jnC_uq*KLvR#3{_iFgN1WBZKcHIr_e|0y6e?XAe%P}n(;m00nLA%~1$o$_w30}nQ8I5>#V=|&wK4}c*)7xW! w_hQm@jpEOc1J&NF*YN7*;ZpQj*AJ3K9?Z#@s|PA_;4XX=5MYc$b8cl<1#{D _Zo-xZ8aYFFmgP`b%*iDr)50GH#Z*r)Ti%f5_CDg@o3N5@fiQ#j7R-n9*_C=zUK4A3BaG7Cjc)dPC&fuYWL6@pdBm>z;|AM^6!CLxjH*WWB*DlYkd*6XbQjcXCGdi(VplBe!!3#{U(9V|czy%?KZUz*LOSMN?6) E2g5qel!*H=&`A2&!47(F8^aH>ieB(7`G|Y(BI{0nD199Tr~~te~_TaK?Fq(nhtzAd^*ZmMv(cA^QWVo7fnZhT{#_e>h-3^`|Mu87k4kv(TRH@eD+?b_oBVfZ_D(3#a>t!*6xLRyhf1ui4O_x$Mbjw@>wwhcy`AOtV8!{_zN>YpZ+ofMKAoKm7otY8-^MIL{7f;Ou9jKp${K8qN=P3kNb3e?&_;$_4IKD6&bbO1wf%oJ0#`^lhy@8MK?2U2y ?i|p?sRWrXJYx>l-6!?^?*v&68q<~${x>AZ{P-^jvYgf2o)LMa+>ZFywPSoNRQS_*82{JiA>Zu2h~Ky`%I(<~^;@zp `tQVjG5>Dg7xV7*ebMeO%m>_bKJa1-f-IkILy+ag1Lgydm(2&BpEe(K;sSlYWj^TD>iN3<5M=$wPv)b3e<#R#fX(+qJz5F!epTOo =$G5}Lp`6{4|w%9LFVH#`=ei?{V^WL?vL-6?~nO;>;9Op&vQH?gkSnT@^ueDz4ku<^W8rHIKN>9}CcrnS(GcpF0Tj;wuNC UYjZW4nfw>Y;zFi-(Ck{K3{nd_?C49*}m#$1bM&fd@ti%Mescj>+*#i;5+}+f%&k1XGZi|r*>le4$1)^PsyRbF3({+RubfWq6c&6 kL~=7$f0?Hj}iQf54v$*7uxkaLEf(&+70|Vy&LU1pCIdTujmFHt?xmCyei7gv3fmT8es(XyI7a$@G(px&oVo~f^$&}X@8~?nWo#brlk&i)sdZXZ9_{z?82^QN (3KfA*3;dqci+pDFBAQU1zalz$&V-miR6-#^g&{?UtZ{$?Q~ddTexpu;B>AP=l6 0MC9>z&iWa0_NZFFymZJ^KJn_){}j9G3fZ2i;?bUi$ND&B=~d2i^Zt#y(Q4AhfC<^S4tSKj|d)0aPtW5Jtso_ZjLY?)<#JG^9b#F GQxa*QQtQy1HZmqM*nYJM*JaV^m}s|?bxY|_8(A2KXsJRe^D9uv`ph&R|frhybL<>RvGomR#2a<39_E1zJm0ZRZ#w&8vdh-@=r^E KNA(UF9F@l5oEp5sY{UmZcPZL;=Tg-B_XH0k __w7>Z~K9F$M!29+mChs=lxi(zjZL?>)8ZZUtV_z#(U8rpxZ|gyn^uJZ-;;$oqK3T?7i+i6!UuAVZhUchhcm#JPh>V_QR0RmWLzV &WEEv_dgu{*m*e8FFqXn;ROWQp6h=IvcAtd0`kJgM?h{o=1B1M*B=Qym~s@#n|&1eEjSAJc_hJAjPFNbe(!lS@O#G5=#L*94f=S> (dg#~j|P4{aWwk#siU#3zJE0EdiXI|-}gQS{d5FDwl8~w;F$#PIu_$U<2cO6zT?oon~wv%y7xHH&tD#gaeVhU;OTb9qhCfJkN1O) $G9#&9{6(J@t_-b5aj)UUmuVD9C-r9dFlyh-+?EfT?FziI{q?gGFb*%Dfcm|m@#~gh9(-jP>hq0dpbx{A VV%hlJcr;HP6Qu#89~;MzCw`q&-Pr7ak+Lm__dYGK?h%44nA$`lSsbIu)P!7`Oe80mv5hfdQU$E_>EQRyJ{{}f6Q^UGzIjGQ?3Kry0lfX}nHjND ZdTZJ7TR^m+31&t&&E3by>oyUO9=A*$W7-U{Wj-s|ID@aN%0;BS6> 5!&NkoN<0Y@WhL;u6^zj;9y#(`l)TN+HotJ`M+iN=D7~d~mt@@g)ffxN(gD#wWHRi*rt1QAK!aD>ixMJz=v#m1Nw3H4d}mQ_a=vm~M)tFY--do#dK>WLsoOAr_gs~ca{%5d@XH6?j&Zo;c8u%&wTJL@jc#S8C3`K#_iKmFz|wDTW#0nfg@8tZezYNVgA8gz3m LAHZFU^V#eKdi<)Y`Po$cE;V1XFq=r%A0c!_`CV{AivIgK!*>#2XgE=_h6lS_a5Niq4$C=e0(qFbNN2d-6!sYJ|+L7jM$6S{Wv4` 6ju{Gmtf=lNdFK)-Y1{%0P1_|18C>!2Y?4p6P!kPyzzsekF(bRwynXu*=G&vy|d9(Rhby_;G81m#446yuEY{+Ih{;I~?=poSQuRetI^$#Jx9UcN*9`g|Jar{G=Kfyz2*WCm!C%D_gSl^#{81(SeN1&&C{1M3iv)7_MXRQUjJ9n+>Q`ce~9$Jfb Jhm3?dqUrzR`|Sz|7k7y?+tx_SHFL_7VXTeLw&!x4s_+4>+pS>btrE;4c}oM((j?+6W5`Btr|Xi9maXC=6B~h-zq-=KIk)@Ohtk6zj>Bk3w#o{wVUDsj&S~q~A~97wEhHDC)oPQP9`LkD~p@YWT^IVxFG$DCB|_k3wJh1~ukl`t8gw^p~px WE@*X&&19-C+RmnXLMT~?Cja5;4XT8kl^>IqW`Fa9mx8{wU4!mj#_*SG)4!2X|U%TGC9f*wH<`<-j)`9&T}dM9y0 )|;!f4lG;jLC=5YxkT`IKHEU?o}k}1=*N3YJZ`*q%j?`YO~-%l@_J9dEVr59TXopeU#Z`TG&(=h_zUZjbgQ|p^xJ{jLd%7-wYG`R Px0FJPX}kMmeKDpO*7ppm)Ccu)%(!**D|n6;y;=K&hR>%yW&5#^9$&Gwx*rH-}HH(4D2_qrr)=?-WlwV^IkLS@z2)!?oo$x9Q?O= QU&L06kgzcH-bY5Zc1&qkDmXc`QJ~!8T9-Khf(;KH^Mox?dbPd9riL0<^Ayt_O0J`U`O#-26hE2G%sRbWWASq)9?EfPOPdkksz^p&L+GkNsz=chgcWqr}Xqg~VS`MHHwUsV6mQssPD2Rj=6WB&Bl6n2cJzfjZiel0Ca&TlmQ)H>|B ^WRMxwi$iD(Q3oYI-CdOzb|R{)?5~a&FA*<8ba@XqVVlDO47ZraWA9a`5Bxc;=e~J{8|0RdVxc@PIa*P;=j|hta{3;uMRe87ibut Q*5NLrFF0|8lm~H9^!lS{1rZb$h4+TZMf-ozoumypRp9a1;u$hgFSKnTcCMN(tvt;C)U}ygdnl*!lU!wZ#AEX>tKKOA^lqFV9P-) qH`<3_v&CP#&%u2=goFhcWVB}DO_7MjxL2?XWBt<*NtEY`G7SBb9rBzeh1g#EXJEW{|J6i2b+(pH7<#&4vEFG566FJE4-&p%tM`- ^v$>O;tO*PN494lx_^4;jDvA!!HRwtlyaz-q|YaZwiSGly(2>+TT+&{I3*FtfzB6rTJ|gY~kLf _p_MR)xn1S#5$Z!n^M&V^T+4aZrA5C=(pI4_W=EfWp^&t_kLcF2wqNc-gRKpas)kJR+V=fy^p83^E7;Z9qh5*vEtpUkoD_q^RO%Z h>dd|XBw&PWS;sojrXyYe}?m?Ul;w_c-p`x^fHrao+6)z4e;_-MP%qvx$Q!kON&8Q6qxR);gH{I?l>yQ2;^|9qa9ZEMGBTIOq*=a^gv+b90xy(eNR oJSnk1@YfEEV{C%KJS=;ecuZDy-DeRY>mes^_levC5ktP-Y02abTh4?XP5H%7UQp`xxEhdoo^G|oWA|d%5Oib?GIVuB>FmUaKCHV >Gb>zuOmzk3BE+XU-6nj`S}ESKVu&UcBT(99d=-2cM8RC*ZT2Us$H~=8&TK|8cyuG@Ok{l_Rmjg_%A5!OIH1UNxvUZ7~9Nzm3|}X `FC2sm+ALqrup>y4yFIS16$Bv&~ur>4kkE@AnO}gmg9Ywtui<#&bDXQ@H$Vw|DrI~&3~PqH>NVqsG2ihqp({tIM01DefzBSeFm>@ Tu=HoiJt$PAj`E!IdZK`2Y>HEiwWAyujrk}=hki+RWjPkyU;ET*RXqxOsIJdf5-(2f*tyRBs>R=bS3DaWwk$C3prQg4x&-ZIMiAl~kDZl@s-qRxQ5gF1q4^q@4I!d@BALc-&f0I{{M3NeUsjgpx<%y`=Qk*bLjnf `W-@HuM_OmbRoerH4e)h@9;WIWxY=E>NNea3Y!&PVdZ-oJ^zz_e|2EH{CWL0O!F@)98Y=9qUQ_g`8*AKmEdy@d=@nE{MYdN==YRW #*THc_k53jhiROhDZkI@Gw+459`2wz*teR$9jrX&D;%lg|E-O1w&FI;qtT*g{P+C~Y=uYaJBj?x3-tRu{r*n*Hg5!5Wd37a1MA_( )ZzT~uQmL6g;zMRtK6KvZ9{QbS6;U8xxvt0t?wnAhdys-+CXvkv)Z#IJ^!5I%_jH`y**x#)>?LzO*X?ZMTuG8nU==Vp8cMH9brnF<2N6>E{(esn^ya$DUo8Ye~jO~lgH8|kFPVqDJo%JTHa~MtUKhgBt *1=Bul??1rzo_ZzDE@o;yhtJ2FCE2es#Rw`GqdeRu+804!$;NO3@h8Qux@QH4QG4A?dxDa%zLMAQTTBBHD+)YhW|dKXSQz~t?#UR K8n)3QipSZ0e!!Ue)rbFzI``s#}W$ro0cNAv{kL2}Mzki$F&*HgD?;Qk})ZzR=oz<2HH7=jCSY8La&pk6ZPx)7RUuxR75zgk` Oz%H-UZZm~V- 1yyA}L~*v%IPYh0HiZBF+rc>(-kW$LlTLF3{hno9=Q`4l^^3e0!g{MS>HWzJY}MIM3G2FgH2s_OyNP~JYajfH;7~g(AzgsMY9eKYuYIHrfJVe>~niLbH7vyOO$OfER`cpSn^%3*U(0Sc{DaqQ)M1xj4-`?NAi^CKe7G~A{s6GOM32C>g8 lzH%oJa+n&Q(sWVL^l=QBQ-VC)0Fybdf4Gk2y^Hsn&xH6)%T)+s^J%em=fNgl@yKUXa`j*@@YcR@C_KR1hul-=3b^GQKh3R%;zXK jw&;PF@T~^D*yp$*{Ve4l1%ePA`-ni|J)vL2@ypaF>aNqZg%M6N?0DY?CouoqBv3H=lxEmIZ2m#9brZKt=liB GIllRDU@-+9q%3Nc_oCjxLNA4;@HVyh5CdLUOFK17guOS@`;Y+D<*S8R=9v3KVOtS^`a=~rWscVCoag79#GB3tb=1bH``P4 yLR8Yr(7uEI(wQ6etCGwD+amYxv;a+OVdWsc=$FZGtF!3v6O;lznh9SX1F)DS?W_YJBwqdp=^6@a5b0ES^(N!qTVkN pQM!3kQeSbup)-6FnNpDG-frjiX3H3t`0_bVuO}2i^Ak9CbrF{tJp!aot1Jx)0k*j SqW?qf%Fl|byR|Ujw_Vp-%`6jxC)E|-0P*V5FG5gbH>ecw|A${o-{=$SXh)!LhiJDx>VfHM^4vG~qGlsBEo8R+#aG`Ww8alsTHGoy4wq<<1^XR`h5rc^J8ZTmz{h=mIF2VR-t5#vncMInr$rucia)Dy0+0 Wf4Xa1$wmZN`EI;O3bPB3LkB+Hx$ifSE!t95=9ny%n_|Bd%=#*v#714}a`R}cn~)WXO_T~3Hl-`d*1b>-wPM{H_swJM4h5bYQ8Du`WAOpdRDL@XS6 #5n3wi$WS&s>Z@BDi$Ar1&~LD)>2~c^F(w^>y30ETmW8Mt6x{V)3HPvXjNTVFVJ4j+s_j yU_R?7LnedyN5(tk)@RXLqeq(By{+B7d*NKv9Rambt*P;-ZC3v7TooliE2!rJ%v9_m@~>+k@MsAGiGwbPGU$2p`!{V_k>7i4d+cG>@T4XK9G#NOmqL)YvyzpjcVzR}U5G6b- V{D@iF|Q!~5(-=e-&hbl!Qk~XNuds=p6)a=px0YOSd|T!qlo&sri*;P2sTs&&jG@+)xCW^lqt_;h$UTKC0|yuP>s@am`=H~1#=8~ `z(Q!alUN+zLRJ~(vJsE*S$mtsiYTNS7AvJ9zd%5Xm~nHwsu7N) ToUL#NnvUd=U*jyQ3s-&MqU6!KC(DiuYiI?Xf#qmyIHsd)i4Z6krp!OG7+ON$sA=Rf>xE45ulHY%3)CkY(Ph{ysSez$Y4o_MpZqU H7juYw8@iAyTSql)P9H~!Yx@Wk}G7VgE+B>+aUCEN`a}@Wa+s(R(6 >>?k9MMew?Xu8sZMNCJS)ZH!mC7C(}sFD8V6&hu&XN9hwK2P}X{So1)qGi#zMMM8yfxm>{EOdFYpE3+myE)W71gkr*htRZU=Ypalxg($X+C#Xvc JWX3daqF+D`8pZrNC!d-cWlYkalQSCGTE^>XP$c$epEH-g< h=>#_E$eCK+*sF}PSdEG5!PF$>nF7{wO|dWR1i8vdn8Ra6P^+V_4>*@rdeMX-)x=pY{PKvBMettJgcW*#xsL7iI6%hrP@{9uz3)P f`aTvfRIS3$?6f5sDZo=lKfohEQ{V=SORKmudw%hVZzB{wa(H=#tE$zJ6UwhOmtCgtTw{YL02?8kfI{IHJVUaOH5c;QdN`mfd=zJ Ny~&)ZIWT~tgWOz&GiHKV~Ld&K9w@7`)er*vK>CnzeeR{s_P8iyH<6D4%Dt%!adf`)Rnp$#ivr^?h>tS9fZVa6-_fyVHkFvld&4F k;P?Z^y0h}=UI0z`w!S+NzDh@459ZDbLchrgMky-W~fDw)~*hW<~Np_Qw8qK59ZL5QcSUwK@SZf b##`7gH}bKnws0HMnj}F#1uyXN!pDmwTh^({Jtp7Kw31smcm+;F&ejOuGheCMpV(n4_=5F_3H6<>%qU#tdM5${$h6}&k|1|EHnjW j|gsXu|eQpemv!%3iBJQi2u;c_NXwlad;$W{llPY#d5Ug97ytMmtp(qfImwvZMqpx--m+u34%h3dx4`;Ay;PSuE-v 2(1wDY9H@Z=&mm$;IdcZ^()!moz`V3d|2O;MJ21{3h7E==6S02`(;ssddWt>fb9gG4;_MVy~Q%VVUHwhB?PNZ0;kq9Rcwdf9TcK! 2GX=VVascwX{_lRh?v4p#OeTRLCe-aVy+-7+=X5tM>IArr50XSNqH*S4eiZ&QP1cNtay^0R9F<#R%O8`#PuWohnC~@ah|5%WE=+} Y|JJz?JNrQAugHITvI6}nr$T_qQYvDB+(a^7SSZ}WH*1j@Z(0lHtctL8Hv@lKy8nhuPpd@t40_{ !o6B(k_!c4rNxPwu|T8Dq+sB~qt2 B)J-Kh*QPsBC5Q?rx0!=SR)!jc>q?%(<2p6b2k77)~6M~h-C?@dp0t{;PXP8`QFs3SnLJ&b9s3Zk~*LS3?#IRLYG5rCL _Dr$A%cMzm!Mn7{wd^VW#biPgf?UpL?AHg%s_4n62&$m#q+$^<;sV%I8HT!&Mf%qGUjDd~rNWp%7H?~~-tb`|? 8Y30|I4GVP7E+E>ROG-IDRagEjh>0}`6L8W@5-}TAgB}kNEQK^?(&gnm?U6>A%@(*2)m2Ed;k*|cVCZZn+w=dTXW6WOMELj#HKj@ &~YqyH#hSWb8gPi39L@c6UuNRS(XLSYEfB*Onhn9a1&cb!=y&BSuz00t7@OeGT(PqP6J 65Y(KBru+L)`LzuXJqqEJq}5)V^{`*__F)fB*APwb{=B1j2X_K#)>#QM#QF)h_A%eSGu}Lu3|=3%nW&BwPNcIWYAa+Yj$VLXhL-; nQ#YYWObW(+s+!EL65wSAo2i7YLTGkdYs%jp{i>a7OWQNW)tJ!Z6}mZsOqmHrriFUiWx8t{+Np6GF(ur7vuW7b1G`(629k9A g%$z7Zvm+H9wrm!cEt=Yv8l5R{6ry4R9iCAq_K6}v@TWF+GTPaC=4{mguqE=>6XP(w$QRX6FTk&R(+OwlbJs;;lu0>7-!^D)sn`2 5UITx*4718ELuvklYY@Yal{BLm6Og-$t)7<5K)Z?wMZLK?ZGu$e-3Jb`7dS^d8*DsZ%5c;O=-3FuzN>`hquWrMZeL8i|K=%Rz$^O EOEpdfwbD(WZrJoLuF5U8%D;J(x**hN`5y9cf@bV(rK)BWdylx-oOgc%xd1?t{BjyRCi3^mctr4T}*&wzC?2}C>dh}k#~(zp{TOM Qn$ypP`UrDK3MrNtQhIV$<-<|HrJNPX{><@M#TW-MQm=!Z6OSmo%c}ms;XaQqvgC5kFeSyg}LeSSj?%kp#AtOIn*)_cJraswj|p>2GD_>JzJpE^7<9!LpIls*5&|7JA`-RL#W(e1;cfRYW7z q?oUCD}{-hVedDBx=BBBOzxC|W}0+>B_(zktwuta()_3F6~$fAR|?8(X;TiHYb*%Bxp=OK@-AhpY^o3wM9mpdZA)X$;m&6Ckuglo$2r-~;QoebEr)DZE%V=6ivh)XA9(k7e6dQUDGDAOkiq@KxFwu(DdNt58GODrv6|6)8 VzXMkLPfY5rhZ;j+h!ILD6|yHK_LSp6(m~@9Eu6Y3>ih2cP#sOMmEkEvB{bm6v{Y3F{GaOw}=D}`ZmthGf^TW$7i?_({N$(xmKcA Wd=M+Vldp=`d^J&vYRji8^D8uoOljVw7nMk#pgP?f*kf?!kiZu_Mk=bFA>8u8hs@RXMJYg1SZG6OhX<{2V jL#j#hFI~bCwXC=onMmDG)Ebx61Glj*EZ{n%jNiI2vuTHs0)2wu)m8a5HSF`yc%+-9a^2SG__5%RZr{wX?$!?6Xx; hS}AO%i&O#)yK*4M9-q$K_Q5Gd{K8|SG(jB#!Cx&EMvc6st4-`mx8WxTn=Qx&^l>oA3Tc-5sF;tq)a0=iLdYG!z~Ssvg4ID(vDAA *7y5ty)ztVB^zMD3MFNIiFXbi)}xFQ^LDj3B*Z8fb2FYsWy`Wtc7GBx*;u;5xaK4`n(W;{Il|+BLoE^<+csHNONl`qMKMjd=c_&P>a#Y2XNgz#2QZ@1-Ce72e2PZBq94vVG{)3GXbyUgYB$Y~FjIgxehM}0W2+gd3OEJ5xV!myT 4Wv&C@EL-}EccjawuF0Kud_t7EZO-o6NHl``#m^26LIyTJ{WRfUz7%x^+If^Mc?{OJ<}sQ$e0%W65EwHq83axNG*cqj4PFCt~=wR PMUPAff<)J$YSd=AhX&;vL$VD&M8KdSZsxmVhPkZAu9?RpU0uOst7%a(UID{tBRADVAR?ngH=B^$hvTxVo>W5+tRfQrXn4FvpY^q 0YhUer3SyT+$E;`=`(a?HtK+#IqZu$PLu3QG_h@Tm3?(k5FXJqi|EvNhc_(UxkW%~`@p?ZIdfvIZjSD8&VrK48DE17lY%1`}%Q@o%>Nn;~Cd{5o;WRN?oC#tq%W8V_oEXGvK&9XbS>wHvl(8(Q$ahxqB3Lu!ouH=r-XcGKW_sk9jg<+Bz%F_^!Xj0= nyp+mE}??PcrJ`fheTVCW%Zw!ggSBxSZ3^8(N#oJY8>cQb0aoqRh!=uPBgMJv9s`0DykHn)B$9?8R}uBi0dPqc2~@~#yKh@ZcdRF gQ6tiDTx0?JBFDT9~0CsHRhy#vDb4$dxS}XWK*uT!Bnl3z1btjeY4q_VcBnS%{cL1qES4@hrwgHis=_0lQ0ZGSD0A7*Qi*Um5M$M |1>bO|1{SU+k<)<&te8R#o`Kmr=H^j=AtVr$P?#loCQQF_FIU#m8-6bcAiyv(VCVzx2~zV)gbO9$d$o^!g|M6v)Y8;lT}>L<0b@W xH)_iRl6<-dW#}jRhSv?j7v3n+BMP5534STELXv|^+(r8{AlLH5J4A~PzI46locews1OfuQW({+lm3U5H~1%hB@78Vf_zZ!cLq)= ?5`BcH9keP!mRklE*H{rvS7$U!bCrb0x`OFlqk#xIg8@}2T_Z0h^**HTJFdrPY-OwORlb(gG`dx3y3SrHWXaUR#MJ> ku^Pq&cG<9#l}b&XWkFZ#fGtlYcT3?-n4=uPZvzCrynzt*3Jw)!|ckP5fmy*nU^e=0-E>S%tH>Pe~xYf1GsHWfRRbem7D2ng81-p rLd?#t#pi;#Y98KW8*>*O!NT8hOKkX!~o}yIcvhuJtzRIZ_e+iba&${EzY}f{blWAy-dwhCCzc_4LWMf8ZAD{Aa58Z>V9}GX|${u so(#FoYS`UMvrgkJ=AcKb+#KPR;n$DlY(Q#)TikVtl;JpXQBtfz`57FaqgiRm3rJ+nUAx%AHW_BUet0^_AT!naM-* tGWB&!RAmBon7>>B{z)>6sE-FL64`tG|UXHKjhE`Xba4tAIKH5QNrApNK95eG^^%xRUtfS92nKPqEX0&?r^shhT>+S)SR7D5tmTO IS&qIW0FMsYw@?uSyN2HPE~PTszFE?vldPg?_Z))k|zxvp&#*udpNZ>pVRtsX4~V9=2-=tG{%C&$7OZ;qwTTX4I`;=ogU5<=lL`e )|J|2f`Y|o+hPmmxQ_A8c+5i%`2WGI?_IHO2EOk8=zVS>`VS7w4)|jP1{XKYQM$%G@9T3qB@t|`; HFk#8TtZ@G#ml>Xfu6zwPvJrHu^s_T*D3b#HJv68T>!gqhuf -4O$X!9n%q+&65Hl^R2yth!u8QN@?T<)SguJqk@jv!TR$F=(HvTs9zWOhC0rY?!cBVjQ%qS~W^WBS#o>#`ybWH7H8B>?Ha=s_kG} Q@hbgGO4F_92@A8$oGj|)|@0aOhnvy!s*4^B6<+g9Pg~Hm67?TYS)1WyW`w^?x#YyK)PxH#aj?to5FS`HWU39lBn6Uv42eG;R&6# _C#=!G~U$_S-|Yw;EsdC`FZv2WeiiLtZVl2*Y37 6hODbt

j}AC$fM8oGn0@k&e#5QDM*xG8Eo#I3ns+0KZH>+6V!0|%JGowv%BtP?eu$z~G;DH>{V>b+$>;trxN6TYHZ?&Rn;`xwI17 !PxdWiNs$M6>PPKco8%WEr}`aY-&#%43ejeccuvS9pxsZaf&e`){(L{L#8Aa#_J1{%CmKd3Y@)OP_PVi*psVC2I(i|enhHJcG;fZ oh6*{b23Q}oN3I+gx4wYK8_rnWYEkhj)We)dI+m>BSjH>enaqACnx0~u8$EnzdLoamR- UonKH0y|Jj4*12)b8lFIubm#|QzZ#@6rmw*cBYE@5BqpM?ETjE|Kv<-o8?UFf>RTb#lu44{MG2Z#Q?dV&yfn}?Je?kBv{>^m>lQ{ j94QtE~!{^?F*Aw%TQBDiG_DK&MG+=WxiNy8r$d~l2bOZQc5>M#r>w*p26DIOLj-&Gl~PUkxF;ky5Ppdg3VK*4_$3pKMdTRRaB|9 #hW^I(qbx*7Gta>tkHORR`?a!iy)qbqKLk%@TlV-dY^Fn=Y`H7CZ9)gEayBPPI90(5*6XHKc9wJx}=?XzRPT_e|sNVAl) 0Ff~cl+vj|Ta1B}Zs-hDt#e<|^46Tq&V_qKYhO&gXtE}xhA9V*fvQV5VtGr28ZxR$Pf&~xU^lz*o^0|_yyE3xM+8LREu~18D(aa-O?* ivd$11Gz>O)c=|Uy @;e>kOh0pwIn>M^+DYGruLj#6XRo9a;^7B 1F(8KtwF>G-MoU&r&b5tx}YJpZToutGql3Ptk==OEU71_m^F+~MK(AyS(=|IC=^o?Gjh5aF<^&@;`i|{QG?C2Rw_Pwm2+l>XAJl=GeaNNR-Qbe|)wxIUio&0&y=B%48>l&*$&Q1AFy6;b@gF98OLIf<#jUEIWiM2nW!IWHFqg9ZQDYY_=89D|(!KZfNEOh1 B)jg$!)IJyT040IDK;Q$j*V-0LxaBV);vP|!HVOrAkBAsOTr+BdUp6ELQ_v9>J>tOD71DI4I4KMw0sA*3B?;BfS;S@(t^qOGOXDh $3{fzw3t;Oh5ijV5s(03vH?Z1k2zMM*0W~)6aiGG%q(Nm;K;#!BDq3a$K#Y26X#iGhfge2QXy5=D-Nt*z5J)$uor7` VbqL+A27yM+epDcf4dxO8Y}z@Y~VhtL<7O)i-UsrEmo1v;>n5sr5$F|EqO|5v&TCuqP5WfG_cNW pB=`6?~l(A2Ql5jasL6E2MCy>VszE3dVAE+_4tF-7>NZ_+Wrh*tF#p@8f-~e8WcIR2kfrZmanYiM>y|a2yu&$76*-MrT8h9lG&oL N*HCwxM6hEI{?(IhNY1MLPWw2>GL~S3^+6^j+Mrh%bwotWF(;YS`m_zG?PZJXA^!)9rYe;t@`&b6=?=JB+tBEy0e>riRH5fZz@?MN9634Td1aa#JVTQjigt41i-}8Mhyd=!!sT+T+9U5tqy4Z|ZP$Zb8Ra}?F4v1oLxn9T{`_oYKA3=+T BnPwV8qGZWc@RDaIx1?~1}yLv|1?;M+~l~>{z|%}{)9)1Yc5U@bw_JMa(9#L5AH7(F{1zB5(b&ogLI2=n+-#j`0y}~=n}I{;n&iw FrQ?!QY2pym4V;yCgB5`a-Udo(2MQx^&4QAb8n6IInNqq8H{}Fc)%5}aAHxQO-oL}z-CMsof>CxnA)koc;T&LN@QIH5$7w$^Mjj^ )OLC(sgqf%T2`2%MAaS?O}nCigCI8M`Py6Rw$$9)?Axlm609zle3xOfy@);47pCD-=8S(cqsU#i-TJ 9KX{K*d#gG-QqAP8SHZ+E!iv>ipOI+h})kIE+8F_OwQ11uzT;-*JVB9VSKDKe=lWyi*Z`oW^U<{VwhKjF0SkI}0_Ozj- +*kQ;?9EgC!n_F7{KyNBFnBP0)|-j2&_fBKO_SSMCZgVv35epB46(0+&~|aG3Q_ym!m+K*Vb5>w0B>u91P^YjRXaXcRlaOca;vB1 _R00w4ZzP)mBp$#2hW1uAjJ$iMS;IspqbRM;OvTTd$(Rmzs$F6@|BXM_7)rd?HTw<6=kQbv?Cw 4g*E!wvBhY@?O-Vp;|SmM4ZZODJP$_Z#v_yOe*ZOS&~m1E&x`W2|*Wx^oc{kK6WSws~Z!}Y>C)?8LKZo)z$_hL|SKB%rnMbWs(`X rkjs#;>OLqL9!nts#nAPb@ELe%cX;BI;CdMS9(V$jx2hEx*Rt?z_~NjdLCM`$f>%HGJfYT)(v1z`sz!kO-vbe)1z&mElC?&>BN^& i-gpIK;nsH@XXm?4&+Z2E*?HzoVH+TocE%jDE}pbTw7Qw^^3oWO2J=R)T5Zy9!MbhT0(KNN!S^m%Y!LG!rH}t4YAcLItZh-Vm7zn s~lDk6Grw`uDW2x(~`($d}B}4GJJSnUte?j+MaCIm}+KCRV>#*>pLOft!E3?h%}LjvqSSv@b29w_GR2p+=e^{j%%Ih?!2Sh!RDoT ugrRnxLa)Hj@dNdFb6c?F0G7G2X10h0o~rUyu_ix8Wr12S<9SN^8*vRo<35)9%&U$YEud>y;?*X%R$6$BiBrZGRn$lyb2M@CWLZhB3G1-@6X;zm7>eo>FzU}f-XCa;k2V=H8QVJRW<+YgdA$X3#?>1@Nx7e#R`xEE4V`}_`6m~z X%iF0$f&9jgWdM2mo_nN=`Mv#S!-R-5rNE#*Sd=FgYt>DNb^-g;)au@Z1~yguf^!$N{X_5?wB}_FsGhbxyE_iCd%vF65*keqS)U% 8Z>G4q#1%uQ6Lv{_0k&5l+fpkpLzA>NH`s`Aqz_FYeCe!C1qjIm@=fq9;>V=iRZgi9~f0U?0x^ED~xvUAPY^HEHv@L_aEw(DxZ)4 hjk0pDHba}O}9*&+s231dPzzy_kSX8#llF9YrTi4)Tu{paGR0nrxHIY8=i+Btv?su6UKlAQQ~nY?b9dm6ceYweraqRj0z-#3bx?` tdcwl>Q1f*%RHGadOisgV)vK-*AvyaC44x{NaZD8Zlg?j{H*QICBao; O0e||SG3$5>&h9PuEPB)1A^At?y}>m;Bq9mec)Ku)kg58P`iX6O3eAZsvE_JB?~26rF-!WoX@4dIJ^w3Fo!FIc9f{krF?r)1LY{)8^k4OnwTy}Rb&qO@nK)OFnEWRBHO+-zXa+(N*@^(Rl5SO{Qw L@om=Qb3uHp0cw7Q0zz*K#8rboE<|B$@x*7ilct%^iB4)Y?g?_lBWj6A5p@wac@xN5KvB5)n><#I|~rTD%h5JjnJ?mQm^J@^jhn^ OKKn{Sk8=b<&wE;DV1prKKI|vyGoxxJmnDFBdJcJb>D5!3pr&H1?E=xLMSRqk&i5oBW#yuMEImwVI^u+U-nBXpK=Tn6MSR8XqJOg rO;9pr3Oz8Crs&R#^!+87q}scubjm0M2maKp;<{J`g%Rz*RE=*G%G+|OAV90t>y}v2TAg;#rtIcZ-Zo`7Fl*yH8!l0)JE-=_I;b$ ^NDS>63;5@ar9<8ejuEp4&MWX#rBe1EUksG-N~tN&g9EJUeAkTr>wE@WMJ)@k>JJGh*CW}85*`eq4M9IY^qH(Xf-6V6ulkhYY-tc-SW`CJujbECv=B;|O-+W_S#^n12(apIjaJE5w4*JwYbB4rP^iQ7YGc`#x&Kz2jDa!WSL%9dm)Gkb?}ULzP=Zc$jvF4T*+9YipyPp=Ht|#&Qw&6G=D5414O5BBEbrDHC5H4Ut9T;HMslkV3$L +Jkhd;sF4fD3-1YxoQ#4jTdHj;7U!y&}d)35tx>yWJW2`zPrr6?OILb*tP<}BO9XlnJ<5Ax9?rHtx<54DCK4ZZ&l^Mip7)?IfLE3 =_%@^FH^zUKU}xn+MoWYmvB>#EF$RcPPO4%)w>ww+pe*b?}=e;5=i;QC}y}}pr5rJnDV{PALDTQUNWaWu@r4|i`W&CyCqZZmkg_HG}15+)xzvj)x}?p90pq$yfO{z7;AVK4wJU959wMKg>vjxHs)$lFPteMr%HFJ?U8M|IE`D{?sSRxo0RqkEvO6h3R%1jJeEZ4(2 W$=s=8(%%>Alz3~hE>@`)%j^&ob86W(IpnF0{aj)_YHz1x*3W74?h!rdZJ)%>cxwB_anloWs+azahAvTQ>$*G3w jXjO=9-%o$kt7jkSL!*<4#t909=QFK7F&XXr94sZr7@FbR8`iVmBf#?r^HiR4L-DHJ#;=K8XuNoYsRc`5<4ANkBB51H5^xi+ngj? PzYE9WFo@mN0!SDiqaqRx78;stqaJS-S|+cXqLnX+PVfTDNHJyzD93I{iovI*PoZ&FtJY^IOvPzBu4sp#HXp1!W04S1Ao{-!m*upnh??p&ACsrlpEdd|J558b8*R_TkrFssRpyQ!(OGz&mhZJxDKSsZkI0)F<%BTMleUHKjE{UO-R4iGze)jlHbj2vA>jsVe#~^^;ivatw6qsMGCC(&Datf OL)De2)4ujwteti<nJEFOzW#YKI*@cgF?V>wj5bsyU&%d5h 64A-F3J0&>tW~QeOm>B(6g|>~jrDoXKH`q0+SypV8yy>XJNu|SE%(_txL6!k!|?&*^s6~OjL`KRFy6Z_(#$}@%j15gUZUu1(@lI5(O1A9Qr5 d8N0MjiiuVzb3aX*LGfNx#EkD=|;9qxY4w0GG1tzN!MoN)Ew{SHY2OKr ZklHr;E8OII}>D{@FXx-WudS^OdXZ2D5(RV#wu#tThkNIr_53(_#do_-g5D8)g-xI!|ZU!zB&`9 eMv>+UMOP)UdXC*o5Yi$RMpmBl&oyGPAT!XHZ@3To)UA|WN|eI(LC!y#ws~hcS@Mm_Y-&G;J0f@SD&(EW7p)vfEHV*>3bOCgjawF83s-#%n* ^v%w^AXo08|M{%+dhnZiK$^xPp18fVb_op9$qw&4y*aw0-;iJ`r^rQi!C_Mu*h}_x!K!pB)UT9MF=;RcUnY&4xy0M3`tfXb2Xpjb ofo$cSjg^LSEyI<1#l9|N0iw*9G6R$y=YPFd`#yvBdA$V_4;(oL;Kp|*bpb-A(ER}o1OXNo%!?WAA9eeIFTO2BbvBDblb$FRv^H#m|G&`w#>*5Wefn#WI 3=tBHXx?#P9x~-bGg3=Nww!(rJS9KK+5Se?Z|-icd9ctbR#f+;__Ecs>I-U1o(kfMI7oad3j-3Sj7C`6N4b_=R* !Zd7GyojW{3smW0;>O3PC?i^K%C#IafC^iU9@?ApqMp%Sq*tXI4Q`~aqYPh;(cq)$Ty?e~1d};GQ4V#=jg;xmvd<{i&~$U^_)N9v rxM{hE;@ZkvFi4u+V@+@T4!xopJDO5-7MpZV*br_BkNrHl{j(9b2SaIS=zmEhM<-n`A {7=lP^st2fBT0s)2*C>elQ_KAl=$SSQ{XLY{;wb(_`VC&LjE6Zsy8~J%Kf7;K}Sn1N7D*18aOmskY{wjSB#cN gI^sDL>kSAG}=*R`M`r|1CE+S(j@s`>JDcIs9S%?60a0^h4P^d4!dsGUAy?ek>H(Srzt`?wBC#>p{8lMCY8}!T+!%cVaL?e8g&P`rty{T sHr_{aTDdwp4}vO<(mncv$JP4&7t|oshjv}!WMVbh*2Y&M(ofua%XqM$d(;OZ9jtkvg{+Y$!z|ym;8yGn>&NEbH~)mdMu?WbXSOd XlnPp-WGR!$vZg6Q*+(ftoiM(u<^*4VtK*%IeX@V=CIT~HrqO_byCurk}TIMK_XFj`n75@L6s+djEz*CZa- krsd^zAPpu27SAB1m*0$O*3SI7QI{(Up_+pW4Cw5rV%^2BX?^VH4^RJw@K9%+}1dyTMq@1H)^+?yGHCdYKM_I-``=UojUxTavi(u (Al}`F1vQ@=8qb=^RByjqjuV%A?||~R~nji#FLo$o5a3tB4(h?i765Td)+lRbu#s%vF`QrJ$z`I7MM=IwB~ZQ?J0#huefFfji}YFzD1B%SC4d4pQ7sV|HD_@y3aYj)o@srE`?sXk%s0HkuC*muAm;zhs+Hlrr2^Wp{ePQW>a@NTU9Fh4dsCLfF)(=m2xNL@x1FrIQ{3|qv6cFo$dd59XC#|)=>o67IQr|+p|lnrwpIjuPFK*!@vA87Is!b&v3kQl8~navF4D27RhtQbLhWBpdx2z_OM (S}VobxJy;NhTOsSn;gvQ`lUI)?D6{*V=jAr3yX32{+AS@yN|4EPW(A6WV0`r9RcBs?heJ7+SrDqPs-bRv{#~iI&N9f{Do_K;(k9 -<}=3$s+84uX#kg7pi?q6Q85AH=Gi?-Oa@%3?~F5T%}UR^Bmx4<&Y6VR5BP|F4LS`$r5=<7<6h~NfpDvz;tm1t_;nnM(JTy$0Qge ip{E0PE_C|s5ESZWfoIg{t28^Bsr *92XY;vVCDB4+tg){*MwHvD|v0|^u?mRRtc^aF{Q*R=JDRao>xLhi%WdOnBv&I D_)tz1rp5AK})>6`au$v7RZqq_=LIzii@l>URcR_th4jPvvE+;&RTPKA?OUnc(&q2anEP9>(k^}<_|ZjhZs^G@D{}{ZhoR`SNbF| &9d%CY(PxwW}3>axtjz8>APOh5S(WOT%|9!YW+oT3BgV8s*p<(KIFnltGWI^06@@h#b>`fVaqdmF-e8H<0KSgpgA6U^o-<-0e^_ X*NAIOQ>5Z6t{{|J~&wL&@R^FO=QAd=96W;;u}tQg!sUTToPcW16PB_oC&b5i@of|f|kD|yO!GhG0qK(=n1x6ZKK6N6w{P8(MyBD q5R8ii)kn)BZ4QJe4+~ta$>lUD6@tBQ73e+xk9`g+3BjWLRdbcXpJ5JjsBG>ft%?1?8&fi;bUKKaTzy MDpudb5oaJAPJAwi#6916W`j}fcYCDo07|sn_64bRVU$6SYS4@?{(|tu7j|K9O?1OE|OZPWi_-^jn7Oo-wdyUeu()?>DZtcu&Rs+ 6nBXwF)6D;OkYd}Bfp#2Nghy|L!793nI30mw(qtY=?4b%U2;tirA1lF)q3d1oENj`BC0V1Aj6ysvFw8XG7_lrwTuJeUriP>V|*DV E1VCB*-w40uo&W1iydftFL+E^X_l0Hj5kooH!k~xvk*K4IZK?3$t_ovMjd(~4q?_vBcgVc 9^$P5rXVs!tArmeTS$6>yR-uN3sIQpc-CC&$+0(PE*eovjINwLy--~#_mmVP$RucyAQKpO!uv)b1}{)N7=rKWW*ws~!8z~-G-6^} !z0tlJ;};}t~HkvlkR4FJ-G+jUU5~D2XUjy4WgxJB*E}t9@8Q(&x_eiiN+&YLW*9F32^ls8DuMumpo}-xx|f$xnHrowosnrHR^WQ W9QhtyHQ2RAaqt1(ugUe%k-rfqikvGH?Xemx!l$m-H8X45J~_mPc#LO*B}t2}~d%BhhlNl$1;|8T$4YELPU;iuPR_p~E|#i2<9hmb%-S|Q$UOO06@TzyiUsNHq>}Le k-U`(3a_6%eM+yaf;Xm)3V1nGy0Foqqv}MEk)8ZonyZ}6DXgKGM{5}}wsv8CqKeD26|DxW#uJK3R=46^dCaPtZ!NSKuUwA&agx6@QWLl>ViyK8%?WTN4{y J?VZMR@TWu7C2TblGeF^M=mtL{jb$e2Vj{4;FLq{u)ox_I?;wf)*J&z(55*g^-jl!XtZ3ex#@9Va07|u!2-5J(zAST1PyqHB5Vp0 aL6``PH9V;a!2xJop+-Kv78!#R=gMb{d0AS6~p#vS%$q_GtntcF%Rl5_a^;a0v)0+6A5ROFi>TVPO0#1#asW_5;< e?~C@Fu{`7AS^^hkg3M=uz^vch23l3{0$3_oqHx`n<`wB_(iC(+@69q)IDt}4+v_D8w$zi7?Jy6nYYDg9SB;m8B0MEa4W$GbN$~I bsSn|-3!N0MKb*Z?RLq#w_kn+@neM##_JlCQm4Hj`)t4f#`&}_GGO~Q!BWG7H8SqiGsWDZq?nvvdq^>fR6F{6~U+FV%%cxP0J mTh{Pk%)gydW&AwzROKDh`gpmKDr_`PzJ5a8EtDGHoTCDK1hzsJ0K{a-w&8)#U>)pnpKEW!A>vEPz SjuXxDx|xGA|n#D2f!aJr;+(zRPH5xM*V=Rs`UX``C0>?a77Blhl~LBQ;jM{we;TOfxC?^7j0ax!At 9;w9nldKP&(e0-S&l9q4H3O0rT1j7?&HSBlGTvgdD9Ky&q7b4O`3l$7JOQ$ttC{sJ&hGCwJb{O KncrFsl1!CuNPG0j$I%Qq}Z&~yHfN1;5DW#b*-(iN7dXySdpWXwr9M%y^3v$^|;TqB@Q++T9{};um$qPh?^^jcq$_(PT{B+pH~}L PQGZ6zOXv78Hn9bp^iQ;kvX06F?*fZ8j4JPC*_(in9r?%%rF|LiN+{(m%N4hwwNnno2WYib?htB#OnT$uLj)qs>3!PXMWjO p^aoQH@m}7A&IUlId%0!_9RyQ$rChj4x>o6R9OOFzAv&G`LQ(b{$6HNvD0Pv#D@Q8Exi4bap;>IxB%BPA6(@Z_ZGUs&hF1VK_`|Vc2puD|S|-l~SE? 2+W~;t~R0+^$$0{OR6~8I|Puy>zu6vPul)oT3B+pYR>wk%kClzzY!KB^{<*{;*`AYGlWHiKPKGG}c0viU7dQL>Lg(HOmws!({tx(yK~E|1FVQE&+&Us=;?Io!FJt4E0XvjwEOz{LMdUN&Rs0OA>aAE?!}UEr;?n{smv4{bxBNBRm;KVl*EC@qDUxzd6UK>BNoUFJ-EL)ife-y8@z-g-#C(^h^49&} pwGUMmV|OXFEH@sAXJ8ctZfp4?rd=%QsXF-ITD+1H{uhahxr8OCRy;4t3I}rn(>shQU4@it-N)%d!oVXWM|m9f&FL*m-93UDgDCvFGZq@N yL+(WE^zd;09rY_`;xsN^%)}8c9w-GKV?Iy(=T~Pm120|TbHp5Qu??&UX)eXn0X^p&4onyW8Rs7a)&~MzP>vH5GcC~s;wMy81%~Q E@k!#zhGhTvnRY-Mf;g;W;he15I~HeA@1c(DD*N2$kZc;_0`Ys%4Nl^&h8%keRv|-uMV$%L`rS6(K55$J@l5@P!fKpvI^aIl$YV( nYigG<@Vj@WZ@KJA3x%IBAct-aQdRhi_h3U1-2y~CHEJKyWZ1v=%bY5HT@aSzW$bc$aA;z_$S-012c1fZA%6F$TxMHG ?4w~!FbOwj-Y`vW#2V{b6J8~;e-cRo{L6UycD9Ai8_(Djw->F0+u2`dfBl+7eD)dyIr!>lY_6(nL_IaTPm)Ra!;)n<2osh64O@Ut PWdgf_dYj1v!D1wrFFXMDVxfj11fHlH=d1?+aJ-)&hAhD<~$2}{?|}VgRr%z>i_md5J|uIW~Q+1-LLQA;y0x9e_ej_9n4$|r&~3f AU&3>gwdMFjtR!bPRCF4pkA`Qmb_#s6ylY$UQ;5SPix1^L7M|h%>wGI)eM8?1Z8TciU{aFL8jsSd2qLo-7s#$c<^o2yDJ>k_9i!IF1 Om`lt+ZS8OJlfN`T>y~E3D^MMvsW+a2(OoFb9kp0K|;Glx&+U6aM@B;NlNU{MB7mzR&=%*oid1l(SeW9!og}hy7{^)WybeaMk*w6 p`p*iu+7y+-*q@V^4)b*h-0j^Jek7+R*#-aNcGe8aa={4h>e1oZ_BFVfMbh?notGHg_*5mNg@Lz7x?=C9 SEhL#gaCri03zrBF&!vFlbQB+yJD23#Vn~FfFYFz1vKo`{$nm{ |4x`Ia5Ak0^2T-#7ztV8L#2xLtjUuMU&aYR&j#L{(ZsrXlI4PKh}BES>B?F3vYb1KT8GW};_81%XXRkC>hCHZvAn36P+~y@@@xY( *eB4k@_hzh@Bh({2K8U$Tf9r@jNc9k$@(&V;F;3`Kqs^edQ6Kux6(!)dv%X!E&U>+k6)A*H0E4GhISw=alKk7P`A_ER YnFh{jBgB2;f8LH)5Q(oWgNkqdBKUW;}~u}XAoO{N+s~h314isOE$xbv4c$NP+~-OT3UJl5%RdU{b;%5;=4HO$>8}n3nF~X)ns2w #MDX7p;C9YmUy`{Tzj+R1dDTZsB3I!M5~Bu0%X*ZP1#Tt{EY&m%o%BO%P@#>_LmKt8ebDOC3iXz^~OM|Bub0|sixVCv9+eYyjkWn 2~|@ZMs|$1?u5mHt8~GHQ>wx|iEzzqBno0d6cOMASNyRdsX4HK_VPtRPzb^})@w#g)(lh937>e*@y?D?WNw&2v?M-3K&@~Y_P@_4 Q;1R>k4V3D(Sp%wyUHoLm*i+eWya_X@@3WeI(}8ti=YA0>`tG;Qu)=t#A?MfFIqy-2nyaWI_)WF=OLN` DwL|{=Kk85cp?7HT$mnk|l&WJ4u8o##) UvTwDc)~+Jww}VK=`BV3Zxge6SSMa9P*NsaGl7?#(0IgnwpLU&doURuQz%Maxq5{zhMFX-!$^i+d *?~-b0LtrH6b1I@r_#GkZe+eaLPt<}HDpDz<4WJFCrWw}Wo=gFjf{Yx9Iz5*GsH4k%z6VR8o@lraCS`eh>hNeA5HLdxx5jiyFf|o28h8u8ZCbrL%gCwI`c3C!z>u &&%aS(Q(n{Y^OFSryoB$UlKcmDv+%>Yd6(uffJzV`|JVkaSiwSlCy8w>M{tvOuYDHK_fnO@8!*9^$Ak2hQ@U215p>IKl#v!9zy-~ ;bUM~`pMK~7c-obLWB^(@Mn=rz!!(A6s-u0P@mOY)BJr=Un8bQFV}&yNy^RpT}juh_J_J|t&~Mo9@!)U (Mgm~n=sEPlOOd-_VVh_CyRn7`rhH2-RyN(0LdU&NjOCqW8GMY-jn=Dk*H;l-p%&%1+r{lUW9GpDL|_y8gVJ>WcDJ)3CWo~SwXXw X(W}yA|&Cmq)%dK@;l8J-vsfnBnWt>3=Fjys3e*!v?z4p3E@_;wrqMNJ(FsOq+L-CT2)as?s5M{QDIWnwTMC7dM`<#twx}g;NIl` pJE(ar#b>{e5^C&5*h=F-*6vRgYY>1W9tTUGD;}6UTp0uwkqg#C+8%y+Q5+Q>1R6`!?gvaGAG&WWwp+C$1m*5u6gqlhX$e`*kP0l Ey+byr;#+;s$WwU?Y{Vbo`9za@O~*NU6-jb6e%G+PpVTb-7Y^|n4kmTx2Q&Le5?iJQLJ;QnRWE|Bu5d_t+fJGD{9gmj=@&)qn`tT ^U2FlZ*?sekdF!W5V`R60f4I0NMoLkIqF2jc6QZ#2?C`!PVReOR D6e9vN+VP<%=j=l5yK4(Ru)%)@qXfg$@bf_C9M*!eCT_-1@Bnms#0oVL-kmyaSIZAyQ1=0Q5ZNzvZ8yWWGboIx)saw4!l=g;8V%8 &GrfEU9qH4qut~~$LblCbD-H+buoZf(P9^3XHf6mVJ!+3*ItD7(ao2DzS@%L9z<6=4{}UA*sL&=~q>ymell7AtWo^O+5t_ppn|iNfs};Mvf#Ju@deQUU6kGIEI=%Q)U4W~bh#=p{$T@eH`8WpZ`sA)UJ` LGuIwK5T9}^-%O46=kiClfUjW#JpSujkBzR2y~I3@e<1GkC%BWN&gqhzes{02WE0Xj(>>E@ZA^zL8T(A(84UM%aRxv1nS8K<)8{L &Dlhbrds1n4d8*QqdFkcV|b;830`<$Jug?AcLv{Rf|XS-vL?GN W{z0AS^`Iq^TaiHOaP8Y*%J!Z1eX~i7o%i7FD^EU_*B{nvsX%LxVkUSZyH2Z0;9KSEux00n&`Z0G=7^w$P-d2)vP(OmslR-o87A3 (2Wr-9D|RN;3{zzIzEv>)(mJj;nDrQ>^qf$x53?mrGusk=dALYWp60LIeR6C&0NzV#`Sk#8aM1dL?lyA*&Qw`HD1S!ee1)=ZE|*SfTpvHx7uWNOnuA6+b=nE+il~))oe(SW17-?c-=jE&*&QPvAa(RmQZRCuI;PM$24>O#y)AZIsw5F=j*XU?O4QNY~~t`lMJ nf5=FDb<}++!x>R$iLU3ttB;T@(DFuUvfTJ^n~S;locaR*2sRvF=yn(VyMvg&OE7UAoilADSTai6Z5yh@6=aEs(n7f76QL#{IElF Vg=64V}f8=HX0HsAN3Cq@s-g86dGmbx^#nu{k7|IDX5Yj#(_s+hVf~(s7dL#thlAjKyo}T{we)px2c^%r+aFKK}>6(+prUUk2&*? GI3c)dmmh79`THn@8Z}ZDans$ze_+Ff!u<2P}j0>()1+~y~5uaZAjPGVHU>6{A_kW0`e>;{+0pLp_=<&8cy0d^+g;&>8`yC%f~>b EvdeU!^CsA-Qa$k_O##`3voV{NggtZLFt78g$VY~Hn#RmD$K0kPwtT!AsvCpslVQaQSw$H?SzjrEcz!FmuL!P97E`Byr1@g-OMN~ ZN+w8P<4X?sN9fv$N@u!+7r+`Wunlk?V_^XZ=2gK0q0GvIO!s`N5~W`qb`CUN_mGLJ=?s U}!(_#vx%qa+h7yux%@L8Bqr0W=R+!)}9oyX>u_+lfLsV{IehU7hSL)npD{RN3h_bL~@E^)LEIfTk K^LYY>;CrPC4!NTZYqfEh0SBtcL$6+n=-XDPc!W$3%^e3CRLL+_LUX~p7QHDE2@hfmO(+w5{{MGHX^}`+LA4H0ostdt#tFYfXm@=evlW3w%YyLkGDOKnDdKo)%f?@{7n3QI0LnI|newsb6}h%+0RYJn2+V0-)UdyakOFf`&w Vl%#d%v;E}w6i>*RiB-=?j@aHkgwT^_U}eXQrXzCGD`W2I(&)pf|UV_Ucudj-)h|-8gXz8cQ6GljSq&ECQH5Iz?*TiuLkeBruxJnx;)EI$@ecGaI+i)RD`})JVnsV 7@j%kljR*(CHmc@k^Ou9giRj0((`vM2qu(TY1|t#v1*g|vtLYH9yN8lDN~puh}>9s4ozKSX)hwT`!v%qL+3Rym&yLiZ#yoZ7q1Wd ?(v?MWY-#~114E|KlQ&1r;(VBMpyp~8fLaL`if|VijnH1SWxa{kNG0%fH23GuBm7c_MX}>o3Rsk10ZxsLh2grZCC*J)D^8-NyE;S @D3%rNu1+E&OD<$Ob{$m=DR{@70oVDp5?ktgm20=7*Flowcws%Fs!R;vGZW6&msM+hh}fUd~|0^avKE|<0UDXLXbsKV#s7gR9d)= CnqO_5P%CYGenKqOVVN~@p{y|?>JEILipU=_$EAib*}HuL>klbE`gDBISfNHrm5uNk%k(pT+MOMK@=loZ#m+?-ePKT7;9)Uab@8dSqVlsh+*7$E JYZ;Qaph`>xq9aca|1+>B~6RyIM~&9M;&bCF}q67H5yT?%9yg*0b&IO{dt{k331AmzV2Gb{*NK|;iE6Ysp|QG&AQ2+^Z|Lw6+6xI ?CKwtidgg`O+HiS-^=cz^B*gFlA4CW^_aZVpqn^c$c7MAJ|PYs{!*~HqUAARFxGiEDVXwEkc9K%7W6T@S)Y;UfXI`3ah`TVvgP*H ^7oH{dVo5q$uFe$`_WvVQ1?%CfEkEm?grlHI#S)r&F49RjFCQhjU`B$V17R-;2jBIHUYVx)QgWOdd5>NYk$=v4;(=)4 6Qo9MlPxHFN%Vt>b2Xwn2i>U|h#2UfUQ_Q&zpaxSL4CM1K>HEU!c)mk2Oo2(W}+K{&t4X*^R6;s2xHlTwU~Z${oMVhyDkPUmnRY& ZB^Q7(W0VAl4yK9DvYaM$YoaT(8q*mh9RLO$LO{zURowUoF{-8Gb~3Uv>R|Sx&V|HvVm5csY3J$3%&|h|8Dvv#j+FoXp<;IVQ3ll jx30^*yg=;5A6+F-_^eZ326>^6_kI&o8DLBouzBbf{u6I1W6-oNcC?*eefHqUd4n30;RY)3N1o`iEwmC&`|!<9%PVnyF`@|v2pyB VvMU(I3ZiefVq7WB`d+8Jak(>=ncc`ta`opmtlDYLo$GWNSW-f(&vV6F`i69ZB#a~7 lkykQJ?TPT)L0ecA#H@IL=ySgg;9IM@rT3&!=yW_Dh+g2V>a2)qO+ZlZOOSFteaZG6;4xKa37&}9K>aa_4deOHzW3E(&O|EJt|E9 gapLGvns;kyr(#2PVE5}6Qs8282|0U0oDcnmmD9?QJ(zh^_rWLPOFColkLr3JbU@wL3a39)pD4HVOe0MUiKPW{DRC21t(vbl`Dfc J?psdUbRTonWRjJvF9mmjb3+`6V~jb7Hf73E32o&xD%k{b2f!lE^vjOzbh~ANK;PvJU8!Y)f0rRz<9E)jdnmzUuYfiP0s4I=qf-qsEYw37MZWAx6XuA!k_qN8p X%t6$BBoS{55t8E6cwY3p~hHEdc)bJkzI_Pm8KOpAMgpRT (&#G=;0mvQ0cFp@n@u3{2{N6TC1?@PAn-VZA3Eyyc#452iWl-s6Xj(0836T8utf6)jK3 QPg<0aQ~9!H7^;SHMXcVJna1s7Z-)h=Sv2}a(R*4>~Z$AADz(Gc~<(Mfz{?k6Cqj!+Q-|*KtbW+J%XZqT&_6L%nlhg cjj&b9*|yH^uG=yHW|YqzYaC7z{!2mqY(Gw$S8Z^f>6X^TOr|*p-_FEbBX;@L9q{L*If@6#aT&XeBR1$?IlNJ28pvU=mxz;j Zh43poj~f!39}I>S*QFRGoQk%Hb{FW#0HKHlT?;h?AmM_ME-&itJaoZGv1V+;hb3h4SosnN%M=tQDYAqW90vpu-ML!=rxmbDRH>> 1(mX4X$N8u0ebw)^wrpiZ*ZbU53_Wn$?G*kMWM?zaTb&YaObbgi**v~@3UuRuT)71tyh_shk3!WIwp$dzgo9hKfFlEiWCBVm0#3y g#n(i{-mI`iA>oZ%+amzMz0FvJqpLXQ?unlB3#Upp%N6E%J|j8*CB7}A-{l~L0cSoYGSHX5S%I-RLCkB8p_^bn@5}adChQ_dCEjA4;k=H49(RDB3{Y$p=~9N1)T%F( )Vfqs>sSVhHmtDa%5>6*@J#@|*^z?Cm_~fpP88$kim!U?{2**Ma(6ui{OzW@H0mT4>!z1+7u~k1WXJxIy?J055UT_QE5e~&1N%=> 0l@>}!!E_-jQ0M+)&Gv?!!nGHj)fa>y0K7_#8d+TkcG6_y?5{X@4ug> sYpj7i8mOzM&29~CzQ)=1@zD%A8P&e)%0&Lg2>|l30@{U4ctW#9m%vuZ?izT*^7O=-GBYv__$mredmHE=C`IUWL3gf(*m1_#L7q) YE>GKYMUEbHe~M}#VCzfahn+Drbel?n385i%CgE*V7k$us0tvY)2vdxV*6G@F_jc|u-&Rf{%(s;C-G9ot5%rKVfQOnPvPz!nYnAWv>nu$t~yM2hEa)|{hPh$rW{rqwf=il)t8DDBW!}kMX@d r*^Z0Wr=|3Fc|Zb@C}Ihkm&2yY@-FW|RCDv+EWBudb<%SO%+D{yoVL2xCfJ(jJVXTzd;fWR90_3<~6beQmj`B}ZW=-QCOx~3|O1YXPwNKG6VfUr_pIB^@Yqr!^8gWfn=yTYvHqI0<49D`=m` oB<6%4wzSrJt%W}Ta2SH>evDLQmCp9Xn|gN#v(OUG UEbNKqJ@{^`z1<(^G#B`M|7I2HGJZzCRGg~A`;$v8{T{Wf4_ZhzuCZ~1m4fy9Q6;&gI>LjU&tj=z2jKLDgF~q8G;}5TNH0uvFv4? 1h2(Va#yOC(IuTUKTa-X+QcY+_}ge8nNP+Ej=3eQlwhe&tW?Kx9tW91U}IF&yt?tJ=JIJ5tYVIkRI>e*8`ynr3}XJ3@hX(+0t`PH7W@2{FZOfEVViTto;tt0`iar%W!@xfe)2+^ZnYu$928sEaQ5esRKK4suN_Z) obxc&8(3S)P4(sXNs_3>OgXVV3_^%GSGzZjXYm1IsmDGpDK|mJq`?w7#j^C$UeDV${^|I6(aLc{!GOzxzvN`h!A~?HhpYm?k&YMb dOB8-gz$PgCRPcq8XgAZ;&6Q!+l;r=Z@>skkEeUDyky45zOG_Y2wMJHeRXqBD%t`IzF~75>L&FsRFrZcLKr2nM2vEk9>K{)$@4au jBl93cwiPDn92ktjxwF%_0}M-00j~@6f@(kl=ab6mV`wn#;iy16^Ib}xvGNj!Rr3*=9A(?13%4Y6AVWo;2&X<_jjY-+x2B^nxxtWb6C1^g2)M-lCUxgoKc)@yW-Fb^_hT9JI&0l!lcAvQ0=MGP4Het{x7HEy$>4WHRww$vEypMr> ^irVf(TNe8G#1miTbU`iBs#?BEy_pPQ&==Emb;@7Y-lqMUKi-WFxzKEn_q{Hi}py{Mq-kX(5!y*Ll3wsS_xz;ce){~Z!zOisJAbj %=kBVn&0q1)zM8R{uU*V5M-WP;@82nuVG=`9P@Te>}oNIXUwGqa?WnXJ7?^X$EoaVhQ*Bmk88osv5aA{D^OIs(nsk3iO)VL%a42E Hl^*8rio5=FKV>V!a!p2%iiB^?DzrLx*SW8Lwj;CF6DLJGnJAa=bWesC|4d8o&+BSLb?|lh~PXnMI7(VFDj-t?kM`8cmH8itslPl K}zxdy5_Uf>~)RMJ##enfqf5pX_xWk;s~A+fsA|-cdt9NLAfXTjEJjF?Qsrsr+xUeVVr%CAUZCEbOs)sQ@AG8Pe|cseqsA6RIuJ$ fHt8~Hw8<;!?EFR%Z_|eZk;bct}(z0!u1x?dYRvCXJpq?Uc_!bSn}N*G-lXKn0!9*5aw>xKiNiZ3nA{a^^k+;S*Y{w7(a6kS6IwK*(uK}w)t $*_Ng9W4*9azV5S5Ge^qYwSQRzB%M4WMBrQ#tD8a9F9+fg%zotyW$!y%X gVu;Y$2gY9MD%+C+%mXCj?T-|HBpI-!_>r?y>-2y6Wa>6GfYXANti7`)p55PHC>`J^X&VxovCc(bGq&Ns~IwI~$@SgzTTfA#0NOSO(Af)Jk|;`Laqeajn=?aiM3_t|*%{PhfkKcT+&V-JAp<-r2+ 5kf#DwF9&ccdxOS$5esIWuZmAR#_xvP>p90%iH7x1&QwFm1X5oov@KAIFa2ujc{4sqNm_ab7RS9;7iL!C7|k9g%ot`iVLr)fDHtw H^CxunFrlatb&sK8eohxrtnA2J)KX-EeZ$De0foJUYqy#c20I!=1c=>dQ_l}H{@1zCNIlC{bW$|DYwmA$%V@63Phi (}{2y1B9$ii$e0`l9MoP@1osWcTLj;3|*(h)}70zVN-q2AC;x5XiQetUnA>IcRG*e%6#3ojJ?ZbVC6#N^uBU+X^Re(jnB=v|Wp=q-|sB!0orgd_9R_o|-9b8XwHic$|6DuvS(ssvR*o S|&*#f_LxTOToY#E_%;!Uf9I${g<#R68Yo13yI=yzW7FdP@IomZ;+Kz9@=-gKc{p|4E$>ZR=pvmNR^JFp$-c5ZgD7w=r)`s7@d6E 3Djp0WK&D&je_A@Es61qdgVG8UO$COH^`N(iVdw13(a>8r%*VWlifHbqRW%`tE8Hhskz2&+7oO;Lx{AUwq4*Nu|7zI6HLPtSy47I BU}_n95N&cm~mM{|G?IgOsG2AJRlkxG0YSqH{OCPWS9*^Lq&ynR7o|v^dOg7&}Czjvf9!a``UPki$Xywq!VjrOCAs77RKN-(lR># DhK2-yOyyOth{EUO=w$koI=`|lvz6&MvN@$sf6B@Y66Ee5f70r6So&EmTWmdN8JE5Lyk_XdN?x7WbjG0Oz74$_bNG2gB+BjHysG!d| 5~i4`;ynLi-HoKQN;CdAGhZk1co#V+(NbuOHr1y20tvpJXuolseutjPg~B+G8C9Hc<1%3z&7UO9g*{hBaEqZHX4X`@e=y0Oa=%3+ 4xb3f$&3C+?ZdB31lvnnw%J3z{+n+R}{?qDRAhzb#A(?~h~EXJfu)!t5;5Jsna WDugiXt}SxnA$w)v2#{QpssTK0U)~H4XEScao~ayHaZU;1)R1MR48Eq15K+9KYE^M@vXk!D h)G&AX+2X=DV$34l2&nc+?T{Dw3ec@RJ *_LI_ZUSXRXFP#VXI%-aH|o9mIXv%FMsoa3EjcYo5y**92#noL 3O#jCv*~f2AsGqL-zxPDvJ(~aa-K)Z6txHvj3E;AbM$&|7P52jS*8SqS6QDuO}!g9^A~=Sg}y*m|mq >wRWP3pEZQ%KSt)boH;RLgE8M4>?M`7SEGs0~imv`aR_0WjYZoWO^P{Oe7s^QMN1Uy`aC)A rPpFXwDg$cDrt$T?LZXPesPRUBk0jiR*3MGm63~AYfJOl#0;62g?G%4eRf2-B|A`1_|pVp3>ogf@D6Q?f-?m|JNRH8ps9qu?GX_;CP?!GKgZ9xZ{WkwCcKM(brJj5?-9%cSe XZ-phH~3-LyB^A*dl-k@!*X>NzVSmA*B|N<{7{zVhZ#G4+L6j_cyQJPA%j}i&{2c%Qu!HC6f3N;MJg5qXm$2by2usc66RpoT%j2+jE}XqU+sk|g*@u(!syrz^j<-Hg9;Ma#<97DpqXMg9L@A4zaa{~$*rMgm Wd8?HO9KQH0000008eIyPyhe`000000000002TlM0Bmn#VQghDZelM?LtjlrQ&T}lMN=}%lWaef86vhzD N#GH(%#@7rn^y-m|YK|L#4=^X?#cAHh32JntKQo)=Tx^JaVA&h)76 1mgvs_bP%%F7&)t6C5SD2f>pRewN^FTrR=g3EoEV9R&YK@T~;jwg_+;!8Z_$2)>2j2MF#>@N$Bk1b;yAI8INni{RozJ?|9+k0baR F7Hs3bMB$2$5n?S{S5?r2tG*g^#otF81?E}jQ2wczLwyz3KN365T%Ixf117@yDR_iHu$W=;R2WvJIL37$dl*91R6aCo`r oxuG@a4x}c1>q#YD+zW|h5tlwM}p63M`=-epH(oPKvC=E+}=#JqdeQJ(iX?(d^e-#Z8v 7;lb3zwLcA%>}Oi(a3-C(dfsO1P2Koc{IlHn*?toc<<3D=j-pmc-}ht=`p~AU5@oUB5B^#W08LSv1sR+$6{QrI2QPJ=dqwS_bUABu^6Y o_8?M=l24Se*a$d+wn!@`$d8WF@6=1|LX@)?>7x%-1i+syAK+~ycifny+#P`N$~v&uNXvse}53|`-Q&$njn#J@8Lm=%cFznzu#*) |2qggf7uY;cN)Tcc+(K*;q)QU`Ncyh_oyM{J5KP;1Wy@4{XRDYe7RoVe>#Nmd7L0k74I2+Ur@q$tSq5EN0%^v2TLe7E}@;9N@&OV C5+2OC5-RG1PLX*KNH+Y@ZAB%@%sVl(>V;f+C}h71Q!w<=JpPwzt@(r?tG{Wx_VU^fFKp+{b2<2>+lfY FDCd-oD-xUPkPH^3N(6{r}qrJDT$M`<99{uywdem?3sOQlV>!k#{30^mf`rbc^@!6q*^slKP|Gg@}pZzOn cT~YRoT>0)h1XYr=Rd6g{~oF!zt@fd?nQ7K!C7PI$0Nru&Kt(izEj6AULPX3Kf!axus&`X!#F)YhVgxB4DEVO)4w7@`0FF2e`|zv T@mnWc?3E(9HE^bkC6Y@BDDYU2>9~4s;++oSMj{4BK+T~sNd;T(2sMf$p4!JcOW`@UlsX2TvI$h4*j>&acJ+Gk3+fz$05J!ai9|? XuQ)k{8PuFotGYme!oh?|NA)1kMAk`)p5Z8CyoOizbwZ1zbVG}^vA%Hn!@+Rz{B%m%+oC~=)m`4wCg7^>V12R{<}-zg9P{C{vmiY <3oaRt0ti5XA``b`-9*j#*Y;1)d?y1qW>m%Bf-Z~jMr6ljMIPB(f(Tq(vt`E*r@!5ZcE4x>c=?J6jQj2r2%kEEb)-OWCC}3d)c<0I*C_m!ru*Rp+I8Cm>Up2SM<&qU znegN|2TnueqO)ta6HO;`SBR1*B+1h?W5syjz>9%9*=Qfb3Deoe7xe%@yPG=<8?eV{2Yz{IfBP_FU|5WfVuQ(O+Z2VO8-)W};&pvW0@aL1KqW)h!73FL> 73Ds1D)8(%g}a`H_Rl&Ec)9d6l=t4#(7xkN1D>9L8uGpVG~{#JX&8^+>ietSM{|tv;C*Q4C*Ozg%Lz^;_|5lWp50F{<#xXx{J{C| NBjTwe()Es-h_VJZxhn3-h}brxC#8yS)0&LzuSaUp));zU3_7^Q~tg{XJ)4{GK=qc=haA=)+L46ND2XsC-2km>` Ip7yQeh$|4+s^@gc{$L;ty@a3{k U_5?Ikd_GV@lSv+9Xt_bzyB=o{gt1?IPFhx9^)y&LkV8~Iq-2$ehzY2*M;cs_(Jd}*C~A9LiEQgKM%ZGOK^hc%jZ%5w_XI;a}n_U9T#ET=U#+yIN~Dk u_s@I_WwY?KTeQDQE$q{cwc)l=w);<+W*0e!S`NBkVH!Fe+Yh%@#GTV!&fdre?4#s+WYrQFdn;Kihk?66!^5{Qq0fjQp~p-F2#8K oFK7i-u;(?ZuVb>e*Nxcz|#XS2mLtsa^TzTmt&keu0TKUd8nuAU#>#^ I<8j!^=hhaZ>(z+&77g#Z8vU~0)#%r`S7Th>eKp2&^lH%k_iMaQX}rrd{ns?V8?RP*@@mYZUtA43@RzGGzi0nD^&O8pK|(!m ;g>OgAO14*b$eff_MLYP>iwB(P~VFbenG!~`5Kh>pBnzHYtXN^X!wsb{cRflD}8@Jzdv#f>iGu^|C_#h*MjfrycXrW@>=Bo+H0}S ?0zliXRm&rb1l*>&~z)VRlSymA9XG8sB|sn;Rzb=@@r9#FKIqs(Q>X=_-&2%9sT|T&F^RW{a2d){%b*p9w&GuE581N!U$aT6Siz=r6r*xt@3q#w+@B7s2KKO*|OS%Wt8bQ*QvizvBkX_rq?$yj*_+@ZyXcuzp^01J9|P-i&-cs_;{rRj;%e>(`eR{!+g`zZv8F(wp(V)6IB) -OWl5Z$|z5ZiZgtsGCv#g*T(!SKf^LZ_@NXyBT;g0$3lee2^+w+X-F}$htEj^J5!3QUf(yS-JSBy{_Xor~5Ip#Ygqu7rKcYDF{d)w@<^KIK`st%T0e!pb C*WTm`w7Z>^H0&ffBz}If9t1M$DaKu^crJ7L%lEf8ThbE2@$LX2Y6T}cqjMM|Dc^Ke}Q%k`~u^0(J#Be8cKJ(BofVZE!73F{PR*c7Ew_=_7wW(f)Ve34XMCC-k#t -KqNBUlC0rxc*m=PrgsEpWw`2WBuOrYw%&Oy9;pTUErtBxC{CJ*Ig+8+jpUV?z;?G)-@IG(FL$Hge||T{|6zT9T;cO~qhDTg59nm!9?HD|tLHW1cgMN8X({Ib2heb&k~fN51+H^8e05z`Nf(1Ucf*4*}nLA4WSW52GJWdKi4*=?`Om-1ji>@HM{y9XR|qx*q)o {q)7(pq%S|gK_%7Z?LZ3qw#iq1mzz12>Nlc!uLLc@!9wY^x5Y;g8Y7_@$Y>E{Ne8(LI1tsQM7CSM^Vp%9|c|=`Y7tx|0wA4dHVg9 M={<%c@+8G^{CqaG@qv*#dtsWDEe=Q$1u+ekD-71AH)1U<1zHZwU2=wJn$Iuf5YR*@2!u6U+#V!;iqf(xsL-MKm9oH_IiRZCOZ3z $I-4ke+xYCcmnIdOP)Y^Z+Jq-^9j^5d;;`8eggC4M1B9z6If3^@dWzuGf$xW|9k@Dd4uNrvnPOu_dkL4)_W4|c*BzzpQTTN4v#*G d_MRj@a^+YVxIo^N%YgtouXq~u=z1Fce&ExHw@}~T t8naT$Y;ktjdoq4;eS@R!!v-ddIsaRhr;e>&~N)IeCIRh?|IJvZx=p;e(rw;?Kwj8DL#Yw7Ci$xe5!uG;2G7|KZEhVO7r=a!XN7Q JGGqqHQqxC|NIQ-%Z`5rUmN`y_;UWAftS~4`0WIbCp>=9Up((jdOzuZG5}>_F2%CuRjaAv*lT|=k8}wkC*%%e8rxB$2c7Lcko4r{9XMA H2nU*gKj_icl76)=aB!AkX{h1eq^+=S$GO`b$v14-w??xsD*?^A8E~I`I>N Ouv6iko$knmv%^h%_qou>GcG^&hZJJMDYDD>yUZa~C%A4-zu3b9O FMD;OJtuXdeIFvo_AyNLKASty?mG$c`2UU|faA)+-z|LrQh2XomojYS3ZczC2&S>YpyL1Tu@{V25zO!~gzh1Hn@amRb kp2g|U|e27LdBcJcS^yXWu1AETZ=;LFS`=^%{)-%U;{z)d_YJ)euB)eyykUCw~Qd`J11U; dGj5D@8NNLeTSD293yxb!TSiZywvjsjPDI^Kt6BW747Zc75I3@t{A7wcf~xrepjS_a951;^xe?^2kwS?t=$djHtdG}{rGMe*GqN- eqBwF>He*|p+A4O8~XEayJ4QJB4Ll^tq&1odj5vpJH#&hZ@Z&^PkmE|(2WlgWPazeH(}hr|0dM``8T2e4}3G~Iq_!n$Ibfw>OFw> $LxXnyq_TJ`>xspc=h}qnBT{~1^D&9Z$bS#e9Whp`>6l!1ewn{z(@Y;eAMS^A9Ud7KIZG=KJaAuTM=GTcp^dON6#b3{Ob4KigDO; PxSwZdjhY%vM2iW);)m_Pwxr3@%p`hH*X`z`t@V?LjA7W3*+@&f-&RKUKsZkdv^$bf79OR$AhQh`~0cM=WA1u?y;$u$A6!S@q5`c %#SxrLw`-5hVflH4e`=xnAayy!+3r|!!IJp{!&*FJe=qAJ{@8wJAEJRmwkYr%e&CO=XIgKKi`FM`T{}LS3X6M<@Qb8sQ>HV)**8B IRx1*diUEv2anyi1NQcPQNIWG1)g;DfZn{N2ld*!NAXs}59~oZ57zI?dazEc)$mde){&$K{eCJzUUxsygYmdl-+$f%`tf8B`pfG@ `dxdG?>@b#->hDY>p{I}|Iq|bBzP%7wwLT#=e0HCyi3Y~DO12R@xS{NUZdZ4qHn|W{4ssM Sic`X1@K0FKbwBv(>Nz;7|)Y)Dc*1O{gNq=x%nTlTi(DF@S0b9&>26}0o~8>8s{+j&TGgLE$f5y{c9fl+Sn(7>FD(y>?Sn5JtA%1 m*{sk#qZ>LYdWT*?1RX5ozV{Pas8~jCiuP%@Spr|I)zHM>^=0m(t~YgH~RLpw)I<@mTeM8=yMN!{}#)Z8t3pS kYzWRfzy8^l6cp%tSQ@6hlsQyA0JLp06-^nPqZe&*jX8opTJy9s`WexK3zH)_0q-cQrA*msmf1MfV7wA6bKH{|_# =bi0~&+Gfh6xicR%$sN!)5(kJ`3>~#zv%fC4gaJE9oJ3tJ4y4Jq2Q-NJ3@ fE|NvgPj__u7mk+qIFsy<|7`Y=iVvs3FY;Afx$I}=W5)OJHYREQTUbgyMW%`MZX&~Z|1H4o8AxafWO7%9gv@SjtX&hqh#P(?Z?WB;`iF@exbNZfkK>z!v4#@FLL{6pOk`DOi@;?&Iy+i2z8Tt`>Bl6ORxvlj4jw$eq*i+kiZwLH$ dNl2SQ26;;pU--b)%f2RHU1aq+l3l-A%%UF-j5)-zor>b_-TT))OmC0+d}%i)r3!h-uE*4eVf8UdY|0^-5vkqHS=8*b`8NRDEtEs {?StFy^p?;=qtX)1$zDgg^d%8J0RbsQ=nI8TlV)g?G+wuxK(}Mo8ml1&*w~mjQ3i8Cs?PjM>RsrM)7eIC8fB6uUgOXznM(_(u69}jkepV9j_=tttWw}7>0=?uH>Gw){UgNaw_73QZ&A(SGJcq*j>Gxrc `(ygOxdVO}{O#uF#y*HoN=U*y3*lYe*oC3YZa}?*U4(Jlu4)^a`?r$iJL_6$7b9*TKlTQD#zsNQE{!yM2Q&`^uJuv$ceVO1>n%A2f<{Ildc^}fRI^e&! fZ$2=J5%Ga5A149`|%Fg1m`y7QE=LFA-9u$#O{kceKxNz`hBgYyIqvMk8<(i13rxz^<9>!2`G4=F-;4Cy8x20w`=0vDzGAG`W*KQU h5wjwpMHmE8kVVeU(3JgJL_cMscDZUcoY53qi?e`jAf)b^t>O1CEPz#V5dEc!rn{23Hp79-oG>jdeo2dTA^uwLcjl}U&j>al27sA JIDW67OqkFfezlV9`!37&{MOn{s5=lo1EvjYyNBxxLKdyMEN{K@Q?KSE!S%b{E4K0>6vv?KcwFnJ-^F??bxUH!|3<#^t{&;=($-} @F{xe(|Yx2{!bFTm3}YkfPLY8^xKKo$0^WTv&^`MmbZtd`5paA^!uDXZFYrIM`+c3>*J~Lh`ijhc55cP`?AMy#-*|4)dqv}&N59=E>`;2YR>StD_s`PrJ@kHN2Ymck&sO6$ai7!g 6I$*}dVZ9`Pp99m^!y)Az1c_S3(S9b@Q3=0=FfXAzf5o?y?>kFADuK0D7=Ec?MuJo7=#o%9SQuwYMNHZI2FHb2%}PULoQzm35SYl7?u5z>IQ#|GY{gp8dJ8lYMdsVFb@1; 92ETdm2ha3qf%jE>Q`$)B;Wmol47-_@N@a2$U-hG-?D+m^hn}Y!h}k98|w$rP_-VV0k?QC7_P=ak6)_CQX^{eFny8g`FLi_TZf5)lxVt=t&(k5RL_Xv!@Tv@i&YFsGzia Lox9y#U!Pk=GZ}r#&2k-8keM%Rq3>`AT5@PY0>Z6AlTgL7ssh$MMA4?K^-@N$vK%w(qPQ*Dq`d-l|dTd?!xTpR5??_`6I#5C^e}+ rNOqf<0+F>Fr@N}F~=I_aWm+c%V!ZqjEbg#lC(~fd02ycXh?=Cb*W*nF{NooJ(AC1p$T@f(A4`RP9lpQb)qKeNGPaQj;r;WzrGff 1)1aG20t7lY$E!?b?ywKBrQfmL35@30m4}nSsSTRRup|aECtnk)CGdAh{shj2&GuekCHr*@+E_WX%1lxx7l ^?g#I<`9mR*4GozQ$MAzeo!ga5}{=22F{d7coGcN({P+-3UvlYrIJIQu@sH^cCa2+N?f5V|2`=+KLrJYWgNl!7p+QVvixfr#Cy0AEZ<%=(>;0fmF8GJ7I+Q=nUp>n~&bdCdV~o6C}CA6u>wIcnc$j^20@Jzj2T+rv_3iAyJ3VfP4`KZ 5)2pX6=o{9Yx){cdUZhkD@!TOYQhmSOE(lJ66q?YXa=FP5owwL(k!YBUUi+DUGzIg;$ZmTJx9{C);E26sYtz0nTUo)3Q>?wkBhai G`&eu1VUm)IID2|=PU8~E^nnI^wd4TOS&Rs!i#!r&4s|7wgW<4D+yZJW<xFCP62YNuQg+3kGpgj07eNUw9s(FTzF)bDbq8>a~KO``1`;Ld81qlhiVh5X{>a{hcswa+S;{VwonKg{K#q`mV5n9Q 6GkwlOMAn}R8{7*mR9tKh>%kA@J-oLCDj380ZkR*hnZpub4Y7j(J#f-S}#|J2v$_@Yv0VNT|BDYi9fZAr$~2VLwYEPhgyRslI{}E 3<)2h9^`j{{5eR7sS#wRta>SiA)!bu3*Suow6Aa8X5ounQ0OD|5fxcYiVp3&mLU$ZLa!gY-*QMN-B7w;fswNReAYLB+ztX(%8H0BDL)5sJaddBFC7ICj48Q9~`6eQz!BWUrn&Pa=a Gj*6b$YP)~_A_+EWoJNAyl&G45;>t&w+>(H~d4}9T76;Oykw89d7$It%5zrB4hN@#V>P22W2^qqq Rw+&pciA#Fv5HxAX78N%)8_J0St#&RtyY=vrp;#_zCy4<*?7|yRHJ=pDNRO+BI>#-0zt7{3?uWIo4rlnIZ$Jbg-N19`Cwcf6^6N5 j*DX?)DOli^(Ef4#l+@Sgw>l%eKT!IIpXDgfC~T;deaPB*5^%I5p0l_tROCl{#LzdD_J78tnMnB)84dIw2G5_7cmC&i!kZlw0GA- O0+s497{$do7F^$86nXiS~I0Q3MG+&V4a%RU*yOB(XfU{G12cLciRAkD1W@5I3d{$5MMSIy|Si84J}c$wIfwpw%3weNi{fLEl$D4`yOHigPL7Fc3OO(z`5PjD< G}BBW&jv7%_-4|WAUmO&9wfS%Ls_7mVa|h2FK=eyfDw%+t0P{?ey Nc%(`dE#ZFjtm;JP6dCJj3$^7k=HGE1P(MIHaeWMT{T$~g~!!1v76`lgwTV*AQQF<{&E^HCsG}$i2a5b)*sL-VX!}5tki?78uOVS jK?yRUl1@`r(7mgb1;_Q+&F-^Qr8C~MG(eF`$47GHLT^t3EJ#9_SCLgkyorkxaTlWIo{3LlsH2j3PllOX=w^VFU?v#Br4f@5;rvL~FdP 4n}(6EcRek<7WTMuJLBiWO0>8kdU^t=FZ0RUb?~G^QsOZVZP9s@00DpGBiEb{pD8 )ZqD__%=DK!YF5}E)*%sXrqX`1VdC1owdPFX%S(l2-dv%F$w415~W$C!o3?xhf+mHc+r~>f)Nwt8>6LwHAmcr0hyZM-?~L*s-z>~ N6`~OLlvgZ$9gm-Dsk36Wv$J$%gisZ4jnX3`dhh`u1tj>0w%508xrEy9Ica9om-yL3MWf^!Cx|rD3;yXP>n}>s3x^ay{r_*HbZ() kdoMxIxFaN~D=)9pH!)tZyaJ%_U5E7E6Re+Z7w)FlDtHM_aDE+@N5D=oELr_Hx 6rnDmu{|VthN&GrX!fiIx5WVRdh;(EKT)GC4xV!2afKe0T$yDbQX7J69q7p^Ppg7>8l8KK>Pqx9W%aY+_j4GUQ*Vm~omI#Ms@O1*QNxhU6{1QDuBb@cs$=}FsYy5I WNjv#QLRcm{vg|52PGQi*?NI%P^=U5+Y( dBZeMXqhUp6fN;YY~?sIlUS+|VWwd6f*!FU52Nj3l;nBNJ&;nurQhrU?lQepfjTf~dPk3_dySYi5h?nh023I~^9~ZWtY)l<6V_?WU%XSW7>}b7}w~Mx;vU l&4YZDB}~>=Vq1-a1}H@7}t{IMw7i9rU@P`3{^9utA3iA=psaz=H#dv 0+T?RmZj?9^+uYfbRTwU2M42s?as=9PVmsPT+F&}`Zi$%hJ4qx>9kr9r!2&Z0>n4^1mB?;-rP8)$>hyVh6t-!0-c*zaaUNMEZ724 E9PpebIHcRN-yA59k~jIdJ#|qZfK#Qh!W*Qvb$X^p@GZC$&7Wal5Y `^{QQ$DATK%w{Lp-U8vAUZWcvljq5c;khMJ@$JRjj*I{cmw|S_DM2(W!TnlTGgr^+-(sVU5 %}m%tzqFWx`o&!!&1xrH2N>G4(Tb(Y2#5WGmqBOeifS74`DSF;7-1A`)(6G1(@d|}RBTq%Ve6!m6k1d)&zmIM!;my*_Cm7()}mI_ c+Tp|DUPetcj`IzYY`PmBu|{L@li^0{HzdfCs$o&+&mldqD3O-E~BZr)gb01Vy9s0it;Xl0lqj#=!>!}R%p(PJtc tBGGnow?f~TdK*^t%)joow{U#NgdxNkFJsU(aeddf-cPRw_(SXw<1X+vICqIMl~Fwzhh%!>lTKDUkO9P!LSmh6JGO_f<8G)TYO4d g*ow!jT)j~wm`_j!9+fb0-3O7l-fkhqJlR+X2S}VDT*GZ1q&9?|K-b%JW>Ha5Hm8!WD%5^UIY2#cfl1R>DE^gNvKbSm}?OCN!E(A $^_qjFaz8i;`f_M;~P^-dFo|Bt8K2?*ClLnRQHsIPq|XFVA0fPDJFne)Y_oNDx+v9G|DvgQ~(>r#)}fuS;DmmyT}<89&4DPd{FvM c(x$0T#uto_SF6Y;P*3aKooh0paaY@K{OIHaYrNS1<#le7Z?h|l556K=IG^<+g2Qoj_oKj(Bqm6*a|(QT$yH)x0n6c!14k;GNjk@B#F#6%hWJ_eUZ0VLkII%Qg-A)Uq|$`|9ZxRoeZ q~1s}E=VtAQ>y3^&fHgSNUM*mwGjU~U5{hKg%Hve%Ez~(L|Jrp9c8~Y>RsqMi3@<{Bm#jl)UE4;6T2aw8HXP*nxa7E~k+g5GHeZvOwTz@kLDIH3ZdLV9rA~>t6QqvGx#HIoh6fcYR9oB5izP;?Xp6a+^jFQ^JK}j+EI0Y<3a}8N{=!(RQn>~psGf|w&ij^Mb&lERqH6;I_qS^8JOwh _TsiDQU5ICkK*JZ@{$mgOqOi2E{&s*qhplFabM3<9S%s8&iSxQkR=P4q6gwjsjfvqEY7Hn0g%u3kc RjSW~=Z6hul4O~pR)L~w14l2mKAn)X&U@IOFbx|N5`A6Fb>(%^-MzrRL~T%5qV=(-Q5;8A@m@;OSf*NcV!zVU#v*gZ)T#LKw5OD(}zlKCPb%zyj5lI@LYA_n=g&S*CvGB{paQfVC1Mn8DT()50YHyMC6cY{6kdaQrs7;IEIL|vbQfbXTtUTJ31Lnw4(7~-*6W+n#Y)p-wo0)E-_!^1Xm&-=Ws7U*$;f67|Cy>QJFcv;2(K9BLexv@aY*%HXA;bvmYylk>kU_Te(a! u*$AB6IDq4#q9jCQrz5mwsDa7gH*F1w(Sa?9b&=xgcF&or^x~}Dd(Ic2;Snw^uKrca{TS>@23ZOTfUs115pcPu7a{R#ST%@Fh*?q RjGKq7&ErkAl({M1XDmlh-~|WWeCTr;#!gTBg}hA66o@wt0{PkMYjMA`Ur1-b9bY7OZr!OONOySL4+QbI?e7cqkWRSNE7>1Dq#6p n~0HM#aCucQ!h`e8bH)xy?lGbbg(tFP h_oQP45%}PDF?{=3sxK|`+}y6?%B08Egx8A88waEA|jzMX8}qg6{O+Grv|AqhH=$9j=38PB};AzQP)Ce=b9v78=#}Ug$-1;N3}5F 2?5i^krs?<%*&!w%T&`ew`DQx2)bgGo>WVH%-sst~61!8Gr*-VT=I#U{$G-Wn*q}6JrcUD2m(TyPa qS^@hQ@gZKVt|$yHASU1QtaW~YsEZs9aO3{Ucrs|LTA~KYb2P=8bM>A2qx>aWsZ%)vzRMH^XO5}H?~w@A2b{r!bU&_JaY^La@yT?HJWlVW1zQ?-8sv`sJ@Y>ZW@O~lpu-o w#*W{N@$8~mzA~95$D>ZGU+qr20|F9K|!Rb0gd3%bEVOf-|r9TduUpTOKAuL8VfR0(O;e+Hp-GydSWuI5^15OHp<`Xc+recY71%hTC-`v nv_@}Mqdvq%#fX+y!DyI&)hE3@oHE?JqH7lD8j09SO7^r#Ik2Wm-;3hSiqFrzYy93`)~D`M@aMAWjH+uK)uM@Qa4gHr ztq_FM6Q9h<#ZI52jL0ljD(GoF)9DbI#JmW@+f2LL16c7mz&vfH$fKK=dFxX%8;kYwn&au6H#&tvqIblBdyRMKFb28zGgeiBwJ(? UCbiuuEPv+m?LXGeMh^+gD3bb0V{Gwcdk!rjLbB(2sGN7B8Zyky eyd1d!YZeT{iIgLG!R_=d=@V3n-%z1^5n!{X@^nTW=}cUlFf8Q5u{a_>#bx~LR^#=PBDC}dn|aU;tJN>9 ;niPQ3e#$=q1Jlo8v&16pNrAJ;`eE=vv*p95^q(rla4bTvj#fusMwwpRdM!)76(N@y|x`Rew9dh8N=eO3Wo&kJ>AR$=|AU!O0?*N 4Z&bSgK=V~?DL(QrbRswrBW@ct3?%vJXkMlCOs%Z(o-~WZ=Ic2M19(e)8u{EQ?gweVY1rbzVMYR$ol8mGY;d-|9XSFdz >uz=`VQ32j#eK^>ucFSoU>J?J`@bJ3C=S<1n+6y0dd`y%bhCsK^f-BC86A2nR^a=<00qfpM_V?WzE>i#B`A ?-UiWOg|czu586?^p)Fo?+lw|gQtB{*4ygZmSqU6Y|7~W8;5&a4e_~es>BQJZnrvf1js~J2?V=k#aqY}!j*~JPgBiA)XFmH!D0y| (uC-h#=JxpbqWga?aS6*7>stJ2y84Kfit7m`}eO)_%VB9VS)r#=R{K)ILoInF74LxcIWC*f_CQU^l2>U`}0ut*cGBt4)6x|!k vFgN!TElmLzsK9Q{idzbZGzhy0b9rCs>+vbO77^;S@RxEqI$<(%?3vXvrB>*yEetNodUoQEznFF%Ma5ySE$ggVB=6ggCh9cnSG^X IgMraKaJsAt0-^nbKS*wO<-~o3;SQqdD`}LW_zRT-U??Ak?a@Hq$8{wE5$^wRS~?Vf1W>FDJCNts#TLp*i=UGoPE;18M0lORoLry n5KRlqNipDK^KHjImdaX_+$W=3_rGuOu1h8+-@bL@nm_Q>s^^{gy~Z4Z+Q0hA|c% #QNWYH)6}S*(B|H;W8h^ouR&O5Pp*^fEch;O2j*VagOw&H&Lr*uWVjdWc-OelmKdMkw}a*%A8^pD3=(CS)I=!Qxy;6X)K&0pJ0{rO`pDD !-his7^}`s<37-7s*>9SrAqj1+Y$&~sE}opbI7w+?WA7QWx{OThGJKvLP^=_xHUk3+iy-Rzj2QPX*C)RT o1L`SVrNr=>2IChE}}MhMroOVVz0rVv*Sb-w30DJst9Oyxy}yf80}Sn4en}!whhw#PAo|mu|LPCmsryokI8n=+^LEtiqWuAMGF2R o}seG6_G?k7$)M0!$MVqI+opL?IxhCb+Uzv>Z9j)!OrI%wN~)wQHPdffK>Y|gtI5xvZWQ!%`NtfLv`npM9rL?oQBaa$^my%X)(?3 TH%@96iE(8vFE0;z$SDN!(u3l`$m|U#-j8bQV;ry9BvSkxF*yqJ6=vx+W=SirN!S&d9z82U5BT_H#s}DR#^S5=fRsVrSprj;%qHC G%2|RW&?1)-SSBETg99blm+HgHS9#7ARJA@{!{gajSj|a=k+_j&g^NtuXrPS0|DC`i*eXmoyF%KdIQ8=2*nfpg9-+`Z*8jzk^$N1 u4e{hrs2e>CJGXRx2Wr`XxSYuN1i4v);8W+AhT3sI8vXSzt{CPYjj|u&;HZ)zT>^n(?mv%yXPi2QKM(9bDrI4qW8@l;g50 WkvBpS7^|}RSTC%PbI9#o1m&DqJkq%eNbrgfa6naDPhLjGyduE0lLxBIxJ;dUA8@sAelUu)vK2Ki|Rtf7qK~IYc;o9*#Cb&P-~)) 7u2mcx$)!)Lj9q@d~8?=37w}Vg2-|(fmJ^YPPCaOJ#60z&6%B1RrpPr*^a9_+YZd)qs3aAw6O>oEQssGQ{|(yn0$T0`sAY-WfZSZ *fYYTDC`ad!#@9n6FVi5>-UM0so~T&((*=BEVN1TkHy>izOgphs4Cpes)g*Gr8eAFeiM5BXkov>FMVjT4PvhAHH|oR@F6J7TAa98 LTD&)OG@;amgf%mrtuq+iDHk~=2OVc${^nU>OJKqL&KEOGebQ!aroXr<9=GgP7tGDQ?$1Vb0?$ye0E-e1v1HWh&lKC;x_QD;O$%! YPR#VbAChlzF|zIB3mUcEl5bq^P5wLx=GGWhavd;OilKYYUT#V9JL_zanAv?2E0tm&Z4+igsH5QwmvU#6q;n7-|W)Ddu*VZ?ZMIrJ$6f>P&*?0l+h|s fc-#@(ngcHxL~zz4)1eswVgx!#%ioj`$U32){Ypkk5=ya=eQxp~j30hZCSt&6!Gi^iBw%XK}LdN9K> Je(7b6k)=|>e&j7(XB2wvy<_XRb`b#lGzn<=CJL`BDXUuWlvFi20=qUGM}2gSGh~`Za~|Uvh`U3*$(s;IXRLt+XY%2V8Lu#ZWnxu T=@(P4%lpkLmH0uZg9b)^8O!pMUfNqwhh723BOB(ajyg1u7OLPN$Cl;X&Egl;^1Zh>&C(>`*x;Q?|&qC`+i-{Cs4k4snAKjO`coX4G;Z<9A(&fSaIOTAC1t=pBWx`aug o!MCkSPz_V#ZQ~+A!h{oT>*PDbQ^*Ry;Q@tFXmcskV}KfijRFUU)pFyj8ouNKC3}H|JqXVQ^+FWIIdDoQu#-eMJ7Y_>gF{JL8>n2 _rx$iy-7Mz39^%Kw(FjTGBXRoMrJX^HG9uF8sjd*dQD81nC67>z>P5=`~S>^F)lMA< 9$%Sx#UWTWZs0NJAeTF`L$_7072S$xc&#nSGD_9BVf}>q9=EMgkH>khlEk%4RF!X*Z4D*Ukr}Td1?x#Mmg#a<`|O|wRy3Kj93B0; l&JZHa&UQdINiV%ga6kAkgTn~$>&=`Ul$W?Avk}UABWuuJ>x(&ZF7Oz7svT-aWQ7zwt1)>AEFKS{Jyrfmk#= <^Cse1XIqhm2X+@nEpPKSHrDH$|GfG+sVnst#^R-WCyldC%444SsJHqoFGt*L0ou?Sd;2O>yz=dtuoJ!Cr}HWiZ*%we%-m66=(=MPk=a0w~VEi`clA*BH(vo4~nSikiXio!49Ba9uVmq@`oqLO%xwhsImrk2|t4+NPCuBLh>t4XB =!r4^a81HeIzoS`wu0Itq}AnFm7gAZ8i=NZs_7o$b{)1qxp7urjOpX?D4FH9#~KW)${s&O?4btY|-Cd!lB}4?zV-URj2m`$ok#q50-Os{B52(5%TYm$X%DxeF}wURPO-l8{@7O;C>J9eLTtTW_O;&_2ap &_>rI?m?%~)5c20WaOR2L=T)cGIXLlC(P21(O?%zt~%R=v5p;?2~IdwKi^rdFHZ|y1E;pWeImPMoVYDI@66M1B2w<$@N8dcHGhP8 r6{Ka#05_rSUtIxM>=38z$_0tx#cgdULMKr;{=AoVRFr~sdrwzob(P<`}|B;dRLjan@WKOv~$(U-qnPXoVu3}pzHHz&6qW#cgB9bGvDsdnAx}A %zbCjzfRtk*lRS9d?vvH&dp!O+4-|uWj%+|MCE$19P|zZ#j!qrMK#_Kl&SLmyz1x}k%rmP;JYeep&FOxbS_`Ad|}p%nS~jh^P$J- mHS2I62|F7E5hiV;($Rs;=yYM7WE#O#pB8m@$2Q2YD!{xJa8~fJCEpHCdgSUmU{Wn6zUkaq5JpFIKZEIP~R+V=n=gt4R9lEN|MS% k}A$R=d-m;1;#p9m$CVmJsZB=vD;u>2uMZjj`e6#S*M$d3B8&6i0j0hVui+k9Cq3Tz>A ^{bnAF2l+0bY7H2OiXUvlo*#_)`LnVaN5mPlkTX}B-?yl%y$@wRU!~~GI0&e*Mxe64U$}usNgTe#m>okzS%h#Ez0I@z1W#M$Y&0_ G|p&K>ERddVWRo*sK}t&jr^ghxx}uP`9m^Z6pLs>60Uu*LS0@7wZjYkg1S#t@JG3i1L2xKGe;f{Dk)pw0(QwHRHLEbgN?YL=J9GjyvxHVET$9jU?`N4Yb2L_vbQ$3R!ni+ ^if>u%=;MJOJf&CC04P~=#`RMJsQ>P8X}$x6sCP4Hl%S@#8C7gCDz|3u6BgYSzPxLUp<~(>r4pL$>HVo0igs9Mz?lmJ{4sRL6W** (tDkk2Q<*MR;Kj?wc}|;WH~h>B||@|lO)5&rVEmz;<(<(JVHwzr{)l8Pc+K1dn{S9a=0n2Zo8M%Qf#6-@hv7`q)R+Oqcg5inekkB%-Sx#Ca6*& #4}B1DkcMxn2BCtZG2}|-By=1uduk22+`*YlY>#c>jeEYU#YH(ysNvl`A^*W5VumglZ&HW(4rhLdsyi)Q;?aGRt%ahYI`Gt#}_cQTJ6B2$=FcQUVHeRLqG#p@GlDZ|UgfD%#9 QKQ$6<^B_~5>clsMTcWGHHwBRnn+W$Qr8^m1*%4mbOhr{P+`h2SYcL$Fe4P=!V{PJn|l}dnUx~B0beROe2Y=FLLNn )RN#>{STpw%zCP&5K39ydi+kUIaZuN@U6rO=qMPRC}$PtriN|3Oq>?*X>VbL1tqr;of&6JxE779uU9hebeMlJp(-INRf^b|NLcNTMm_yxPnnYwJNmpOl|;WFotIhud%ZO++x=q;`AF}S`ku7WST>_$N;XTtUx`lrR6&Z+d8#!B5wokhz)>xL}sjh8x) R;r_;Zn(MGnW%$vv9ptOR-2@gT<@Hs#_s*jqcRb;<$~wjwax|KM%um`o^=WaX|BVIx&CgGw(*u{U1Q_zyyh9~THJ8W^E_b;TV3;v &==yK=SskghD?R+yXd(b#P)%&kd=c^DS%}chB{X*QtEZHslD4d#petOX6n%6qGy8yB^4EU!}!!hE^}fQ5%)QF)hbM}Vi7!5oR-mR dD}C$GGUQ)c$i;HL7Wp@d12+K%-=#jP72!`Z`#T+U+x~BM-bhxbQa;O_Sb@}B?kwDV6c|~7uW-(oIKJa~!q+>VX&NvHy=j{_v8?Q@S?oE-Rg5ArK!_^Bn??&< 9P$m&bH|ek4?5>PEX>dSr(Et$TU@6nv=Ph;C0QTDl+n`l)JxQF#d1u^7ZYCzUw%}zo-+4WNw~-bgn1+t$PPlO=c;(~b>p&D@ro}+ icbS&x0r=Jl1jX3hZVi9Mvaf$f=~v7&TV2877n#2wHMXDtha%=1e%2ay#<8&+Tm>D={WPPg>P&Q8#sYJ~d6HFkCK!8yRb+1K=-cS7rQ%R=pJbRLY-hHr&VTi?YzSEDpu#=Ia9hF2(SR2|g|p&=tv?op6uNVzL%ilsE- 1^;jwdy==we{k3NdN0w?*8FJ)7jd=*j9hDtGGglq$+$Rijo(fV!Jn(rR-kqpJOixH**%^&9JSsDh&uua>8i(!6>~Pi{F>71S *mxtnw_-_iwx<2)pozZb`u!4*Q3yPX%pJtcrXnx%%i un$5s?M#d_^%%4eU71RRNJu^997g%p<0>CZOAD)VBL!nGk(!LN0-jj6Q67%`^~OaZ@ngkgG!z|TStFHzl6K*f#xKtkHIP4|C&_5F 76x&Sx+!sUxjjV`r{Bcb%jM*HN9PuM!X_;AU=hwScS0vuxZGZrD`I0XoVNbIHzp$Cu~LLcd04>`2#U{0pNU11W3W9#s74B_j*kCz !#K(H(+eX%RYfOXKb@KAoGjErM~mBNRR%{^HRj2()Er}kSXo!O*kZNwIf=7SbBjmRj!isHSju$evC*5hG-tS0iV~It9rDCzxv!fD 2F224)bNgWUetMvUj=U=pE46?d>>a3$8oM_AN27_@17R5duH3=+ep|cgGhX3^L2@^%Zy3JponEJk3Du&YOqN+0QiqDVm7y#es-kR~D2>AxwlL$YILbzPX)NDQjX_>FOA?6;7(|YKmRCvUP{f#It!e1;EO+Lq^Z94r SdLsMQdN+fTxzrzb3I$>i_8WU$4BD{aehq(tD}k1s4>@aN^-^$F}_nhihM|5W>uyp<>Y@hwh(o!Ovp6rDibM=_0rH;J9`j!-ScEM~=Q6a=wTK5^#4}yYRh%m1E5Z iD43y2Ce7aIF2;owGD$UjHfm2IxLk4Y5YavxyD~U;6m0gW~Vq;M&i-+g1Ah%BwuM_mM`=C<1jsAesXh-^_|EEZ)3Fx+t0H$lR(!O dsMiWjdgP~bdR0xY}1kRMCB5Dtm*Mx!xzePFvVM1r|yj89FtHif!@I8>&9H=K9TOom@bS?sbL+8R7XJs+EKhnbun9I5u}mhvwLf7 Ycfq~yAa#*?fuV5CflZMjS{jlo5jnY;Ld}+)@@OiOU|G~bBHi|oOkt>#YF^0R1zy_)eND-1#w{JyqGOp+2ML& coK7r_ioH&E=dX5V%DZPpX3Nx*P$f$sqU`(jWPYO&znbCmzhE_d0r}%i|AmfF4xoI9YjiBg!O=o%ZqVI(A?GY3C{7VpEO;xjeEBH 168gWnI3uJtT*3cOP;%Nc(j&`8#v0?$-+s`!!JaT;_$g>%`v#}r6dZ(RgwM#`-hDJUZ@TMc5;u6f4Z_uYa4@K( j(45OHAvn1RE;veu~I6$+3)Zn)Rb*g*$>8b4wH%xlVOuf+jH`m+a%F3OCIw~Ed`^EwpP{YjKa&h%4@lEYd7C>#=ZiX8OT`=7PXm` `4kNwms$dDly|Pg?5uL_W6CJGF^L-(Auflbc*}#5CK6{}?thoHsi!D&U2 ?3FF^HJ00$A9_@L+o~dCP@^ltc^G|crdv~05Opped6z)x%579D3K!QHF}HjC^0@*UE0tv=@e1s5T_(If=C4?rGkOE*1O-_Mg_LoQAg7%Bg?j?D738}tKe#>dbm5+dG|t1 S?Cmdtt{4=@{(77gLYVRGS;fl>1F0@ZcD@BFAJRE0wUSQE6P5n@-$BMVnqzk!6D|m5I2@5FdMO)xl>#s=WSP+3aW)#GA>$^R*Or# t(C^)U^rJh28T>qbFc$hx7gTn19!0k1Ril2_Cx#}|850SCq<4MYc@6)Od+wHH8*MQ!YN6-ZOybep0jsEjT~<gF6OpD2RcYGbB4hS&+!iy+q;e5j6zId+8p^{Q&qFuBx3Qg54Ns^EjX2cvLrPj^klN` 0nh7OFW-hfYJ>Ae+r;6ZjK()~tR_Ok6_?t1R+PSN7dubg>1(~!4Ud!y9YYL=TW>2|&|`?I2%duR^oQ_TvsrarRyvZ$2mMgh@W EeN0{vRbIjh0myDcx~nuWT}V;)4;kd}=Zl+ahyA}E}dGIl*iCz>>>;+V$?F=L16v0Zu `v95^aeY*3tTqw&+WHa=?rwVPcki$vQinpZt>=05HmFI>*KG=xs_>G5B`lO{u1mVr&!lNirDvTjVk@c`MtQE7L&Q?dx7;@lRxy7O >r=Qbqk0jzm{-}frrHCSI(P#E^q=nmm%n@u_`ra?;T~{WZ>iU`x*A6^10UZR;{K+3bc9c7#Y8RdwP$56u^4(d6jlPJAp;L0(e` $0m5O5i?sC(Z`X~W$7r3-Jj{9ilM&a^W56rP(WiFcyd?Vuo3*;bP5sj9+}Qx8V=1Q*l$w(B29jo64t+ $%T}OduJ#+zJkMtmYx%1*p(o=YS%ngB(kQ{??{c+hn6k23g=1;Yn8(+}O<{=(;_t%t(XlsC*1J&+If7 #)7|8j#Fq*Ib;kOGv&lO4<{Jw Yg5Q--Ku^WFAkP3gw8-HenHF>TxQ4uVo`iYs^T#)$S19*U^y7@Nr;KgpjJ17_Xn`5X4h~#7jkD?J8MO8)n#%+yfAL3?KQX43Pp8q 1*f>qhQ3i%o+#F;)4!{KanQmTDEgpCmZi5*m1OS(ca=+qfe3ZuA=5R{HaRzpXVihYKHs?sA>cZ!QT-aN?5 p&~Pus!`Dz9N9_-{c5A`(OxdT05=~PlWRs&Sr^TmXBV%e-S!PPiW@$9#e}z_QI@0-OBTdLoQjW#aq3gso3WQ|gI{OC-zM)qOo1%> HY=g%i*#?0)pSGm(>l0W1A%zhCMAoPOvHw($E6M)?4%2vZ7sUK#+KnhRqMq_@DN-=W-Q=+oG?b_ZWwnB#RcDPYk|wA-ZHKZiNZM= se;7EGB5L7q0DxdS0(C3G9}aJfCl~$OreazZ(e0!bms#j`3M!k+4Hd&Z1FhTH9~>72i_!)r4wWci=R;@3i#+qQz9smng;A&KP*v xPGd+eK2gNcfEYLH^cxbJGl$eENp(l_Okp*E55yy97=9iZ$0U^CKtb$4>RS{2vV~G<`+;gzKA0ltEMOZzE%5>*5lDO7|*tin~ z9=(Q3g7yUhWt|BreLVn_yS~UxZb3mD^k=7nTxA!imN%^wt}|vLiOGj278FesjDPvljlmu?`o1>QZr*tiRc|l<0ft>ncH4pXD7&H i%ZrKnBB6zY@(FAV_num_l|YhC2rJ9u2UrUq4Q{W4mt<6SU*a~V~=Re3*;1;Wo=GMYRr5)eHv|k|JV1C*qUGyNn^WSU|&mT5OZRs RVgV09YprK=&y~>74t{phuBz85k^ZvE>+y4yaL6Q>1vE6u9G9qk5b3uk)j?_2IDBzyWnN#5oKIa#we|}Jb|+XM4XYi?b&vJns;Wi 6s|^O5qZ7`9eJ{^ZBuyscb>8$3S79IrD(hps9&bd&%N!wNN=dVx|;v*QtI_4q#}rFL%<9?M=axrsCEh!Zzm9U>X?@ ocqZrkzo^&ZzaCbrDZAFv0Sm{^^USSPy_LT@RE6v92SXA@qMI4sbMGRdE{*nfzQ)4+Y1!d8oZSMYOXA|n(uFCAIDBL0&TVg8{ #Llk5&TO-h-G|qcCE$aUOQCpBQNC;X=k-dg8vlt+@mx$}5zePU7M{k8B|COcD?}{8T(6(E6NPX(VlGzRC2MKjh&j-se^ib=$I*Xc E}kyNV{0>p;{^9yA09$PEhI!(x^6?PER!tDlZ1oo2K1HELPC^ze#NY=FBsDzu`#mN!6Mm%c|m{%Tz ?4Uny^QT5ree9nY*L`6vEotJc8DuB6vNY2tfpYXpZZ`yl_T`-=qy=1u1ZCJ0U9u;a^0*t!NBdNA=2&u9inweu`QkCNo_1FSl5O7v3e-e%Nr1!g97m`9JwM*O5lXpESjyHP_PQr%SeS(F&qCe-BxA{7mBBm3p4kjbI x{$aXQ^>08o15RoKsxW7dZ{m1#~H{Mo(7QW_gi)lozQuq->};vZP5nk;>kBUZ5Bs-HHS_-!G)W)3(E*m5;^|RYyhC{+s~}0A_6xj}O_) Xb*(Vs@qaUGPwD&QqY2{bS`>#HrqyeV0Od4sWuTU!z~UYVp~&1r*dmp+F1$Cp?%67((065_nrpj2r3P9kFm(+ZKKsVw=r-~{F-?_ 5JQJ+vUM4uVG%>F=?s=jBdK|-pXI8YDmm!;Cw`cSsIK>mGRtz-7vp_#<9rC76bKycW-`gtq~jxS<9M+?EfaG sColMEgGaT+fy4fp1snBe`>z|UDY#kQbcy9uipHQLy=ptEWG_heFbnz!-P0h7@n&vIu~91DN<&YZAM^UcxAI`$}SGgWeU?K=b>VU f?P2w93L_4HB3d!DcNd^^MqvUCp@2d1{b_lEd9&c&xRGg9R8+nh|>kmK`4&OcG0wuGi5qn-B#dWWNq-z8o>s0mlJs5^2t}c;hOk1 ZOBISUpbo25GwgHM+1nn{I-uI=)4}g+c1c^a$An2xj(*5U$j0u#%S;0R498JoIB&osz`}o25fs{JdAlhAE2x*fx`SSg}~{65M715 =him%3p0%}7C(z3LQUAMz(#4DwzxHZQQqf4l&IK+Brcmq5yxlY;>P#|!p1gi!vJbh+qnfe-n;=#3zH@MCn9gl4#&xIv&M)l%eGns &Zv>CYcXp>t_-J^YMAXA-8{mbPzQagUi-swBr3WXJ9ZCg60y+)*Y%Or|D8 Mt~S)>uzXv&pHzl425I1Xn&#ng6sq~rytZaXMs6`-)_{_pw>qUW(CUC@`&1SJAhs!(n_gA{BcT+Y`jL|0X;2#g<47L2b$hYHI_Jl$(3~kRHahv-E9kNQv`DGb)A$dza33r+ nn@;;J$pR_Bfl#~-dJQbJKpnG!?=#(f-`k-!e-Z1*}EjJ1A!dq-O$ynMVqHa32eS~ ciq~J0DWG6g$IQtXFYGgr3i{Q4Me0cc_OA3qe*6o$ppYw32`S{J_q=d)QqktC+sw3(8`4xOy8uQV*f~1iJti+r<63h2QszE8^THn85dyoe6-xvl{>98yW~E1P9`%Kq1jw( w)AX6Zb??{;mSmswy*VQW|Ys{e4&oV2TPyTTVwl#vgL-Pk58JT@hr^if{oOOkBf~BJlDR^@;wsSH*Q~EXU!^pSZ ^QNsqIUpF~c+UIO1gj>K8r7Ls!g3@O!=6U9T^HiWW%kZp_Iu8eFyZ0U(~OU`LXl0M{lX7U+aWA%RYF41 DJsCrq&=}Cw)d!6x77TZ?0SSUAM+vSDhtUm$Ky0#3)H|s71X<1Wh!huYRw;HCSJ!0$?(m%UVgL^)@pcc;W#r|aqeG?D ZLvosuDF-&N!GbiA{gh&!=0mSoI1(@_(~aE6PjhvFm+n2&dTnnw`D!^{t0sX@{Rau4y$c+5EeQsl`tnVspX*IFi+WaXT4?ubzN?4 xsXbjY;ml(aRi_#XMF`-bezP{mUAam6&?#txgr{Gk+A1sG93~_RrA@G&Q7#;8{A9@b{`hone5cDOINGI5E}7&uJxIm7f+DfUh`HM _rOVg19=@w+WH(yS!zz_GfV6_{3BJ_hnqL*8W$>Sqf&iH!^yFcN=5E%hoW9!9B(+3v-NgttYk;NA09d;Eqr%lJem<2*aoU<#e-hd07$jxmT%D@+NzDlXA#C0%$0rov5VURz98gfU5KKC_eN%ocvcoXm1no3v><(g$Sc2MWlc})f_}|d%fR0o^E;=K^n^ev*m7*k5S^fe7y0=nYQ@b(d}X1O-LZJ3_;6SZJI4Uy?i=jw8FZITgAFO~ca` |3P=FE$HP2L%^-zH~Z_;3y0V=?MWW{*`ljw)#37bkFpWdRv&KQ4^T@31QY-O0000_W`WiNGW FHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiNGWFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(Z ZftL1WMy(LZEvkv3vgBSng83`-HLS;ghU|NgMg5D?tvswfZhiB@1PJ#O&zP$O`tP1y&Lo@;&-f!Z`a>n2K@-hIac=HH&*z0O!prdD}21D`%mim{d(MYL9YS*2T+Kl-UbB= >X&0h&fkNM2fcQjQZdl!pirf17$@@^LFa*P9VhyIcATvD`Z(GDP0*>J?~D_<|4+}m`g+mJ`0Hif?Vwj)p;Y2}8E20d{p7|AUpvQ3 `$0{g0R?O7o8v|P!SSNEk@2$r>!4SXe#eX4Z)*Bu&?%t*3i?sv2XqzaM<)p1cTW&~-8(_{Z<-+MwM`ItI`ns!9=}i1CpCRp&p$mu _Iq`L@b`vZ?;j@!Uq96S@96b@uIaDzI==&jD%6z~GVg{8nKz?Ca8y$v{H&~y@#`u?{`+)$Q-$!6((T(deF*eM!n^){u0rg50zcyj 4;7-;Nc60{aHJ4yC?VUoz-GfDRS=ShOkw?G$@-Y1Fw)=d_^H%}HlG)G3d7QOvYk9%*j$o~hu?lo01Zc>%#)2I^rPpc9=N2-Lsxm7ZMq3&N^CHt)b-A4TB@!!+*Ej{ihdfdzXMt ?#3y?@2n{@{`M&{e&rNdZw+V{?6GNz=;udJ;sVe=f$jsH|4GsFYoIGY-v>2_Z$skk7DM9eZbS5W)Q~td0=fkB?+xMWN*JRKv;y=~ psS~f-o8Fn;?VP;Ht5-@;s?_Z94*kLHwiz_-z0eWDd$!_&I`_;k_R cXa=Er;Fa+)b0PN=^u6bCuS%WB|c{eem^rqaMA&~j@FwY@%^`;^`H}O7CxG87QgBQHA()PMIY~j0zzu>Owq?ZGewT%OvzKPYWgVV7d%H$(@otUiK2Kw_kcbE`Z>^Q8h?xI b6rH@+f5O%$E}(!({xQlHf-E(L-IW*lBI8;H0@$^69o( ;rCdr@c(+P=;=qbg2P{fJ`Y+o2Qt7wuY%r3`a=?LB7dDP`ZzLQ>_0eP_~!@a_$FxeB3XAY=x0C=EfP83T_k?>hed+_X>qatqPXaDRa|iUY2E(WxY(y9 F8j8{W#6v2j_aVm2R#}W`+j4w(Bq3`{ckT8JG{17*7=#Hzg#T%_|0Om*Hueo-|0&P|8tkf`uAztx@u(90rghs_@f^mJRZ{Ogq}xdsguiF?H`Qhz53SXv#Q(SB nWNjLY5K6H%}R2<_eb%Aa>F|PP4*{jk=+P`U&7-kvBxeYai4sI>IA|j;f#E0eQ3?2csAqd)ZeX2@HH0?LNC{Vgwq<`e^Ap}O?NB7 $(NPHwOD9vKvZqj?=Rtjt8i|9QMYv|Ij=0%-``Rav;SIulfT`iBo7f*$WQOZ11K}LKd;9f(DZ9~zM3H^Pu rb#?c>i0F8QY_n#hYp1g>bB3}X~dIJQX6c-vj@)(JWna9Z%!zw`^ZPXsONnJ&pk@&7pgJo+^A;EYPOSBwxi9ec8x@)J)O*$2`f?D -fZGMVPrG@2=v=2v&EW&-geV9vgTGRZDi7h*M5J(%+gdd8#HC@6q+K2nNE0(br=%Nsw+`6e7NWjxN}R{KHs2GWk_f4 Z!%MsW73G_@+Qp*Yn$D~6IaL^HRn=|mQ%WNafiGH98te(++xgd)v`pw$ffNEa+YBytaR3Hwk=03OD2tk-C}25dDSyrqbZYW!zLCt yH+-9r(0asU6a|=YPm+Mxy>>fE$H2`&>vIF+AJrVb1=in+HO`Y%VjeuGix`Q$z+F-z*gun?mUY3p$8me#CV4$jE}%X2Q&5sSstiWT_3zJALVP3Q&KGzg7&>oDA`>15+d(4jn#tnjeq z32(PRkN9d*-`o(S1Z$5aAq3o&1@^FVRcJ714DYvX{+71JJV>8^rJRLNN283JbSt-;gez>h9m;KU GA)joGOTT|u-)t{8sJL6v7I!74)ZNq#Vwvx1PdRpG^j1(lIB_VmD{sc+9iFjDsw?&o8?fK%TS0Za$Q4Qh~Lw|jQ@gJKs~{Yk#FjO yfFk#XJh9bnl>zt3mF8(x0+sW5`ai_h${u2%iwmbltr6ZiI}k^lY{G}VR;)K$?)_PP3{#;Y?ci|Vwx?cosJldxh(dzI(X?^nsJZu jpUroW-ghP*oYyvgI|c3hRVdv5_T$uv2Mob(0nB9=4Nn)K*GRmwNgg2lSz5olYBI>!^#pbjaG<7Qo=UNi#w|_h!6%e*OG0;2RjMz K?`}`nRK!P?>Wbx1O#B4_2_G`;QtAA*IoEOT3;`}(S`=R@K=33y<6;QcXhM@HDDN`v}PQHj&O`v-LOurZe|G+wre&54W<{wbO3`1 BZwH8jLR~^ux1d|l8}T(AYF(DCD@}}wVHB?LD@yWYLNL(<-NH4) ;)oD>v9cyuGF83pHd)D}nYMr>Ri8;C2+T4Y8wp*cs%o#TIhRaUtF`16YcnOGT)>|>;*IDT^&29u^t@+Y9$W-UU|wyXD1>nY;OZ>iejx>*NWS{Y4FrV&v@Pp8%GTQ^uP1%Tj_VxG2OLpc^3T644I927$*=x&!n4+$okn=In_9JsML|eT1Zl`XBeg=8G&)Q9v6rsRWUV;&wNXhxI>|Iso|QG*ZRQQ8J6hYgOSpS`jHrP Im!zI6bzwaPnbqs$MB@GVkWj^w!Ks}Q1%X&G*ohWd5u$hu5FY-IV2iiH)$8;7Ui`DF^h+*@K+q44v=D}DNDggD5N#Dnht^%WKj)% RpQO|8^Yd!P?<|6yizNRWMX97Gbk!qeP%P^l(dpz55MRd7PP_2H>obY=y29Y@dTGczNDTbVn_sB#(mYP-(O&sV`Q{7A7tz&; =w_)mp!-4;6$y))P1MmJ{Sut$o@9n@!cw4?xp7<_lk`gPF_05#2y(n%n0)YaD2Mr-FrYZn=F7Q}1kL~G~O){dcC AiB{p({9p4B#0YpOse$S08X!!^|>s8c#Bh-L!(?{$)@zyG}O8j3#40eC{dytEi)B2Hf?p_?l!EqB)9dBq#esREy19;k=r_^es%rI K(aZp+A%o%pxgx?a5^Lem}hod63Z;+*aMi~wrS(4=)zzeaR%3qu0))oNEbI2Hrm-S_eOp0qg2&HSDx&17Ln|8YmM64c-_KVYVn8R pR!O=h}`Qlbfz-uVs){3V~Xz+@@Mir`CdFjg`N04o$t#J<%dhg4CVU_3_67Y=kmja&ceR(dHtaM;k$_Z$wC(mH!yxDh7K2Y$l_%e 6NRqQiwT1k4PQ*0Z;iV0HG*r3{Nd4LGtPT4ae*s~%ThtnRYraQeS`VF!j4(_o=CpGy7W>bKLVlpNx;I6LU;b`EG&OGLO=Q5>JNX_ kw26lCbo$;XbH@AGfU?R`yf<*{;Yw9Q=}RiQFvIo@eW<9{6X;5Z4`EM57_itMup8#;egixaSMBR(Qbdr2$tQUm9di+6DwmP>9nV? 2d!PQC@)p$1SkD??LtR4%y|gB^)Mej`B$(^50=J&0SGvxcimmsr}AIR_Y(g!f@S)OXTAQy0sNjT9AIUH6;J9mpoVj_FJbHqiGaZX 4E7o}c$bkvcVU0PVcAY3JXq+au4juD=^J$cqwp{`-bp^fn&{Q07$)BEYJl~gLg#t4U9t-)+1ur?hHOZ==#ia=S#KnC{v=~yAcRt~ @ezhhA7P}V=gHy^T6s5Z3?1$hh4#SC?51Q360j$K77KMnjKW^pknMojutP%<{U_^M)kA7<6ufS0CaZ*y;#S@NDq$nEXc# Jq#;yV8#)z%C98X05Jtt<7h69Kt&DY8Rd~wLS6nPhNpn{l-}zkK6GTXSHZ=3oeW~N(gktzS)Fkj@K%XI10cm)CX%~-k~`+hGH3op4dKTznpgdrZF1+*LpJ?|jbWZ&sy3HGb}GwcZDh6ALz5e_B&lwkG0ixqQFh$2{%D)_L*f2nhjtTvvtQ}%L6vjq)eU4s1h8#5}M+`PtpTYT&=ZSNWuKIP7DrUrInj_cY!Y;{d90Iul*oh%Kgj@Qc =KaAeKhe0OLIjG&TXnx-))Ml}2W>uuImUpFV?=`+jk#A`yegL7@pIJNj=so*?B@EYcMd*>RY{0su4Qr+9`ot%G9aIA@3+ 38J2=RsJc=-y>?{e)6ed-ir&TP(em1S%m3jjZi8j$3v-yc0ikx0e+(S7xFIzZ_)g*{4xIY+v!DG4>H7Q!yfUN5pL*VAz&qmVrK{t eUux?+Xom9G-tpo>%`9(by81s^SyHZJK%4x4w4cn2RYJt;hBTjPVHbGG6F;m7Y9~~y`4}=-(^>DFxqY}5qRYhfo_yc63VB#GAIc! y6uQ00@9oJ+F#WAjAwn`s;~@@UNG})s-JH?)QGItrk*$qcaIRj?45+iKxkD-o{UVh`=)-I1enY*b%h_n!6n#8IOAC58Oh^hu!%>jsOO4*TXK~ FGhcvPaV6wS_|>Mi{^UKM>y!@V0M-dsl16P|J8I6-H}pt|z{TX2*(tu1-Z!vNJaRG^1}$zgv;7e>9KjPooU~MsSp(gV2D6~V_D)lw O98IGMD}7PJqS|`=9i8qH3EVQj1oubry4@LiCDC!?BXE&?>^eU2fcV7A5EyRH=SX_5Cn9&h-Xl8;(#uGJNpUX^6h4 Dx^}i%=IpL@k>vm24L*Nu1wo!4DZZ_J@$JdlVUZpeQ5@`JoUFK*7JUiC=SlM#6hH57*(F&9^vw((RXH8W)Ceu^+rD$di6Dy*e)Vs A&7IKO52__xJVitHRSo#_eB`~KqfGxP%rltJ~()OBLCv1^TY_Nu%E$mA#We;GK%AbShplrf1uU910`=nIrNYu>2N*>0U;bsM|0xQ `uW7K7mQ0Dz;P@%`B1*4+b1q2r3&oiTti2db0k-2&7#X4N(rSmo2A!3{xPSQRpK3J!m;)gNB9}8b{0A5^>|<4E2mr>vxmz#vbPL+So5Kg`7Q{u>opS9;Lft1|89pXS&w0r(>xb+Kgf!+Bh47@&$!{Tn#D#!Wek*uVh#ygCCpb)m#uNKbu_NB|};L`NZQsD;i Fdm%h!dJ5ws(XtjheASV`pa@kC!;7iFySXk$Ec{BuIL!$AGQ2bm3}E5STy(`d}vtCEM@mO!G)PfD?U}EmEwOPIRC#sAR`ZW#U;k< 3Yk^A8#3|WCI34`L;%Wu?cHZabS-tpFShsaFP1;8Z^ilSObw^_l*N~qfUy3WCGA)FYod?cLfHALsl7d)Z5=HiC|_vQrg> %AS(XkZYE+7Fr|pdWQcAWM^4E`+rbN0|XQR00000PiBTt000000000000000761SMY;R*>Y-KNQY%fehUrj|*Q$a^XQ!h|U0|XQR 000O8PiBTt$73Nyc%}dVY-KNQY%fehUrj|*Q$a^XQ!jF1aA{;MaAz!T8vI8Lrm>WA_LrA#6nESrM4dD!DxB~|$~J$-j|byanB_4D8O(sGaf4jklpn-l!XW}f%cFL~a_J9zTF%Dl9ldWc)$@iC oHfn!x+(mKy*%%$^#1PNp4Uw8gIYcB7hIO-tJ8$$6n 2|Vv!e$RN`^OWB@A=QcAU+M6?o#_4fPS5)ry>FWJygLc5GuQLJPVn~xzd`Uhf?E=Ni{SSNexn<37{TuloKBFM?#(5*6T!sME1{D(cBS5I&+f?pxHfZ)ai5AQ+wr}UtnSM?zN-90GpO@f;e{B|Do9h%4c G=kqG7%E&y@Y@8JnFypZ4q1aBa?9@nFQdOch~yIv}wyw&<%S48{`6@I4(JQ`d? zT*_`PVj34XAo>6*iLXL!Cw+wpWy8T*Clwr#(z}bpDCiIEUay+z<26pXGU|*OBv3pA+XHzcV!cN`ixUd=y@x >8_cFak+0E>hq+=e^K-K3&BkYzN7iASMofXCf?Udh_^`z{j{0F<`U{LwuFA%vxNL-X}Y!&+R<4;`R5T#alaGXir`Hpl=Gs(*R`C# moQEr5ZsX9x)JL8%?SPVy$IzGj?mvbM<{HFUau21k^Kk>ZZ@w_~Q+C=H^BghTD@MoU)b9%gp{%fK4=3jW;6ZD=v%=74b3-IR^7< *fE&rlL?;A=&JB*$D-bs5o~5WKNkJ}5y9^g9CVzH-*Fg^!35iQz8?pCIDz1k1g|{~13!LE@P|B)kH>s?@OaFZ=k)#K <5A8AOHl5RCCF#!65w~s65z|EC7@@smmu8&{eHv};O~h`P~MpY#}GV!3GnK5f)faSqUpyi#W=JtMZ4!M#dsaJ6nK2wQqaA-6~4F> ImYws<>>DVmZLsbF2_8(UEl9sj`{e+a?tPBmt+2=PD1@QJ_-2_CHOyF-brZ3?2~|R C4E2YB=q~aCt+OgB1lWJ_XxqM-0qVR-g7d>bHT}2*A6=w^*rxn(3MM0MtyER8U6Ig$!OmzCu4k9oeVq~_A89XID)j4dxsKSK=2uY BMG*i0{mEV3hMpvDOeX)6TFaM`q!REOSgB;uQ7g`{|5Ehi(tg~@*AuVul@$>;3lVH{*EI^tcX`U6?k&}shDr;oQCmeCb%8JpA($R ^MxR>4Bi%}W4x`kTbB3E;$4A`tCE(PwSis{Mh77^zT+@q8;-Hj^}YW6XW|j!3M^gGts^+ &O*D!pM~$yS;+6_XQ8|k&I10Na~AOVytB}6FP??*{zTz7&j#G)Y|OuLX9I6%pN)JMD_l-+2-oLq(8K%B#(1oI4)E#+=b-(~=Kv3O BDg)l(dU3qh|a;31U{m-6G_zaTb_^c+Fsvx Iv?|K%K4Z-ne%}^3(m(lUUok4>;Z)@oDY0>NAub80?@C)7ofe{T!8j$e*yY;gu-13ZcT7Eg8LIJT!3-C{{pN}ZxB42=NrLE1eemJ JCxv47h;{>_ae~OUtfgz^)bQQxxX()ecrqnbb);z{l~|fG*6s2Kac`H7NgA*P#3r*I>LayassljDCM!)4xfOL^JP`YtZleUyFR^UyJ#7^tDKT*|iw2 7p_&hdL6AvG%v?p2mbH@67IGoIQh5WtNMP6eq8cf;LR!eKJ5myci$UOe(?sh`{x9I%Hw^5;^mF_-f$!4%g7ti{;@YApWSc7{Fr$o #_1 zg_Zslz)qUf0Q7x2;LumkMjEN2Y+(d{Tly%)a#b}F@ImVANcs*{pg1e@5g-F=mCu1=m*f>`#u1E>0pBAb2@^=I(f%Eh==YoS{oaQ#pI+7XcOL@Z`L%~ppT>vLKjR-p{g*wAdarmG^X!_3k^a_)Rql8gc>CPL7>73=Mn8V6@avC& J`8yT^Q-L!;}=hY-&^)1=+do*|x{;I_}89jRxjTx!=4g}Xcler)ESQ2x*Vgmvp~g2Nd9pU1o${XF=BGxhyJeINP) @bkw6X^MEq65NFvu+NLY^JOn#zTf;3@afZ+uzqa*GUVlj1ZNVw^JVZY-+6_`obi<4-aKxvKn@%ID%O+WRq%^Pz6!j%`BjYLgRf$I SXs#YP5oa$*9w0Dzi|n{Zi3%^4dpC;4S4brK@#=7ZC(ezbM@=!hxu=yoEzQ%zP$AYV}1UR?bq#$%mT 7`L&jfG-EF0)LTTg?62=3iINXRcOcCt3Y2jSq=RA3Bi!yF{>eWyuBLo=$OBO4)+o~j^Jy51D&nB MLZ$F#|eIe#{bN}V_sbKHt^@SZv&tI@iyqkrtbicN4`~&>ySc0>; pZ&H5+NWX|uO!1s=iFdip;g#NnxBaHV$A7NZpe}wt=@khXmE&c`iSNa#m`*4Dt)c?x~7U}(ykFl=hKf$=Y{0ZiJ>%T$Q _x(5U?%jW5UNw9QyqfVT#_ym{QEtblSZ^zzV*VfVDcXC)ke6CnflC8bRihzO`;j>U9FaIRrQOa!T6UO_1rr Jc5h|%Lx8}`twGDOg~>-5AfynP~X20ly(y2e*J(T_s739eBJdCZ^QKwz9~WO-z^C8cnu}U<2{BT)yv-LA!R?FeUSA=M6Cq?Fzd$ME^t^qMdykqJ4)bJY2sY yCLd#f`Hv{&YJ|8uYOz0nYd9(_>esb@_KpTMu=C~2y!J+%?)^Q`9c%0?*XuL|GRc>mDvA8USfU&Z&Yd==?8CdhPmbAr6?4I_9a;Zr+7S|YtKeLdwpLGOPicpeSFbsML=iS< EuwP>p8Kto_frc0(sxp#-#%=!l-Ee_$8VnUE@Hg=9<`e)(&-bP6YSe6CHr0f8bWwP-|yWz+|6RdHpz>Ak&X$6n;#Q >F)P-N(sH(eJ6ys5oCIM*iOLjb9Vy%-%F77c8~3Z`MKN9DWTtaf+BD3jQO)-XO#cjol(!n2r}LL3qf9gHyDBPb{&EG?mGhWuXhB- Yv~BkpA{N@;|SE}ae};_y+@Gs#oM(2e~u!^>)M$FnXcd6g7JT;1@re!h5u>+{%tT4{kZW+v}^E4l(#KG=9?$!_ZcJ6uFOcZXWmGp KV~HG>_mdRPW+l6ucy}&WIfPpBT@eMMj`*LM*%;F>-#8zKKGx(u2G<`M~wnLKQRjBKRXKbTCM2@?Sgu2v}U!nQjpz$8r1@(Gad (cW7|W1YEkH1d5+;fwlx^=Op)?r4nTI%813O~#;p-x~wG+kOoCWAYf}H)9Oa2m0PQ2K0D7!IcERwJU{F#cw6J56!=a#?v@bg$GYc i5_C+ZYhx)9w*4_=T|2azSH;F1gR?C&!%90-nM(n`+(A4wFk{N-tU^0@_6g(p1o2c=T4fQ@`#1>mhGLAeXv7kV7(aBnv#95-3YRL cO*gPzt17a{M91_d0*)}Gts{52{PaP072G!Z!`<*N8c>8`^s5ZXKy0N{Kby@VEz5WK3I2JXJbC!H5>i=20;?7yborhpYGi^C4ALG `{Mgn`+H`(s`oy+6kJg8dbr2(o;8!~SUJ7C%mTB$9a3evEXD2LNAoJOJr-Cdho_ t_NWJq61K$pC5pA=8OYCuP#3Tc>AcrKWY5e4*=eLsQIjaAn3)Y1A+go2cn&G4n+NO2cq9A2V$PxLU12~PZMN$YUmu4d%zsvbDkjc %S+|}ukV|KaeQPB=+>JA*-qh02c<-BaUVhE3mb!!>{pydkmZKDHjMMkHuU4W1X;R~J{Ps4{43fq5AJ9O{du$LjO$aKz_+(M!MFaa6a6`@DycLdvh^<3%W55S9fDx{;?bDW@|1ba_vHbtVcMTAj`Lp)^KeT}M-&O#9zOR7#K34$#d`yt#jtz@w*Z3mn=ut)Ry=N3b$1f>@Z~BBF%ZWqhp`S|gunzxx9`e0?9@_Ee c}V|_68haQq5R<`;LpSo+Bdm`bW2N^&zG0bj}MkG?yE|`lP^apk;}G+}fu{5e9q{~ZCpzFY>reuE&(v)?JB p6z9f|FSah>hv=5y{L@zH|qC0HT^?njN21sl=Cq`wzv6C1>u4 I!m)7*ZY0Q?;m{_kM$Q~UJqV~ dW~3!{)iT0UM*b+Ji2fp@awjP$mfHFpb!6Ci2nU_A=%wM>AQw(vgmTYc1peYqg1nD#?;_0qgMX6pe#7nk3Fb-R ;FQSQHxp#JfA}FO?;e63hd{n){wdnCpTfC6ML#Y2Ddy*KKh^nkXv#Z<=MzEJv%PvK>T&JQ(5^=bvfgREp94?IKLDU5tGGXEEs4*v07Qm5b58 7cWM8uTprI!lxD^-!~QmKR?#^8ytc4?;A&e?q!caITs#*@0aNN)kgq-t~&zd-KpR2I|B84QNX+1jzalUkAmEBz)@J|Do0^_9zF{A`_56oldl|&`MlH7sP7?1 gKk|!a5>vO9t}OmQO5!wzIhz_Z};PX2L}+miTmp~jMI?gm5(|e>)TX)&m50@es(qCmSA3- wglsF))K6b=Pp4%tg{sDPcKFPer+kj8<(QLhAl;Zj$4X(yZ2IzN9R)IM>YJMr5KmrF2#7>zZCk5$Cskt_WUKrp@ZO7RFQ}v?+2cI BIeV^%RrB3FGK&gEyH*$Tn4&#^fKVt70b|%>n+E)Y_=Tbk6w;)W@>nTIq3f{mjmB#SPnhb^UIO{HYb7q8n5ujCt)3_oP_i%PQtj} dlK6F{z<6ErYEDFyPORD&0Z&?pZhaFWC~v)Ar9}VNNbqEW2NV1W!A(v{c_o4;oPu#&=hrFkSc01qq$SC_;Mc&f|2Y+W#pF|w -+iZ|J*!UzJ>T>+^uy@Wz%TE8n(|YpfnGdt8t~$s(@@`!PXm3~==7BAm$aM?J=+BYPbK(+Gaz@|eg^tu!kMV|0cRqg_Z5D6Ch%eX vrzwUpM`N7O7ORw?^%fV-dU*Uzt6%v9&$GNb>i8mch}jpB#RN|xIPYBWwd<`we+^lI eD_{~@y)CN|L~I)=)Y4}pdW5qq5SX)wBzp@@6#0+$M2tq^xG2r5%>Rjn6KxYhxnJBhk194hTnZ2@cPm7FyCG{596@sZ74&8bY ^&LzCdUySv7(@UWTntmzz>&Qz{pI=`Je&CWzF)tsz6#U&wmqKpZ;xfRQm!UmJTn0Jj#LIwBU%DLn-2b^8=}x*Fi<(+pj>qet!kz0)4ORcyCc%Qlz^QP%m lsoHI;MbB{!QY>HEA&WD-HLqIy$$^Nk8T5BbLMTJOPkz|@>kvtJW1b?@-8O0-yK+Y*8LsY`MckN{(k&B^vkYyro`Uqm^;BYzkVm^ !Zvq-Z@Kg?@GUKOV|>oN8|{7ZZs7B$cVoV7cn|U!b`R=*{5_aIzqtqFec?U8r>F11eE8%Z;O%<%VjcSWy;%R6?nS!Y?}a?P-@TA` Z&5htKFCv(@54NK;6CtO^L`J$=uf|gUiJF>F>jxF0D82S9ss^IKL|QM#&D_cg2UW&R_lz#_1mqfqwZ9 LoYDpVep+NJdFAH`opRpd<64ip2CA4!TdYw5zvX-9>F^Q{3F1F>>p6C<$u6>e#akxpR4`=c{KAV@cg<*LBF1V6#f10N6~-#KZgG6 eGK21J%)0wehlS4`WWzI{l`<@H3V~ygHCPvL`v+rM?C?4Zv2xd=ddTS4qo&m=F0<5fp65Wf9(@k|{pxcV|F;RAK=7Z>q5a4H DJ6DnZ~Y1LXZG{pGah&zc(>IHNH_ciytll7e5bsC{jndv0D0ra7qG8Wd@&{a!>_#vdG3HeqrBVyjCncprIhS1{zYN_<&<|K!4F=B KJe&QP>=OrMY)H(ivC~xD%SN&2=2k>Z(arc{QhfzTfT;V9Q+#i>gLzL$L;VM`lCg|Cu+PsHGI}HVLo`TV}3Tgj(*9%j`qI#I`ob`Z-D-+_gC;EV+k(h@%t<2=-4;Wt|Q+B9vt(g?mxbXb@Hw^fe#NWd_u#Y RruPFQn*Mc7|IR9m ^9LIK?^Wpk^;TovZ@C)z@3|WB_SX0PR->E)H9XYtp4BL)v>N#>(C7D+TCTm#=zCa)^CGk9 M=ZM6LBHwrJDD!O$aQ4vry-)8ceJ3_V_G5VsV!49%L>6lsd0)7-4tB~H )Wzwa<^5v%4c9QHUwj7fNv-2sDcI^%~PKEy-cFH1l!+Y3E{=GoopLO2Zp7an+bBBhFr*zv; *f|>heQs|ZY;+EwZ@*>SruRJk{-t%AK+pfC=O0pB-kT!Q?ERx^&NOjf({C!p-JO0!zGUBwbs#+&XCE!|HXcXHYbO1^N56&i{u+f3 W=L_a=lSB~eJ1@b)bcJ+$h^-<6qndqZ44lrr~Vgc8He$35D&* bB^9Oc5ul2ZAxLk(RAw(+>+kUXS~t4yU_Cldj2Ot5@kiE{k6tteI~JQUPjAGSLHvJ!k?_ed6twj4vqBuZwfz*e)F6@;C;vrC;eLr H>7;G;r`LMV>Emk&x<aGzEJzsdpW0!FXTvyG)npeKUg3Y5qSXIFx=rpx+H1+X8vsRRpJN`_7Dvl|pE!N>xYlVq%Ihoiyt#gxui=j<^upN$;^ J4y4`>-6t8>DwTtGj*{2eNVsbUk6*aC+c9^#eZxA@)5m1NIzn=z557WOTRk$v7Jb_rrnm{RXi{Cop~*`CmCFa^GmZR?k5D#qW5}w p20X&2b*}7dv>UUJ=%?0?gDL}oITP!NhJ49)MvIOxi5vYbo_Tp3U2LG5FNOVG+x0Da?xY{F+un6`uu(nO!x>FJ%l-#v>_?il2|DDEtMDGE?4YVHb5PXr_>%ngLJk5Jg3jZEG`;aXVw7*ye856 Wm?Vy^uC0CH_~sZhTX)t#^XfK$JfE>Z86axD9>c%H(ZVp^naxJu#H1V`4v-^8aH#mhmM@*Feulq;O{Hhm0p|qeS74IOFlLhcid!kL|v9&^-35gPrkK`t1^WznFfP&~qcjxk$rj @qD89k(BnETHk}|`6u)|i)8_VGkG1ZgZ=hPbvUQAjNmp^bL5xwK8DhqNRV}M*Xj4W6|TeWW*bR@ErVd+%zGy6XMlCBe`Ffw;T)Oy yOjHa*ID{DtPVE&{P&ns_EgI2V|rgNg|i6!_XdwIy>}6Oo8EV(=XZH*s@9utQrIBPYY)oj*YrG`e!pUHW}I j~|8IO7GVb9P8x&x<0R_AKP;BzHa2?%l=RP>ck&P-`eYNKI5Mno~`O*_R-QzWlq%Zhox}NTF%Z?#dZJg(D-dk-+BEe$abx#>-Y2M eNhT$0>;ws>-6nWC;bHqKh}J%qu)AC-A7WLCeiyZ_5CKw>#qb^H@1R)eHwR13O}CUu_@T^vyP(T)O!*=Kkngd)!X!Zzoz3epMRrw )+z2xW!+EDAJOktdS6I!meTLl6nqFgs%Z|Q_tWceZp!?z&Tdzx74-Xno?lAgoPhf`netzs*8zQ>#%q}7`7L^WLF>CGg^i)-)0lSA Z!1c-A;BLr|3JUnG>x1`*St2>uwT^S9180qf1vqAPJfQC!}%xvo6Bpte%nCdIE7nL+Ew&?0{vKT$a`lu((_Mvedm1BzVkOF@3#k0 =odQtAm8T~ONF*v*b_DSfnN$Uezv`k_j|LsoF5d6VNmjevS02B{kB56T-TWxVX0IoQMScG sT^^_Qs@Vzu-PA<%eHrOR4Oc6_6x-@FW>!%l46FW@Dur?$mT>?vSl-?(<6zW%SKeX+gLx$w-+k;a>y-i3p)y>u+h&{N>U?gatD2p >Ll`~yz;q1kZJbE<|$f`?+pENDN8UHawAJ&6y~`kzc(o5DKFEf?b%X0MbRD#IYvj2%~iP6L*%`;+V4)mIElxop0hdbN-&gZrBLoU+JL_SD);I6vFY1#z`FjD{}g3`=p=K`ts#$w8^TOL8{@T8X&B`t_5>Y%46_ O!;%J&`TYf3p>gNfohD?z(YH;tJ2e!rxr(2oi^$QN=6-v3IzWApp*^EeVloFDNBQw4O-Hp3c1ngQMv5sQEj8A7BblmK~L(Snc1GO Wz^8N(SC1Nhzd%(dxOZ&1yPxLnq!9<8o&1TLMbDyEJ&yIgykR;lmoxMSFkzl2lJ_70ijicppKis)E4>0n%TpJB=L-VMi R5??_@m*niH#MoXOoMG}$5SS*V3x`cN*t?$$IYN)BA-bVF&~%)O415V<_-;Rq#XBp)6HTy_g{Iy*auQkes1P+N cVz|DI!lF0(VtrkI|Z3bL9d_fA#5W0!gWq(^HDj-w}<^J?aw5fMUlm>0%b+f=VvovAsKaoU@PKrl?*~D7W1PdkEDFbAYz(BSi@~L oyL7wD)gAVhZ3$3%5nZ0K@dwjF5=QgwUy+T9&0n92)#jHq+QDM+9aTQ5Z&Zr+jU&s5o=7xgHY}&NcU;}8i%BeS7#zZ$29+Q}w$!SV`wtJz?A799z pJc*Urd);9MrC5b9+9fe$ma^t8nBNziH`jk8nke01VR4&OhZzLkoqw~-23g#10 q!Hs*nd+v8%&Qd2BU{U*Ff8Ml7rh+Ke4V{LjZzdRio#sj&NL_P(x9zSk$&q8%ZZGA&3QM$8r^uxgjfDKv$S6N}mQ%l4##Uve6@ mJ7VH<%uwdC1e$4d#J`Gu1{4_jeZ+-6s_|#M5VAN?{R6LXb<9D)Q7CMofMZMf1vACWPbl$z)?P$=1w6 JDgftHkstI-8{^0?h$HENEm6<$fX#gh89QjXr^a`gj%vb11Ic&YBpva92NNKu2R^s%a&c`aar6|F?amFZ=6qTUK-){y`z7L&l#&|q!aWC8#E=yxZ+1;%RwJ#*QO4wIV{|7r Xg;$jOuj6!Z8lvs(!m_I yD;=;jGgUoBGnSB-<}uB*W`AOyCOqaGm94c%3o{;5 e}mVQGDGvUo!FJ2+}_2>iUEx!4vFB3{RiX7^EjYN4hQI)wEw-rF7!B9KuMVK$q5C>F=aUi8+-X;iF9!aoTjH$T&jl WyD?StkJ!p^j+9I;8YSaZ@TEenn#jJ`1z*K*c`3TmCmkMc7b5S*j8?$+Hkvu3d(8?F>2J^Jo-IBA2mQ$kN}HfI?oF%uS{hbGGa74 LSF4@5i8S#$QO)|!adzy3VCh`vhczkGy8>}Hfe+{zP+oEZI{&`-5KTy1t}eK0Ej7#q=9O!6pIC6n$5b;qk>1>cw#Ji*}gF-f5grk-v$ GoUBvCag+lnWKpMxTf74G^1y+fAB2}?|iWUvgU*iI}?=pd^MbJ>W;_^iFn VntM-8Wt<1BELXDi5~l5$C)4&%5#6>#Dpv#0sVUjt@N(7xMD4vngMG;LPknNucBGVLnlA)xj_91(8GVUc_xJ8i^? Mcf9Vm%HVedQFo4vtqVXjwlH)pSfHkQK}%XCQCMWepe#*STCj-eD8zO5i(yHoP9AEc |9FK)S!-CKtEW#@jSYV)LV2IAKz23E47h$Iq{%OU$KW-AGG&ss_Kj&}IvChBO4&TZN@A#mMc~!lsJ}?svCcPV>6j7hcj(t9PrgyPO$Rr7T+&X5j-7AVNmf*3Fz$7nJ` RLFN^JDK55@P$Mgl#fI6%x1VSO58henZgU)e}>)t0ps^(`wTn7VcFki~45zov@QLRKjkXyH%>L|LBx=oazH##OR4C)D$c}%jtKEAm+=jn#w+D90!Ry(VA!;EJJX(AzYp_FJ>b;D*uB+BMxKLUhAN{v^KY>67k>mbR`mG-je?S&U4yin3I;Z&Psm>g>>sZTR~z^Pm~c8c~NrH#4&x-~uv*=CtHvD&j~*`Hb!<^zZrvk6mM$FtzGr9Za>t QT6Pqmo(c2puk&G4f4FWaXon2i^?Xz&J_C4>~6?gvkzKBU0DF>-)L4yvv_~8vyx+pCtt`nWy=8(-0VWxZ^)M$9QAdacLG6GM2(fbPJN^V EfDfVEN{mpHB`+Qw~^R5l$K`m)JGWYL|u$F(NxHh613>{LQZteQXNr9Hmm_p?Ve?^sCyu^LfF;b?o{ZmFC^e{P~!C~-rt?l;V67q -;+iqtK|ymN@3=Cs`iCtQG*8YMnJ#q1f36Uf^a>>GQMGtB<&;wt4;!^)-zFTTiBV+N7W3ZX?e_+*FsaP>FbY}!cSOrfU}^bYalUK kQMGiuaF}eYfGtx*Hu!UN_InfGC|ZeaxE(!XD1aF#k5mdFbcMQ#Q)H8ye7`m^qY+10ECU%WTu@(p+3aOxBVsNa_ NVCqSM9ejnQli;bA|fiRCP@;#g;F<7l0bIz#|b}fl?*jR=Y*vcyhVp2l7)E1=0%Vwm(Wh;E^EMn`ED|)xl0mg95Xnq@BZ4%CMG}hf(xJ<=;&YfwX;5Z`Dox|ad2n5+r8K`v rbSKZ!Sy+6p$VuF!|xY^=@?H4={sjyH$+KJBWg}Yj@y$AXFC+oFcU+*m!k5VY&qnn@knwtY=~FY&D`(AMbq-eLHZO&>Y_(6A>eLi ttt?NaLt6zQDh(#vq5NZqn0j#!y6(e)$snQhHENry6mZd>!=z)Y_~`a`_-D85)tc>&v2kVxeJj6FYeqC>W_@rR6M>Abm_pP0S#hKy&OV~${s vhjvYDCD;$PA=;9dtxmnl^Jx>x??_bv)Af72WqUIY!s<+U|XrsE!*6X7joIQ5?h}|-jK;*u1Np02qJquW2uLROzF%s|0e4v=7=}M u4>+psoZfi<+%3K!d_|HG-4L$|AIGUuRZ9;_Ih^jYdX;>Z^-mmB`7bl;qDFDyOO1ZGeW|=s7tb%p_({V9LpY|gp%w`utJS)4fwIO J6lAg60LAjotYG(Li&WDPqLd?>hs5!n`xu(IwqufqMq|&I*m}Xpe;6Q7pPa>e*#W5`4BCJsW9SMh)dpqeTiHCDK+&q+SvRDjgjpjxql$)``3yTX9tmGK?&~HT%G#@a1$!JrbfLbcT=2}?bfXVg~1bk#`wk}2WisKAG+e^GDP77-ylc+1iD 5w-!f@|>c(xW=BNt%~ JtMNZyDuGA-{@*}GE+(YYKkavWd|r2TIsmExq-ZtQhzftb5}F&ij6W1hdX0ECb+p|(KaWoz?w2kHp6B+z}R-g5@!PabhU5=b3=%j tVNA#iU{QfEHMk^*!nnW@GYwgQNE;n!$@yUN!6q~<};vx$p`K2A;yrA-nL>&S!Q3Gh^O7K3l*zUqi_d*BPutNMn3uu^uvs%YF X1#gNfK4|E?KJVf`z;oPs(3@S VGJ|ek&Dyu7viDA-Z@}?$CykQVZ_uqwp*@l8Zo_+ktU6iwL>?=+%h>1l(L#*%pXc-$(C77rm%uJ<`cOa7~4xdG2=8LmUZ0@7;AKZ x)WvlAX1xNh$eHY#NdSXO!`Ip#1li?L{9ElMPh*`>Sv)6Nh8%UT(dRjpl0s>VMbA)TPEo32zD%qox?G1@96NbDT1?^YIYpOyv$82 >bRoS>R7F7a%<9LKGUg(>i68OZW&ifpEN%#g`GhuLu64T4|767Mv&VU^sf-nzUH;=ihfN>bjNsZIZm7;i^)PtDiH%itBM+YiB8cN Zp(IIq0||$y=mrus}I&ZG^QseF35JwEEIAgn+0Zda~nF4t&12!+vIBbZjZ#saN9?QscOdiI370>X0*YUMo $Ey&WF%t4r#E;I2plsRsSjj6IC9pg`BFM@X-p}ecEByM{^s>XTLu+sh?R9P@xk3Mb16|?{a8%80W@{u~d6W7n%umx5y`^lKC82Vm xdz7rqG}fd*#UGnt;U!t*cD%MMpXAWR?SiR|HnY6WtUh_`SDhLlvqiV%vrWebeI?MYlA$(>+8X4k?HI~@c4Y0$k1FX*_>qsU7W;VxMM%KrZZi>_XQlq^uLg!m`PrsnJU&n9GKAvjun24c=brPNC!ai `oU2H=VW&#I3uH|k?E|bB-A>a|2?5ujk-eFGlgkfDI|=S7IZl$2Da9HvbMqk&{d8rO2QmfJ$6^% o?f?w2t}?4SIy_@>O1*_Y(t}%%_L8HSyv79eIcuihQi@O1CGI96SKa==0_gyvy7E9a(Zk53>ek}o{Hm1490%KR!L()`e-PEGt;q+?&4jnR+Hi c7QQ0h9x#m^<>*Hwz6^vnm4vorn&BojoN9_@ea+{q*XVYumhR(U*p9Q7 nGKEx!pf!tXEFygL3NMIbU51X#bGrZQsOvGVzQ`Xpnv4v{rh_i#Ec*}zdVDc<8c9tmPA}Q4d2G!h1Vhf`tza^Y#u!%7`0R6vb>&lJFG7|DyiI%(K1*^h=F7sbAdn+|V9jk|5cXs}FLhaPAs|h|iF8dRn0zw)ke8*dWPlOk0mKR<2_D #b+%I1JF^3kI&VpSdx{BJ`exYKeI2IYq5t)0*&V|1Ds-Bg}zhIv6mWA2Iu98^EDoaq6GUb#N5eMS4B6^s=Qdw%*GT+m=EPt@7nV>4kRFs3B*7?e2RJT_YS>Qy a!Pe@emrB44iYDXJCb#5ad~AT7rWhAbpZ^y4THqiaWr3b|~?;W)rS)M6YWCpr=r`~2yI|MDb9JLrjz!SJ-< rMA?=f}6{LxlW>l1~R4%j+}HfF-vT3J3pX;oYVI)?^bg1He6i)oM}KxY;i?-i`?kX3T{kpVr{S+jc~0~HY1b;*5et15lAnqB7D)f )~@bX?u1$&xpG`D!)}$#q8!Y|rm^VKO{0~*haHQNs?dXuwsnNFt~>>IuH{-_Wk5)(IJ`ea?0w6 YIlH@Qs-KiBa#1uLYUdjyB*O_7#vVv&V9oM+levc$*Rjm6jeg;P$L>M-J{SnG#g617lZbx%4IFmS^}y?V#9<_E!d!)_0)r8G;CXQ +`)dIqz1<^mmNpnN3|VHYic(-PA2u#j^k54B=UV`mo>-94HIEIPdGihEu!8OjE{)gS{Zkfy}x%Dn_I~JlrM;NXf%i7&9SFZU>s(T k^Bcq^z4*5ACb%>5IXJbiNGC&-PI9U!0hZKW4gu65rbtXYbS;w$~X;@uuW@r;|q&l%{nLFTfB+myoru$;ws5s)WAuduH!!@PAU6P $>obaLf-bs>$ZFBQWQzV^kZ_Te8gemH4?f4nKs5i*)?`2PDY*Pl(iTYNaa}-1k7N1#=)|Ehz%~fV1kI0F-kTM7&Y&>Q}!msyVdxr=P|4N L`n1F9r9|aMHv3trU1Gf?u?!qd9=aX69n5z-t3dN^%-v6`Vq*MTu~dxvv@a>*j8)PWaX-?8iMwKR95ZA_dyh`qG6M2?1wqFPa*ez J|q9Ju%e#G@eUSlLD_7#F>h(q+g&9-(`2K?6lvh7^Fy-_IEhF+t+8Rgv)tuPO1dC6@2o4(=N5&L^_|bim?N5zbN1IdV#KQQ$)HNt bnQKEo4Ia{EgK_P1Vu`;dD!6J7aYbwzT9Sh~)2ThJIIy(aIBz$hzQg^PH11{&73oMhn<2Z!=Z)4BCY5LF5EVFkf^6O~&|!D* CK;rkgby>RLfPl@cK%-CUWdkL`2b5EfHhkaelr%Dp+C_+Qr>`fN+ANKLO_#BbzMADnmx|cVl17?;Yix={-2YI9O77P16c19tb chDW`NU*v+HaXA}npPt(el1yZ9SW0J%Mw{giGz3Wi6J={Wxkjq8{_|MB&Tq#Qc5>M#fP`rp23_vh<8V=ql13gNTu6dU2tP;!4{~{ hpu+4ANudkDyr1l;!PY&Z7~%{iZRX-)@a1^C00Z`G4rL-=&(&NG7%5H710|9a(V_`b8HM*?bc2+VggJhK*u*>+HN(q)_H&G %;}bI*T^*@(k$gHKxB*;#$;;H7Gof#8#?_}>)cngyfvrOv*2Ud*%wn++^h+yVafqt66#l$Sl$vdDpD;|P1{`KSHhSGIF4UqMGlh_ #Lo!7OK+mX=H`0|b@r4VIkV?l=)g9{j`8KO(zd>xlqV84R6+R)G1xEr~%XugX^_WVquLl{16PR`tD+n BWzPIU4ls@#(S0{F?Ivi0!us@`lHI_(U3|<4W&o+s&Dt?9XTZ7AcdC|b2c)_6}y5)cH|u-CB!gSC^9E#_O_M$wYz)9Yuc(N%+YC+ JbPsJzk);|nui`Ml5K2Uas#tLq2h6+YgNyF>?~qEtgQs69*j?WavH@??Nk~vs!3P2XuY^J`*u$@{wS_>Gq589BJh?{q)Qd`%py6J g!LDP9=R~4Tnv~B8OSv39d72}M$RAWbk9mJQZ AJ{}uQ^Y4Ctmz5KZvB+QEvDQMhaWrGY_d9#c@HSMF?{yBpw9qu3$qoqqg8#eDm>^07ai<=EMg!yW1`@Zd}3#&yxT85GQDr_@(!5t )BC1p8-<__+)c)?!k=XpAzXOGX=5J8NEFt*f-8)z%qq2j_#!vnkL@BE-{yig!EY~INAYmTwJ&Z2JrL9Ew_@|$tP0LOHF2Rrj@XWw cghPLRZbY=)y?rX1RJFm&*~!LZOj7i5ZXmlo|p&p_88~w!Dq2_{WiLTYKxJzi1WEDz03)J`_SUkV^sEs8{S*qwoANipLnBnGJ_`x _4b53vM1YmR2!vNTamaLSvG3#kMeuq8ap*!q||LMVal*A{Q;IQlm<3fnzml&4Pht*;w;nJ_{A+iyPw {D57H35C3!GgIwEQR^m|tUNmx9XwS0VhyFa#J^z_m-t7)RYH_l&liVBwLZv&1&Ix?sj(%rtpCn?qybx_yGKex TtoXcdYqaHpZP&s8}rA3xLnaNcG%G1O=H!}2q+`aLR!ABas+%Y27XF|vVcioq&Hh>+OQ_C0 vdbHPs`md~E3Cg7cN$-XkS)Xq*<5DGWbdevD84v~SI0Z~D#troGm4ft=s^^6ic(v%#0cryW5Ps#TFB=V;`Pvj-Isei2euO}d#^&C 8WF5PJc1G@HXo=yI#?tofOo=TQf;k-cxQ&bj%eOiyyJ@-)NE3K2<8{E8Pu~a>vCwB`Rt<&u|*#>cHniaYL!p0m{z`Gdg_dXjS~xC|C@E9vZ3FjjID{Ny@sZy>LbxOt4K|0PC&(Rvl~bdv3gR=dHoG+{_a1q(zPPe2AI>oAp>EX_;<&8RHC3JQNYR7P>qR$JLmy?`5_s#ndJdQe}qY!HhS^ eO}80F^d!%qrP6cR~=;9~RvRbHiqj<<}PapOD3y9qozEH(#Ue#o5{;F?ur-CnccB^?8kI@r^tQq2 v?(ce;tS3uwyRe;T<*Eqw|QUYAP6+?>$xuF;C9WQh8ZX?fDkIX<(iS0>JUMkULvL`p$AcO7?{EmDb*V~q;-7jlVdah31m8TiR{1$ c|xY>qydj0+882~7{3(BQ1`^J`4YJtFMDr^;xD{G8t?8qAFL^s8wee-Tq%@YXbcSETSc4=>Uin?z}`-` P9@agpnJY0c1&pFx!f`wMv0`)-{-;vRnNrmRgSz4&Ehq~eyklDX{b0|mJ@_lq?#`NtVN!P_3S3p^1gbP(q~B4a&v^*mi2rtIeWU; ELnyFuhrbf-W9oVN-v=(@yWEZ9%Pa8FHt!xHX|0)dxlRGuf*1Es8wRs%eu;5x6~+4(4ryE!LX2Kzl_}r3DXYEF*R*1xK&3O7^p;U vMsc)k}Rn&7C3Cp#lLyAR%i{m`*HRQ`-(-3=oehV0CRm{S1qz<3iC31q@PE0zS%qsYiT^0={LIKMF$Th+5`6=O~TYRWj?dyY!8f7 )@&AKPNO!ur>|=mOEL1XzZ+j1K8u}?HqCL|R<^g?)Hor>)K0I05<$UIBIlMjo3AX*0~>bL_Gd1s<5{YEA21M$s-2^oc12kZg8n4e *F0cv8rFWm2rmBf#Vh^1u=8G0ECLE&Tx2>KE@%&nSa;1dbA@HT9d@8XVMh}U{23y-+S18=R8Ym)9W%&La+1IkKKEF33HUp1U;}QsA->T1{(Gs12pl-jKiBi$sq!#%I 1fkDfcvrIbH;88sc&3a|EWRCst0uy+6+ErTX-@dUCXiWLFkiqlZXkmY))@A{syUutHdmIJa|iG(%U7YT;qcJRq`kA;UH@O0*iiin IZ-F^Bd=7#5#s!U-ckzA04g|bn%vYl0riedKxA7o*u5G~+r_aev^-ct<#6uz6=iYKJ;TK-vAsmZoHa1FK&4|RHkR#3Ufo&i{t=+4_+QNh QJ02l)ua+Om9Y$oKWX2z+pdf&?6o?gQftVnI$uqn1YHo)D}KX!*>5BF=D=Hj5qmkYAbAsX~AhR&lr0ZV)j%fz)MRkY3u@RyV;iJ(oIDN&ynaXru!lQC55Yi39C=k&)7y9c;@k#IZ|+6)UaMFn>vmylf0M9QHnt0liL!`PEeIqg N(Rpy;g>+eCz)Hoc`Y&$DeujdBUcW!gpSj4wiT{A+&X!!*#)*<-Pxl27fX$;g%Y$dG_}J8MLmsO?Su$owj+Tzn}qH5XfCXgVm{J3 I)}A~C{T>TmwD=Zs6t;}te9C{qPr-J<0TOUjhn#U-rnY2D$doI8Z(`>b9n{M*~utz#LpThsX>Y3coh|Pb>Yov$ADh*1B1SXAyLhHQg7TViYeo1 he($ZBV*+9U|`TXVAndj{CfAyqgZ!FJksrsT@oLU)Xe(&bGh|Ks;#nAZ*Y_70gf7m#I=_hCoLRa*_8IOz8dK*OJ|eoY9(7lO-<7H Cfge&Y#SP*A^93NG+v40TbA1#&n$XSP|amkG3a=}Gn;@RoZPArx9tlxTH;-R0G@2jE?s;?KU?jFRic*mt^m_U42XB#KAE;O_0?swo%p8Ho(V>7QSt6g<9*iU5P(0ebiqFo2y{PH6po62&j*eZRL;~ZNDqpZfo$mMT}`{h~1W2H%}wESoely>`v<)B!ZR@3+FO$|`2w7o#9qs?Ej7Zn2iCLVXYLE|j#$-QXW-+i&kyRAVs-N%GGwUem?~-jUf-Kn!+zsy;5oKCiP>VCr1!hQtV@T6}(1j2Ede7Zk-ic3AFZS(y#65#RPIPK8;EHuWYlpx*O--#?3b;C(-Lk`e47>;G;#XGJq4ShtlW((yQOXHX_1jLgGe}Aw>FDX?VA}@379a6YD}1+!>~iv CC7)j+XrULM6d7oB3CKx-T@Y?LcCbn#q$g5mMV|A{~zlXs*{!GK2NtynbpcietRl;HpKZX+_ExYZ(fAn*L{bnCq#s5oCV2QeqCX(9!W(B{;N<^@UZDU8|7)o$6GTP@_6Crcd=JRfO@K #3qQJg$dSq@c;2d)wYC>)*59yvzWyr&wu5;(WPZMpYUQwe&H^1jMzCam;I+HR7}$HH7b4)lL={2w<5O^y%Kbnyw_<{TW@N 8|B8qM`z8WnMuEX#-B^pJ=f^;6E_>!Gb^8Ef$_5^j1?qUrje^wixg1igZpeT1d1K0-Yq^bASZ8;Lwx!kXNsv`+C!6lEkjA-u;i&h @kgXxKB17Ua;GZiQfsqg$eo1{bF{$~xsBklHbS@NWYmdkyw0~jCOEF(aqF$Q?lzHW4L$ksSSM-J0CBOxO4O>p>{nGj=NQHZn2gc1Sq@5-d`nf78ay>z*d?P`tMkY>aq|mm{0FT`i@)gLv?P*k5P%@s5ckmNs$_u1Yv2gpWEHr=dhY#7F=jVdYWIXtn|W{o*xzf@~*lj*w6A)KNPAA`cIkv11gYaw*o85QuEe7Vj^cyVl( HP%iB))X2ofNLb^CPTy4Bvk&llT9_F2CW81j*h&|cm~OU-W&S`rG~K`ah%b1KA%d(fq*Es?@73A3f4l=3-zLVq9OL}n;u_PzHc^HDl#W9)7JK)}ZUi01Fq6n)YV7p5kSm+o1=k#Gp~P%Ib&Pj9hIAkFn@ShC*8+C*U-tw!m&AChakk_t!N0 `^Z_m_`F^z{-E$K9?t>OjUY+Q3iX`QU{IwXr}m72+{O2WqRZn4d5O}u9f4%6OQqq<7s2;qUl@M)5B zgr6Ytp`V2CkM6cP;}`LW8jS&Zv~mG*pj&RmZ-Q{(8Zd#A#x}^?mEGANKC{2I+SFo;zb5JJ(e-^nQB4Sx9o}EpI;dz#@F!`PFd5^ gybwGQiSO`6|GgBp~zMR$qf>;7e|Nn*=CwVqRWKhopHN?aY-|b&1=kokk~?$O@m;8uO?k}bWy5CrB_gVEW2dv!t8shKqfrdDc^0PQ=gbd)bv$>tP5Qab6aQ8B8Z)R*hZLQ^T vs=OyUUJyk#-LJUa-29fjUldeP$^Lg+$k6YatXQdhUp%8?l;O+xk>f3JgsI^P%K-%J((^$fa3(wQs*+Cy?i(q;3a(p*6^M%bM2fp u4x}O*8Z@;FHA|pfelIFc-tEGz#c^Cvec&f9A~3-6D;fxafXpSn!lahUr&yv6jZx&jj=z}6qXONmk1`b(40Ff6JmCWEv#i`HO3qZ VM3`;EQtfBVvy$zV0;ii+D#Fk3|4GTA`P>qEzE^hUANlEVKDK+D-*@G(S|jY3yirfe6c|-gIZajMeO366iQf%WT|enhsxnJr@o*^ $zbe5e0rNP?XdKjeOk13Wjo5^(n9J&aD2IxLqK=f7d61LSE|HkFbzgY_>R9f?gsoym?4vAH_Bof?i09qO|J n;1l~p=iRA|8r&G5(An%VXnj8Sy7cwLOZ=Cb>QboS^G8#M|avkCr9bb#x*rAJYinX>F1ic$egtPfJ{DX71at_{iEv5+^*_7sUyaq S#=3)tp?60HgVU}Kf=ycWmuJ6RGpvZ#o4Z%Z+GJ9DzJ89D^@{T<+j!KGrpf#xB+p;l^2u|@8Dn|=nItb>QHi6+ @Z}aq%jUDJSThk}!6wUP8%61}40H8qdFNKlX5Ts&5QUwb0dVf7j0=+rCoeA^T>rVmfi>slHcZT}`w#j&If#@z9rStZ*5cbgolIG= 8XrYW7AW8P*Fzl`^#6dP&2c!5ShM6PQEH(zW4I&K#d=lWT3k*SmhHUZn(CQxT>+_3{O jvU-_~fYY|ikTrQE2@|Bv1enuVKh{d&2by1}gNFeR#Te#`O|?x?D=LgyQ;%$EUdJd8Vx&-koIbCRz$ZFQRC NVp0ylTbMRC-yxiLp^84?A9!6kvLcm%kaS18`ZP18z>5!Kip2)szXJvxW!d8j-!cmT9$*v4GR_IKYuuTA}SaS3<|8a xJ=ufB|S8ZZTS*h_aO~$nFSF$iDi3T8ZykGASZ^7>S2uv&jxZhTyENB4}Jk(H;KZvF_d*WNks|idU%q@+F7CPvCqud9U=94rqYgC zh_9Ru|IX^w3@@CpCPC=MddzfPvS1{wY&JlAOA8uqSa1K}|%qjsa$eVj@g1?B<0y=}OFo!kO6YFVM@a=9RRFFcMjO_bTgD2k>0(_~EtQ03!D^h_Qme JsgD+=oUKS2Yw~{){ YpkNSJvBYweaUh4Qb==#BA-@=aIqU>sj90dDmmG1nb<7Z ($pZK;fpQ8K!34_ri&-$(-Yu$^~D--&h ^91&0z62!=*t8;aZsjW!trr&f+oyu7v}=vB};moMgOx)hBe?f^?)>uMQQPQ?d--F q!R;$*+j+I2UA<0A;DBmk&EnrgTxN7m+WYVS#K&dtdtTlX)p#}CXK7t*wwf?@ox49@+afCrErfY$+l=mLGR(s!b3QFIN$>kxLLX! MBUcer_N_aP_v#^AVFdtI>%UJJF=LEh_7XD_Vyd+?YAHOW7qu?CeVX;AQiWx{GScx4+`x2gb7WBXc^ug(R<=k=_NMiuiV^Bzo(gggK{mcnK^Txi;zSo!e(O?VrmI}3q7Y4H*_Elf2HUV*b`eQ9F{#pb*~Z(m*Cex+%C-Ey fC@W}9@3K`F?eJkSHAVdn(|29EgHTYqrsjnxaw>I3np{FSP9oI*HI@s%RSj#V@H8gTbB%?YlxK?w&>*1=Bld`YhP|DYn`((msf++KKi^Of2wb(Hw62JWeF}$81l(JuRxrQ^d8W7EUp!?E(G|u}`SSsl4FGdwQz#Uwk5@&)kOFVJL;;~}Plkpw~Fx BZ0sp8G%Q7x*5{{IBCBFqLDO7{+D`1*#-Q=v%O_F-Z3yY>PW-I$8isCR%Hib<{X&t82qgmL=ig=X!dAb^hk(Buaw#T!z=fOx%mR} 49e6!G8TB!Mc3;;0BNHi|J=*!+2-d_(g)e@tg6K)-)y4q`H9?Uo=T+nEy3RjXJZLrg4?dsA*=Q #gCOvyLOVimun_$PEX&fX$H{&PTj=!A-DL$w;jH1)3)2wKY!TvEyG4^vn~Cl*%x?|+1%x;dB!&H-t3PfoGXP3{ZT=48y@4VN2iVZ @urz!(9_~isIa~LsC;hMT(-GT>KvV(I%Vp_xbDN6w@r`7zE~6AwbkPDjWt7wDrfT}g%KlBd6!u;CpGOH$Kx8&GSkHO(PhNyb?3Hh IlXVwo-!SaL8giCH>2LDYTXY0un{f8w?*srZBnHOx6G#W>!F4UhL6~>W83YAZ#OIxhTHA1LtD5*rfsL~+S_;DY3H^P;qYNQ?mQwG zQcA6>Db|VK9}|qjv2>g=bFQW#8@n34G|jy6$->yv=^v3b0LZm|28)-hZ_k`1E$0wFSx9%EhRF{5N+mc0;a_5kfEzUAmqzUD$KqS mM^5Nn*BY9+mqvxMaj#Q1``b4p!6pd-~pEViLYu)I;qsctNctR-X@3Qu(Zthr{OQ+ZS*l)on}kjA^N-{pn2bzEP(rqhozT2yV=O4&JZ#od#2hw^t%J; Mar&=@Uuj#0P&XHrh9vmS#n>ug>t8aY;YIZ9*oX<>oeS~Wu1K#JpUB>&6$)ExnZ xD@_YHOBrvpEasev-zyJf6n{e!~)7m45EQzd?=8{FxP1T_c5zKh@Q2iM-_6T)1z|P(WBZ%&(6+WD5F8#!Q4!X*o*hFBAM#u_7Okl sDmOZr&rQsSn$he{=6qA`moMW&^_|&iEqkES5Ou-ZMxfnpwuAd2AaajJ`!n+5U-wiRpBR_D#eE8QA4Scrlw4V^I3GyF(R_$o=Be!-H~O|nH*bne56CPFq9NMg&yHJh(F5;ofcYWXGo!ksdR>SG3I8X9Oaqr)REyB A_^c*m}iPZF)5!)uUoOIJY!eRvl+#)YRKL;)t}c3nj@T#bt;{h;K|AESjFLt49jOj(_FC*tubse4@-nY d^Q0@EWMCZN|QnHhzDy@Cd{FI%!lRq%o(~i#!*2W=^Up|8VQx!+9Y`~2q-Ui9ODzKX&CCZmWfSMqutK1yA(3wBPMa4u%+WJbTT0r *afp#!76FbmT11am6&>u3lC(h4zzO!4c;L4#X=0q1QRInHm`*i?I Q59u9S(-I{5j;MSC@zW6i^hMHK0q#b6ZHNPb&bk7KJl@0x~FXy|10Nl*ynH&FShw|ezA_@v@9`f+;@HuJILeyi_Y{Ki?%4Cn}N7FCO%nHUd+;qaU61y?#I|%CD!3I3ZESg9{bJJp>M)ah$Yck;W#fSQ`@g)RC5P X^cmZ1(-G)O2qXtyWBuf$-tcWXU5sSLk1>nDq2>Y`FN$fu^ayRaV{PYkHiTPOn7gzx}jSh !zlmYSLd9I9aKn~N$+WSxcm4bG#^h%&|hU71Ubp%{Nt;by9k@Q2^5^w8>ZvuC3<}o$mz;&brrak5fuD) )6+wIELpeqP;rQ3@@(lv-cuGn&kbC>9Uq{^4-r&n=Gvwa!$4a+Jnnp}6LZxjy@EGPnSUz?I5m@FcNSYRqmZJqsyO?OWE&YvwC_VG l9e9UW4@z`5}cVKoMJ$l<<>Q)-^xrKSw<<_k8GRNE7>o_)EdF|8_hyStT<*%K@PRi)C#<4Cxj>$8DmDl*=3wLFTbJML4UkwU3A+Z l;cij#Dr{`xE%yh{zT!6?-gh5`PRRW$@{g~ZSl7CRyI-SNv8Q@(qObWwIp^32iSezv2k9bQMPZmVZXtDfX#}zd{wbxY~B)X)6Y$9 rCs|*uwjp0*;IkbDne!zwl>+}k-)s1@l>%1P6kumEQUavAc`lP;W#&I!AZB~XJ8-BgBu4-U)#AM{LdjhqJF_!kc+D%sI@&-NVHZWjqAba; 5o#8bLCnJ~YZxf{9cNZO=}%cmKpNFBPTjjKYuBjLM|28m2Y4SMeIgk#A@zdJj7OqXoBX{(N>)9y9m#c~byJE@I-?U|VC?zsHCP!r i^Em!&X&M)r{S{~n((9IPPEvYhmenav&MjJ>4nE5Q3_r^d-6ozlhpuHFx>dCpYTz4?zOV4zNwMU#}yBgEk_UGY=#l7?YJ@~af)n{ KaO0KLH$^MhVZhw@{>gLiKuB{n;Q8A+tCqH%k<$ccJbq#pCfsSopVVpg$*sqnzXvVT?gm3_N(5V71-%6Z7-{4PE+L~uwNicW3Z{y wTQF5`|o)JR)YZLi_bpNFUW!Ex8PvT?^spPT|bDSqyArq1#?3}bwh^pfT`3CjGEts*Ou8xRa>ovRmq%DFk 6B3?v#j9W{XH8-%&WceIm1uIt^Cit3(pE+OdcpC566D?gb;bm0TwK0SSwkh+16XJjhqU^{f09I?*ZbL-LVd?Pf3b2clj*No??^PI MHQ!et%ea@Ogc(70CBT39WtFTRW5s(-s{9ZDAK6~d)d&;%qAiUKK96(cg*^$4z6USiMZumK@@6uvg0P+c?~jUh6SB$=lqJJ!FNQU L!CAVplv=>VTrg3g*>q6Xb0UiYpS>smuS69?)c+tM(B+=*gN;i8*^6oHLsO~W_*i<^pYLU^8iDbjZbF>jHnc1+0or)AF`{`MKah` $>AK(tl8XJIN-0OcUozs$j;xdF@>AL4S=k({H=aHhW zG2=PpnzjfEtd-!+cCR(X7--?rQ&+U=i%Zj{5V=9961to2x6&%l1Ha5U=@`mO3=Q$*tR`wW`NR)zZngQ4g%DAFKuMocjlQ$@e%3X d!Q2IAA@`(^1IhfGrKBT&*m?fKArn=la(s4SVm-pFXF~9n~vh+_I5;es)0|CSrz%}`IDGQ?}x%0;@Hi%dNQvjWA*r4kjnvevB`L# G30Lseb9nY>@X&4`XZdgT?>1YieT0QEG^b>i$Xv(3C2;QMAT&R$^d);uhhQ3sqIUNiG$lM+XiIwnYEv0xMQBlcoO?fA0Upr;UQoI$k7>qSw4BX53fob8(L*fFA3s`KdY%+FCUhR$m108`*H?q{}X0~9?P2Ti7Dlb9pk|$?8!uEfia=mxZs0%ALO%?nZl-6v$XEl)p J7NfEATT8I*e)nW$^2_uct*x;JVm_tY;HJ5gxDK?&+=|`+a*W?N5s?AGcjFKSILQn;AsDqv6=DQMdn(&-6NfnvU`##AiU<`Fr+KW g-X?dr_fTdcr$w`T_nD}Xo$w1zUIi51Gx`7z9u7vyLIp}lqmbAMN4tk`btNmTL%c7>w$qQ#=R@9VO>zw g|@3{er=N0`Ehb4lPc7?BJK-st0+Gga<9B5QYAs*yk^gedw3V+09a}l59XRsc-b-<3@cd>&XJ7?_Tx*@-qCBu+$)BRBUE?P8o _oIn8p_|?c#yej52m19TxA<0&+cJ0X`z_Cd?&*gr#rT9)bsV#S#0Ryk<5i-Dfx_;>vzZ#&^e2|H9v^s$K3D3o=ddH;XY{XLo6i?zViT tTQ)p@9K2L(KK_}iG=|A2YGOdq-%2QAJQMP(TD`u(%hmm{|H8nTNG@g|KLqq3UbtJ^tQ-2KtE30mT`-<*LYLhUMfPnv2CDc=M)cf K(6F)*IPI^s(3-W?e>fK8;k_EU#lWm+mz-w`GyV{Nw^frDT=5+M7?w!Z+#-=%+F?fVpj(h8(S+(2Z_H(=jh5~?; a2sF!_VW<`dGTHRf2cJU;(S>~C9{lgWUg5J-b7u)580b=djlm5&wNoMS!%|kM*(9QkM}d~;t$m}>b3a!Vtt!}Epf<~5+NY0d7%Er 4^^#ArznYC;st$z+aD;B&5wJrWz=9C6uX{lu-_5qTOCmA;hx6+1;vMefBP3++yhmzVV=I-dg@~oeaVef=lny49eeSblq41Vg>darA$Rk0A=%pNUac;RAwGfcRU(0NPS`PbPph YrP&1b(K->mo8;g9=}@rz<> +ianUDEnTLlID(hA9|q2xDMIh0T?)7Ej8BhN}blON!mD9TgsQFXmD=m_2JeWX-x_hixOIk*b4~JN=%#jhEL7wdbVs94rC1@9Jg6~ &|$Bwy{+W=P>AD)SC1?f!k7qtq(I$th;&=BE+C>|h+#t1ENLEwt$_Tppv_tJ9;y{bYo%FyIXOuEi_`B>8j?%?w2b7-W@0BIoY4Wb pBTb*)+&ruu?@a>;Cx98=U_{LrXau)pP?&rfL=_`V@&!>uR-+H&yCtp9%7&K;nD-|=LGo?_>k*_25zjAvKHey-Bq*90gX$u7mmxM6m{5u {{^on|Uc9>|b-(Zv3JM&-mf9tnCW|K6(|v92AwANvQ&^8)`6QFmXHd^5{YRB%(x43}m%1|b1F~m4Eaa-&1_oQOtoF8& h9x7%J>S=;1AX>klYV_?5@#M3&3X+rgP5rXL6;L#3IYs7iO)yVgl|>2K}u@tbc|k-)wj*S{)aieUhd{I!G30)or&Lu0h<%fXMHab X!j7=T`W+E*%_Zn0~r6_LC^O3$L2pt|42B?{{#&rn@+hF@=KJEeA-L&5>o}S=1wx-l{k@XHq7V-P0n-cKzhJoukIAl>?b!bWzrv< T^@Vvn9a&V(&*QFl-zMPd6qlO9qZ%Gb4RYD#1npU6b)%`T&O_^&73OX-Ho&-ZqgW%CWZ*=oN@yxhj3u5Or6;_(a4d|@7L12sY&)! xgh0N`Vag6%h%zwp0JPrf3nR?pUEH<`Z1T)*(%JcvWi-1a&IDyp2a+JlS A5wh9SryfqbFpt7tU}vH{Ue@w%))c2@%an(qfz#XnF4FFALjmI>@b}?uRISk*HSF0lddbSO~~%#V>7iyRWCRtRIToWIb~$IU-O)9s#q(ya>Bi=leVnvMafx4pQ$4uV9#TP`l-N6^C#b&*iPay%JdL?Ic)*QzNkN6cs$OTeBmb<+oFK0R f!OfZGLC~ZWlv=Ogs2zmwA<^o92Kvdzz~;$ymVfzvXmmM1<}RhtF)YGAWk1JMg^CPO;iCbgT2QZk|FhD9?X+HV@*pfTx(ga`l0r= %0!$%g@$Xn?*Jpy(dZ%DV`ldVrpfev-A5R3x6#L55~bPFrK7m6t!beT^oucUYRj%k=8gy}&Zdlg#k>z1gWx>3Pw9a&lX9?+CCS^n 5MFQZS=TId(n-e=x(R`YDoDtmWLk;%=z<*Zi3pY2qtp(xB9q0Y&0qiRe-|&-opwE_i*(s|kY7TwL3Y$Ul^-~3{!FkIf|zNq(`B4~ Mwrg?EZ9iN=|FNFfXbpiM7rrj95M>KZxi*7!6gwhjt^blVLq8d%A(`QZM^0H)I5hA?8Cq2Seqoj7be@7SX8&Ifc3;_oAUM4QU$DM p1E_#qx!CTPY4G3BZ*ycfpQd;PiD@^U}+32*w&0d(<}!v0OqkXQKCJjEgGo3AWIAEi2{|PlvSU3+&531AkdIpms90dD+&$+s(0Hx zG}YRLEZdA*f(bCwcHEql<9A>p{vW~$5sc@5@PNyR-=Vl2`pRR!~(D&1MutBSgKxIwIL8<#Gn;m?XcF)u)pYsL!U C#Z+RsoT!HEb0BN-^u2cjrO6>I7zAMl*8A>;AI!5P~RSmoB;NS=0EGFzq8G9KqYxsB2#rUtL98KwOC^Nh(b_OEh>wQQc`qIW+HhY 3!ZwEGJ1p*Q4hVd%qPnA0U|XGMJOH>fr`*dq3mvsB&I}kw=8(A6x^P{b rnB`DJ6UWhj?|`M3nMNTu47Ax3O&O?3g=gJnqj`6y=JU-WtW+x^Vs~6XOf81tVLZZl&C7MXcA-H{$}@6x1X2uv~ymvF`+$yp*YoSucmShkP> PaR{5HM*DO6rl-z9esB)j-x!E_Q&bh)+9AiPBkwgEZ4o>M0ON(EoxnKs9$o_9lzF}a-&liIVOpK@XzQJ|ZilTz4eofc5<|y*1exo{R6!8CY8=NlYB &j>%89^f7|Bie-w*3+yy8@_Jr5WZ!Wjs{UD*36#(-F#2$C+Z|$P(A*6Mal-gILmnA-gbitG5a2Dr4~VM*jw l*=HtLV}}Dyj!!vhVZwvGLSFLXKhPDlACx;!ExYII}@WBZx7l5r;Oe(RDJq}X`DsjoFlhvQf1^0Zf2#ZsrLdIBUP!~Oy^ho>u;Mni^aT&;~LIssAZ|`K5#DeOf@RmZx4R@`4Dtj#vsAL=)e?DNPOrcki^x#c|J+{8KZ0GicYW}%tL{wo>);}TDu2n0B?F(I=g85TQWCyw vuK8*b@$Ai%>3tVa?5;&t8&Sr>udOd`4ms^bk?O@dKPJiiV@GD7?5jQo`da=tpl8^&~KWKe}*o0Qg=dIc+p!5b wFre~FofiV?5|S~vmN3t^@0Z^pnW`u;3o?=Th;P!haql?xFP;;l4e(a$&`(NHXnsZj)EBcZzl@>mX44G0g{ku89}&D8e3CFvrj>9$5B#|*xFa-2&VIqe`6v)rRjuqoY4+{Maq;BE_a~44 sMb8YgF(P)sfO>GdRuY`V@j8)0>!6o`=9DFJTXFdFV&1DNwRv`i49?MiTfcxN-*bbN}CbuF~NSMMXOarViU=5p;k58cIo45S}VJc >E3)zS0ClUKKmPjPXExbv&0}Se99znAkm_&h!RfNnJ&aqD5Z`F6ScP=S7$)LiW^2aPpv_51|T0>E2u*iPv^^WmHiB;$>gMa9K52;l5i&b4$I5e#x;*KYF%YMYc)R%Y vHZ7XDy}m3fZNM+l!Ni684u5>8Bjr{_E6$rw>>EvVRB-{3Ayb71V!+O1EV{M_WP`;n1K$*lMNNj1VBtvRKIytd_#N9J(AqC189P( Q@K^N`DkG}Ch?a1diaf`kPXQNEiS}5AaREJr&0Cqv;bl^UNGC`#csLA9g8hhY2X~`bcR1Wj?xYZmm<~O60}5uscRrZLv-@}fA}H( @96ZD|2=y3D*m9qPEX_Sr%f~821ax2oqBj*msTN_b3y#uh*u5awGAsxn-K ftD0tB{BHy)r$hKjunS4mB?|h4i1{8!d7gb6Hgq`ACvokq0V>{4~{j!qC<%h8zB}#$fhigtB~fb5qTLpu$1@{CvQA7+J5J2r1WG^ +fxnaYI_y79_J6SjUBwp+C$RklJPpN%NC#__7rm1_y;bqe|=y9=|H%l&QKCJ;v*(zXbz$;IyGUA3uO@MsuIwwyfvv64Z6f^F6x`c FZo!I1!i8R$=KlnhA2*j^GkTFGN=WoV>c^FQ*f@U;yF2j$0yIf$vpIaQ-~Ay^z}<;XvsbMu8$G}kIS-Fvj^~oXxS|(mYWA&5N_sz 5F}30?NTp9sN^$Tn8Lzll~fR;u4LUa6;Izod}h{+dc!mF0ey?b@qU$Z8$Z7fX;J=BAsK~jhf3>+wB7;+5GBG{Amop7-*HT bh)$j9Rys7#*$I_9nrcs3z-(n^AdgAmd+^<1@i}lie!_E>Yqgj*K%ml;@)@&1Z{UqzLid-%hZVO1-O_)e%vILlIrDz%5X{e#QDVQ@*QsvK mmjwmP2Kl)#{P5a^Yzj4IT_8?QLED1(ex4nIOiQ0J6C)dq!-+HE`ZFvtigLV=m`^5eg3 |4Dwm%(j_o;-vi*dk&+$_Z&B&B;7oSksTJ*M8)>Gn4h^nLp`nz7F!YaRH^&mFohrAwNRa=}~OS=GV8sh~@#7&!}EvnwNeb{Ixw7-UG~u>njI(o}0}rE_gzA^Ptg6_1vX+WR#dX!Cr{%|KMW;ge9PlB=S+RumagPo;m3 $Hn*JRK8~>jvo1K@5t{uM^YY1v$l))lHz+*a}F+M-APNb2;4w;k5$&~H8vUTL9{5hFcqwZ+*v^Aq7v7Fz^o{x3KGn|%W-k~DE{wG G~tS9shpmUg&?m!EU08X{`vM>`46BZ4QtEu>U^88Vaf4MB{F{c`3}))-ic}g{{OB;dR2$!AZITSoD{ab7gVB3q%iR}J~c*ErL4>d 9XoXj7zIh-S~Q=jKMzz^fYpS85vi$oo3efMFh1TM>zcTtUndHjp~QDM-~id}bc|e()A65Z=HfgSKHzpTQ+_l3XRBz(UvE>+$+n9ZtjNcaYK=j` ZbT{Z+Wz>8dh$b^DV4=)`4t$q8-~6;jdC{C7c_q oaoJ+@gItPXqk%U@KjwTt@|DyN(PuAxzf<{Zqw-c#}dby-j&WD7muMK$nNr3Yisa3q~4Pu8K`_K46wG1&*|2o;dBOX3+%1=kuBk@ P)S}!)O^kTIv|O>gjI(rcOJW8K}?5nW%Y^>G4dbon+zeq1cV6`(1jGx$%bmOd>TH;ut6yAz-b`D0iaN(;6XqG5ok=)XEhN``w(R8 XR|^6naF_PBO5K1nl4^!u>H8iB#uMq{>1;KSGKS|Vzk{LzX(n>Rg*u1_8>E@ikA;hikFYPjX*CTLhz@bHB2r6gFPcB;?1M7gb|5> meb;8IXjO3fOgV=gR^iRzZA$GHC9>>_2NK`GX8C|jQ@OUla33R@X>23obUxfp`aPwmrixOeaC#%3JI1gKJwRp`(JJGq=y6$+j=v;Iz+!S|nyX7E#425I6k-Y{#2HpaGDwY0H-ODHN@dl>(ob%+Mx 9O!g%fOqglenEP(Ux8!r*I^jUiTsqXGn*h=<^*K_sLhJe$YubpPG7-NjAd4YI?am-MP!l%U?VUZS=-nK#6oA`sga$3o&GD-p!lEo Lu)C@CPbA`>cUaqzTt8p790$+T;F8WPRGSbTsoSo6??v=EibQ`PV~ECo;jbE<=hLENJyw3L7qZws-qa(Z=RXlTQ|#=x2>0!@4rv+ NSDA?Q&Ok=sAt=dGb^+7M5_Xj#nK(70NNT*Ld6Ili$1fGs%7Sh$${?Na w9Sdmgp_QKd81sQZ^1E(F()p2axg8T+|n|SVoWdwKhCL?atRA8&hWS!C$<=RQ!2?g=Nmgu%M6sdOs4D`;<-i?NrFdmgwyw~j|ge$ swJril+!N28mjq-(sp^6c=EU9@3KxNph-;Y@A0#zhDpa)ng$ss#+uy|Ok~K`n%9+ssG7{4vGER4-B+z<_`yQd%5~GUum{lap|j{L XNRphnEnz?)+(}EUqw}?yeq%hV2K*_V5f+y`r}S}LXI{mKtp+6DvGE-VxLIBL|m_K9QL{(_Y6pEd|dqaagA8Lv~NS$8H&wNdsbkF ET~UybzJO`Zr2dRrDO#8)>l@2s}D>@S*mwi)Ta#fHRR4e{e0)Fs+nf&h~gJVvl}~8X~+x;93T!g0XwdPf=x2FTb4s4qDHP>K>1a?e3z~TT#C^&xMQcCe;J3Y`R1U`vd7XwzKOxtjs 0^MA>j^goX#AeCy=+=SO_ZW=?UX6oV-(xg-xSLfC4wd*pM`%9c5cWzSH>F}gaLL;4SVs@9cg%>fm1HA!mPmmF=RE0V)9vNz7e!32 &9ad%yL3BcmS(m$sZ4<;9UNMs9Lk!@;xp8eWs>YZ7WVo6WEyU#h7^a{tC$!saI#(Hny (s=CY6LBY!aDz^8F6C4?T4OcP$uL2<8OxF#eCD3$|B{*rIXxF!U4X+swU1H!NQq+0z5Z_w`GQJkSGy>&Q2%(sP*0>19|{FT+vXiG;?ynDKI(pte5b|DjDjbw6sgN8(&9_TP(m7^mK=ul;2a;R%aLGZTpu;Qq&E=)l^8KFurg|1yPnShuDVz%~N#-=R8bX2bP((>aNZi=^CMtmpqI*SDUh>C}G_@52;Ms^Y4E)9=)_MO0CuhCJDGJzI#ykbtCBJN#&ojPDYi~jk1u6q&g0--hxsMV;Jw-LV(d3|>9w>>Oiqo-B 9U)*7^>vH4#O|EI&rwr`$b#@SME$O$(;q&3nC8UORIr|lm5}1H&#g2aX(!1k9S!FFskH3dG-z4q+N++rR~H)GkcMsteDam3Tc1pwn({N#7B1)S61x+9!1p(H(|y8mVHOEE}*t7++V=&1%ogrnVv6;*!k1PV$Yjd&We1KQK`1kDRV9S48kHbcbuOPe^@yQDW>I;i9t3F^M 3>Q2=tWnEcfXOAUn@}6n_g3PXyzX|+&8O7XB>iu-H{PP7r+Ghoi_utvF{<6Ydly;_3X%P*WM#AISP9lxKVY(+b8@t2O}1HmFQ@M-Q^#N1EzCAQXNd$!PM-eNA=iPk&(eV$GGAAEmuE+Wfnh(bC<%ltd=bRy1H!$Y24Gt&z_9$;6H!Zhrn^HnXexq {UQ}Tz7ZH`(Lb8z6ogjL!|SMFBJC6$URyVgH-rXLu(n%7noCt#jbtSYQC`P{IFJYmG1>=D2&q^I|KRD~X5_hp1O+$VCoqQ8DG5LR !u$6&eu9b$a<9v|N#Bw#A!dAGg6FJ}O%vAS^zU06-JCm%pfEMtj`9=+7CqHdZxbS$B;9J5{)LrXSerJ>axN&e6-`U>(tF&Mh-oTN iZyykyP)p|l_;jSe*E(B_X$t8X+#r6C?%W=l09C=Iq!ZWow>c#dCru9n$*sm%+t`J>_qDVNGCoGQ1_>}nRW^Q^#WwWr8z{i^BeB) <|_Hi*s8K_*&gds-EP`rIeR*G`d1jUylTb&JA;<@>+c`6XFt3GPsl1t~S5r%N H4@TEbSU-mr#$M@p5#Mg$$QoA?r(QNM+VfL@B(QRw7=E3HMA&B_x+EUF%5Hc?9w1=Y3fqFE!TUoZh?%5Ur5xHl>8*Y2@z nA=Tipl_Bw=pSF6j-TwvWOx!~{U?YzR}SQw4FE68{8QjzCF)Px0(L?$>m@GNx%ouNZ#5l)|Ha)fV_-2~FaATQ1x{ai5TKHpL7NMwKs+XaJ)SfS61pz%P@aN-i-C&6GR#2%HR+4TD)Q@16FL_o#HzFV!<8KO8A>Th`y*!eMTS VKtRs1V)_RZSDg&M>sr1t`YWv)FBHF4?0YQGKKuxon~kFp0(0%ec)`6txlV>frO^RmNS9ae4!CZ-t!?#;Ip>k9Z^vWztxiZ&9jqp -X!;9c#ZKwWXhe3AhbJIm7kG+YL-a)W ;?X&l Kz5#$2lo!u$pmND9ddk8@`wWMx4}hKWNzfK2w&$DS}mu#E1VA7H-rs;qHUS7d_xuh!K!fOju=#;uKB7y9*y9*RAt7g8BqmD9FcFB Ba$=)$G{8US{t^0E44>mudNU2`<9(I^BO9bVPLwd`0!m#VVk@v+xW{{?U#e!cb0EDRG{mMOA(UhFQOmg0rFtl>#g7cWuY9le(&J| kfh}FlzLJMvlTt$J)0VRP_ox)Kg?^bo|}|gWtWakPa9C&;zyfszpj|v@hZpa@q$T1glTsb(h5%)WVZ8q@*)vZz^J?QY}p5iOk8#s Iny3uqH;?*2&w^Q@P8m9`NZAB)_&hRY>OX_272Lk$svHMK$$K9M{q%tsY@^BXai$01~t+lDJrpMD&_+r_W6ilPzgfRDy8 -BhX6+^LfKF+%^e0~cawtt%&&Rg+7#nPxqXHd_?wkp))GS-D&kwtSlPSrhg43xc)I0wSTr}g8Yqd&Hd+J3ud8bpW`@-!H U&bNWt-(bU*P`l6DU>?VbY4D{QcedNQINb>5ypen56_{INCN*=@+UO=3s+LKfxh`rIM205ObDl(Ktk}Hjw3@iiX3Gtiz^i7$E@3p7Ong VI7=<2dSKGMbyG)q)G;rA0XscC+LIl&*(N5>@D2qY0W8^>gLaa+i2h0y0gqm6NC;9z-kRS}!;QWosjuAuF3T aRd`8S@^0Smh~NG{iE!Ltn`M#qph{z$yDP6hCNvy;8l-aGgz$D`j=ZPYsKuu3^gAvO_?#JbUDANn1_cu#IxhGnyN9e7U4PR6Qvcn^^_i9smvYaL`_3gL%1Mn(6ruTijbN*4HS`CMck%Saizg@FKYslhoZY+YTypPKK^9eS(VuwFYv>b3Xc%t0n>x^k(c{OXkqmR1V6YFjB+#{{_rBtIp{FvMwd ;oRWUakPoVGMsnGgEUHIJ?uI6ZyktDL|s{yzrYY0e58MAdfMRZh!a=S(CB>9^VFPAe1Ml5iqDK)+0XZZiCXHg&9SV&gm9fE@)=nl J0Fg`?#1^Ux5&Gv*=KutZCP4F=M&k85Cgq0#n7(74A3E)7qFQF)j4d{zHo`FLE2}{5lHJ9QKN5%=#+dD1E;TlJ_p+zf6Z_wDdS(g 7uC3>49oqcOIXc=wM-??$;Hrivt@)BTTB7}9k}fJ<$m`!=`+wOOq-bq#INVWuy|$`z1#<1`D_8qUf@#HvNkas`ncsFROLmz<$Y>= 5H|^Sk{+6RX1YmTQpvg|S&5oP|Hu%%`|^5F0oYx(H_0bCB=_a&^inN@1R;|Pp&FH@Iif@W*fG7EBh >ekVS9}`y|Qo$#1u)M1{tNSc2z%mtTh!TDG;VgDvWY@b**}7W9%!)32Nqgd0|~ez6Qyt)5)l_9ntKowHdxcOS*dz7N&Aa(w#x k)|!BkHnsaqjvjo>FQr2H{$rtojfgq6XowXJY`eg`7fI=-z}rK{4*R&@MgDPJfLG0yb!y@Pz2kud|(alxkkBy|I>0wwLh>7m%LdV Sb7^9n6ppv6Dt~lxb?7(s5tFJ(kEx7smmVZy~l+NAD8PKQxSUd5RZ%P5VeWdIj365!UL61!zK?$moiuvlvl?8I+ig0yGIkohp*!ady`?>j17zqGp#ybkuihOA%TNS#=R@R D6}heIgkRC7uxRH=>jav6aIta;h+n|BMxUNqlHo>8NUrqU6;&_mK7mL+d(Fzs1YO2;u_@{1z-aA_urblMH1>t*=b?npf1reAVKMQqPj%*W4{fWRssXk^lV?c-RUE`77%rIeMlDqe3$8X!+^0o_RQ2<^{ADC^x_H!}732->IB lJJku!{`d#B&;zRgoA~MqzXn9Se(hjlQE@)m97B%rNqyXV91)wO1~*dxIC;TQ9en%Pw6VhoKWiBG>Oebe23a(|0M*6+oQML1_R1- Zm+7V+Tmm9eO)ecV;RU8A}5@xkTdlAyR;&$CEi&{S}e}9DlwK$?F(I#B_TSx;o#J}yvi7q{f3gUDSwtW;^nF2Z?~yYf>(%TNiwHF (l<@2RaukgSZi5*t}a=X;m_D3fjVp2TV6pKxJTmPK{w{OcFs|~IH5I)Q#?&~i7)uMRGLPo;jkAvW!`v&V!|#E 5+b`ZN_OhFv?SJSgBi4T4>9xZ+P?eb`hH|tK4tCuCC;Ai=gZb=rs_--nrA>+1$^XSS(G`TjRJcD7w;C<^%Uvma>SD7<#~j&$V`&$ 3Q%+Vtq?n*i#u3St=2hK7Kh|y=mII76@(U~@L4y{ZpI0F9dcYxD&<03#Ut7W1EqZ3xLUHp&jwYicLd005xZdya7r1v)ZXa+Fh>PG 79X(>=WHHeIzgnBK%ne4df_?VI7+s?WNN8ALRCBcdK~IJ-ZviP?vufCHRn0OwQd@Ac4P4@!=D3{B50@Mhf%AKiV Xzb75GH~pzYvgSz_YnW@Z9G67lONw8Cca^Bp-tgbrlz+oPK$3#VKs+EepQ4!OW`J~Fd2`fO)cSzdwe9A}r) Jyajote*rLGl376Sbt4}r8R?6;7h0gDf`E#{C28t#2o{X$(AYysuJl&Ni|97hcT?tpxG;b3O^mMunv_;l2W%`%wUhR6-+PpfOAW3R~KA`C_H`LkB^GyyXAOEHAuX7e}A#$LIrzag|G@@j4Q}7Tj-3vYrpOl*fQuJDCtGq uZzp-{W<-SF`DCOA&4xhwQ*TR+Zp(Ox|Y0OL0DMYqNZX_^e;a*{y%jL|J>JZ-`BmR3inwk+^0_8k6Yb+p8WT8@IN(D;nbYm8sV$9$f#{Ta4kTH`04+D+` {4(HV!0!V(fPVm-4mkcSW3B~U3OEz6?=0e91e^o-C%`d)vquv)0s>{$D~tn<1Kd8E>mMA=`GbHU$@~QH{eZs$d^g}90nY?H6^o4m 96g5XINGis!+FaAKLB_kpd4vE;5z|30pBD00=^G$lj3)b;Xb{9e+PIc;JW}nH-`K5>3UC(Asx@@zOQKie<=Q)U{(n5jIpHWysRO +BnkpI^b!5ZvcJ}@XtE_gX4Lwv&VD%3_z%Y361BvE5?&g7mepS9~n=6wvFd`t_7R|xMe)~eXox1A5VTh4Ok_5rt?pqz^6iQV)SvBur$L_|p1^Z_;cU<<`<%^rFDiWXY@YA+v&n~dRFIGFs^GfstKj_66{KT=!YP2~0?q_{2jH3t@};GM a@wHtV-=)3qwP;tkRQ7h9#D9{&hOXthblDvZMRM) {hw6)rzTUsZlBC^KRB6m9GOhLdUi7De|a+L`8nWhz~4{iIi@+}QzKxL*el@qfW3fqfH{ZqK5YuupEHI2YS9#~yM7Ayk4zyyQi|U^ g>>FHh3oH`LO*b;jvJgpzCESmUz|d^f2RBVehT?>+Ek8z?^N>XgHtJ&v!=3t;#96beJabR$L{&#e}SElk@KL^|h_&cSqV;cAEQkb4b{Poi~Z>!=zJ&pcizv4eTjr8BE@FB%NI*t1rQ~a>DpP5Fx`72i6I@e#TaJ`PZO8XWRMR^>U#q}SW#rX71#s5z6r_3h)+}Xrm40s;km9r_=&&(!2K0llO?)llYm(!4J )CxUwxc^0f8vri@OaVSIhxy2?5YK;khU*Xz%$~Rum@w@9u&+Q5i){~CI_1ypS_2lnyo&R+}Y-N5{Pri(w&-E6~=f3Lzn*l#IpZtAvKJDkf=hKcyEns|UT0lKb Ea1FD3+Purw}AR{d;#U~`~vFPFBg!W84J1o+=aAB9$mhf|^6BHts3%($zi%1!?Kvw+{{ld`AuF@hhQF_g otXTuP0nHHM}oh7C_gZ?SNVy&zNmGH4LPk}j&jIwU-`*JS#rT&X}dMB<}VdKr0^1y`-Q(E3qxCz-&at+jPiMu9~$Pu4Mp@lq3~71 yWmknUn>50xAt9$asXvGFmFG~ziM4_gl4T@YM7h+Bg%s)zd+e)$ajg2lDBoEyl5D!e~z*fWi85g4dX~c*ZL01XHdR`a<}5rhQ3aI kD>Hv{b7{v8~P>hw@P6z%0ZNSwCx(&=Pla)mZ6`x4&^5(|A2Br`#KGM&=*klqWnF|AWEP1--NQqFn{_K${i?il%%2062G&{&~N^W VP15*&V5>8#4z6%pYnCZ>63_g7Nra26_l?k?vsY`;YO67qCA4~&xW@DQNx%kKZymO2=GIEq}XQ|YOgw7o4b_Bn;03*bJ6vL59=l&oP4x)K$;;=3Qvy7-3|4E>qpv=(AG{A!1`B_}+h^^c=`R_hW=#GfqDw#1YtQPvpd`|{h2@~EMIJBc!2=-cEczVkAaPaDR|TE$rtLTL8@kb^@nuM<0yww+EFrw{_SUm`LsD_W+c2hRT*&v%yG_{*_p^BrEMX)+oLfzy}8@1OgWK6 Pdt_gN8CsuzCDb3#7QUo5w<^>N^gj!-7bs>$0Jxe7WOfwXd~IVD;m$FT|sFLgQ8vG4!0I7^n_DRI(&^AcM@^O!*7U$(?UQvokyjk T|mvzEiJMRL-MogN@vyStSVE63L!1!wk6^bL23;H=YKtGb2^ZrI7}eWm!D2p)K6yCc`qKi8Z1l?#5`Fow$-UqPsg2>4ad{ *b0#wqY>94FS8XvX1ZG4WHAke9jxYQxBaQ;b?%1tq-%u?;3V1|#ikSKa7+eKb38c5skH)?wrY?s;acUWpnM4j*j%g36{OE*Y@CV3 1j^nirz@Op>%_zv7e+feV<>571^Q=P;%-Wt8EcYYPa=cv%R3V>*SS2A#3Hpq8ov;xN0_#i-U47pc_ex$pZt=F9qv(_NBZaSD=VDt WTG|Zb~%Z*woEb!4T#2_wc+k)gd%iSdICs}GB}qLiFQQODOR;B<+LTbx*CT>m>g{j$1pO2ZQ9aKYq;&2Ot+(IXd2OU(5C*`ovC$BPbW6@C94+w7gxbj2x{E-*|hp1BWJ=PAb#do``|7PFvCq3ps%y mi+QVx;Hy(!s$+1ONzpoCJ0WX(v(SoS5;M2X5~u!H8-zcuRtnrGWKKH<8hoA@iwS!c2enZGTmTk)CwH2FP!a~I1XeydtV6^*__BY g2j%@j4wB@qO1BA?1WPdeiNdA1t+>-z7*nyI2bNoV5P5C>4ca`QMI>c7YEByc6cP()rGOCgjEfp BNA-z=W-3c=l0c>^v}v90E2sk_#s^4=V7C$MX(Xxod{tu_})$aW-%Yn3uLzH)k%l&!T1Y86rsr_LkNw&oVJ<`uMT-K=us9WZL8UC3h^IT9nc>z}Q6G$s_&5oGmF5yr`%4ly3at(B)y2FqY 19iM8Q0oMifq>zD%QwB%5J!?_jS=*j9;S6R#^f(+;5C#zKh$oVwhf$vZ8|V1- &Js(sS!dgzX!XIerlL{+B7bYX?THN3Y7GKKN{q2PkxWxXG`2#=ukUeNQ^+)L7&XelZ$&zdz-R}>5*^kUMEy65-nM2sbdfn++0MtX 4c+kiSir2oy5c{106Fs--D$+&ZPvOen4^J$uR}b;-aR%S>5+T{!ijD6@llAlO-_;$UzCn+jHad2dQmQ`A#{~;$?IGP>cLNK*<`QG &}%c+j8IEPAw@Nnb#TJy&o?)Uo1+1&>lB8z1%oqCJqRz|HjTD1E7NV(MK}3V{J5zLw&XMQx77R=7p^)PPDab?ON%6SEs&g_wDgFp h3g6>Jxtf66I#8rYpk1L(mx)d|ct8QIdvgk-t%8e7tRhG7Ro*rh1m;gdj1sR>+kD<|S&r2ewFfBHW xAY{ur7m5w=KQryE7qNFE=|EvTo#T&V~b2Lf8tcP+h!e?u`0!HsihKaoiM8fMoW|`gWf|fk4E53;VRd!mpA|)x_-TNrPhDS$45(t 0>8a-WvDh#t(!Y9-;!7o>}5MtyQr>aQ*F({nxY<05Wy*Ba2o=fZ197Nv^M}@3G*s0vXi8+-OC58-dO)qnj;G@A$71*a#=+9C{m+< B;=;+B?S5KJjZdXI;w2Wk`#a3iAdu_k_f|4op2@+O&Hs%C8#qDto94NF>n(wa?>7dx6O9XowsAKX_vc?d~9DV(c>n?Cz*IO&QIKS NGfN~!*9xz9L~ca6I4XXZfn1GjZ}1#6xKbzk+0dceBzLw88`!yl@|Lj=^i(>(SkS}Wx6L}>_+@LEf+Q$-MA;5jLXGHy!F*^k)ews q05+BHaJOf+oRT6zaMH&bwnef#!N>l)RJg`Qg?}mMk=UPxYH%9eSU8zUMWIILwYtk=(W*qUW9g{oi<-~RAE36XW)!Y3U=X&$g}%W_Lp7?q V@N6&wB>@(!u&WP3+Z9#{5X;#@TS38*cwfbx+1hHESYC_I1)O4lVwTpi1R`<^-k@ghPoOa@ruxgUBrAI&!6ecY|TVt h@N$e=C{|(tD9RJaoxG~^{sAwq;uTpOTokUWpIhl4y8(`ERQ@3eOnSJcm&H1VDMn}SZ)g@94dYb%MRNGpR}Uz`~63;+>P0j xozk?o;_;!9mo&zAIU5?j^=L8_WkV-W!b~oer)r2_9W;SvJwcsoMn%fc{KC1JXn_}qo865P33gIoch%kNR~58)v%oWYYU{VGXoft y&ankgO`UykUXG$nUjNAMc9sROONdq)jVWoWbYOnR_aH4XYPQ=*MXR~=JuoWHme24vL{f#%gP9YQ9lgqNlfW=ay#u1s{y9g@s@{@ 1RM74t%OB|BTBgXmI%9Q3HwS%m2mwn5nQ?0%t}Xu0tcfEoSeN)g0L`w@W5@7~djAqeYenWZwbE WC#O+$`2Jn)%XT5j9cq?IR^bgmC4=)kGD5>qb2u>#b!k(tbuQnlZn*&9IFdQVA|WWPjJWF4wKyn1eODR+oW;GTK1szD!rgg v{KYYTqBUXytM-^g6lsijM)N%KW^PhKea8l!?A}P2H_`Q&{!P|ux`hyZRvyq{scL4Syv-oJMUi{8i^%sYw(cAgbWD>*q7U78LGx5czd%0pm!(TbI}xQ`=u|`1^aEIKJI6n`AdBbA`+hUcwU>m*pj;$!^PVU{FTETMtC}z$KlVmh^o_L`Z_>v4v?QB7p5-O fOkXRhC~3A;%=a}_VA7@)G_rCB8Su_3Rd%Cjz!99!iht~3lD5I j?-a)C0GuM{r8CMs2)ee%h>p~hhmb{5Y9NaTU6>MOtV|d^t==8=TZCY>;pEMLw8QvTwjwXyC?7g0p<<`xxE)c*_FFl_$?ZvN>aj) Dltv*Qzz*Ci<;K!Tg{Qg&ib=5S)LV!qhVdPI3fDKms@IHVH0la9=2I!=`F}O?$9&#@jld7km2OE8@fn*LfHqh59DhhIPJr>>EoqB >@C*Rdg&cTNAoD_;sc1Z>e`41$m$^CTSE K&2HjJF$28fOn{jbWq8o?RMRQZ3ECo#Pq2|q<>C&XV4dn^{}84I0! Qa)&zJdi!+1qnxk+z$IzVG|y!*6_du|MSwzWxr+kK#|I;UKZa!N4#$Oc@UXoby1bV&}lymXFA~BwYI7C4e%~m_C26rhDdWeeXMj+ SB_}%vqcn^*_C&jv#0PhY|r1QS|y8G+g5|v{(syuctK&HIi^eX+N75^IOqfu7%vnBqmqrK679G0mUB!TOhH(_Lw&A|M`CG%BVHTt CiOHV|7vCBf7JK4n#bArIv_6PVc7fDGWkFtbQWFE;0bKbL#28f(Zt?Bgp>9P_4b_4y>boZyMl&iC|*$tbyST~6GnLfnHv@4&(4eNc&$j4cQGQo`)e-rpn$TQSl3*$0AtCUoUr 6RlVBUK96dgtrxt$gmZl-=?)$0QJ5kw>wU25-CXa^tj3?Vld%y9}wSKM6*au39 LxaYiX{+^ML)K_^dI><_K|P2bmVa;+Bg<#8!@PAGzKqcV0*&HD>_4D*6!9be;|(*reqAikEFr@u*%aoCBQ*-eRoIpFpOw6BwOtE+5_{>CCl@_bw%56^H{}y4-{;DRD*3H!UPYVe=m_xtnVd$Z=h=Fwa;NU^ESi_y7^yFO9KQH 0000008eIyPyhe`000000000002TlM0Bmn#VQghDV{{Pq5M&ipU}QkW 81T;Yotb8Ox|_b;GYp6(#<(L!!6mri3K~TtxS>Qv+;wV=lg%pe;%5;_uR9eI(4e*)T#6A_rA8+ p}!gZ9A_JX-`?7Bj`*76e7372e;@DdI8PA#gy542$9ZJD;}ohK=ZbwCXJ>lfcB119A~e?>-WjGcZxQ?{!S8hd4kGv?f{g^J>CP;IyAwQ`;I;(UD14q^Ey1dcm_-5ImM( lHlb8XA`_m!*}d-oN9uT34WX49D-XA{9Px?KeH3{yt)(dZ|_8TuM_+}!5?N(-vL>?Pa?P_L0{oqfuugW9-rV4+Q2Ojm$Bi~U9_aV4B!6^jm2(}O$K=Ahjze(^Gf?p?i kH&vk-=EB*-G9rYUEHa|3Ah9|AvlxZX50_6(VxZHsMoQxQJ+(1BfoPs{v`za@%SjbO4F^Hjd8haHtO@J#(!S(d4=Fs1mD&CzEN-- nkLTX1;pE`fPUIqVSNGh7+F9+?pHwm(==Uk0qtljp!|yoCb-`T{+!^A1(fr=!dJDNw+k4j4+(Bc@aqBUyJdj>`e}gj`v>UnJpz2Dn8NP4`C{%fH3`rkUvU+F!4l;hApXTiL 823hk`x2Z=kgDLEM=;IbsnIP2PdpCe{q}L_*RLN>w1n~ec%*-v-~@tCACGa~{shdgK__6Ik0*EzqpQNrPei>}5UgiBKN0=^DZw8T ?6*M2Zvn=mKfz|6?+btrrx1LU;57?S-hz{WFK3(t{P+XG9eEy~g!ypaNtiEB>-%RXp`33mM7i59L_Px+0>2v;0$;{01U)-&A=1s! @5d|z{+_xJ<()@x1i@tsfmg2*97FJ5nts&D7>AaV(eBwNW4soe3_QO1WYE3a6+VA5#_v;t`*AtHCmO}!1gCL+r#Q}@+}=}wmye!; emwM4F2?*zoQC>saT@X+K=3DA-f3vZfu{lA3i^KBY3TP0Ps6ybBS=fK^B}>A-0ss6-g!F4 bI$2l*N!?J^}P6W(3Q(iM}2NO9sTs+>1f|er(=BII30L0=nRa^l17~fY3)-c|jhxTo|6zv+l6yJlT$nVIdDDRY|z@H120-rBlihg^3 DaQL>3b#BTaHsPz|3;k;ygl%Ih5c3o!m?Tmbwz?*g>@GEINIhOgE1 _iMVpUI2Xl^a70A78j!ZBQHe$Ef=C+&bScxcJsEzcM0g(kV_D6oQ5B83EJCCkXTb^)+H$aj!S^=k88Z|FT*_DZW+dF7k%G-8Rp}JWtcyyWx$^~%P@{BmI2T1RruU8;KRF` &vwf}zxppndv{un_Uy78{X0bAUIcd_xHrLH63i{fxZblI>(grl&*%9@a2&ytY0~|g;A59!oj&L?(APg)hWYgw!CSb$|A_j${zr`S )|X>^Yc5BB?Lx4P$MJIX$8v(SG&_GMxRPM!6=>&nD=^PS5X>+htw6n>UxEJp`wFCciy*NQPU%YJE3d@-tGWu~w%t`&A0}Ldd|R$U |NiS!>3sMT$t2uge?q@K`6uB2i+=)My{qA${R#cN$<#tALM3 twQ-{tU~!0t-^R;x(aynq<()^)4xuTL^J1KtI+SiyaxGnU4!{|{543w;u?(CbJr+cy_VJ_nwO)l1%G%i33metj=vs!RnPV4$A#Ae Z_d>BNjIRq2i<`3^EaT~M-n`O$NL7w%hmW^vl{bd=xVfoH6M+s(lL;WvX1{^iYR |2a3K9#`IsdOdtI=F6)Jt8PL6ZF39e*RHo<-tKb?>Ur!fsMnHPkl!C~LBFlJ1@rKgTTt%TZ$?!`~y= pWrvwg5C@uNTP!?o8S!2cP;48*xS%=mk{jXatTf(yxC(N_?e?`N4iUH$GB{B2l5?y2kPnF0en2}4)Duo-+^|qvVh}lai`MFJAns# -HG<>OK=Lo_B*lOtiBU+&bRM!91@kCQ}055Rox9b^@F>S&)Iil{4Ts3{dW1?D1VK9f0!V#2+k9Cqr9Gbz@Hp-kH)_T^;&Ze=I=}Q 03YAK2mSETJ(y3M-HY)XelPm_pnJhD%_q2w(-9=r$ysn8=4JK$$anPpz@PN}7|+uEm`}&tk9MD{-*43SJMYJQdRgD!yB~b#<`1Ag wGW_wMn8c1FM0s=zUTqWvsDiu{huFDx#I!g?b8on9A0|>{rH)}?>-3nu>FIWU(F99efxvxudW9%Pk*D~M?VO9x`^QMoIk-6xIZ4k IKA``=)h)A63;FD-a ;wdVZ+O@sHJ)Z_YHuV{lf8;Y*w{9mmi1Ghf%*)}=f-g8v-|y4+0nY(H43A3N))nt!efscSjN`!ffH!mB17Cf!!q?wJKY#yy%*UDUgRZZ5U-`%n0C)KS^kc*a7|#hGV167%@EC%pegOGk>klz6#(oHVnEfHf _lyrA&u#J%`f>k{kbd?@z^`LJ0v&rs!$0{5>)_@eqd#jt27fw|;DOvvAEVs+K1RA}pAb#v{5}D`w|`H*!4xxD)b3V%(I$KhRq3whpFC4`^9pCFIZxPA#)XRjv6 ^!w{1tg-&)_XJt*w)G|n!H=^EGN1H=uP3Blrx2V;@LT_rkoI;EWV$e$AmhOzg1?~tTuqSa=kwnHeDNEo?<)kQodmgGKP1Tgv0lT! {!PT&^qUC(K0)r^Z3*&t4Is$lJ%S+P&2)mi&KES^(Hd`&roT}0TS1WV`Z|I<|8FJ8^yL+TOy_n?CY;|BTuSgff;)dJA$0361evaU @7w6VqX_c4_u046u3a}x$o$%4Q;b84!j4VRKf$JGXV0c+-{A^>r{7Q96!kkr!-Tk=qFwiE_~ZKi3_+F~ {;uV`PLTQPceI?bn%}}4GG@q9?LplFY_>RW=SigU!`Bi-f-@pAG q~C%d)7@iXiLT+6lS@ AK3%(-zUg)=f^`Ze|8vx@`nyVJ*N#pKJ5f~9XNp?)892iP|lM>P|r^^-Ifg)xB3Rm%h3dx{vSe+*TKUYK#x{70DqjJ3E>ldFckTY 7z#Z5b3qj_Gi$j4IzaENu9jEVS4Mn{#8VWqRekkVuT7?g3zRzjC>xZJf{e}Tr5P|tn##CRUCC(14EiF7Ax_#gEBx;>Hqt$SiV+@tV;J<(r}?1}u|+Y|NtT;qRxIL33U;pl&NIKoFL9ItSHg1n9% JRJEHhNC|YAC7vQI2`?d>2T1CTZV(K-##38F=9kQ_AmSqpyzEPP>+*Fpg)$3!2G>n1nBH?h1ZWj`FAONcm&4lDTV*k@Wfsix1_?K ?uC9CycfzDwioI(VK3mpq`j~%%_MjM!Pf{5r4Cy#GU2rHe$|+SLsQ%tNJN0;j)~(F!XMp8koo)13BJtvOh`DyYCF5^laLLX&G#jI rF_1-AK^Fi;gb`x?oV$_IL-8aKfyPc{!B?YhjBfd62ea|A;^5xV@()mcWOfT?_mU450WN$G1qe{`v2r<3E3w*YZ}&AC6P4_=y%e%|w7;8Ekj!0SB0%XyvHZ^C1||>>)^3 JOuSxbO_2ji(rA^B?MW1`th$4vj4yDuP|P}m;rnlGz0N>CdhKk@EMpdnHk9UcQbUp&H%l*UgJM91LOSc4A8T;W}rVenF+cvcqYo3 H51>vXDS`l@bhM3yf2@LetMhW!32MJDB2$!ig8#*kone?1ex!D_E6y6Ko4}aLE#|;ujTndkoV_zBV;(0;BT6Nhg-EIgpWM81>tWK WPbXnR6_W*zod}=Hoo?&kNz(DN(X$~}ET7g%uwxYc?ZJ6grwITi~ZQxJN X~X)uv<>rbSsTXTsy5VbT^s1ZJqllF1Ap{M8_M}fJI1fR9sNCtAoIPyY)5;JYR9;o-;VX*x^}ehk#?m2nBbuVznM-rytOES*oY(7$KR!n*oTf(H5&rNRSO@?kC7{Vk(3FS(5?X{818v!1&x9Bmfgh>vLi?Kt vOGGg3+=eD3+uymUBK@<39??~qb`iY?%injv~JLYncX_yyTLDXcY_|R?FN3o-3`3@x5DqtL3(!%((gD2^lR5SSl{=YgLdZTfNq~R 2lahz4)9{j9;L@U=*NqDfM?eeWc|vz9@Kw_x#*YO=c2!+&INsGnTz_JLGWK3e=hoK?L5r8kLF>1{Cghe#g>NwpNAZV_WbfN^jrEc wCC3v{`p{k9DYVKJfp<`RM0!=3~76G#~SD6+xEIADoYI`fNVv**1qGyzOw%%To^rey=_pc=)%&k@KFkvjtA{PhU*oBQj8vx?xrUxQA*LU0kM{|)HnJp|dFWQ!v~$Il>0qObGRk)VH1{T6)d5065> 4>=0`H2x^8o70cN_}xa3^~CE5F6H_3JK)zZj)t5&ir{YvE4UYZd^X A6|fQeVriduRdLX_K!IU;rpBfxnlZBkYBSWVSe3u67c-PlQ7S}yAXIcdLiiYNeeOV4-ot(F(})eoN&(Mc&8*pUw_#tm>1tW6?i(B ;KPh3r=q@FEy6tAei7#V_(dqkC-`fEr!PW3{BSYaF>Eo~Jx$>Zg>8$0FZsooucs?qz8K@Mnjq^#*DS_(?syvL*q*1M{PFre>om}h (rKXIe>e^F^!n3)|F52gdGfQ<(XPEtN4!H%NBSd92VNY1I?8`V!#^fiWP8vvFhAz}0rc#%Kj3@K610DpB^clRmw&&9Zn I2ZJ1_PNk+-9nJ{#-qek mjWMWU5fthBnbNi%(urb1wZqx%fR=Jz6^56W0!%Cy5*1H3y-)Q>+Q13fzMA|j{3eqknIUSxg7m>*cF&(%dSBGTz>`Dz2~n0e*E(a jN|4j(2q4MFn*&~Am3A00FN)$_v`fio)zeiXI6lItY3lkDS0K@xyzM!pL`|s8a-EnfB55-z`JX%M7sO0M87?w;jdkZ@)K7>zkVuQOW)#QhI`rqx*C%AZa^m&ipFg}F<3I5R%$vp=KyMDe0qesB1bJU!*$v<`|9J!O;+LyY?!wiWpZBa*e)YzL ^Dg7-ji4vrxrzFP+BJ;e{shlhgZlmB&)@^Lz8U$q+>CX9IYHh}eC1}ysfAmxzF&R|_}E=;1wPKY73G{y@Q>7h#cNTIQMY4$_S_D9 y5V-rucryJ-P!Ov(C!QFK)-x?2l%Y%cY?ou^-j>4-R=UNpK%x3d*off=WFf)9gz7Oqr=04PatNRnOU$Wo*=$uKONB f4=h&#(Rf{v2N}6FxoloVa%82he0<^d>C|W`NPn6Tt$%Wu?9VY{ygas=uuvN1oZgezaZZ81o<4np?^)te&>%K1zrt&4DH(WG1O!J W8gQgehmHa=40r$Up$U^b>!pN|9JLstnWKLfqp;y3DDEKpTNBN{0Y=&z>^8t*EyQt*#tj&676676zJrI3Rgab{=e-h;LB%EVV(Ht )4<>Jo(8?R?`e#?^9=B__8HXwx@Uj~dXxO^Y)5ou^!*6@2_jTZ$5|ly(2-kM?T~^T96$+1HT%FoGxZxV{GZy2U@RezyDr`hti5f%&=r>!4#-z79Th_3Kz~Z+#tn=o7D_y&t@e{hL{D B%JvKzx5{gtK;6pczi&R&$rC{C+1)6TaZsaehcMY@peM?Y3tqrJy`t?^k4hDi+;K3UEtU4?_xYZB*-eot=wUCio`xT-@fK+KY44+dmc9?XT=72o?a%L{y-&Q4b?$AASM>ql<{u#aPd`9@H6I}V!5;w6hI{}y=HL&|-)DS)eZiU!(I3}; 2>NmKN0_(kK7u}F-;Y6uZv7bT`oSldmp}dl)+drzmIXrzq#*Pm%sgjem{8TRsJT-TNuzk5@I`u=PkcYCZDVZ@uc@*P~ts Yq+-_@mtrcK2+a-w;uVQupaWwY3s4>UbY_k)CK$>{V{LOe@u&Bd>8##AIN)wL<*hLwGKo! W#5qhhAE__SLXh&s2ma}gs(Y~ZEooO9fI2uB=N@Co#1m6|7{BUO+xM9=x+$Uzo&V9NRa8zdHSB$IJ|eUH-#lNe6rS=&+f3@!t{Qy $GcABPt|zG68vR9oXtCio_WvmP=c8%*o!dFHip8UH04ym-iH77vBp4bfarITmdiXovGC51DL(W6`x3mJ;7QilO{s!y$k7z`J9_>d !Ld}A1N*_of&X|dVLCsaz8zeJvxnx7_iq#Weh2TxIIx9ad4>1lkJdJx$9Pl)JLTn7QTnHNznFf5HH_sLK7;tE*72VB|O;lBs0vWP8n9&qA+&(Zg%tar92JzUe=s$ruk-A)vCfrkH#+gk-2onO(n>lwG{Jxjm!TBkAe{BL^R k>b8i@3b^JAD7LUI__)wO{BQ{(2tfu=MoC%J@ihEbAXn4Gmj(XHI;rprQck7|2u{EXGn3bwc+e6>4a$tkYe=KAEM#I^@?QkvsUlg_*&pCSE!onf*_k9XmqUpXta65Wm#(1M~_oU}B ^i0czL!!N$QT>C)XFC_R8Axea$+G-MQuw1)IM0%>#-Wy;|4rdX(QmfZ2W(H!YNdZm;ihbd!2P3fM`-vYo)=ZHLt|UM9s0rciRFc- dEWGctt0;(k$}CK)Vm6{VD&t{Oqb|=Yl2T}{yP#JK)+wm?*@l$fgG`UXw>$dOX18Le2v}@VVR14`{}pytJnsK))1Z-8pd+M40Z`wKopz?YzD>{D=(jEne^4QxMP|NiWIxzRn!j$Ve|bN*AJdsC*#5q+-+oyITerVf!M2P4 zDw~wrT6>jN1};y7r|@jS4F?e5;!x>e{4H)HP1_ZXP&H7DI9rZ5gw!6u&h&RwfukG5LNouloOvqzfe3JN<_ pZRR&T?w3}3sJQ+Eg}d~_xmlJe?{IL|ozFYnL3!*#zhV7w4xabycF=O< oS}nrbbMC+Ar1c~#eJ&^=RBDC+l=iJw2s?4IH%8NdLP%ijB;SRoMjr2fSq9@rT<$M&Z5q%f{o|J8vjcA?b#3K`p?udpH%oGULUOf nnmyH9N0{f=qEk}_NKJ^_k$gFPUD`T^}CGTpWyQP!9J7!*3++!!dTy)C-^=3{fy$XodSs+vLAXfm%y(qr@^5y-i-3U;55CE!0{8&2Pk?JRK~n*Yw` KB9Mz;J36MBo;c)b9)`w4PUHz??>T3rDvD&ND*w+@E;OnJ2KYYucGHmI6q#K=zWEjb1%Iwq~B`#ovdLuGOqDB(ep`F@cCf=>aB78 I@3CR=6&&Irg!?@UvYYCg@3gAalVzu|MbHdkW=W_m4Lmiq^I9j*4ntxO7jZ}|GWyeueUg`<>h^bmniIAjl=RG`>=SH!X9H9xI=NiVc`^{X}1ngU`Nu7dsc3spF$ w20tNWpm{B^ge>poJw$8rq}xYc7>a8yXkum!G?aYZ)RI4_A_uK&wHj}4$hI8zbm*ec%7whgQ{S&&wr0tWlyBMKBM<C0c)s%5RRuoIMT}hRegSwe!C=az9_KrW&bDtu;LG( Z!J|gpYe%?r_1`7eYDh5nPc_)Q3;&0ma{WuaqYibH9p&-ZN=+1!6T~Rvw;6DruTUXoCz37zwgqwhpqI>6@I4quuan@R^8c#ZXCV; Uf*w|y#7J(6#896zaEXd8-=qT?8F4@_gP0@=GXRF?!=X*3A?_u%2EANf(L1o=T&!5uo&-6Z*;+#ysmlNh-K=TkJi6xfeGU6<70#isPWcy_ Utsm;=qj9l;=ftEmg~1~DIBHn=alvhdOn4I`_ePp9IU42!+3q?e3P#AHzDh`c!BTcT3s*O&fT(Owz4CSXjJeQ_IsMiJM6WRJz?**Uz@(O4*{%EpGN(a|OTFO_d5#BWiLheUa+K@~6DAnVgrZcSmL^nwM?!-C`k4FynJ03x42d xg@vSD`Y7z)2A)zLJLLF9`ZRxtC!A{xYSq)UN%MFnloNYNAE9bEt!(k(4SMJX-7R0&ta?ywzAOFI|Npu5IssnO^WSlLAAC*u9SCY<^486=7QJlraK9nh`w;0lj&?w ^s+5}?@GH<31?AczCA}-QS`2K%Fo54juC7{Jg$;KD8*ual;nYwFBt?(a|mm=&8E}14-2_YllK6^6+$`AUn2-&X~zXz+OXz={E{QX OejLP*Ar-$^1L<)s2)T&x!4vRS9`>2lhGg)+jG)=8ai^DH_euW~x@;(}beo >or~xY9+PJolHrBQgdrAlcL->s>}$+0E#{#3k0NPs}vLqGR=La=KGCsE$z*QG3K!7sXY$ggUJ#_)XvSsJ lme~i?>(HI)s0E?W1I#W%;pp+uZPE~fz~e~ML{^wL|}8Bc^W}#sIG??G_NN<4V#KNUfHrlnEe8>3eufa;{w;Gtf*SInL3Krc^aaE -|2H2oq$*#nCKP>tL4p25+1e{yiOs=g;E)LYVrdnKe3{Dnxykl|-@4~^?ZslgVZeZt*U57=+tOa2^@{@vUOt@~kjk}`I%(Pn8V~rn$xQRwZaAf&+3&`p4IAJMub29i &CdMr2`Jm18(hsUS_?qi3)K4s;**q;8uG$D2Uf(86((=tn#Qa~Qjw#G$<@s0PHa#YvnWiyLSkEQx@xLb0IeoLCN1+hHLDbWL&O03 8806Q*(-K)ro@y6eoLvCrfEzxtf&Mw9f0%^$~BkLnG{zj%DU%}v!?-hK5+++{P8K|wg(gWQY=~woAur8inrZd!*ep$W%sDDsYmpRYJfi*vuPJ4U=4lJDD_*gsos;D~8cQBVt{~SystCFO N@f_I9-%QvPkfGaTfnPnuewU<#Bo`Kkwk%Zt-I3Sais!tDxJbdn=GQV$x@zigx1S|yV6>tyM5_9zrN3@BxK%n(SJ3MBoqJ3O`nk& TAxd8?UC#P!G^J|SVy(tb`21e)f!^dsJnUeJG~xifUF=M7R6+i7g%1IiZW!xXtw&i+S4LdqzRGD86kyxx~1Ur+!AErg*#&QbDho7 h_LvU_FTF}R)b`lpCuHebj$%DrZkcUs;QLE=Y(lC>pqVPW-xImot`eznt$N-un1T^o&IWAnjyJ@Fo>iUMkeZVLWJsx6KlAxoZRJz brUCA6-5h(_6vCx#I7bL$5%lj6plP%9CfKhAvFzUV__B*ix0p8$fH7QDY5q%B08q^Mmi8KfH`x*MWt|*nj{iofvKZeW{aB+fnGGQe?)vpaHTG%Tn?H@7GT2(= M!FVXh9-2kr)hnp{%<9=1PmD?L6G-b(ycv4&JWkmkjc%p5JO4`9h4}!Cqz1FIByzZzl%DME0D=SzKSokQ>h%4X1I8p-BbmGFMZ49 Mr9aGlYyfudXdDy3vY4~CR>OJLBz8%#@6Z(^9s@YjGJ4GBx=eP>$$LFLTZ41 G~`L*)p9gAEnXp|D@aa6Qb=1tIl_^YO9H(oDNIem{L4fy>OhoJ%L{(!AgFYD0uF<8=}L0OL`%?dnq!nkp!UAZg-)EM33n>Mw1z$T(&jc#te6iFC@~Se6%u4QfzIA1H>E=)+a%B XcSrZl@3H#9kQ09zGa03Q@2(gvWV?+H&k(2$V$Z=EgZ^#D9h6u-2z_OxJscO$W8WGIy5GO%)D2mGlU2s)2USzjzCKzVoDMeH4ooZ !>%%#Pm_QaT2bvY|1NTUDbI{wA(yY?>JSmhmKrwD%xR&nH=d?eH6yIIj@M6WXKKM3PN^VtiuOpFZYDe>4C?fid5p8ZF2311=SIVD 9Uu%>Q#h;l#*AkMX)Gait`KWidBYBbNR-aXegp`Klp3ub=>j#7*Fln>OD#pw+Y3uTZS55HzB?Cj@>s2tG?HOLYsHQh9WxVMR2!>} aCFcWHKwJg0B^M>RMrv`mMf^LN%}y8d7-3b!m2jOFd5cXQlF-Jfcv4u$_k%Sk=6Z`6a~p!*1?o3997S*dP%cg01CVV)ga4@8`p!Uy{K$F>`b8# &F+T0)w`fI)b-`s2tz!WLyt-^#Zm_CG=$XANg57X6@6-IYTF78k=hVb9HdFou8pZxM1AFV2XO|{qT!Vk)}oBjxMg#_0)8{1iYC7A Ld>X_kGES5{*7jZG>i8a+e#Uhc(S={UApKI!A;MV{f2C@#!_ELdB+e`Mbt>yYt=_e&;lV(MDli2Qcc;6u^WkvLuqL`OMQgVj@89z 6HSFIDM5>F$z?>>EY%T(WX%TfG~Bby=XDQ+R)}!54|ghb*B26S(JS!!747d%XtfkRtnW#plI3!Rbfqx!JXL%AqNqW=Xd|H4c7o1_ Wf>kGhQ|lQkw%Kn>XM=JE(zHBc%PXO2sOjsCn8Htl>Hup&OIAQ)t{^Migqq<#Eyo+;JWapJIQBu_bQ=DDklglEsoTTSsG;~1--{jIf@u(fN8DVWyo+b*HdBKRjEkg4^1K2o$ReUQ*CgO XnR(d>7dITy+|uQlev@{Wmc%tG>)7H*OgjI^Q&N5RF~{uouL+*fC@3(UNM-C@r01Rv!-=T 5a%?4`gr81J@Ih1LjeslG30w8D9%h5eQp|$Bv&I0amu=x`<=LGTHZKFpQ1?Z^e83-+|8_21%eQ+neds441{7~5E@*orAy%8n!rjm xOb|-nu?n)dn({M$_5bIEmFf?wdSS-#Cl{?9H>ur#7=%;RV3wOBd-bTU#+@Gs$EanmoRcRCki16G(!=Tk5ONdDh^mSH&b_!}sZfwk@+nIimd48HhTsZ%(A1}Xk=P&j`qq#UHE$blhJri_&uJrjBKNm8cXm1nbxP$&3-tQ0~M @MGm4%sSiP<}6`_Zg(%n-~_HqQ2Aa@ie-lM6cB&Pa<%WqNJ2?wHTq ?2Y=)ff}nb9Rz9|*j&hU$Tm0Rg-p7+z}9Dhv;BBKlc)b#1d+X-k<>%mPiV_B|0e4v=7_U>xT-nZPvnlHDaW;+ez{Yz;|IK?N-3)&^CDXNK6#j)%WN+`+B1WVNDCXXMRI?{PWD$oii)tO2mDx{C`dL+B4g&ub# `f6I9nxCR*2e$Jj!-2U1A=UQNsY2DnJ@ejGTd3}Ibq_=~l9=EUIu#@BTpC@J=8>&&s;L`X=!)D%Q6$wkJ32eMQ)O31wa=w|E*b)g #52kn1ad=AC=5ZGMEIWwvza#ft}|21B#trvE7pm;A6v3j4l;}^zSX;pGQQ9_${tIo0@b~1lCIKUt|rsUQz%ji7MMi !O%)a-OUZ;rIh-ck(s-iaaU}VVL03t=`q30#fuJe(h6)Svv@PYZ2K77)=1)vp`Wf6wqR}u5tFr`R!tG1+<+x!t{7P##|^$^bs@?Z mv0#9LsL>U>5ljeC}6T)ON);&WTX#UF`+24uUW*?4%mf?RjE<9gTE1#8_9Cnpp^wQ%)n_)qb#%DEN8%`8=^!a(k~4U3!0pTZG{*v U}HmYNK}_BRkp)IUW_MYJ4rVEc|S)2OE`o;WlDtzi(m$w>^tLYcPAa49uQ5x~Y S>D|AjgeQcQV~PQjcXb{G9!8eHhklKxw0iQju-Wg*pXAObC$w!j5c~hYyrAFJ!}%G2EZiv@nT^NGwhLz((xDKq5bZeV17rKOc-Ir )H$+SE^it!y^@h8jgYlfH^l5RIS!Pvnq$NtN@nqvg_=xZ1vAViayKxx7dj)xX-p*R+8r>`=m2#mD(r(mZF(V^%q$awW7;$67wr>A 3~ggM*<%%m1)iv%g-XPYR7Y^lHk^Z+x&Mb51)gr1ptl3qvBY)`N7%ii!^5Ts)@G{NaTN11JFTeW@}X8I)VjvECQas3t$L__&)({m ai#Qe^TUGQ<`q&z7De(fCnRJ9xouwW3K8wA-{`LB)udQ=jOLc(#7VrEG^C^gF)*~MsKJ-$6pi7wY!~JVZ64d3rvA73V8cUWdSdLH bnDbyE+ev;XI3}6p?%r9h#_>CTrJY HEmgh#B0&r&N(px8m`gmxO}G6)+VLKYsO~XM)+q1buF<29Jf5ZZG{4QEF;e`c^I>0Jj4H8$2WEzFGFy~NXSzGKUyb((nafIDXVA{ !}92eAS+vVKdaZQaH}KJ%T~({t;RC6*SQ(z2HpP+bcs5^QZ+Z5t&wQujq9f{KTTJ37t%$Rgo?TP3LFoJYPcB44xqhhHNsROT=6w$ M757&RUD=Ne+-0Lc8T?r8*SAGv6VE=oTZE5=s`8s!?4p&r76GGTp6WSz1l{vJ+Z8;lUKrXNPn>TvS-;~^J$SjmY^?QgDR~$u=5W0 1}mUtVD{JkSFjQZNLrfcWlO@g^YZQml@H!PLyfHt)u$i>qcx1|7C00Wj@2_1UEaah;u+aE!^E(Ad^%giG0gteowQ2QIz`_`x_Yo$ WV-Mmcyzu@WN5CHY|gTRE=poB+_E3s(3vjR`3jC=x?jmr%s4MlPZet=4$No-M+!eiyn3Kpqwk){i?`_uU>0W%VsbHauqobWi~H8lOh!*|cM1(G5+`A6 p*VtlKwHW%rcq%z9Ll=caPv#57En-1E2*)xS{T)`)dmlm{JCkA%VeX{1<9MDycD@wu)RXuW7V4q$O3lWN360Vxh)m69g3E7%j F`J2>^a@=yRQLF-G8zDf3pF?fgH6op0-GN>yw5UH&dBMp1u$S(4|p0Ct>Yo0(2LI6gz5u~Yf5sX$=;SO26*gsGFE~^18K|jIkM`9 pzDmxst1g4HW@VW%xGEe0YW({7x^U6PyGX3-U-vJ9E~bc6G+pdRJFW_N%M5=fy&v!!K|0*nQKmB1*Hs*W2;EQ2+Nx5oY=(*%`AaS F(zAb2F#p2j2}7VgNU_B?lI5Um35LdRUldxna`LB!pS0|5gfn`xOzc1tU+O1MFYzURyOyhZ#|}-@saIgO!Iz$jZ+=jHjJ#SEQ02Y EEH+3J0pV@nsmHFGcs<~%_i(XW<6NJ$8n;=(jl6JdKpOJmd40Pdc#3nou^{IG;|KAJY#EBfYB;3Caq7fwp^gt&l^xPbXN5;J%_2HA%3-S~cUm5h+TPm$OAfADtDB>SQj@V|<&3Jp g~@46Fqr1MQWbp-qIEu0jyt2$)Njm}jBcDp;WRNCoY8XPhPUy}b9Aak14^ooXWe(~#0{s&w3ITUIbzB?TF?7=9e()C^vE%W7o#JM loTt{EpbNHQDKp+}ieu44MdXDtl_(3*>m&sC^coRtc` 4FA+Sv#*+K2@jQc8qZ<|IK}J|eW#vdFEyeJ&dL+#Ydj7GG4@-Cxs|J~iguo5d9j|$c7CI&xz!-I`xPM &H!_QHz@aildwBk`k|6a58USVHMTdQeu71fy&?z)@jT!xs7+8mq!Izr|%=)tzhMCxVYXq(|{D%;)?PXEj^RBF=Oc8#EH|VE8qvpvYF{VmYy+8RQW%*8por98hw>R9f7P?8pM55=7uHu U~sl~NOX(}-?*~!R5w*LD}Ce|eVxFTlzLvH>{G1NC>Y1LtQ6|dAeS|$4|HviDKLgP3Z6{V9X{iqp85=zTwOK$m?WVqF;|vtD7cud q@4XcYkIORX|wYpoA<&vv%OR*JY8eB2D9J8y8oEYo$Kj`jHI>oNYAj{cK1tXOLLf)EEdu<@41=t=F>k%jl=-lCMLkhB;?A?^ff{3 !K9S!$WkjEV}?1#kn!+@f(RyhigV-EIcH27PE0s!!q5>E0M<9WNBV22f%?M?I^>~J01k%f@2wya|wX6M=JE77?t{m6Puv-N) d1!vsx6SQq4n@(~&mSKLqmhBal$bo|@zf!gnZecb=GQ=5U``H0u8^HT=DtK?vg)B()yJy};Ys7bGT#-ALMrDDa0|Jd_-ZQDC#RIe uVi#sl!MvWG}8WB{B3>G6ce#iWn7nP5F*B`fs=$A^r)2NNkd2IM||N3r?PcLTwl&?duT~vOlq(ovCj>i{%Ct>m&-^hT&D-eBpE)^ jCG}QnV?|d0r~J4R9MH*^dsaUd-Ks>DsqLac|{gM9lpcLW|KKj*^aX`FamV@_bzn<$ArR}ro#5H^l)Rg4)u56nHfn-F}7DkGsJz) 3DwvcR_L+K_;1k=QWdQww3x9(w9QG8#0{9Crx6k5hx=h|7+mAE4R} rZtrt9VL@`YRB;@9}@Y#u*>SB%z=@yl7~_T=3G%ZItb=NjrSiP^xXZ1|x@ 3)FyYPR*T8s*$@~jF1W-uM&U^#q<3@+MXf{2t6O4j!oHEX$3cE&}!)%dFCG0Xf!N%Nu|@^Yy~82-wp 0Jh4I5WsKg_ay^11)BDfy3u74<}pcd&4C ie|fwc}t_-ZZGherZ8GWk@}9><(qxLaYW*2jrFr_#dc?0+y$|DXI+6lHz*83-}#J;8KM~(Yk#dZLaZ{M461ZZR^HTW 4}zK}Rgz#w5gOupXS}HYu#eZy=ZI`4lFo#t$PpbkHjssdS623$BeU*gO^b(AAdpL+{;LMU_fh ys=}c4W#RF*YGcT^Yvc+MX_j&p ATq`aV>~rzi!qSW4V~Vqb?z%#-s+RdY4EXZ?Te`^Zq|fUFy(+R3H2*WEN_7s6{(h~X4qWgSHhSGSdL#KMGlh_#7_yoOK+mX=H@#w b@qf#IkRV5=)!x5w1VrF1r9hV|>X~_RDhcZ^4n1;VOt}~^ 6*7=(WRy~kJw=*Nm2^|}?g706Ll4H$463U`nRR?Lwk}VjE~HF-m79%`fZa?(-7~?WiP7{66PAoK>OzGb5q1z?q<&x%MNJW%hzLzj NOtR`9Bwe>`Z)a9%4U=0fy{eA(T(8?zYF^GA-6DFQ8`-Kmr#WV-Qc|W_QyO1f-@!x9>^zlX3D$$(j$#M`xke`lyB^5OxFrQ?YoOh|@+qj*%!r^9rsowld4q0^*C@cs~vo$>=s0v`LO%)C>cYb|ra7_DxW w;|XlH8`OzBHG5x@eX0Qh{_Z5fX=?7oPGH$magAMcTjFIvJr8E%`=wnmnX+S_GjSCC8xZ&{4l&9TC%U1p8+sWtM*f>VT>(E}*J4aA8_t=D ;Y3mECYh`}JLkN5?a=O>pjo_uoBM1bil_-y{ykJHhSG7r6IPV{RTZwO@z;U ueq7|V^3VJXc#+esBtE-YGIO~RY=y%$mz~Vuk9|1-_5^BCpXDjHu=0?a9sZ+;A7e2?`HJbOH4rs5#!GiLG#HngS)!e^pf)@oqGrHmJr+q?rrTs=oZ*OvA|ls9mq+2a8WZ-(W~)+6ZDJv1W;hPac)iS*wLB2Bc;PsW yF+mJW&2_2-nS2MtO>kxk!4H$$psn+E?+z`g>Rv*cQQ{-{4eb=yNA(JOs&XfL!m$)7)-f0}=G%8-rn{PQ~GZ@S& *$sDs7ttRU-3W92dWYrL2Kt|n#cA}}B|n6s@SJHnq=WF4)N5x20aH}RQ1+_+v^8`C9=A0{WZo4w&coL-RZfEjTjHk%1x{nHt;fp3 r*$?9u931i+|#JVK^ UgdDP=jNdLgP4OLP=AnPyOe|5HFpwbpu7M=sO*qyMk1<11hKI|OjAq`qUJC#g(Xs|H*`qr_|_-OXaEvOBXx=FzzKOmrs$+Tk06FI L?|(SDdM5_iDC04usL4#-V#J#c!M*gnQ1tWlhz0eY;S%YmUvUY2%=NxqwaA_+%*(m@RC+#y_yb_0(h?uhm<`$@A8>XX)w!BSS~$u=WrI ic$D7Po4Eu=*x-~GpkE<7lm=WAcCNA6WHC|T_1N9m`oaL?WC!SwW+kBLqgsLtT2rH6qq3R>km10Q6UVr_?cz4G g?Yv+vg#%5mgtzET%W8{)e#iVEAh@cN`>K(G0MLEpfTsOCMcH|`e2l<~Afq|1nr 5pp>&Flg$tYb{-VwSDGMtUCi9=@!c_iH}EWW<9;R+-f7$mRYLT*h%yNM+HOT%FB$E77nk%l;LH471D<+U6@=~E7>BdtCPmpg}qV0 wxKZ^lCM!iqm?+iWx3h%%%TSc)m&B;gO&$8vkBIrHhW}r_0^2N))pxE;r+jGdGE8B#|A{LAx=qEZafn )5@W{oTzo;i;3!^Jq1%x+g`KY9Ytf2lCf2T1-;~~Xq+2q1ynC!8e^n*Nz_|J5wCwuvaw-%hx4LyDIw+W6-lnyFnuFBHd!|@EN11g -)Ke@3$l0IqP`_E;^3H_Cdld**{EvjFu>MV>V>7YSt6g{7GUsLG2jIEg<{imQpHdpS# M+XJrk`q47R4Q`;Vk{V)ChLefAJX1Q4syqW%g>w(x^2Mg7BQwxK6YCw-8_xtV%_T(u{*7IkQfr%8b4Sye(Z#C?f?d(V}cT2-w~=p ovEXosnNAuUuXq0RWEH%SKgYO$`{~FCH7jDZK)BqJ+PkTzi?lGcf`u>Is+e9etuA|6bm;HYr}(~hUAAQMRd0^W+1b{f;i*yUFWFW FHS3)o6#=vf0F!*i`TS~fp=iG6cB@*o~n;avCnHOo#Uls(dq}Dgk3AQMEBMbQpHXx@7qf xBI|sndtQ$U*#&L-P^}vm5UauaPj<#x~0rx?*GTSh3XVab6=)gCQNJMBfp)cEF0o{5pIPtV0W2Ye_2Ibb>VDXC@cEG$jj8m=ivt% &V>z8FktB*@>dr3h!*+T3RA$KB0O4w3PgkoCu@42S?O0Vn()=6u6h%LFfnMYeVayD72Hn?r#T$Ux?L6~GnGq72a)};r*zy1 Jv&4TC7Qie&emrvuoDk!n~TF%S#A$y9IW+2X&du3Fn@lZ=2b4);7+Ze~Z##tjy>rq4au2t=1ae)AqX-<#s&8z83yxm{WCAv{= 9DKA@JenEz>u3DAr0sK!RzGpGfj!f*X%-m2c*2B&1j{sX)oPvsihOXNErvj`1J%1l2L|NiEpmuX-{VX%^-GIyvae()NgS3u)hPam w96+H(q-;clIb_}_*5Mqut*dn(PJT^w?)|`wwaf8?S_QnLu6+CXeHP_w7GOfVp{>mg>sV??)-?O==kC`HqNOq4p gieTNSY#~AUlZ#jjT#^-R#=Hj)tCLM(w7{==m3*3nl{Tpp_FYXi&BB7h6}rRw9x82FizauoErZ@YtrD(o1c_KvQ46=qo=BhEzSy1 *HXizZ_BxY`aY8UXYsz+duAWmsL7_CRfP@1D78@~#XX0|w%S5t&d4v-2Ha%YZgU8ysKZB~u+T`Gi>0*?y6uz-_)NZR=Ony1w#XVA P6pN#8ZCfrBxol?!!{&T{ue&kW~^iC)Xfh{k1%nZq%yjN^UCRuG2E$C+Bnk!1{WSQ3?Sxn2+OlDOQHja0T!^}3sdsg5u!#itKS4kWpJa8C3O>*va OM$yX|6qsspcXBPE*xxnv}tKf a+VS)LZeQ_(5lW*cal3|bNi&ShYs`U=$U>A&h7dfcCJ3Jg*9b=SM9%dsV=SC+jrqR9TUj|U;xeTK h(q}ivu93p3fJx_F2}F1!+~_%cQ&yn{t=ozv+P|CSlRbAMBk$W4N)NF7viiDGJwz4=638t82%WB+m~rOQzP@~&{`fh yTx4L#fP133`%(>$FXzM7~)C?m13p9oq|Cin~)oCnD&w9UZY%=n^aHB(`wdv`C`bo$J3?zaGW4o>P+g3mk;X#ytuEx3f>c@Zk)5m 4ei55+8;Lfg(<1uw;?GUZ-<6Gum=&kEVU^=$5|V?2^RK;IKv=3n!j_nzaAe=DX4Pi8e@N`DMCIdyhJdjh34E@nGmr{Y+)@kt2W|T 2onmqd_f#I<-II#0ON!B(XI>lWUyj$9BG&}ZD206?7G!j4ugpoUYRI14>zo#Twu&?;foC_8Pv)GEn*knq)@<8BujN|c&HpsbETbXZ+I?rP0!x`6Z+zVlN Q$j7;+QeCu*%o3f3(J5b1Vgz9?{Y9gsOARMO|5a{M&%4Jn5sH5?y_JiV|pJuO6F`Ji8iHzG=udot*x<5LY>K$4za#GdN?&KA3D@$ IW{o}B16%bCI6So!X^eZdHhUkcxOdfJ~8d|hSY&yCS~Q@BrM%&@0={9GaJ`bxbTE|J*%H9<|1=4^ao_}*{Gb9@#Y3nU)O= y>LNnZ;d9qzvS&(bBriTA|4pkou?g)1*h11S1&FNrn8n#N?mG)OqS6AT3dk4@`KYdOC6gMPXfo!zo*Ks0bFfxQfPdG?7foauB;=p@jUq2D2B!Opm&s3`>;#4B4MS f#nvL$#7>$4-I2mz5v&KNW)uZUcgRb*V@-cBKu);TU0>K=l(K`xp;^4nNRWMCup&%p5%xXE+ Afk+yn#Iy%xMTQ*G-D%lcTyhBEu3H}H&p9&x+_%5sk$#Zp~x*Ql4R4y{`;&um)+5QxV|)({ODmw5mD{4B#^1?$R_ci=$TA`_Fza637axI}wxGvcs^ 85*wmRV|XLh+;VIgw5kt9$%oGuM;ig=W^qByKDQ06jW=U1)LP04_ayR^$+&2=x}nYY #$3}Hksw~eE8OrU*~9!qHYkg^IHztM?1^1NP!W+s#{dWVVj@h?@8E?v?n*2Sg)^}Ozd|p!npfN+!boJ%-K(rq?Zb1q<%c))1`yb% L5vjy?%~K4K)2X=aIXyltxqIHSIRuPvBRSy$)gr*+XgLp%5g8|phl)*+9c`diR#&Lf`wQig@?d68Fj|-Dzp710v?i^8AAJ)Fg z7^DAUTqn*?X2ke?n`E=hG-RX=GvNDr;=grm7LL+-PmZkJ^l)-qE}q~S2c+pnh^ty&{22fu{WxSTncHpVetGhd97dTd(ZTetG%@}UBmkb-gZ|VVQ8jI56 ^V-^tF-Ru{3I`GuV;@Y-J%$8RIe9L!6%GcqR=?aQBx<(9%eo+R6%tvS7iHw_Qr?BRe9 NZ@Aaq8D_8&OUWMGlH7+v;+wf^UylR8rhLWJVbOYd%ZJ#lrw!g{bSetW5&>fcpw$Gqx@eO%pVkl?_^uXwK; G-U9=IfDl7F|h25+0?L;R0x}C6*4n)+{y1VDL^V_9%yOt3%n69UA({r{S3Hhv6)RgLh47~JxQY?#VV(+d4?#M*P(c`wTKr$%K>&jt TqPp^6O-)tY@?cWTGOraY8Fs>=%W8ff}*KOu!R344zF0^X9wN^91X%#rZW3-xt%%(1!8Ou<`Q*d80SuDXnfos!nwS4X$XCk}&_Pn;5jEQ+1*qm&fTsMX20H?0w`;Z&l!2<^mtQ)us{c{KI-mvTLI}N12B>MudGn>17HBY0*R}76JbRn|n4x0vZ(&0(t bG&Ywy;k0>5jgVvThzJx9%rmlN5 r;Evh>h_a4nD5oWrCSZ%lQ($CZmk1%8NBnLl<)7n>#oiIuBqnTcW!CfWA{CphxmgB?Y74d Z}6@=*CZn^>n%ajiFso@z|F5abM57n?QKikSzgE5n_AjCa+x%a6|P<0xo!n9y>1sx>r8g-gGDKo||i)<#$OS->jBh yVOm05Z4tefabv5tVb~@b*IZ&cTlJGH0QdwD7QVccImpM{85VO2|9X;nOwcQFU8B2iWE%c@Yh_??^<`J&jpj9VWsO#OMYceCSz}t k;W8DDPqaHdh+R@G|QLvFORjp$L$~zymq-&xgPE@Ub?#|*18qVw=HQe5uevglQ0+eok^s%oyuEErPRBV2_@F8;o{vQO^dZRwENtl 9g-Wx?BWX0WYYw-VW-~Yb`(nOu5==Ihd(#v6>8%pc@n!<+_`I)c6sa8WN%wCYu(Z?ZN0k>n}<+1wX1{snWzc%ayub+fpJ?ZnM-we b17r=``XKk@e)ajacBAM>^!^FEKU-r1Lk@hbFPdgD^BwTsz6Ix&VD_Tzf;xn?)0FF1oran=Y<96FsMTH@7;U>nO3$ )>#2xO)gAgZf?3IU1M;Pt7|esvD`);Ig2=#K!f!8k7N0Jean;})& C)MdSyzAC*y=#-k5$jC@drXWDx&7uV_?1g989!xFT 02hK5-ZjA46zh-Zm-u|=oO|!Nk&#tJw%VRCX3#@rWk$rkaUbWN$9KN-=H>9D?{1o|rYv#z<~5Bawhty@PVYtcV(;sOpf`|US&fdR Rh{)@?fOgYGq44lHGCV`s@l~+AN|qE5NHCjn>Ryi`B*7l^_(vbdYS!^*qP9Qx{{u3~09heM04wrx`2t>qvLBvJ^F!;673&fE3b}W-g)zViCz8+-thUdIxUC0_A#W4PI)uZ^IJkEJa1TxN7a(n {zm&Wjny%awx|oFP_OCr$l?W6ZiQi5&~l{ZK`KNsr2f)!U()h~V4l(OM!N|cC?oT2lnu9bp@{m-n@&2w$N^rJycy`4{QOlP2hhbo VF|hio7T>@G%}+pozTXU2a}Ri*>{pxs%1ITSx9rJH&`L{!R^^SET!HN%`2VK9jj){G7APIEiY`8C8E;3w+>4?AFW1S-@BL75y`*P $|XVbb#dH4wwxBDMI+qv=v+$@%*^RPeqJ?0)_Q9wL?adQXDJCC7DptT=tNwu7PNC|l11ka&FpoL )gjiyvKk*}05S*nIq&q~KWCvzUF4Ngy!n30+Y<^*I0}HUYNjKaE8}h<5swcACtc!|+{Czf{o&^$@4)n%5#U6!6N> zxmW0HsxS*gKdt1J5GL%T_()S@3y%Ppf42Q-hN?FKe3abZ38m7m+wVbyg{^y|usJkL)XqEgku!>Q5^PLm?TEPRWb2azev`0>-7cIZ?oR(oN^n$@n1+b1J?NaBW!sU_XA83T(T&Z#duP(w1OMTsil0KPHYiL 0;8~Ja*9n@M@xHRjIOhjxlA*&M$+KJ(6bvimPewrstwY3Gv=r7{+n1Fw1^IWBUgR&_-=gIirQI>PdCdmdB)1WU7s{)=~m&l5Ka=>17yN8VRKls1q?Rrj&@^|%}Fsu =rM(Tun>2Hu~g|$h?dU73Of!b`6Rp>zeDJf)lt{+roryOVaAgZ8@>6wIe~&e-}iWvLWKHPb8bm#{k1WjM%;hW&d-0KLuRWdqGKv( acEFmeI(R&jfu@gt!B7`S~lBA@JC}>qttCbGd)oio__YpCstM9Jv2c8McgPdM5{siq`hF{-S(R)QWvGVMugH#ryx-{#Et@uS1Oi#Owoo?YS3hTV!6+^2QD{MI~m+VrcB{f1C>z}S}a8k;3botiKbv;&>h@6JJ3`Nnymyxo|${VeN PCNYPQ=EWV%%(ZQmT&)32j1*od!bbv2b0bm`_l}*<#M4Dzn1f91RIE$De|siwm(JX;x5SGh9%;q?n#wTtHnz6C$h@voLZQLRiY`97L#nDnuK%t*fD7h&>=%$#X+b_aJGm&Iz@3)VZF0Nt}TgMOGt85(FhOy{yl3gAf*9xLKBFIoh~Gbnk)TRpR@I_1~jz_hmIuoAMou&!t;N<<{h5(VDEPOe$h{NgujF CM`#V;5}@PomN?ql{T-|$JrPfkM-zt9D-~wT9A8}jMQ_zohEh2i;8bqQJ0Ppz@S4P@A>BCR9sHs#UWJihYtC{-ZoGRZ@5&8fU-zNB+KAD0q8 VP!?{i}jR`Xq$`q!Y67br=O~^@Dpl?(TxmXHGRirjYo>GWh0rlVRJ!_c?_w )a8f4kv5dB!hFyM=u_0i-_v|Xz3FKbLT`PgH?FXU75B7HZ-fGu1gVp36`bH?aTU>3>vk(R@Y9g9q#MsGGQ@OU~W^r!Yl pi6c*{PE`HZVHQ6rZl6!+upd`J+?K$)?}zn>v}|x5e%G^mn~`|(=ti7Xt^+wCr!-)Mg{@8TGvd84F$7>eH?nQh<^w3olUDj ?*Vtmc7b+=PK57#)kJDXYa{Rj)wXwnnx?_*sY$6G;c5jO?zezC929$7(U-aU!9%Nw(F*quDZ>+;WwYkp#^o&du3G(VeNs`kg$KZX==1GWzp-t;9n7ZX1}jP bFA!yv3&i3r*XUEV$i~r6<@Bo;K>yJNKYjP#wc9U%9>y)l?CnFZxqzc|mR@yS7IXJXw|X~r0M~Y3bX<{cTyY5(1U7}9C&eJXRGlkT >s#pFG~2X%OT=589O0|x_2NajDDZw6cf(nj)RqoaN1VdH8J^i^GqP}196HNhX%ba6sYu&dR5cVmYdE9T{pdbMi(;xC?7?5*o|UbaY@ecO^+FNmyR~&G uH-kxj_W$X=NB^V?VpYGlAl~5zy|4&*Om(AtUU<9_bI3zIA@S03x8xNWbv)dItEkAwtzmh}M+mf3oBSU?< `8*TwWx_}|QM@4MWM3>Y{-L;;r*O9{Du--y8XAudU36f-W;NXXlvZRH+~f!|Ad{r@Ik%R=2QSV>)mnW>O#n;xdH($C_9OrG(Sl#Ari@w8f&3q1X~cRGTlES=q)YjBT8F?p01$2aF0=4#f!XPMl52CbpgDXB*l>zeGMUl#LqncM{JVLmPR >7%ADZ<3Nk?KRSwQ-LNTZ0rELa^E4V91Ex}!(uExnPryT{E$}2j_B}=dT979e001z%@JQeB-2q5*46N2&iumaStZf`m8pdTo{ZhT (VPHGN!gJmc-%D>WsT9;40b9NV?uTbOGE?y-PSQWi4-X@h4h|OLz-JZ0CCfuP9`*)7g&Z1<0nXK6YrUn{_QtjMG|Ji +iYpt1QWvaVHh}B?!9|;F~Q8a^bkx4+k?%v_s&|Q>L02dYCYFKEqbl)g`(~hhxB@FaYb0$Q+P({Segt=4$J_NBlf#rBYYh6gXns;E>5JTNvn(*XL(BT3iQ@C>sb)t)s1~LK+%TGox#nWz@ZgfRn{;Z`O1?2vnGL0J_z^`YUmWKo9_O=$m509kp`}%(=>o $%x%DWNG8HW6lqLLEr2_7SKN&odp-6!o6_lP11z)Wn1)ON@3E5xvEl+jmZt^i goBUwr|*7mrS&5m4|(Hfl%Li0D7H$b#n&&yO1bZQ3~+=XuHmSp?yfz-qh1^4SD~dFO-%T|pyrzCibo)z;uueEx)&Vh=O5 ESgotgL7CdmUD4}!TDIULp1FXP>7X}LgS{WT`?)uYL)TOu|RV{lSbw94uCi7i(M%1`{+&l2zH&!tZWEFqeUWT~izvLf~L4`N>7=?&h8H5e6xgFpE#kF1}u1}Tuppjp;{XXlou{NkxioS6PU(kkQEWj(0Y>G~-4YX{tvK>n3zy2aR<{Z>?HaJQe?ITIFPrIC Jk@1-T&#VMTb)r8pTz>de3Q6Q^I&RFP8ID+{lMous{ 9N8IBgEWzS2g+~fNSz86P}KzlTG)|q^Vt;ch`6*za7B9zA#StXz4ln8J4`gP%WIkxjxwOh7=5_`q-1=tp3o;)M5mgnfOCLUo(88s N8iWMXrf83RRHiNcxAp^tvN0bG}%|JPD4#C))^+BgnpmXdrsq{3K=v;Kxgi0I3W=Wrh72>ko}7Pbm=USG1! ;lnw9?b1uV0!k~NTAwu0*73SyqyCtXF5|GM;RxE{ur;ZJxO8V;g3#8&J(XRnp!TRoW`V;0qUjAnlr)e42|sDTz9(uzndmJn~uw1!29_2TBbtPGaqr-JRj=nOL2ytsVfw4pYnK8 v)X@BXy-<~J4p5g=RNT-?+F%8&}!)$cDElh$HTZ1&&P6gI)TH&XG9?Fnf=sp(n6nfez5{h+0l-CXi_Og2>B}nVd0^INNM_E kQ`lwt2GoOzMnnB63Se{JZ0{lYSN1U8ly%F__+WdBSB0WnPk#{5PdcCv=5Bh4uKzJs4X2FJCMK(d{fT#1)mZ>zfsH*LW`r2h9?V9 V8n>jbP0(;ucyufwWWgU0;B}G?Sk49Q7xFhh8{V7 RubPRd&ZLM#T^lnFYaR8Bz;L7`z~J$h0xYM??l-zihMJ%%(t_FZHyas*GYsi#2;JQqSyr>`GEb5Csm{KS5rQ`Pc#xLAl5%d2DF5q8F2N=i;Bn4Rz;s<;Zi+l-2}$MH1&Z_9N(k9nV8V65xm?COPu*%>o4aPA|rO Ws2Fw%D8POn!q~|e`KSJPnBY3-{7aS!Xt@*<*;yHWzqZl!OnbN&g}BaqD%+I5^3UuwDXWQG`-nKgR>&(<^HN=K6i7wu-q2U{Ed3h c2S@4bF<)|mL0|~!8o{ydF;eLwVx_X7U!@FV9-|laGH%*;)p@Wmo~|0#i9ZnHfA@I?ZbA1vbL6skaB@3aoi2w8CTkDYfZrJ_nhcL @1{-^@h+i**`eM{vkVGW@hmCu^8(I+NjXR!qRv6E*& #23TlXkD{te!w9(T@?-q5YL=J?HnaFf`O2kP8!KOUQ|ueG=z5|iJ%|qunk}HeB*ceYV5<{t&dAgbEG6Uh1UTq|Ukew>(!sTN lK64>UpU=A?gQ-M?Ef7sp6h@pfyiWgkT-64!DC@p-w(x6Coa1bA<8l S?eC@#mZ?|!Qq%3(9upaQchRN=d4n2LGKz=MI?R{NMQudUh<5y6+<3rOn;Tz48JmYX3|az>l^C6dsZQv{^&+5_ZzMhWTt@F(xdG=0>gi?o2FY{UCX0DBmep19{^E)p>OaQVGcv=hcypQ4koa}^MO*r4th{snE~m_U O?}oD)9blaW1V5zyvsu29`I5=i3xv{J;oq|)1-Dl5o4 *5MAxTp8@8x>Q895a0=;PTDq-qnew>!mMw+kc@J&`3i&0emk`+DBm6|<&|!$ayP0n+DHBKQC-7gWBrSCky$a~DkuWbcTl3qF1?6j NU~FB_TzjtJOLr!PQJ@JBK$;cdz0}_Z(dH?_T?anvj|(7sqp?aX&_mkZuo`-b#nOw{YlLGR|1J0c@=U(2lrMmh)Gt#-n$*L_W gdGR>a|{*yIW+0eS&(m7aNF+DY$?!#tGo;LrM?k(4E^2(#C{f<9<_Yarh%HWx2l{=R>q&ACEb%z^y8#C=`)7jOn x$wOA;S~LX1pJ7WJbmMxSuPd15jUjMJuEES_QvVY!-+%mA|3e?V27~5~k-)i^JVYLb{0lUrp(0uB`mZq^i#c!i@UfAa`%D=)5N5iAR fq`r~rVZ}1)5D!)Ax)7MYFU#prj`@Q3bg8}9v8()zH*tQs`e_Wlk-i|?4Ge6GYrtcAvdMom7KcNg|+r aIF6~~lUTY5n9UIv<5=dp@%P@}@7vqt{jM@3-+ucEWChjXxU&{~zRDf;h?s|&J`QZ}Pu-YC9Y*#{Ia|P4iPLqZ!OWE*QwAUZ ?Rix#b_YGA23-7so&-`~4P2E=6pVGLNK@am;Hut>5~fv4JgO;T?HP?mFXp^KwcUJNH7Ce|(Z8u#FdsyAf=h3{@7`;9m1+4lS3VyFRf^$WMK?jCk8Mrp2@<|*(i{2x #0UYamLXvYs}oDoQSiejMRZGRA%?n N8t|f^}l&}GA%BTSOzI~v`GlGoj2`%dbGlBT<24H&RaL9KGYmx!uKJ-Ecm39kN%ax`_l%;!=0R0Fa1)yee2?? yZzcRt4IRd$UqF={Z%U-CsKzE#a(Ex{cQn xfr|uS)(-j{&A6whU~B5e4(yuICQmTS4u=-CS+0($+Hx8xv_)7Qx(c5?V?B>F5g3TFG|7E;;>&#D^75x6QliWEeWf@d+qVD!)*M` Y2i~XgVIwf$lQjm)ObWR*`(S{l);pPmXq?bXtsa4!>DP)&estAh05b7$FnX)$zvn_&?!~n(_ZrAw~sDffAJwicSuSv5XWaeT^9N- o}daNLei{SMt7`@=HX9Y-pi7=x^aWyThoOK!?5ety;jt+^`M~U`HU@AqY(yeT^dPk5ACasIj>tF1VO|qr>5Jz_|Q#AE2ZDIu@|SX LY6#nZmQQ#@k~qwj^tVJzZ()I^m6W!h#6TGr4diKbgx{d@a2Xs%VDyd|8ZF{^pOEQGz~y+F&nqG_ywmycDv7#xVTAj)Pi={EG(d9 vcPV8rWKhWV>S%xLc9>3Dk83twMjap;SdfU3>vsyse0tN7^MZkj$4fl2y91)E_UP9>LRiFa(yrO&!Njv&uY)MHAS6D+Q jQ!nJZb0S^m#Lg029f#1pjSOWa2j(%Z%h$1XWTGRO-fqE!~gsutiYAiH?hDFT1G=DvB$jKqmhveJE7CsDk_r!Gipk*}APj?Vvg4*%z;pVI$s?eELKx1KynP|lVAq0dKPp&V_}Jy^B}i4VFx @i-HjJ@N2r_TN%nzsgR|fH;tyH~k1PuKEE0=kQb)3s9+jKAO9*Q2=Y^FL)QF4**S;fig>3zc-1LBin6OFV^k+-l8?&8xLjf* ?0oj*(QW{_kPw?o=@!Kp*?brldOOo%*N8(lSnx8rC@Fvl8Mt2)3O})fSA%^5Kq5OwMyOETyB}itY{~NG(j+eaY~`@?6E0V?Df78o kMTN!2=u)wdKn8>>vD+&Hmu^hPuVs%&YpJ4t9;IW=cq27G^<6`?cpG8rJ8WG0Wa=eZs;mV `SMK83Dpm*uw6#wZKX_Ueed{5V{Sm7zie{6NDCT}O0)m;FdCkKeaKCei32hM{d;&2`LkJ#^POip360L_twrlzuR4VpXBxY#-4!PJ HqR!D5jRv)U1DpTuh)C#3%<~@iU9-c@@F8EXSLphXZnmdZ?kautHMPg@fI!;2{qQ?BjD+>=UCl3+b3n@JY~ZLc3uFSC^NE&uu7=U N9mk`=)d@ki^&G(k>b91jnBQyqp+ZUe-frgoC(^T7V%je&^TX#r(jW4<6CzJ+LTTHTyOIl-q_K?tYoFNii!1U!Whpk=!FlC?_tQ+ v>Hz`DOXo`UPxzrOtbZpi-&!%SlnY`-4AZlC$HCut4Potr=BRpcwMp>4powR`DF&|GbgyXU~}FpZ9bK_1y} B_SQ>D&L)jlfPPeFn|FUOTC3}IK>=lQ85wf3o<~I#^}IUX3-xVPUpkb;)HClt-j|0Sb*FgeM2X67FQ0Fy>jc8^yn6tS#Hg;;VAp6 s6*s8p9Ns8f36P1#D`>UB95mauUYmAsV#e$TU= B^Uogaonn8T>R*MBs;`k^~D1^m((!dq6P&__}SZB`_3qFCcKh=_fl$+LDh8KU1PcVa9&KXZ}+U^fz4(5@oZS4carYmXY()(!1BK_4WVfYJh!?=5 iPNEZX`1Xo!2s^H(-|@c_Bh*~s-a9#uT1)^3y~ZYvFp$yN8IAr2uA50z60hS>m4&%u-kksPcMyR)*={fW2uC-5~z9Eu*^&fn_0@4 B}TtUzj*j@dQi~ebql(yJ6q&A;TWg$8b@qhsL5t{CuIY(A-r$k%OA-kR_;q;q5beCru0aZO#!wfM(~`wR8Bn8I$B 40@@(K-PthsN-wd3MjTCP&Glp{26q=fuC-M(f>2+8JtxloTHo`^)`uhBMCNBF_}W_6W|a4*CXR>9OI!nskZ4)?c}kLJJ{iuX;(Dkx}oql||HZAABTWotaVv F2J9BJ~@8{->PE4=~zE}bokkm^x6LT_fMX_`TK+O?~}s^$phI&v=qMimZO@0cW#R-DpRI6ZMG~#sr+IJ$1`ijKs-X$1q6@dTH{U0 (-x62gWS-ZhXsW470^W3k8@eM6@h7OtzMjb%;lxHSWt8DdT_)W#Jbup(N=JDQ?=Z@Y%V-ry Y-EL#0(q5=^a)2Ff(f44h7UFOoF806N}piaNky=KC5!!6ve=)8EHB 4dc-3c|?*ZfT9C0rFt~kcz-?kYl$e)hrwT)B|+qj~Quim^u-8{Y>tzl|YP`jmml;Lg$ B?+B$3IiIApd`W?{k&Vl4dzb4Z!@U!KmOSU` 4A^=;44OQw$aY=Jw;aTEUOMBA+vc#7p|YU%clFzKVydGA?`!F)_GOq8*t6fpiSTQbk!SOwm69G=vuroJoOnT}1UqR*vj>JJORnh5 Sp>W2K>%QQ|4fIS#m07#wi4Z2(YS4NQZ93$YBkSEict?7t(|Fk)l7n^-!k7lUc&5@;GF1wXKFOPy4Ce+HbZstJab_n<$6?SLT7_p TnzISZd{u_FuCpTN&~Tuy}_^A?BAZsnovtN8Uu?6FzQGKmw^LDQ}r;nzWd_XDRU2De>0z2M-OVID;F Ql)(77g=+#Ltx_7>+gJAm4nKBv!#hL 2ViaL;vfo!U6o9*eNlBm(p$nsdI4wv7Z{U%9eaz25U>Gr~7nlb02~aQ*;%SuIXbxylsQnZ_({(Jw9d;9Agy &0;m+(mSZUqyJ5pbwQsubH^?t=4OS{J-{x`HrrkQo!ChHqdWNeObgfK4C$olb1nP}q3QDj^3R6r#4n$XWJCE$?$qyuVMM*bvc1fJ yWBza*~f9YwlFlbbu`uxPcqseY{2waV(xQ%dQJbMiD2ERyDvR7e#2#?awkuoB(7?J qBc#jLtV0E)UrXNUPF}VO%(LiWv3h<6IB(sf`93Wt qsqxv?G`Rvrk`zt3ZkI%pHHG{9zth^Cf=$I{=byj3UHk%m^w!?<2{d$ZmGW=DsSJH55^IN0>bzSC4~7TLp7c+X$hXd*#n>bl&O!r Q-co$o(2~@iqk9Igvv!y!r4G|+ON66)^Vfeq4Ft32Zf{lVwDy9MB=zoUP0!5neKS}`5uCuUzS|TfG@AJiRysdjb-IUJ^Zm6R@clT sfIvz4~ywy-jE>v{jNas!|62NR`3w9mZO!NQfe-OuSIa$oAB(&@9!?-dODZgr2c$&g}{}u`$e&cAJq9v#}W)Dn@3DZ`Xf6sY?7m; !`h(G2>GHq9ILL2o`A>E=Ifg@(?CwakmePGApWt)Cm})S+DQWebrfC-8p`wd&wsJ&%n`!3ZA)dTPaH~SG=BjGO4o$sf&&6nm tI-&$Bo{B5Gg6F>#PCWS6p;#)_H%SBJ(`d)j2Lvml=g@ZY;iY|d{!D-QdkjmQ&U0sWm&&y5Icq7o}^>Q+L?i- &CK=^|*I$1r^{-8FZG-g=ww)2B(a7h_jVX+6IZEC6>w{rm0ywR_gtuE%3M**@B}EqS=Hr ?;5MijO(}Qx}&VO?A7VWWVfM+R-Jc?@Kj$ 5w%jN%*m!YGA)&u%smK79J^mg-MDp&$K;m2tZW1Z4LS6;jG1IXDbbVn9r>L4ILe%RuB=!s*dbNS`maod35EScqru7Cn&V(pjmUf0 PM?CiHNvb#7Yk?aAU(*8YdqqIiL61)7>q#^KdL-z-o`BjxcmeB><;Im(H{o}p_y;O+pPq~sc+P8>zajjTP(*`_zD#i%sT0dZ$cag TzlhrM+knC(KeifE<@4F{m2p1@vtk-bwe&OEXJcs>jVaZ3GotL{H@ZEj6BgKH#p5kEBg!=CX=3eb30I2A7kBvvOBZH)o7I~i<2xl u9~avU8Rl@LBoSrU9RMPnY&@X9G6-*yow5bBoOLj?T(ScRxS041L2C?8=TI@i8*7IyDDh^6jNXYo~)10NGYjR#kO-gh#gW}O`?oj_=EYbw#)iFudW=1+_Gln!TfU*Su5u*2$40_2t ^elt6qBpNhU%&%1y2WwfmX7!!gt<^cv^jhVTt!!E470~k<1p=Rz)+tG@-adh(ZE5103^xPw8{9uR!KiT{P?#6M}uOHTk%t{thW%( N$Z$whvy@KZ;@VMj0FT$g-WegAJpDw4`%^G?yo+ZU3?sgYWzrZPTND;`7I@3{InGu+B`I)1GDP@hdg$tHd5IC++&*sw(5Vu!|FWf *BMd2v;~GHS;2JnH&dxRV%PU)&z=l?+Lc3uibBMvXsFC75D+?)xm2AdK5#I(q{D9wVyd@$4*k{nlnwlAcgWMlp_uK&$DuZF_Uj6K 1MRF_yYbSci8pb|KXVzh5Zafl!Hv2|*XWDkGBYCJZC}HQ<^QK|;5OQIMeF0k{q&QDZJ|%*MFCcna0LBq$InLoJKad%&wuV?2#3&_ IfR7m?5a~pUKte7bz`c_ivQb`cX2r2rt^@KgH_g4?OF$exS9xs-g2_bvUJUxhrA56(gKio5)yV)LicAB544|@K`JHYnF9mhH`Mi0^jQb5-8RY{;p*TwY>`El-nHQ|Q66Iv#>wt$#5FmnX^J(+=Sq=2o0jl&Ai;v{ Oqk2iREt?Q&laH01J2pky6(;D_Yygv|WaMmnO=tWnQlI&}6OLMQAZ YOIf_Z=FOiU)4_}Ml5?bGy<~PvgnhKZJ40dmAoKhaO!v|l^I;h}CAGaR4~5HHQ9Cw6d761{jj1~4(|WS1#~vwCNztK5lLMz;l%ccnYHTBswDuE!`Mf`f3d^=R5?p@Zo-1tC`rYj#sYGzlNw82b HJ!Jzrv>xlpTFKqzxlS8d@2!S1dyv%;w?s5>eBH@N9xv~eeI@3cI72os=)ZO*p`B6KTGT7nWyWp|jjQ%^wAhkW)iYd)G#!HT}|GKD;g*4h+*FO3cJvB6_6mbsUR_PANkAFZ*Vv>Q~-)xvWLb`OuVr(Z`mM%#nUt3(UW0E2^nv G^aTy1vXB{4MV+iXE&V59xWmV42|l7N0r3Y#Xr?dWy5$v^}zvhkfl3!cY$*q3Q=~zm{{@@cG9u0?h_6VFuKqNUqYQ~8Y@X8(BE;! L%a-FstU+o3Ky%J@)_oC6PAsgT*54wciZ@vpB^<2zBqh@C`6c_7}2%P%Kiv{^@^ WpG7>Ss)y4)JXMC4vGzK3f1e{&C{vU9E(1}iCw$3IeDZu_aGJtEq5LoESR@rVMbmGRAjyYybJ~Zr%MB !T}`ub?`0Fu7EkAe5LKoRi&pD`W20zq0Y)7`ZDsWxURw#&n_k*T`78#x-)v7?P~PwfH+R7c9~u lb!wmQbMt}Ewb&f^(6J?k{_SaNk9T3`LHcljYNl#KXvfQh{ejCEa5DqmuqHVkgH`WcA+LWvuFlaw13>Sp2Fg9rGp9gn#m!%{NbmY 9+VcsKfIp4@U3jNkVCrMB+1*(#kW1rK*da4$-te(5i1`zdKF>BH6SI{yO~L%Ort5Zn54cI!r|TO>e3*1$N3%H3yVJz%0K_2n?t%u Fw!C+$!fKmJc7i5mTIM!v&-dK4DsIZO&Zb$UqQ(roPDN>bK=$GhUFD}lX8pjs>^}R=->vM;**o|%LTJ3Y6t1lM~nHGzuF}Q +p(z%hec%shV-RxYC@)w<7$V-XI$7JQ$#MacbdW5mFEk&F9-!mMfQ|y7SS~$G`o>QwBg5 3LXaEF9NyI`YbssKt}i!6k{0!*fp=2b-*~5jBr}H8AV=cos8$&XRW!QFA&waP<*b<-Ri#0DFdU%RLG307kIRT#%&beFp0g%KgZJ< 2TzME-rZL`yMzAsQn&ZpKP*nD>Bx`ieB?EXvLH9Dn8X>aozJ?Q732ChIo|W5mAO9h_i^x+S4VE^=`yVixVr= lWDGR+EZ%rC^5P7y`u)NQP}CqdOfJcB+(WU8cK%8ds8)hs=P$04=k9E@Vx2~DthS#|>o(bsMoHeH0J{Q+kuDEo+wj_HFkgV*>x&4|emjjj$c_umTYbiF9^C3T~qRswXo(@d&ny4W?9RowVT*-0N7H}aK9d*URE@41qO=3;vV_jk%JkJ8AmedX2Y(JQLi +xUea{GS1n3ML$~UxfL2Yx9nYZfo~2GfWTE9SU!)%$4`yP$4^@r<>2 omS~@i*lHy`+tQ!>qphoa3Skw@AmCD;YX-JZs*ldaKX^dZvWeP@l`X<=EdL4=0%OrMg87A{_gy2&T2lJx+|vfVr=ns#Bh+!Evq5#XV *kG+jYsO+$Il-*7{2ox>Dos2T)8MQK!`_8wt`2<~oTBabl>?Uy**evq>S&H7|A-zBiYCL8bM4fIr1f1i%BQX;g 3#f{jmYV?IM%6_Qso6T$;Dy|B>7_+($?dM;sz~o KaRV&Qar9?x~{p?!YFnwJd)wrlHxUR^Itoo32Uw+E6Mng!~FCk3Lwo#^mQ}aG<(-<$!&<8(Bv+#HCm6vwocQ?jfvS{y2AY=!B}R~ Mbmcpk+nq{%$m;vm_lstF!k5OF}(YCXoq%j+)lwY^ndYXaO(9`2TG?POt=#vEiY}?hseoBFNft~18b!Kj7;2QnL`jeoY}iKA61870m6rpCYIP0Q9+}%;Okeg^{X{$ Rm>FYgzsuEd5*l3O_tM`IEz^D-}v1slQ{pZ(ThWXen7JTeuSs#!4?G*BqAT7Yn*Ex;OK4&6eG6BwVUHB0%l+9a3{ rO+lJb$wDM7yn4w{okQX?3IBqJ0`$oGGNd#FuF}33AFcJ;nTv9;1?)3D10}Wi`{=&z=Wcmw?g4ITJh(vplMwrw_c0=1{FNi6Fff? &ArY2YDfj0Hj@c=B=UFR*5}0}v2(H4R9ZY>AT8Z@{>Kq21eqtfow`N 3;%GnAN=FL#t-@*|M$a(x9*sacYpQk@E0nu+F#}GTX+7$-CzFAonQXdFI&H0nv0RWVdI+@rhymoEC2O^{^Ty{ha-B;IagY7b@Muo >QZp=Oc?0~yS!#a#9t16EhViT0J?V205h_r2zB@-&2Ea)neyNcj3q5Lqi_pg)(4Qij>SkgjJN~`@Ltb5BX<#>>1d9IC5GqNT}F{- OXDhCfl&vFkP+Qkj*BJM;tBR4E1gyk-gWT*m~FE*gSPf>yp6fElf}spTf)t13VC?W;jI*;b;rvXlzz#xnNKe#hYvcHWYaXA>nq`(MeBZ?T&h$u6UN#aQ`VK@jh{##o|VA$V7 8*A5Kj7*y1H%!^iq_Xo0!+@9kcZVN7{ZyK50jb^gPY1xQL*2`v;z~i1+*6cgc Uw4zLp5XtfE5k){$_QzEnz37iKC~)~z#Wz#(}M>xdGkG24iA@4z{ld)qOv3}fH1~?vPI$BpdU55*i)|mTIpbR=Gz|b&a;3;ZvS5kNs YZ*&+BxaijI}B(z>td16iYlcm_>|;K=t_U(;B&@*-n`V6VD%s|aCZhzKi%I=|`l#@kLcARo5ak-p0aycp6s`!V0 IHi2=y`I_Gi-aP(D%rx|&GdA?e*KQ`z3$x~Tzl17h0i%$H{v?~cBOs}y5n7nKks~>QXc@l8gwye6Q}{&1G*fvA9N+?Fz7;Ji$Lp%&o%PC`x@c%5zyZQJpzg$>NMy(K|c+8E$HV#>xjSR^OyShAN05%YWfpRe*yXq&|iUKN$L&I-vxd90-;xf UIqG|1@ivd1u|c~ZeO}U_%v!7(f!&Nh-zoMA^cZKPoQf-FM!?&`k$cfpc}7K Y73}yovdT*I^lEaI+?!?MqUcK81!wR9SdcBTNVoc+ZT!*cP*6h4=faU20)uZv!LrhUjSW2_FgFZcw?dH`CW@dFE=g{yR2Fy^K4oq cHXSt-v*il-ML8YF%7x|bZ(LO_0RRVtLufnyI$=2zIx%iuwLeCtQS3Rs24v;fF1(f5BkTTuhom6^e>imr4|dngNr3D4lS1V&n^~z FDw?n$S;=pzOh*J^KDSLhWajO1L(hlZY8;{hi`%21!{tR{d$SVh8tvj&ke$N=MAFIhcr#zAoDy5`X``Ig5E{`exu0O4|)seBR7hi pS)4xasqS>=s(>kab9H*cCK>nKO=ACP(7mAVMB}}n58kZ#f%X!=n?--OED?RQED`zIm&iJ{FA;n7f;NKAED<^X ZHf5DYx?>1CE`cF)b!Vy-&Kb2snc|UA?@{s==WybzQWM)ZHPSWns(@Zx9R8YhRl1HA%1lq=pN9I7-FZF4AJ}7^gQ3u{lBmK|Er$o HPF@MZ@T^ZrCOe)GH%6Ek*itLbxWmR$5P>UE9eUVhV4tm4nO^X`0sm`DYcBoFBATEf^G&K1cfQoxn*LXzh5SP|BGc}k8AJ`E~M5k 7hLXLE_uLSF7`dST0pEC>!g1El_wi`{^1H4|DzS6-*>MRc~-9! zug4-SjZbd1v)`-2>Ko3w_g0=!FE}HqFwkMZWnovwM$-jsa@9jSM8F2zSl1H xN3vg_l6CEldC~L0(uYVCrK}$uY-OFM*1e`=1n61RZ$s#dsO`8p{UINcvSrB^Po}EC;qj;o^ODTlU+88d_USOdH%yU&yK;12(zws@S7v6iT%)18k&q418{Tk>SpkDy}8kF`2qz^dxm*{z`_~#>?5+|oS1y??)pQl0p4)mLyqVG>_6FI-XP4xcH `uVkOVxOOGlX~JEU84W%y96(mY1*pWZ|xGj-_a%W+}|bfmgo|`LtUc(<6WZ9r*->Rb-#%&!OL%fejRkKOZ@xkZpk07cFR0J?v{Ce )-C(sD6IBN91~5)35Z%_*ZnlnI6G~Pbg`p&l*ih&-bay&)uXyeLogzCwttFYdfxt5_>*LKC0jEz;#OB $2EN^G@ks6a{GSLt8ODKqPQa;Kdhu?B)o{|_Y}*Y*7uYL2#a3CWhud*&nVHu65XdMG~d;lejL{yD$)1Ly6pvALrO4!HX4M*kKj74 #C|7mJ)^{TsV-Th$59RI;QESwrdT9=qF5)tv6c80`54tfWW(oFbVTwtrFZU^_|H2>2$16h5lz+ac#4qo`^(d|*xCU?yD#2O$ P#isl>o1hl@PDc#XV3@k%=HcJ3kf#}qbUDUj{K++OgN+aQk-R##KmK{o>r1m4J8-=0fx*q@zU&sddb6;mlXH!@b0D2`%y^Vq#Y$o*Ki9@fxFK!#KV*4@5uoFhc7jDqXx;A{oPP;IE(ux}gY;VBG*qKNqqP8XN *nV;$(;%@|xJHba^f?C&&%sn#yv!Q8G~d~tk-(F`Tz|ATU>VwSMqkeJzzt(DTh`-uIeACjVSZz`nX%(yTcb;}!s`1h@V1O>E}f<& cmq&Jaio(>B@=Xy?x^wMQztaRK;$85`m!jehoC^-Zn jjWY&2BAgh7>gS+OiV#$%UU1J+2CXJ4H*vJWMKja;-_5VMqzJI3__Rt(^$3gp`go=;kh&`%Qq9;K^maONdKd?v{vkHW@7{Ppha@Q PUK4#Ih8kHrbU^)Bdk31*s6%J7p&t}!ptSPGq{oj2L^1|f3SqH&niNq4mmmFfSLAafbPOlnwboIf%OU>f~|~<*>AbGmXE<-E*&0N ;io{W>T4xla<2iCAzxrpe7gF$;xOv(&z(ddy55y%jTDDdnhKtpU~md@X4+>W400LqMv+T!902U344pN&U0fp`7+=o=;oNBONCChj gLFbu5$bn$s_uhkDwDLLxM7U&DY7>`ek-t$5r@ylJSRI8En-fwx38^`d3{GuS!vIm@1SBo2-$;< hGaFlcZXbLY$NM9p6YR8Cahzn`w^Et60scl=%{Y*RNMFLQrlA`x#qAv9doj@21Ca;bO@sk*coWqL%S7^7~2p9{iN06OIV!vW-Zt9 NHPOJo3dR}m&-7Bh^E{pvh5=be=LH@{HUOqO*px9JX+RBVJjgECMnYk-qRc*m5?Ux>{L7HZw)em+6iFE4#8Qn@hD}_(6cKIPTWq| &@pHHD^^Z-!DZB4j%P(B{u#wc!eRiL>7gq}Kqzwn+7QfHV+V5MLAZ|VWo;n71bqfUKz4x~APAgY8F~Y2zDWp+7~2ypsGG53yy7N? in5Tki-{Maakx;g?P<@-rY#TiQ>dw3WO0MyNA-59UKrU-!*v1Xc7K{O4l75(Oi9I2fgsYL{fk&dm9E)(?HFZe++>|Tvam2B<9;}2 !F&{Ql!~$`!;EqKn4V#ou>mAVE2DdH&JMIpZfOo8oXC>CT47`sG-ZM(DgY#GfHf>#HtkCh}e*aJs}MfX@)8!o89V$Xnsq9hhBp7sDeP(a3{>8$hK)q+m%osvn7T|4V3gC9#lcL9`L-38(p*Jz<~pixS66_A{`rufJ0rK58riaPcDX};8M*zBJom2t9W)~+5JR4{b+cJIK7kYj908Ab~A64gY=gkXY#kUH(|-D&jX*w1=s`*EfI cc*Rg%PV(8{3V?O*5CkRgqG0ks8=|5+70H&|`HxC}je(F$icv&qD#*qNCbrsQA!hYA;7K%$38=z;#lg@C%=13t=FQ5wK+#_v3gHv6#-V(O!NjR-8wmSgMZpfwoH$Hr~ i*jG~fBe4`g!LZz-T^pyJXAYXW{akhY85VRC7leFFvWCIwQjaZC^C}n7E$*yP*8X$?fq8R+P+u9*=|+$cPeaRVJ+IUKG3O5DGouo GE`@LdQ8fmG+#uZw?OhXx} +^mD%noJUr-2ogh0h8Vb@7~+fys_AiBuZG>=57?iX-0kjcb-MZ$M^+xNaXj`kS?!M;REfh+!vS6gK vM*=D-OaX5?TMCkZEIWOmbG^M`aWxYyl=zWSZw2ljeVP}w$}EIo6NTLYgYv;M#Z13`;8v(6{ZXM!c@&OzPU4VM+y^jM@x_S3K!9K c=3EQ}ZD2u=qJA4l^H 30jz)#~I<=F?5}pJ6ijs5R7QGPZlols`3V=K0G&E<>at1iItD~D=&Sf<1#ixp5FK-3Exu>U$1k+JU(QixKU!78s?bgVKq%vJbj!y jP@~1JP9Eh3r`iM=bl9G)6o7To}Z;rg>gJhVF|Nn`8d=*Mk+u{9?!#brwUV`pDjF#|7S7&cwv<1A`XS8Fu`mi`j3eP8l2&2q0K_3|=`}copKEhj2$Ds_+T4kHDx7ZpfxC=xmkEK8 SqZ7U4w_kkjZrPp34^+TVBit7(3Jdmj>5^H=?&66o-VQyCzx|#Ol&Y)?VTPf;*KInNT*P8rF_RleVDLt34F$lYH?U93ueKHDLjA+ 1wCn#v|2ulW@FFcm__R)UP_?H5f*|(1JcwyNhD{RU}MjcFUzV&5iuu7S*q|khTlNa^K6(YS`lVFN1+Vncz~(^8zbaeD;!JUh&0Lm@3V*OLmFy#Rj^N-DjGJ)d)p}j$zU;^*PRwLBeqaNNz*Vi{#CI0MY73#JJQE!kvVYW+-1!lo)fTa7)RApPH!P@0cFLvP2)s2qk< 24*4*n39=9Vhu4><*h9#4EHIWrWr$KN`uwM;$!-~E{)jnE`lZHilY<&p;~|%1UWPcmRqW$+MIdz*UQXH`kN1W`-ZOd&4|u76NFkm 9#)na6Ow*dVWIFA)aSl4wZ22CGJ(&j$^uK4=R5id4nC?!N|tunmBEr9lWKH2Jby7XstCq@OmRI@cvS>p7!krR#&Hvlj(5o4tfgaOt8b1gT&+PV>2X_u5}E|dNk^8B57oXpca2{z8!}2#w30?81rQiuSw@Kj|36qpnCTIy@B$?$uEN6bikyp^SAwKK0TD*>p!3{mO3-IzX9m}p)&&80 9xH13#ZXc%`cP;_|2wgAp(Z3n5e~8Wr0k%&2#hZvGN;AMsMxunol4h$(_9@)mF71=hj5Vqn17l9cp}KEl1>HcE4UQphxBD-$&|c- PA4#fv&_m??+_^YXb%r$Ku{SEQq%wce8bA)RnNylJcrk|?gYkOYFH-t4eO|(Ve$|+AG%&@o7;%EyTykh{Wc>6^z %nr*1Q6~d=pp%u_7vY*2_@sFe>V{mPp>-~uUfV!qkIVA-jnkz%1rsUZ2AGaMRD`~3I|%!roSFCzW2Zr%dA5(^O@3+1K&~J3He2ygz_}+{U#`_kLk^(>?L1;K7wO{ 8rx_AFOAga*+3UC3uj$^$6JzV-uThuN-3zRVz|T(P5YT~T_7K(02aGnML9-i1Ds)xksgj|DDV@QVC=Y$vBjNFCAfrKZj?}5reT@E_GLfi3+v1MDj-~R)@e)WI(AGS{Z*W8F?i8$1d2uxn_tSqd*^3sKWdQf=I-@(kkp3p@EpR({wS58e|)Bznp-k3mM#cvg=93Yk8)eQURIb94*6%i|PnMulj>+oBd B=~{ETjBl;L!Ax=F0sqbA}>@POi}GL9`z;Tw9ElbbxjyKXG`Q537whE8b$JC0H7l}#N;O!!k)jG;pJ*M;n=)`n5Bc2D(5#+T|Ft` OH&+rj0*0+VaZikBd6H$C-l*Pz!2>>M#{iHd{lU%cvKjQfs*4YDbz~*J^+TQ2ToFpj>|DHfr^|AoCv~gE;u}|n!veu_798ahiz9t wu0zn&4RNIfzo1zhF1u?SFY?_UKogDml8&@wVVJpMm`!*ry> On5#G3sM=;myspkB3G~9!zWwOvH`=)W~TgbuJm;C@|&HeE1n;gZjIRg_*=#k(8QHbttUg(-lUHedHp5#SPAnQr^Xe4D3Kq6PV!9h &<^_14?N=(*ZW85S3l7Dc=b&Xw#-sTmVVJPCSUC-sy8^%;i0wUsZD_o#p@Zx?ods@JKm1=}_}OEw9;itjv`D_v}T*`3)5AQ^j`uSmssy %P3a%`Jj|6esLl|j&0Cn5&Qfjd^p2tjq1aG7!$V$O*vZX8^`&4BCmp*!g;{#dEbR7s-`(SNM7U;tSfxfO+Ui=A5cpJ1QY-O0000_ W`WiMrPFHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiMrP FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsyuJ!~9B6ds4;?zkjC9R30%O!zg5Hryoy?86|N*al-ew(N5Vf@X3% -kaR+%(6RsNhE5ZfFcD#k@#sGiHgnz3RD&nA{9Rk4L=eM4Gn@O1$=Y!?wl~%*>C2}oAtUuCQ 7`q4fCa?;87q|y_30MYxLh>uXy}-{2zXaX}{1&(y_#^54O85T&-U0lF&dVilZxjd-I{>T!50%?ytgzqDlyMYg3f4S`A`l9Uld{y@Mu9bZrzAJmXzmeu9U-A1x74QE@#owO<;$w>y@23U49e9THBRaQa=dFs*-#c{vUd8jdO!7}FK7X5ZewFThLwY|D{zQI$A-z9Iex2-$ R6UlfUcS5P`R=Rwcn_2Oc-6-{QT2JB0*)}Bi$^gZ!Mxu;$-cdZnU8-z<^!0I(b*G(V}u9T&T#x)ZSH117jE3^YQ=oc?jo71*CATF 9E>s_BPZEm%=<78G9QZ@jZrfWlyJbbOJ$ELGI8Y<_K-%_ky~JQU#Pmt=I&TUnA;;83tr&cX6| 4HJD|E27Bp?-*;?sz_DH`)fX+4-;!LQ{Y1eTOFVlD$ZHUgyJGQtwL%1-~0DVQh!y2aQ~Xjt<0Qu+V|A|=LG%OdhXItVzPmt4~#bF MW&UGa<-D0bFyuN`7k&wGndIG&m8;Os!UC0gQYxDVen!Rf?shN(;!S?6-WU%WjiCMvZ%j0w e)dQmqqZn=8?-W^^H^AuHTj|_U@1jy2U3{G`E-~lt#X?=t(;G;>#jx?Uw{D}6{tzjk|JsH+1whfgyxgdPQ~h|$)X*dCYQFhG`}>v 6IkPDy>`-QJQ>iqm_o(M3-+lr7D_+I+Z~bR(muc5nhVBv^c=AbnFX`DZ9?R%$;ZzsTRRgB$p`LDB2~lCCxZI%;CP+a>&;{1KJ+ue OA=4z|6z}vEmR!x#`r{|{$!0UY;UP97jZ0NAwrd?T!uW}-b(T4Y!R~Qo?r`tnx$~fvL^Ae*rLhDH(KCAMr>_+GgG$6 -Fi_dsY5o0@~L6V_zfQ+Hf5-%*Q!_cwG;X%@sVk)Hw-RYkO0Rn>uJn>x4g`rp~^|3d$FA@Y-KNMVJ}QWUrj|*Q$a^XQ!h|U0|XQR000O8PiBTtB3+kO-l6~i!V&@iF8}}l Y;R*>Y-KNMVJ}QWUrj|*Q$a^XQ!jF1aA{;MaA}U^Ph*N?mhRcb?Vfqs#E8j mv`S`zC(Y*dN|Hc2@d$Ny=N2*=5lInFtUJI;Re{>c%J(}!TyQI0c_!Y7P!obS^6#AEWhIYuoF^#XrN=wYzX=vjaGccy^S^bR%>=7{=Qz(3{QmD9rx(S4o8Y7TUhg5W&ASInHhbuWfdm-3i`Ka4&)z2>zVl8wz(yI?j&>mJ|F5!65_>BKUiPza+Ro;c9}F1YaQdLxSHt$#H%`@D~JQ1P2lP AA%9pBv?+cY@*|Qo8UeKzelj&M3j5fMAWZwBGR`_L^)Ry`~ktoC!(Hz*Y`+@a6oWRg;fOi0@sB6igZoEeLen*8&@ZQDP@nTO{yfcRA;CQeUZ?r3 AxOi+c~Ij$ngO2vpzt-V$3HW`;}@F$x3WmLM;7h)aTeu|Cm3P86Z{pyOcv$LQ+Rn6@byd<uuTuJxPIIK8N1jPE#dJT#acb!ODT05Z_b3IPMetREhZ1zB6HRma>7duw3HIf7P^20jKLjr&=$!?8eEV#K|CnG4)AiY)w+GKg fB%EvkxZ8arxF}YjZE@)f(?w1bJ5QioeO;4K=3hwE6zpwwi%8ylHlnx(7zjIU|c;*@JgvzI8U}>;M2Y4VO|=jQ?c{GCFr-~FGYRk5cCMHycF}muNGpy t6hlkI)&h2Jnj~PKDI5y{5kY8^hb)|egy9$NK>oxPl6-@I1?^M_(PYYeji_se%XH!+Iz?%jFT~o(7x;<%#%|Wfgi741pIuo2z2qy D}dKMu0Z`82oB|OdjC`(Fim9eEYr%`e7yTCf=SynHd*y?im!J-ZnBe!dudYo{fM_k$$}@3jQ&>`RbDOQ&WD %D-d@=zFQg+q?wh^8F>~ryZ`t`!}z{`1{dy7%%%@2f8`@I`rR}*MYtkDO`CS=-`3tkk9+qfnR-i9oqZpb!g8H*8{IRDcqId-UNS0 kVIi;(Dmrg%df}$b2q_jxt|G=2=1JC1C14eH{5`ExO^%2=t)a4o}M6hKjV8T>a%7U`uELc=+{q{0be`NU?ox6+3iN)qm3XC-UPfJaTDT?y$SUC{7o2VZ{LJ|`p(VZ`}^OFe2%^u_?&n%==>alE12$X27ZoO0s0=d0`!wuf$;PS;InlF =E+kCj%NB=fp)#4@H2(cl}NwmO0;*cm8f?W!QosVg8ew3mB{xt{eGvuuUiTH+_w__^`w4(b|vcb*Oln+zZ2Yt`*$Vuf?uw}_&9hK +BbF;=rOqpbl0{D>1VD&J?E_gon5mE{^u@?pAmPV9};(=zfQdi{dhh>5>cJ`cOjo$SEGKvBv?)r`1NYYhqd>B Kdie4_}+LA=>E_5fSzBz2XgAC_n^H4*P#3{Ye4rog|pWHPuH)(I9b02&qMbLdMZZ3% ?^_9ys^R>5E%1?Ehw#%0_GCI+2R?B(!93TO;O{x#d%-uJx)*rrvz};_%OyC9=;ML)kUMt0AL;tskAArRe&qY`{h+fq?}r@w#rWfj4toNj~TT*mxh1IE`0k0RemkAglHJ&Jx?`Y6W7J&)@AuHWC)_fH?i_}FtJ-g|9? 95{3%>N8;@@G@y5>c3$l>izsijGL_+k^cRS=x0_^m@dEj81Vkn$AG`y3Wq(0@jm`BjGOt7A^qi#0bk1=!??R$!|#3!d~pN8nVkRQ gbT*UorfI-Rqx%y!G@`;EUgX8vJSK )2Mg;X~@54J`KG6;c4i79Zw@&?K9}-OP&FLzU&#$?IX{iy&cb>o^KFr=6-kUF`kbgNLf3nKcXFnJV)hHyXqCT {R#5Wg?~o*_x>64Oxa&(%rJfb1>@|LzhHiTN#A#R9`6&M2OVBYkh<1+l;9!MfVqDKJwN>-#_uODf^Pc11b+XUm!Oy4NwALl>u-=B #u1!E@D_r{5G;Qg`p+pZV;;ETWyoz0y$t&LCO)N+C;g0B;tNbuNKQO*Oef-Zjk8tJ|Sn_h$5@!o5|!>xZu IotjYd48XE=o6C(9>C*+V1eMbHo;zY#wPT`dz;W-l^vjyBReqfkMBTxPVWHSKh=TyztjPGf2#xZ5!noW{_V{e*L!Tnxa_?d^mZ6Q m)o%!a{k)Q(EFlWz(Cj1Krd�s4LL4e*86-T>Wx^G(bT2fhitrtMA0|M$O%e*5%I(8=(( AkWTv3;4YAEsV1--U2@!{WjXQQQ>oMgCD%|Hu~-Lw=oWW`VR3}g8RJ#d3?<~p#P3{(C@pwi+=3)F6<%Ky^HzfAMYalZtsB~mA{Ag VeetyI^jLwFaI9oz}Wx@I&zB{vU##{`?`v%eS|IZVuRnej2(B<&E5idGR;fFs{?v(9R3DshwmS%D;6R=LNYDm=@axz#lJ8=F8CMt@9Y199VGuL>{kE&6!b9VGsrLh`V93dd`@!*!FN7K dyoD%#(Ukr(eJGU|A*-I%723|KKKRTBVVAt8^6$YegVAx^$XzRWetB_V1wGCXqU h;s*pPunHp{E1+{T_es``o0S>&m-ymqwhzY1@u0YCeQH%U)VF^97^f-|4GC-ix5`$c|_K8{dJ#7Pirr5Cmz zqEJ6Sw`u8SV8nh@Ap?moHVaHRYjcN(fbkmMx46{F6|R>8VH`aU&NuRIS=g*`h5C;h>Z751etGtM3DK^&kl?TpXz@g==ykqJn!ZS iv5cq^N%MLzDtnpFuNTT5jo{3f@~)^onVaM?F#>N5XQkaf;_Ij(JvzW_dP5nV1t2O)qjrSZu=9e$(`_}%Tn|J$zZa(gh `h8~r=(c(Q@;h(<@)owiohoaxs>-Q%#{3Xr*?}wtl-yle;s`F2Re`Gox9C6+wM4dH++C#7~BH|p)>q8?WvX1lY 5fPEkkE6kUJeNnXoW4hnqI?PddK6$^O7vYC?=_<%P7{yU+KA{|x7LAwoG=dKez)Tg-tRXNS=W4xAkU+fe0Dd2*AaA2z&x_^Z}EL3L0$(MLy+y)w-aPJZ2~b7mOmE$4&yxfd*GvzAh8=8KIal-{o;qj#Hi`c@CMZ5$^__RX#(kPB*=Qpx&-j@c>;74b5Wl`F7R}Mi}Z6{^#39k d|;UiKJWlRmP_Bz@B0!HW;y1NM$k!ZBhohzWV>ohBho)ckoD&FMzrUMCe-VUCcIzNgz_J5Li;{zLU}!!0rzPJ9&4L{rxgTe6Z{v! bp+2%0w2Rqia7Uic?4M>m^CpXdd1%+qJ9UZQ0`$V)bsch@RvvdA9MBnmK4f;Md3GFP;T!Q)bG@mh^~VppZP5)=PH8pn6I>;yg6xn zakC!`efAW8U6mj$-uLd!}qZSS>K#U@O-Wh!J7z<_9CJeeC7dWqy&S7>4nbb0dT27{v7Oow??i&Ek6zIR`u~LBg#-^iB_eY4W2d10<4#3+H=K%o-T5@M`{$>DJ`Xt!_&@nH )PK%tXwP3y1HSs4j`oi~9r@=@$9&x54A8|aV@!S;j!_HG7&zv|F^q8LtdH5`XY~Nou75t#*G{_l;PXj$1Hw|?A`)O!r^EBY|zG=wk^J&1-ccz05V$%`7YC7hZgEV}|bl`9F bkukHbmVtCLAIlQ`z+vd(pi{)A2odbM6c`n-Viy5HnUIba6954gv;xizB Up@o%ym|)kee(>Iw{eEnV+Q!vTl&5BJmjA_59#ke5BWcG9{TAeeShUVl=tCz=+__51pnHPAlr4$p9#8Iqp+PI+Z}eEg?vt)h50r= 3w+{~StxJ%EVOHe!V6}hoCULh&ou;D@9#Mq^2%=rlFIG;mLThqN6(3ff7O~fp#K@?N1R0jzjp!XW)(s9*Vu9a_{jSg0uMj92(Z^h z}JBUuiz9{+-|c@1-j7k3xCHoYy##b}$|c}`%P)Z(^FNmYRw~^8Qq@!SecYv}@9!=J{t^V)zV^(e$hY@GeDAvu?*}hLe+^iO{u-{| kI?XA7NTCq6J$F`%RNL5q>k u*Et*FGhGm-%nl)Je|52?OVMV?Rs=E@c-0e^xLzV?uEsmuPqvHk0ogTPnV#a1D2pZM=n8qPSWr5m!Q5Y^!<-Zkp8VDpz{xwfF9>v hjP{s{5MtL(d#gtHY`Q_#4_~v#AVul%M|a+z(>|E!#LUPM&ws@BkDDdAlvCC-iY~o{*BPr*4_yD`Gp%%uZrb>LzbhyCoIRjGezGw E=RuaEJr0{m)pUQYe@;XnczJH*>9-%PQ;7c1^KVnUFerBccFg&ybJCB-fGZMFM{kxy05

5XUnaQA8t~h<*Py-ktOZ^=)?%FgXdTKcUkCj6TZjDX)?wbB v<~>1xeoQ;unyz%1r7iHy`ZOK?gd_^-3$D^elP0%p1$w29_e>o5BmDmdW_S9*Mq+dTn{{rUypv8ydLw_)$1{yKGpO+?nAmC+z0&r L0p-uyfcD*aVbI9YU?~{)M|9d?FIr6+Gz~A3~ 0`t_*p2R%(DM3;podJJ{IHbBc3!efX`0Q!up+`Rhcr8I*ci8p}>@n5Pf_|=i7VjJN{op@Beo7Ez|G-rQH&O%6eGc?_%wHm6hhFd( ;PFF(ydK~CdC>bxf+uqL^N_cW{VVYC1VLW^O1^+{o_zuB`TPZxSM?(B-S#5n*|{%*{{QqM=Eq%LLc3Bgfp6UV67p^N8_J2k4EyX9 f_D@Am|%?XaqBA)@!R_2tC)ZKy%v%6km;|1?>$M7?d(7OJLo7ua0;g<$m=3)?T}kGwxfP;x5NJSjZM(k2X6xX-nt2NbJr%s`|Bpq )BBsy&t)C>{_PIf*{VB0|06n}hm7xlJn-)h%&!wSBm7Z<_i{V8L}dM;ax0A|YS#vWY-fM>b&SXFzlnDIB-~AT)?X$Ol-yv@!{lx^&Ah@0&uTKqp2X>Js-a&f{?_wT4Ea08F)_fXEu3V-#? KKlEP_woIm_o2^KeSr4~AAnx2)b~Gpfck#tpU7td!7T(o_$S));)fC0H}K1Cs*inye!Sr$@T12Se(;gn?>`29Mi5-i<$R3(IpPzw cYT6&g3KqFA2xr2@p|UJ(EjMB5$9R%hfgtIZuu1T*!MH=;YpvNpXPoBe!1{7@W+*(q5MC52EPBvXP}#(e-1jT{v7=2u+Ndc?sLos Cwz`^7Wp^&rT*Ut-}wv7ueW@G_y-dA;rbmykjp(x;qM5t{m&!Fe$kr=-a~M0q)hs~wX96mS+^17`R2?XWwI`L)DC50m)mp4GFdNq iy*sPpYe?{nXf-3$n)ylZpn1=78@%n0be}YVhBM36y>Ikyl mmtXc-5CUBy^BEENq4D3z^nMHdSl?tB;;u66<@p(P#Ao!JjbLq^|A_pZcD5t;z&raM_0w;xAJZ_G`I&Vlo+sId?L>k+CokiEpx-NHV$Kr3 qieMeJf;WH^IHTb5PdHccnJ0<@G?#{{i~(y5GkR_IvSPljgZW1OEvU_rxx-O!K;uZTXrP^PLm8Unpz{!3&u-C|^2R$2HX(ZKl~y}zzuzb%6g 1pkp3=KPm3rWSrH+ndo{&@Z5<1+Zm@E`AId79T~H2tNTb_79QBYjrGFC=)ernyX($cGmD;5FA5cygtEeuRCxX8IM-oKGe92>9>I5Jgngxcnw&;vD|SAeY?91K41JdN6Xrq@|whU33|Rn!${P1D$00ngfCH*=EL@e pYWP9rJ2lQrwqQ^Jnyg5v`^A+0EPdU;yf9FZ!Q1*Uh^2H0X^w`A$`A+;M@p&O!)6P&F8@~_@901V80a0j7#Vn>ma<3YBW9fC%7mA |EW9Zd4Kwyt>rvq(KP@4jKY`dw{J16_JE&_{a2@H+9)2|-bo~M-XQo<8GJsj)AZ9QdF{1aCTRGAEw_)Jaukn{fXlIsSG}FB*HrLnb(!UcYPK?Ueh05 )CTj%cFsHXnK!#;t$4CWjmN6KPmaJZ=NgK`@&wByXVUZ4MR^}X??Wi=I1N9p41QSuu;SgTQ0&kYegOSeQ<^{Uc-MBa3^Y&UeQxDX Vxn^>#dGO5mY&y@!Ow~RKBM1HdcZ%bjJ~n{%(C0z1TWF@SvR+#?B=-VO87ai;$zR}8u*TY%H9LDX^F!qUhB!WG_lT1An|zn1qZ%o*YiA2zi%_0(mRQk&JI+@yrMC)8-?9OabBd~`Sh)a_5BEXew==PV7w4~i6HAS(;fI> ??-7`mprWd!eY;A{6iGrv(BQU{&u==YkYJB-5i;_x!;FJD6NHJ*DdKFogUYxMbF^!vT_?GE~VuJ3zjy>77T*S`n+ _DF4Uenr1~DDFu8{!Q)27c~8Gnr0}yN9o%@jrS4HkM#VvGWdq_-~IHwmf&9rvftGVf<1e{SCI9~#hT|vjnBFy+vndT$m^9aY2J^O VZZ#ZBG}KrUc(=x_dO`To#^*%`kkiv+(_T6>HRY1VLV@!!N2q86#qCaljVQ5jr@?udxU-Vi0@iBIVOU=`=?OY8w69DE=_QO#^JTF f6#k`%6fy-YWlMb&rx`-mG4FL{5k#D--CUYzoFmu*8DRH2UDKxqr&@i=WEy&t`or-1gq#5)A055`?FO>pECG+enh|1HO>K)-?#Lc eZzUZZ$cUTTg~6TRvzO`nD+mkJ+QZ8rRK3ukqmc21irz2^qto|Ux{FU^)}{9J>Yx%Y6QNgR}nn84Ew5|(=>lq$TkS}i`kRgScW|l o<+~)TK0FezL)bHVDPAr*FDDT^AGsE2zq{u`BelyzgN*a`}9np-|-RbD>{eZk0_jde{N$LC<4FtJcU(K9)G6ypK95Be#ADbPSfc3 qL#-x<|F#ddjBShx02gRX$M$oKH;{P;f#qNmcfUf?f(~RoFVjEPGM#Ao!7(I_Rx>sAJx2nSq8uCjtKnCzhm;I`2W=BlN7Q);Z*v4 W|e;wr|SXV++S#T?=tLFW&0@mtRA7^FFM$3#CBV@;l9K3EdAK8XolwZF+KCTZhw8}HMptF+sm;3ubIAIL%%g;@Mk|z+fksf_f4Cr KI}s^g}$xO?>}b#%JUAr#|ak7;NRZEYRi2Zm+i5$>G@Xrc4!3qDBq*^R*l=I2ln7DkHGhz?dd%zY!UMKP>)!%jCW6%C=zoGE==y@gmo;UL^!2=9GqTl{hk5lP=G=)d#x2t|*JJx_6I8Wuf6ut}nerDQ9u!ZxB #;m`Q=~zSDb7PstSUlYp%jPomDYwO|jKyO)HxWxVWYV$LWGWSlXR~fR7mMd(`DQm(pULMlEu4zqT9fHSrZto=g(Mr|`DD5&)|_dL wQ%NcE|e$d!vSA`erNWZ=SSIVH<$G+nq!=qHVxjy|WOXPk+_Jjj^hgp*B|R$LZfwj=H)IOwyvr@FcN;S~ w=$L}@8ouF^^sd&T0 &WT#6mNC!GB{K!jr1z?0<1+>7Q0i1hDdUst-Q1RSbE#x{B4ITXE`xDRIHxRv+n`P|5LJL$l;= I<(+1!aCteW7cOTbEf<`m1!k}rrgH7A)pfd)OFX^H5Xdy)6`;5s#8yBpk#ztR3ILk6wf8yd>d!pkV{hMCF3>G0h!dm=zvsm;DGvp qcVwPqmU;ds4m&!)(q%fKQPwX?4p9w?$)>$OU1oBVVYyR3F^OwhD7O iIvCE^Qlxlb#O)XfZkL&Q^TRnZo@=sQf;0(+pirDnV^D6DnFj%SdH9oh8#orjG&0=xM`pyEzn?Y)Zj|$l7>`4YUobR)376qgmV~f f~_nx_1>P9$S02iag%&=Qb?^SmnmdpCuQ9xA?94XHI{54Y9ju^b&e*}UOt{~a64BzR!208BD2jI%8H^-N+#S)IO;H=R>b2f8G=$O =0{2HN%@k2$2^CqhTCkA#yHGnT1?)(iB^c@IDd^Ggr$h{xU>QFIr&8g`P#eZ*s8>+OKwxRYrqO$Tw#MeHuNT $;TQBxg0T)R9h^O^s=dVn=q+{IPmNW{nFTWql9v_ioPTmUnW*2O^MTPt5zmxzDKN?y4y5mSSHp+o!A;r=ehHUJvO+MQ)@Dhfo>{1 C^R&~!<2A#M5aDAG?M_HXqe|ES2yk@sTyutm?_Z>T1nApjMh`NJeLL(bzi6c3P>xeZEj&s;uY!}GpPjS#!+QNFa=Qbk!cVhOgNnQgT}Rh?A;%_d$dDdRbDQo)0Shz@j9@vJ9oFW<_Ul2Gco4TXG?hB5K5yfWCN2i8XYY`P;JmCI@t|?`L#%TkIEAf0oGbhW&sV})3xq@5+sUr9SIGGW6+Jwg-J;^zOHjii1PIZ;iN#e2?BdG$-T6g8Y BMLc|R9ZxiHdzE|qlGNf2+fxsqtcqATV27OTixYQ5;kv8^k0o5$;AC?!)I`c=I26FbD+CGv0-Y?P(Ir(||~4jFQ5bZpgVjwuD%C;tquUOiR5q!Y{s|Ig@OV*&y2Frilb89ZLX+DUGC#sx4%*84;Sz ywAOY5lj+FOI#;u&EJc)u?ko|p8hIWn<2e|D2TKcCMH5T5kmQ>Q59TQP9EckRij2(6-5h(_X~R!!Y(Hv$5lnbSB~N&IO2Omq$mklx%3eIBL$Q+cmeJsg;4!zFxW*A<4&zTl$M&@*xxq0@E<+Pqo0Bv@68;-WEP+7AMBruJhGb)#(ewTJ (-(3x4J42fL3;&C9v3DZHIg^=usewm$Q4LspkIZj+BzynwHYqn7B|(v;0kWJ+@K6YY0`02#dx4G@WdNE8iUQJ1TT~jE%dfFQ>HwYp_Vkp3#q)ag<_H(%X}&}MkvRSx62wiQHg1h be5468%V@)En<~!&Kva@pB3AzR(KhzVYZOV@(UC+j|I0_KG3KsSIp-kjtQ#)`B9fgNmk2H=QPA~37tVQqLM<}@`?$Lv|Li?99_SWPMq?wu{aZgnC67jhY#_Zsdp& rd^pd6x24TBO)zXB2rA)PCZFt9=AdG&ULyp5zM3tSBTmB8XDU@moGPAHcEr@0!Mv-wqg^pZCiG3|k?L5~9#h3LFJP8w#U|9FN*S>4Rg#lxql#zsCBrMyjNAb&PYbUA;7w8^hQ#^5=DGG&&w{f((*J{b4sC>8UFDoLOg5rJoS WBwv-$Jd@{u5RHba51)d$8T@cqe0!kCKziR=x}CBR3S^GFgTG&ayauwmf`Yj$@L3_f(50RXdr6Xn#a~EX#l(gaV#mPp+C D{8(D#<7AxSb^ecnh@j6$I+WC5M|Ph$tD)KLvkUp29={#SdwBZeHtL)h^RgawnM$hwy&fowrXFr6!R?`B$&H3a+d{SSFF2=(?nLt XK3P30YpWf&gACt%*Ivn?Le_;n`J{|Hps$zNj^h_;0v8vRgnm^G-9TtK~eMYO)c!Iqq#H)XrdLlqjghRpBu#`o{3hwmFY60@tx3aMk*w`Y?=m7LbM$QD<_Yb`>}5IH*L)w5&&f kw~e*?2*h-19=`K{khPP7rVWP1k~0R5${_wfh3RFI!Zn1C$whlVA3%oF@|bmwh@UAwxTgfDaylJr3sa}#DryXYHAW3XfRKdG)-95 CLJcl)=I)@q7Ag~YpiVWDdgGQU&>Grt#@hsRjMpgTxZDMrK&4@pmfy&>9KUCF{!&Td@46?%F*0bPehDX(J&Jeh7spE8JqDcSzTs9 &(BL~o^AKC{(vQx(0Gu=5PHwCgkC~E=sb{Zfm#%4MRn3xetoSu#2EtBBuZjw>2a=7j;M)j4DPm}%$2~{ldT^C|{y|}+)<&fWKR7kUUeX*&KVvQ%ANmnKFabmd1 Q)Im%ov*OW*FoMP0#y|?F!oyYkrK2(=o5jy9h6j2G-B*VV&PC)noJXp(A%N97;B=bkfkMP(G8iD*qWs}VvwxphEDx8%WPKHKxl^W XM2C8LRWpE0q5g6p1*?i-I0x!!H4ZVQB<;6uMkvQeY ^UkbrACi2N*_7*BJUlgvs8!Xc;J}^{Wt&Zoglj4#N24uAOjJZo(j;0lxrsDL;>1nOQ;Sep87eBpF~>t90oLTrBmJ=yx?LlKMkKNLD91+s@P)oG0F%)@eFw#zT?eq-QxNt?*(!%h}vh;rStz6vTR$ A2b1PvGShfqzK2;6PU5ea=lj}QQEwU1RH`RDG5qBeiz7}WwBChHKyhd%8SGjDzI#V3LanKGzW8Dg2CZ^V!$uu4KP {yybmt@s3%QYutfp-NLfavoe)YAKDcoM};2v}bvWT4(}F#E5l@!F-Gdgy7B^))ih@((tOok%RVx!`Tl7Jj}$9?>R3&A(?l%Y21@s 4L`&wLNnu?q-dJnI7pv@NX_&pE(DBbwyJ_ah}KN_1SJL{F+T_muGG>cuy2KDrRv)`RbNfTP4848uBAs(MLNNO`ea9J;TN_tQl2(l ny{YbYG$N@+ls#Uk<%Hm^+=$>vR91$t|FD}i*#m!n)4{eP&^@6d5ls5KTklX7Jr7zg$84&QYaJ=1cFOaAY^?<+DZajaTUWK@Mw<| `@0O9U=_Skn_SAD;y+9#JRzA#xJ>=}Kv`wu(kntLK%G>~BVlI(o6alLf-WUVXfU)zl(0sh3o8(R1CueZGS)|^pWlry7e6cG@rOnq r9TexhlWLzeUubA&?m}-aX_PI;(RVC!Gv9THWLIP!S!Skkl`*LiHAu7b{JyF4fL?O=*kBOfj;`0nit+iE`j6KPUu`8axtTl#Mkke~SVC|C^Sxa|%9aBhB!m%zBEQ%-1z!3-1|BQ~N6=hx1!V|B9NqK4%{HWPFKMdA_V^Z~meC>(|$4I=zcjM)queb)X^iR~zy;$6&KRwbiZn i0z%e*FgUfi~ObX9I4B(#xbM5&{R}_+Tv50CbM?JYL6AKg~-}C0){mVLhGrNZUUz}olya!O+25E!)=3$KnMESGcjPbnO(n#0{nW1 ^QQ3_m@%@zj40jq0&`G(V|3M_OC@!xDWU|G?V@0qmjiTj19{>kd^0gKs+o4h*%%(cO@ToYVp+IoKPRm~cbSEo;b+@L-!=xSV~G58 Zm>0M!*-a7d6nu@2rC6#Dl_@OjX3PNEprL+xv-+bMDP2As&956Rlt&xjyE*8=tCxYzZE0%GWzO8&zuMcPjL@5mUBomVml+HEbTS2 riBqWu6Bs!pPS|k*at(bLB!~#;eJ7*({Pdy4+N}G2n~r1lGVdzxVnoMq^t|c>OC*aNMHfG38+k|5K$5Qd9_XQpLX2)l`yh7V4O0f0T&c!8~Gf(+9|wIdGUgmunRdGQ7!M1(=Yn+ng(POTbpk})K_(L>81Y#S9FU8fMk20cq)7u}ZPb-5yG)J)>#F7$NQ07DxMjXcQUt#gONEREruJM*ASMk9 lvW!7gN-pymy~=Qc3?_z8PBzwMGAYr-;%0WU8`_oAig+~p$<>A3-`gUC(`=nc8+$B79^W^c+d>p7Zc3Q@bTNu| c%+0e!sDANie(uQGOd*vX+vGnj3_=~g2Q@|$9Qrf!P58x3F>@5v!J0}w3E6nEvslU#WIeXWtH9dIQeeG);?}+8!erP@Ox!|QR)pU*mPOr@NP^LY)1>9v5w1mRGv~wvXrx99aoJR%sYyx=*NpwMjjGR<=1LL=IBs!z+nogbSbCmgayO=n WQPAck8kfhUPRzbkt$@vI@&%UdLuw8jSsKkV}97%Vu0});NNhH*Af<_%x_! %_Z}!3FR}@B_tj&Rev&&r96A}X^^RcKjUl8h-&YvD%nf_|L6#H(GoYPSg_{qg=W&QaF)#by$3^B8^abik)-?@Gew+Qt!Udl_k^;t wor-8A^2cF?gSU!h7QAZ=+>JY5j6ou~J>S9%8x?9o`WPm9ej7Pi0sZsHTcFk_2Y#e}hFH BU#!Z5izZcC{S(kQb&+*9{!4OMkc^wj{tS`jz)d;SF|EycaRPPO_(Ke@Ea>Fz7-iQkpToRB7yEijqWM2T)Wz%V IS7jr`Y^kg(AO02vg>@K@9&~pv0H=(=1G#Utxz1n-f1mm7#}CU91dm6{a`t)AZ~H*WIE|JyR!HRAGe%K6fZ4kwp{=B)>X0k%w+IY jw?pO6jePqcfj6;?iV5)xgb(CZ;&f*;;pU~mE!*r-m>MNxlrEbvdO47PEM%6eikfQmgm@y$l+C$!Lr#+_a8t2!+gNQC~xia5QAQ@ X~s7npkEV`8x8iRWZuJLr!B6|;Iy7l;SUni`*G6=*7kj0J<0@U2I!}rp3d4tKvs^%!l((P#zCq|o|~lBI;FspY>`$vo@zVA?3D5f DQuTkO@rx>4bmC$TNPGVfbd~ls$`Fr*&7(%6380`E2E5vxbgdHAtfnCEGlqsF?7$#0;djakoCBFUMsvc;rvAX#dcG6$EI&>rk>#r >!Pc&ZjPNt9a;Meyr3*T~+m9=AcpC_`us`g3Zi+@B8K!DA$%D$S80mJ-FNt)kQ_DigsS;SS@DP*0{DI<6@ +`~%Y*GB~CMqeQHb5!}-92JpGW+e#^LHsXPU5q^cECBsdVod56dzv=9M`Rx;EcxP%7OHdG9vyO~M>KkLChyk7Oh2*1kXc>!Pkiy! CFWne7t+k@jhSG3TZxK=B_!{wh((<<`?`e@f73@?<5_b&r#QJl-wAVkij3HJ)AGdmniGM%kW?+q+{#sFMLW-;yx4qYA5NpGxz%9q q@U#>TEa!wULLR+KUc~>bR%Fmz0D3=ulRhTWJ^{wrUJ{@4SuO6PrD}S;b7GzP|*tb)_ru1#E)i7^kj0OavJD=Y{-Ie!>`oO$@*j} nQwDC4-B|Mr1K>{d8NXv_+|?YRM~*-%XGl3JBR`uw{#RQlS(EmxdC!Osp;Rdq9bv(EjEUzSe|491wHX*6DEG1Fmo-eRoP;ceH4>$ GNzZFo|TSpC>x3tBjs`Jq iViyoJ{ZdD91?6+!Z)t0JXO_+*`teGgRdjmUr~2O6nzSn8U$mLl$An{4alSo0fSs?gph}^T);zu(BU%u>E23z;?%jX3;owWuq!5$ FRV{298%71md!BfhNM{*k(G53f7x{@;qPHFbH7=PVZ(gLAkOu4eR0rQ7o=x+NXL#!rVEo4|A-rDHrIhZ$zur@m1Y)N>^hjh|Z_!@un;48CWw(RD+RCkG(P@xct=9E1=4o{khN%WSNd-DA9YYdT3VF;i^If(m3#ckBPdU$i#Zba+!>r h?J|2jxEUPjlq^o4rag4z%*+~sntN-_61JyI?}%lPz@kqwT(nEEB27 j&U6Sk>ZWRm{&@d2@d9OL-#iu`E~UDGJHv}vo!pbBA3XTXJk>gaY9$oXfnGNo3UdB9(u8!olEUzGmbyfRAnBJ9B4eqVVmwcGovpl #deBly12_Rq2@FrFis+6unoaUd?LrZFqRAxKR98@HgQA0;OUf&3dM)+6>?46 U5-TFzCzgFIfQo}V9Me>ui(nrEn=%uqravh3eNH32I{27j_pY6Gd(R5D-i7T?+5kMO#_lqpMA}40ss35_16s~;~@I6YG+{nP?|b| WKvJ9C%%GQ_K?5l(1X5#meC(@a}&Y(1w<__?`^r*uZ#Exid8Z-T#>1Kw8tE{y*miS8;g+Y7>Z#D%w7iwroZ !Cxj3`Q0p)gk##pOb`!XD{Cu;VWikh5pwpbw&ROfUM%j0-)o%VL!9B(p}j>qw-{i<)>P|cl^~@o?1ZNr`UnHMI4$~zp9aDHG6qYD e()GwTfim&KbV=DFM*c|#3oB~WP)#5AtB7cnYg`hD6XfkhjU$75V23p<;^8s3<5+mJM!3eKq#l&)4a{ef36^WNz5AFq{0ssTA&7` GqOd8xF)N~^p4Q)`_OqmLRke5^CV -wq`v*9N2Bi>6D0$|NR3J5sjIpAkYIU|ThxtWzBVdv_4q@EzL|Ks6YgG`5|If_T(uAuDZ*pY3mqaXGE~Li?6y5vFLmxXT${u RLw%#EGyTy8Tr}YKcCFm$}jdV@!}l`lD-R&ujwS!Z?Xl9uxRnR4a#8=hZ<30oyl?)avA^Wg#5?qgPy>RcL-IJ^JW=~r9ERdZqD(B A3s{aZ@P{;$u-MnBZz_14CGowav;u2JauXT~!zride?taYo#fUt_rB2Z&ywDgj&pSi9ab7?tt8?oJ40v)_0DcFVx IfBZW#&?+6gQGoVEixPyY|rT~Oe)XL6siKY#FJ^upM{S>H_4!ngwF1gD&%9l87($ij+J8Oz(L}k nhAo~h$a(316!L;JzaeVb*BO4tnv_SzRux?)4!@wqws%KZ7n^>+o)0e?2274*!?C)Df$HD6;TlTlc;HD5_=6L#Nwle{X>mO^XY@Z ?s#9EZOIgHP+c=ip^^kEb+EivJBN!w4(nshyzRz5Jkc3hJK7o92(LuZjx*`tJ(g7`#NdxFi_!3w=@U-T{Aa-Jhw gk2EB$yV-%O+njB<9hx@y7uIv%V#`WyT^Wh0etu&uL|fx}l^)i9ts-rcIFl1izi)6kyH8dHHn x(f}f(kR4vIZ2KtP*JwTE0%hr(QkrLg}C#5rMa@J!@gks4SWZSk8{(Em;qA>u(}O9`mmCAL+_@oVXK^K%@5Q(pwFOit_c;8`3 PVkEj$ma(_=N!6=6EF^U>y(Ze{L$1Wl7Mi87up1u-9U{TLLD^(P0zbs*@|gh7}JLqIu{p99bU5 WW2k4;(3ho#NZgu!5QB&A_y!hjirfgH(LZpO6biNs48aH>hy?-b}CrW+7-RTZY;D&E{#m8Fgl?xM$Lo7Dr4PdtWA WTbD@1ah?e0viNS*M$CCTo(*J;6IF4j4^y99$YDp& 9S+s8S}dCyzGdAY5)>)}h8ps$ex ~w%D;pauct5c$Q3hR3-!Wjb@Rd*e|+3Ibo7yF2Sy&+-MmDJ`QV~QA6loZ_jOTNNgK5 D&`+cLNCLH$$#U=E8quMwTETWKADd4X;XbzWPI>|IQ8`2ayn6OB47UXp|~W?2wf6U1U980+$;4#j*Sm3kc^O=QY1NkThBa67oB;cB~i4H*Zr8bF(c`}WAX>Ylre+t964-w>}Z#r#sk*wz+1<@^8m|7 zVN6jgf1F)BYeX|5G)rL@8ilQv$FEx`!7}dz8!3dr>_TB?<;4H%i)sAuy`7ulu0H~&w7_M&1A;9Ba4W^%UDZcM%vjMe0{%I6^b{q GCx<1qe+ZuXYcCRVA*kvgYnr?kZ#)!Kl8v3iyA9jx$}ZIpCGJVpqtP_0*o)cGcUAy!jBV(_y3!9qOxH=vV2 (<-n#V+Pk9?u;4YuqIPO|5L|0V_ZIz9OALRK`-g^EF3A*$%2l6v8rtrz3Pd=8rsd7!x|%Sy$L%`;cJmnU!%d6BBDW_Gp5rLQ)xBC +SGzGWzrekRHwzkFj>fcg=uAs*mVM-*)d1`I{)`9mj8PeOBZLcgwH|gmQZ}6h)SZt(iwhD;ZvI_CWcBCP&vKd;Aqsb&(FdcQ?a8l j^qUpw}DQS>k`BOKr@uE(lI#_Q$l*JIvl{+keHX=G$3{4+iR>PUdZrcsA00AB1{IEqN!c(!17~=SZ{BQG+#VhI^<(2yxrA)man9LjuHP4e=^5w@l1Y9LGH-WWAk&oS0}Ho{jwv#%e&cX#DZbQ $Y64gs(%`yZzL&~d6176QU@m?i;5rzBc7R+4n9Xk1Y+3ysA=0F30i`7S0!?j{X*Lc;gZ?{VcxH~oXD&zgxiyQEXe+pwrmzX`Zbr( #i;K3ObS`;f~$_dcbR*1l3Dg~OBu#kpf*-MQp$M@){W75@uunsq`|-oKZl #GWDMc6xb@2;n{_vhJnw^OdQzYloZCCooIuV3exW8jd?&@o~g&YRUl)ay&CK`nVS`+PAZq9&>Mvv8dMthcV?SU7|%Bh_>Gk+t0FS6LhDnw|Bo!kf9!#UYybYJA0x1YRGozPL=q&_aKc8oL~bZuLMH% ^$o$W?}&yhTL3!MOiX6>f}m(17{YD-rCK@vjCeV80EgxUegMG<{9H9r6@6XKY);f`$m21Ul0abGE(R_Zy#2j)=4zz8xeduUTjR7# zGbPK9TRn7Cr`N+`@isFp!#J}VpHKqo>D|~gVVNNfQTs^b|`I{Tmm-?_4Z7F=eMM%ee0CAi(?gtkNcjUwY3f(FdOT1sB0I&UHhz+ j?YzA%6gi;afPQ$|9%4FU~Mj# v92oj<%968fTgZB0Ex$1Hnrrsq&E(mFrbBkN~++z4AnQ#_3#6!;b$MKH5S~z3U JX2$y(f6ut9Hq0h`B*ClAeuKAce;ogFLBF8@J)|o3~h}ic6=i fz@{Qx~XMt0%UDns%Y?CdvhbUBRXgKOB-A#xnWY4#@tkOE=HRl{*4FCq;bqaNad(ZHs#q&4-R+EsceAQ)6dljR *{}KlTtLz)UVMxvZbOO#2ag&SJ8=J4J-g_p;(4})_-L_hgT^&s`%cAy%xPs5+GylEWax^$bv7d^tWmLI8MR!3H9v^9-QY+M8wp!T Tg7-|PVFFGVid5Tw;e25*ZMc(6bXpsMujVKsI9P*s26z&f5+0S+DeOKZ2Xk|U0Nm5`_hn~JeZP#n@sDi(-m}^kh%}tU5M?5Sow<(&cEq NGNX(DA5Y2ChOlWuX<;2^?67{mjk(K#dK~T+!PNy+%3^dtyT#*~S?P ?sVxrlUp|@=a7U}>%yL2>ULKo7f(VrkF`qp?)$8*F}y|N@Zlpz#CkIr8qyf}WPRUw=hO{x>Vm6pzSPH|PA^7ImR|hgd%2xDk~3xg k{ZFV4lOPFr8a9`b1Aw{2m(#v~wo{h`}}IOF0q$e`RWPbhW{p Y1Nd=Fn2C>3z-L2EywW{%t~>^2l+`v;$z=<$t;a=s{Q`8YtVt(2gNo44}zo^6s|G6_9XnQNTFrRh9ZP7*mR D2lJOL4$^m8Ge*dlb4kHM`b;(o)1A|;!GeCcIj--q*VI$GxfF#IlNScTwbxvFY}UhyswP|W8~M9^}o(pO3~ZJWR(dfD}VC*n$S{o nC1V+&_Z?c)taw@mXYIXdGlZkY3cd4FQqMC8EP#$aa(4Qn4Yd`UD_!2vEZbb?a#yYy3d8(63}5uFF123e5z4!R*s(nOZL7SH!2V? DtPgC-Z#KfPmu>0p8!zEv6z@?Z2YnkEMCU;vZBbg-@*S*b&5(TQJt}4M#V-HMC=~H4ryOT3I4gB|Hm^`za_kl&sYU=u3WkuI?A;4 SvUc$ieQ69ZJe>o&9QFQB)P*4hW%`&GdmkT^1fV_7#i!YQM42}v*TE{!W6H=4`d!9>aX2jU4MB-qoZIl9IxupL)?^SjXb #AnZwb5T2GRHXW=FUd%3(7?eK=FCiU;2L%YQA7AXLq)P|riREgxlLD-)j1;E?k_=!F72A_{Y@pefrZcJGN(Bt?LAZ$p19edo^k0U E9hT7V0=Y_bsD+zFiQb>-U7@%Dd5d*UrQGI7!jh*7r5`Z@vaflv=txA_16NucL+-4E7$=ab32aeyuBdUEVt`gGg3SCJLVr6RGG})@dzloHJ&CpjZ(lN>yLhYYJbn 4}-l*#)Z~Q2f0GJrYK4YnHmRJg`@dC$euaE$-h|}t0OhBQ%{ddB3UocotSlM+6s#Tgj#Bt;I>#QsO}=ke-`h{Pr&OU8+8h_vnsJ* 7Nj<&yYQjDp*1JpT`)M6hE?#cxUO{o2hkKEd=LurU3R%xnhRm%O{jv;?8`ppfG5WWnPdIIz!o}V1+d-F>||(IcS_}dJJ{4BX~?Rl XBms@%^3p;@O!i3uH4Y~HnTF?FUC9I;2!P;9w{t72i^hOVPJ)g(DrW+&gYB{Eh;}|ET~cuFVmQBh5NieKNQPaVk$L#WepyFE$>sI ^GFvH7q+#vCb^z+05rElx51H`>IxLqY_S{l-vr9}IpTHl*La6x3>6$JOG@cd`K >AQ}7j{NhiEpH#}?+YDzgSVn`;3Z^A@tm$MT8}H~g)f7`URB&2G^#E95uw~X9=y6vR_s_9yayiaK_JEVNyy0jATMjtHFR|XfAquc OJ<$Az|+=ukH#HH_V#hZ5PkncH($sycQn_fSbV3{E|O3w*hy{t`fR>xj;6D>bav{+qTHl_Vl+-AzMPv| S4D*oRBGdN-S(ZF*4_GGV2ojpQTQUdU3((pwgTVb1bzy_CZ#sTo8~J0Gdo2ZAwkXaw*c?wult63Qwl1LT=fl9tAQ_;_}6WPjKZ8d >-K^4!Y;Zpaw-D>f+!)E$>!wjmTWxD>!A1`huT(oybV*SIZQMxDb}!1SadOAC5OS|2(Qee>IWK0O|JUnw(wcur93iaz7#Ep4=2xI W{{b)(%-F%^D@day3YqrC?q!587f1JphIM=f;Vi=|?Ox!w7;**wN?F*WVvH`QxM~OQGSoE^+Trw9Klm1a4CZCc~ ^G8JW5l$}?cpXSBcZr|z2BsUe{TEm`_LWwHTs-t0WJ*POb$?-aAp#wR87xO+n0#nYoF=K|0 9XhynxHB&8dllh+#LiYjKCF(HNX_PwAc>rpribs@!I(wzombAn8doxH*?siTT3<3URyJ$7P2&42YjW6M3E{D1J(S1;V-+jlC1aL2 (;ysI_ss;xKy3EJ*-SySWID;lD-#j!QZfhDQy~?g2JT2;k!F~mVYIYyZgNChKXx$=T2ukW3czD #J5sOy2uOrK7(*VZoZJlB}wW+W!K;0#p=A`1TOVoT~Ds`@7H93#NKyq=Zh6FYfpM;(=+Swi9)VxPo%y51bR*qGr_I|H(~8E$EMX4 &aa2<-3!r)zjf=yYBo5Vsnl4I|BqfC8HYO>W94#>YK56w;aO93swC?-xOSz;JDD$OF<-iHc`#=Me933sTM>RO>AF%KM8c(AiIDy6 KXG?48R|wM7I((^j&VI@?*w-Y6qqV6-$vLC-KM&om#OC5CKgNG$*gRODP^yL8WytxdB3O>SmK-Um^S|YdL0xzr2lI#=y56|dnvIw m5Ud)h`8~@Nvu`)3p-y*%iCdMk@Bd|;c;K=Pt<7>if=nnt4y%a%ihkRx8v_&?Z5AAU9aDTXhwgV v1fa)o5gAzyq?K{Z}EAOo$R<;pFq1Rm3eTgySgu{ejYxJNDtxl!VSTZ)m%GM2Ct20wcO$whYtyMLfc{z4^k=GvO8L85-{rOqcVx*W?o3G-{Lirz!=U)3bI0L84M`)9WXhd2fmk^8rdzj`{Vr#J;CTS`@J `$5jicCV0;d@oajkmVq;XyWcde_FGFkt42OPmn1s7ReDrKd?Uc1A|qn1a!oRIBJ%xALdZ3OeXy-D2Id!6HwiF`Bt&wIVQp>M)~ G>ug}IR@3T(i@_ab>!pp;_do2!-A=tEEg%>9Jx#*#7jP_gH72~s9VT|Vp3;xJx!Xk6@$}f^<3BLSXT#CSo_`Wtst^`)tJ#M50f}F mbX~5A3HAb%*VZn{)u}!o|!<+e5$w4V;tJIKKt%IfeaB`Y+LP&AL5K3PyhHd=V8O>L5=~Gv;X)%KbSu#@ZX0GtLkGt_T6v);Ehj& w!h-Ns?WiF_nq8l-+ucReKE#vJ4uPK305H!{L}OJeF6nY#moauEpCnt#N+htiUq#3y!y}=vsx$5kx2qANPU>s_Yn?J+IvUg&ZurzaOf9JT^rvl~LFFL#xv*>=S (l?OFTxTs9rQ&kYKu$|!MU>^bQ|0_3-?74!Nb>goh=1&)crN*Mmun=m;gge%b?ktmd3SX|&hbN>`It+8k3FkY9>&6m_+}P21P@YU;+P09G>HHysy_u^HMecmzEEFs|so%|Mxf5>mSSpZT-O*`b#bQ )6CQ#wA){ZwtteZkj?jpoZKG-+@A@!zoYi_&Rh37ZN~GYN%Ftc%S%q?AD;cIAj8)-`wf?aMq6avk>JA^}XdTTREzYT=JlP&WQ1+3h@SS<_M;$k%=m`4b;TM k`#rPR@Er4DVeAmQfTt3>M}L4!02>n6X|=YYNF=on9)^Zi4Sns&nHlHL)Y&Y$qWNX~0SGLsQA>Os;8QbkxXE!-J~!sopm_6e}rJeA`M*jPESyO-wkM?k{o|X~u_)s~b_( FNnt#pjoAg?;A>pFJiy?WIp@62x)jsvo_NiBOTzz}Tg)`cxE^nW@^4+zw+ovsUpT4Yp `r7vCH?>c{LLTVrip}#^wNIP7^_rzymfX`m^%6=L%6ID>OWLQN)jsXo_GwGnr`^^*{WdD2ecJWy(-!md^z-O>)9P8TPhUzUnOx?# Pot{b+dg&SyKB#HpLzwqPMaIbw|&~m_USjaPoK^YQx~>Ro7FybY3VwK3!~y+UqF%P_yvRyrYkCCdonZ_nm&bJIs9gcdETbgH@8on **=Z%bX&)Hb2{#&RxJ+@tSDd6aW*xcD;CCFDP(M3ws7ltw^Eu-tIykd!`zN_*HYPAZ@#|cqM6(acP!bodNqXv^`17DYWDh?xf;&7 okx|}eAg`aJ54W4zkqvi`bE;R8@ZK)_-S)X_5&5!v2NbhWw*9Zr}D0mgoLD7q1WkGwojiURb1UZeQ|LO1a%bY -1g}g3hCV4x#Q&FsxE1>xSLjV+{L6O{WXm$x_QZ>Ew^9WK7A3@z7uV6c{fO>+SI1L_BETEAlR&5Ji*a^2>I)94#Jm26%#1(X-= joFB52<$4!dk$6j-L*41E?BvB`Z^&GqLx+fu05}PIwf2${jruGrp?{7ZvB>vDaj>-B}&4>bm}=$wHs-~Q}Hq?&I=Vf?Jh>_^mDk~ Q&*JC&Bxn--qa$~toG?s+o#xC;3PG@yoNYAr67Z~K*ap4?;%30TRti7Y-W+KVC9T!r2 rgW^B&BM1ib~rOXS&2$hbmpQ#jPp%j%n;1aW|er$#cMif08U*>(uh9u&|4+rh+26`$Ls}$NLEmD37gUxB?+dRhF)pV+HuapEsL&_ bkh_~v*uIDc1Y)(g25WjX4+XM^@`3N)N%IoAXh633y(BxDE}fnGX^?khQY~wD~;tk_-D$NirppaHe?f!9VWNpN=%*I!JL)4ae0)> 3{70~ZWcKHLWCX~F_i4N{oou<|EFNPQEZn+&6)1c2f^&IVT6ImwoJ$$uXJ6Mb^YU&v i&%6>O87^-*<$qX?7Z--aPl?BKR7$k_Vm7TlpF4u3lyfBJB^FgJ6)K)1_2A~lNNyaEH3NJ48o$FjF285L>yLIjtF4(yQ(8&(LGmXP6s3?EXobXEPHcJ8J?9wwlt@#|yf&@BqT}XEgUq@w kxHO;Y+Advh~E%-FaZcj5Lf0T%%qp`d`AMTKNEMXxN0klen>n^W?7M>4VuG@b=n$XL3c^t-Db5oTm*8JnRof-mFIU{ekF@$NX*hp NRkYdz}<1@Wi-M%Zob6i-KkI_hK>tovy39OL|c)jy9vBE_2Yov*?~+pQS`g;M9~YTUcYtOZIb8$44wh;SoABq9vC~kuCDJz7!wJV u)?F_wyihbwE5EWH($P*oeyMSUA*=B8>Gyu87))KlIms$7RhQ<<4vn)a$j;b%S3jW0lCoP<}0{cXE5zap9%{INO48+bRok2rZv}* LO^&ZIV<^G8_2Y|{0bCL61`O4ngar~1J`y9rRG4!luonJip@97+OqOIUu@{O@T|>qS9Gkqg(3(iCT?>+;4N{0nm9%EaAT->ByAs@2B}*y&Vm3IyD_r#O4HrPJmv^lSy6lI=d|v+C5=>QLkC!_DDYFo?y#-=43YeFlSiSM+ED UJLyqb#liBZ`)eEDNF-+I&6_1Pz<9mDCNo$FYB(MTc}-%4L=r7U{H^#cEnX(xFEH1hZ`4f333R9fim|{s3@K!;l=H2eCiFTwGK<< ?t}Wnd#|w8i9GnVEpfHSR&USZ*=4ewxbyD3EC{`%u`a}ZQH*hIWYX5K>@9%DSiFkLHuPW=ZNoCifQ>Va#Vn4@l5IKC=oev<=FW;s K#6IbU8?3s#s3@6mV?uB>&1L6e}N~qQ0hR!OiJ&9Xz?8OY;H4m2|Nh+crcmaMT$#CK-J1_z&sO+SeypWwtx*@!K=pAJZPeA)n*r~ Pan2Jn5F~HV3)xa(My=x^ZE8ehdMxqb8ooFAt9O)riN87L>#K`t=38ghie<8p5b?H@U>rdv& %s8ez@As+$o-SU{(*cDNY-?oxf?=ZPe48P##jbY???C2o!8!y}cL^lm@G>ZYlTXmf6+6Pnum89g_q4mtzG>Lqxi)RISg%q|^nm^p GC@$s5shENSCq%qK2n{(hpz&azM*I9?g{)u@>`stA~gH*s<=;g2*W)RZ;dm8{mg*1UaBFbjn3Q7_-LgsXT_mtmQM{xw&w&yHAz nLo>o^@X<$J4PH+u?%+4>JV-Rkq4*IM}4A1@_-y8*flZiV$RJcZrSUeoC7y1?F1*v?@=s@=;mi^LMgEwW6?3kInk@C*=lk)0;_)h5qQ_q=JFMxI}x4F?=cu%VgWk3dr>*`4JzA{58k=wn(8 ZQAm-J;fr}UlT8{Y<%?rR}Y-NPfTLAN5R2!EtbSqcA^Pb`mJ*SWj>H_eFqyzGr j0F^g-UI42NCQ;Nb5r&?;V#-95h NjM~A&>H?o7vzm!E@4-f#4p0)ZIfn|s23*Y7@;s};wkvd`~6@_x&N+)&+=vNbe3sGr&^)pKerZ=aoL+&+uK!3~U(@`g+AqB076rv%E1yLkT__;kX! 7_U8fvi0;njb59SDHY!h=LH)JZiif_8^m|TSB}ZXmG(T^x{Xb+kRnDF7bqSvhyu+qmHpP>XkaJz;><#$i4r`q&2t$(!zP=Fh9-m2 3@~Guf&P2RVLwA1$ZxMr3DJnI(3FMf-;Xc_6b)ni11OLj5>!fQFmx?r9qAx|$Q!_!u?~wjt!d?R@!%8WTf&9!#%a=@k^_X=dJf#) f;UJ}u(dIqzL=$tqa@cG?wA-Kay%}v6&o~WNTyWtcMzRcc9yDiewrfBGlsmLwI~TpV;S%&I{qvg{Y!o-<2Ia|YU2kEHWos)G=K67 BdCup>mf)p2uKd^#2$=vi?#xoCIP=Z1qNGv}S*3D}t4C6*Vo LR+>DY*I)mKG=aya0kU^2X3Kp*x8IZ*COze-4-hs>gOKszBPx-EF4L(xMl4(gM2^)id_?)>2+bPN G4%_L5$xuOBH`y5%JK<&&FlAi*YAy7FCT1kD3>@rMUqb}6(qjbi&N%tdJto}pXloy{JLYHHlI(-FT2`%Po3!Q@A*P>=(PA{=1$6G y?yA%7l($%vFGv)4Yd4DU!sZdTkh>U!l`w#Efou*qntLU??gWwp&1oC$CTi7f-LY$$4REq5n1M!kKo>v;AnmhL|%c%Gmd8DM`v~G 0_9)QCjXa;Z$4{$BaLjE?PIde2!5@NwN!sXZ=ZOdv3J0nn#3^c&vd;J2@fM*RY#?vy1`L^zh#G~0Lo3hU654UmDaiRg4~bZFmwFmmqJ+PUg_fs=To`H!b>txi;P6yPHR)drd=O%J{efR(9NUFDs)q9f)8d@zp6N+>D?n5038F=lxe~;r^`|;*xb``!Q*l+PKkKcCx;dh~zJUq+!LhR@k4gH}bA;)q1 ?!)57U|+4`$NHn3m=5i`|5@A=QETnH|A;rGXJXGaxSeIV2NhE|OEhzC``T^#h?rXZND$%n-5=|5Sz_bb8W(X~p@$pyN9zlB8gSVs qOsA5#@$71?-SjvPsM?WtBs}W)iWhwUw2`oW;7LI!4)^G;g#E}`ryGvY!RtW(q)p+y-)!_w=9mwSX@PYm0G$z~s _LreWSmNk%fEVS5HQ?|+B>#}{(arF1kDiDPK+HJ_lq{JM;lzM2`l-FA=SFHQ0r2^DaD0EnLb?!xi0}tk L5k(>+i$u*9}sHscW)d}A2DdInig;N#(gP9t^UCcLXD%uyyv73Vw@uD0fx)+s~uy0vW7-t;EpMc+fUeY;M?PUUm*eicQB07uFRSi y)bLHZ{!uKUo=9KFx0D@?3Lvckn4R({bG-WF-?r|vb`Wq&S7wzSRNTY@*bC{SIj5Qr3_@aD|%wU;2{yi8wc>wE=eqfoAz3OE^}x7 fS8rJ3hxh*oRNF-6SRC=IVjC<8=0uCB&Y3$T^?f^Vy>1MX*Y7QT{DsNJi{gaZ+rTd5DJ{Y#n~_A?V(w*DLVKf(LLKq0R@Yc2Av@l +RMIM#;92ZH^rxh{|AJrv-CO09ZCTeJ^u9L_ic$~VdWZY;xV#h3&=RNms$s5a&%m?y2*V|_iYq^5L$(F>@6x~Aa!CY94$U;UV#$|_>c{?#(S&TXN*QUf^SvsY-sl^OB&>~jJaMpmYhV9iiT0t#pxCRMi2K2p-ZV(5}8wa-M)*5&38+grtFV@Ta P(6Yq#a#VNG58kW%&7OsQG79ym5ed3VY#tB7I#7q|s_c1Ol$De;S;uot_C#NB+_OYA%mITA+1XHcwde&H)Fh`EO7e`WDaByXAN*efvkRYu)j~SGh w7{DzjHvNWy^YRz?h39z2v`ZLR?imu<%r(yxH;3TYu8rX%Pz9h4j0b 88p&Zo>VrILNCgRS_!6E!9YcCvyKDT6oq7rOGP1;d3Alp G`7^uLy4(MJ24-QmWWhBb%Ja4-g$@|v2;I&=kq)ReARPdV^1PALTQi7Hy>D6Y#wH)&2+*P6BJbA5V8*N?vN+O+ SL!QchR*NE4(2K#5zJdv$IGiE!OTHX7W%1~xd^q3Z2vr8^1*ymtOh{c!*>`FAz$Z&{7gSK-UPgpnB}`+YZHM{ R~~&~>0(mg7$il7=3bCH<)tP>YV&`eB9cTBk|Qd`MM?Z#N2gecI5aN0TFc*nP3#QjEM~`&|Mjb=AAQEg%@%>R4?g1 IE&s#aVv{B1-OATT8s&Vi<+hlDRKqQ6W}=M13(K55Q^7{op4N1lS0m2-_CB-SEh~3UzLhX(aT_SWH{e*mzMrcOy}RmEs(==C{AUE`(Wa?7qWD$AMPH)LB{TCLJF&P0s)w_2H6IiMl4!`4mRlY28R2<3_dcY~!>SX+8%$SH?86 tQ!oFQWxw=MVxN1doirSd0_UD`JG9^gMs-fLjE{tZ(=#~xDShE9@#bGDEb{E9Kq9ztpG?Flu# UXWaDH;i=TvbBVfo>MY%7VIP$@Knl&k(--!LK%~FVi^jBTK+=y+=5g9%D5Ti>rXC99DAX5`6+Yk$XTr*-|GDBwGljjlDJvvLIbL$ &ul!pO($%6^r{I>nnYr?HF<^!=n~s#?ZUI_Y6TLqK=GNz5Fq8ZRuqgwS|ZLYJ5#FN%;JrF|0QB)5?j`4uFhSAU@H1asj(|EzLUn> Dmnd4(YA)91%Spiay@Vl-6wVo>(=Z5)l7)Z7}QP~h`M5iY+$SuG}>Omfsu1)(!j>7Ty8ucR`aH;?{Alg^1$$1-U9YcPM!!md03|XN&i5S_jk#JhRC(1FMF0us;6Z|D_J-$O{gJR`&IO=CZjyyJ wh1bU&yhFf2a<8>5M_zxpU4OX}7N8>p_bUL$56EKi*8oDCXMV^|we$-{tBST>WsN&2Qj-{r*weNW7m97dhcvYGFEgKk!PTYHBd0 B6z*~Q^rB$1WqBVhL&+?o(M~2cD`B;U8*M~oa6_vXstb@d1GpLrIZl9f`11?pG$Jqg6oY=nHvNU5I qH34$V{7C4S|MATUl1BU+^tc{*UK~FU4t4xgIv42fP2_;QbYBxLc^;*pG-7p*;v{pypAIdb(A+mnnA9^T>}h~5aM-=Q9F|Af)EC# {?73tOUEE(#YI67m`!J2W*<=MR!p@w#kOsP7-EzfWzwivLof~X^@;g~XqS?dODTNmWPl*pa;8`xLt7gScmni_zMkwk2_ipq*)f8bSlXT)$#hhVD!?-EJkQNzqEB>^LjK>&Gp%@%RCS|ixjj-T<^i24R-9&GXXpd=7iP8#%nWoL8L}Z WRtB7LL2NhTR^F5@nhIsj4S3Lo(I=w*7PkK9PLgg9F_AGI>8EuxD1q2RM*ZuSGpQ`BH}5T{NhaVWiP{d*-jj_y`DjqXRtu0@$GrN &*ebBW4Ep;z_cUF8Y(_&JYFmB#S$UAF!RO=tG{I9iG0elQji&hKV%>!ThFFylXJD9Vl%;EZ~INo-f3g321H0j{Y{| u3$!wWOOV@mxP|?^+)%G!IJPFNq~c&T>~kW7y;+FEX1`ORQ(W=QCK};z=UNDBnsEbtf8J!S3CCtBcm!rF|L>p WO_9aR+^ntT_Fdy*mzQTjI0jfe1%E(BhFVad>Q@^JKVv8;@_b|pMA!E#0TA1;CTd1LhD52Oy@ri{U^ZO^#P8_46!c4>Xtl1bUB?Z JV{CSOgrY!w1nORU)0Hi*y8>5=~P03xHsj&j5-?aq;7zz096ApvBX9>Ol1rR$JjjGy(`@Pp>6Cgrrfx j@?>EKcA|FmJZ&}hZ7jRe3UdcYGt{9Jtt|mK*veIOz9`QFMq*M(;beq@9Y|U|fmv~{HhiXfPSxjEC=NyG `_jU)0{#i}$;U%N>aDRgkif9-=z`S FDgd0i6v6{43-^p-^WpQRUqIz<+;Y9C PHLkzXgTRU*?7VhT?Mb{G6}i0BElpJq2SrjZO~GVQE)~n+1|Z9vKez%+uw6QX4iKNVD3?CFD=cT)BNHH?o(*ilj}I=rGz1Vzv1Qj )V=DhVVo7sCSe?>TDB+jlmU~qu20kA5Rf+{>}9N8W?kudCs9WIcoQKNF;CqL`S)S+>Si4mO4AO7CeN$(hTC+#IhNxl^rGi@^Va1J Z(=9b)UcaMKrkL*-9y-d1gkNCHpSL%z~d26UYVd|fY4d~;a}FS&zjmx*IOo4MEIJ}x|aFB{u*qyH-`XoG-Azh9P>kBapDFZtv2UO {g|&SMBfoG*T}##5FAl%d5;t|*24v=8D`}aD~Deo{-At;#uG`wHXt*7ko*H*{E?%*$Bszqk~E1mLo6Jxry->K5mWDI&vD@V>=+0P CIv@f``rn~C~#w8Td9s80npY!JmCq>O-a?-)h^4xr{ql8Zuszw;_!;tf>TZZ_~GP(_miMo9Fu{3)6;+sR#K5tGKwB-96h8f+u5_0 0JI8gGWDJ3PmBV1Y!mvovy1f$qlqD-msHkwM*PX73$aAbLb_yvpoF{H p`d&pltm}T8FXPvhKVMy40QsiOzqwM{eAtg{M=uA`;g#gV6Z=U%0NN{#7X1vneFWP?X#0%u_?njBWAxm=EY(F!zwY!A&(0yktGS! UyfevIFa1%$P+XFXR%h8I6_Tj{pr2LcH*%Q{}J}(0_88tWR9T!?7U+?m>O!tb!%RLArCJ-T&H_Qovi@}T3jVuHjoKK=MXXsBM-Qv JC)^@8+JB2Z9x>%lreji!a1!qg1r&*hKwBSyQKi2ZLc*ifJ7jqU_awV8@pSi#xeVqj@${e(yv3tW&gR2)x21m-n-FU8g|$E?e6HD{*_syJw?YYVCZT&+$#j7B})fl;be&ew}m7~lGlkX)c3{^tGUH|RXr >+H_f1AAc>QWyfbB6%RdadT5{2aC8Bp`SOmh`9^eijB3XH(&~Prk$oIeB#u^L1U1)&tTZr#s9|<|I_Muj)%rtn5B@tAbXIiN) Qdz|C4%gE`U!t|!|Ms`yU+1Ai^#9I}KNcVG+o40^bA5HO`t*#wXt-Lm%i@-(Z@h(#i?_Ll1nHf=Q@&)KK?@jB`&b$;W4skq&kqi@QbW yGw3>PnUgx>1C?tlKh$qMLu#%lD{@+ZoZ2+P7^lBFP!BVpFvGbg8806H*N|fLUy?ukU#0UZV)HeB^XD!mjpz>+T;gyjH4@jU}R08$8le)Nm~b?PKBRH1AXFT>=l&o1vD 96UgEd-m@UAC1#Y)lCJ0IYD04I|%tRJ;#(kG%aFrtynh}u%&4Y4q`FgSSQ>-oGtrpx2MMehiYP(DT@(pLY(My3OSi=uB04sMA#y$ LIJu^qN75Z1a8V`|0KZbmtFqqB&mQQKm~W!h}?r9Psj#O6lU`9>A|o2dUqIWa+wx7I|oh=40fOB1P;c|lVY|U{i=H)z<>#msf(}} +)Rq#?JFow)heT|1s;Y8i+p>OcC8l#iu~hC99KJAD2z#2w-sHgf2K?`^pp13121`8cP$6m8y(GVNkKJH&^B2l0QOea3&phiYX6M42qI0v6^W bFpSC-+s4e;OnFP-Fw6$hX1;xPIfM^{DQ$NqAZ|isg~o6k#&^}<94ekCqv{OUSd0nC)yld&;O?2NC(5K6WC&pa?v2+cBLe<%4nK2}m}`MTcAsCY(@?oAghmSMqV)z(zdqWqCK6 W>Cr~r0sBY9Lr6Ekvb~!(pUQ7X1j`mZ#YpA2Y=X--yQrQ^ZV|;UacEtD~C@XKAt&z`kx2i)mnc5mqSlKbfHmN+Z?(mqs+E)g!(on broXfa17}j1~{83I-buYjHmV>U#dbK$6rTU9e=f)KS6U)fo+JjPUWHRElu%}M#(gc=lW+Uxy>!D10E$Zymv`40T rgCCY<+|ryFMfh;nzWA=5I|ywlm3CF+T8_&N0%jBe3>f?H%(@Y6c;0RkC{?ttEkJ>^-E+)q_J0d?D}@zp&hufez9|@yG*c_EiDbQ FwqXx-yqMq1CA>z^c@{;6#|%elC1oCQP+CI(nSkre7Z4>`O*`7LxLyBj}!~wIgA_U7i!aIw})nd|Dbwi*wI=sVyko+^$7+|0re7g Z-@BnQo(&X_#t|B4qzl0A4W&j;rIE|dyt9%xjWhU+RCk@mYv#qdWNU5U-`wRIAni+62+Y;x0&hd&~r!LyvEEO+ss$mjvuAI7Y %w-OXUv}H_uj&H<%|ybbJ=c?0bF&p6)T?SvDpnfwQkV*luI-)tz2L>)3ts$xRq(>DD50jdn)9%|My5G>X6apmU?%s79v&Sq4b9}> bd9|gyi+1`hmFmjC6Zl!X*StPK%Ftp6p=?#uJc)$>JiQbK9vDIL6)&kbdG=Y^(1*hWGSFGVqFZ>3Z0OsK=Xv9!AZ3kIbJI$-SnDV`bA RU4$F*?N|*t^P<#Hf4+^fu90EORV@3I@J#Qa?dzyl~RV^yfXj#M0i05yZ}8W(Jy(lUa}&PAEPniP3lO!i16lM- 0fw@s8;xR1#a%8pLez<9Mf;Sf(JUJ<&hbV;d>>)A%;2}Kb+1k%tI{Cdsf|olFFqjsK~n0esyh-wEOD&OAeiC!7jI616rqUoSHfeR {O<@8VmgCt87L`M4f1dQrnwv*9gRIvv$qT24%hT=X-4=}@8d2g3pm@>X87$Ff=~hUcup|KlS1e>0Vnw!MNM5&m_N|!d6CRB50Mzd BPKEqr?Bl7U>=IgbCG-axT{^3iWa}(q@!PDndr8*?S%)`AMVkwM^7E=>4P7Y_k(`#8~hq7GA9AZc+TR%nh(zV(%K)u!SYYN&<<3oc+qr^u8))h9HeEe~eR@4ipUGpIo=&r7!cQb_|!Uvg)I(%fSA tIj!q%au#W2M9`z8$61xD6Nj30UmLaD2e5ny2RPg=x7Be?|sRTMInRonoM8M8SpTY~st5);~spkCOXs`(jx {0VMcaF)#0w0Yq9*Iyvxek?Jj!_fk1izYw7Q%VG5TEE8q(fYz2(849Z2*J@*l8+-dOP-6+rJ14*ZdwE%uBR7}v2^%7dSsG`5DSH< `p@Cv?eXTY4^Ftm<>y@Wv4KFcF3nT*WF>xmEn)n)XIQ7t}&0cjP^YbHAfW4-J_r?;T>$biH(+=Wub(0Z#06GYXq}MEtj!C>Ax+FXWSt` #f=!995F5p7nU=3^MLZrW8O1t*h^?FjF}ouAY5;yz-s5LwIR?gJu?H)C+w(Okp5(di@lqBleN?x-lLRp7gc5>(3^fXv|BjCQ}B=;$dpxpLB Pe!7yHEI%6T#j5~sI}g7;%kxC6062o30_V7o_^8jJ^bR_%~irNOy&?*6wx`>1e3w37A_-WgEa`6ee?xY0!f&?DXTMR6;iq(Jn)QE QQQO4wOph|`QT6F1E=M;8jQM)Bg?e$SHosJRHiRbhswwM?B2PZuh~5LYr^jH{fCko_ G`$J^BsR#uv_ip-B(NoBF(p=3@P$=3<~M^Ru^6TvF)1lQ`n$BQrf)1*2N*XUEA73p^kePnd4Q3{>)~R4`Uf9y1V9n-{Ihzi5wx_kJQ&C oD{{@2EC}1-c-f)68Z?2A_44x%BuN6Sa)qQzA=q7`RLP+(YLgKe#mhyMn@r<=%PT+6WhNY#y%ABDadLWH^T8C)btP=C!Jfi)AlE6 GfrX|a{d9l{qV0o`EAl{S(oiuTL3l~gbZ-(Tr%Lt^VG;)F83bef{0H5FKD4+U(>ENMNzn2OJioWyY|P!hcX|Y0)~amhyC5%uOxGg +ROhh?M0?v!YXJ(EN=LeN(#zDC0T7jW?S;^udHo$p6D^dNL{TsUayR$uViWCo5L-8Q84Rq6UT{D0U>rK_PP?NP8iTfmW{gU7FZ>~ su@yK1}|FTki7 Q*!}mD!Jz&h@OV#|SwB=?1m}@b91pN5TyoC_+z}IT}32`nFSeb5_s2G#;ILEpN277uHgEME05yt@;s(2b1tFe4@l+r4Qm1@hq @-5@^kDB7*^8>pEnCGJD+LsbrB_x%#n-cD)BrAtJWHpQ{_^Q;*0j4MkgluX?x`}h%m=q{mpVYqQQ-sJUtz2Pff_ymUTAfX*lMfoD tF2grL|4E~yQtoZSCp+NCV;GfpZLImIt1KxO1J$FOvJve^bH_p`OfPopYuF`M|6qpRP$zi9FfHl;j |LHZ$EDpZeONtVE*vlJbur@4PBdZ_iYi6y;Y;Yr^(zq{~CC-cXg;D=rC$xm+>I;NEq@N#+Z 8Q+FXoQ)YK==ayR&rURMpA}kyum&M^JOuj*uxu1!bBecqsI7tfz1aLueNK8HrnaI_I~-X^+mO#&Uh$m}z9?Nu`nV)*EsV9Lb)(W< acCg6)~@R3^ypMuvw~Hv5CbTBVlc3@A4XPiA^YB+-++9$FvplSr?pevCVjirSSOwM|bYuA&(PBX%5$)s)VI>5~mZ5bj#Fan0!+4Lptce>GLS3)k3a2r-o{SLBQ?SJ#y;9`nk+*Kt T+p%5&|8yWeHSXIxDj;RJTy_FlWtiulW2+x2dVS=d-IBw=Qm{u8#UA>s~C>F+!%8?BTd0=q&j-0T85k-uT;F;t&mN3uf@k!y9i%MUuv$iLMl*q*x3XX;Vv?e){E9?~hg^;(nU2O`)keEgTUo9@9ars>l~2GbDnmWl#paL_-bCsc;EGs_w`psy||W2Md4oV@lp*x &+Hn=#P00h&^9re-_W^Sij>yQ7g88;g00@JRu;C)BUH5u#E%icSh8>mzOvWtW{tAYW-D78-y;Nl#;R14#>OD`%%*pZb()fxqRhJy y4;jLH4Vpey&5PgpGGqg&SdW+gS*_87OQYqITqH9c5hm@@1T7!0NVO4JS^?_I@$Ib$;{->c?JjD{Zs-*I4>p}D)$k2ih c`&Y!r~{EoNXr!Pk4eX?jFdE=*E>8f9A61ij-+QFrQ`3-=$bo_vfax61xSDDt1Rz=nP5g7OZ*PM$Xqi_J(EV9qDzF#!}s>=v6Bvo gK5vPzAsLl=F@sP)bXSJ-G2fHD+GE5-Z&t1Maba4S*lO2Gsz<91xYAj-DILDnwM^dYc{Xm{QjsR;IE?)hlZ7T49px2@QA9-R1FzzF+yI?pNM!cL05Bz&z-v@m|6Y 2V0tUAup&RyD{Hj5NHKHKs!7ZW6=dY;Wi@M$s11ojvi`7RCdzAQ(M?E$2s~ wzA}~)FIT6|HDqEWGYD7leShTG~ukJx)+>c+7QWN$c|z-^yy7q_-j#?jT{jRDcC=9&XBv=y+KnVL3gf!^!7vCE-xl3r%UJ*_<`7) B!9b_v({1CHOyKB=_6qUXDmZp(OAUKPp`I1IlorzP&@56y_c=grsy$fUI_;7%8qa4Y$@SOH+x{HmdtQke{`XGceeU`Qfz+nVswBS MHX5?GD-QXs<#5a{?+SHisgxUqbf(hLlJ74$haZOb2Fv#W7u_R(Ez*Me-W%#CV3uuj%(C2z!& AM%;O7}J?&irh8e)6`pMtm~SHKOUo@C(#x30L3R1=~=uALJr`DV=UH1qnh6Lo7tNj(~0175(yj+WnfD0Yr)OE(SyL*$N@E93u%Oa S;Zq%!K4{e|9ORua8~J#y3uC$V~OJ|W8>%sDTdxfq};ktj%_~4S9=(^;BV+zf^|3L5^?AU^kg;Hlbvtk)$*ZaUNi_z{!qd~wF&Dk sxJ&pa5&ZFKv3IUp!5{yB4>V<;Vfe>r`T9>ESlgK$N9^69q%=2pW}`kc`f${o?%pZ1uR3IDFIyXYGlGG>k%k;rsaE?mGhp4 w03lWwlqrj{k>JC=$k2jZs=#&RT)Fve;hE2#gmqKdU3QdF9oCN_>C TdpF5Q!URo(n&2Fl6S45*y_U|+|S-mKKo4kgM#!24~h?1&=9K_!vECIaDe})?*|Wdb{QY{zWt8=21V`7qx8MA>mT>N^{1}4e)*Pj #0NW=7pERQV%+#hps*esIU){WxA{ZuY6-*qsEP!z+x?F5(flBV_ApF%sMel^>hoja1+~+YTNhY>eQ}T* kFjx+J|9J1G<%2P?IcX{7p^W=3C2bJKu17j!mxD&`2yp*!tNh%KRstSo<$E&P+$eO3V2VD?$Q9gS?D{mo-hK?q*D0ndjQ*wY(2oY RAC18#?(0jO_l#E)y)br&heSOF6B$m`0{m=Kkcw?n{n=UZdJ|$K5ZO^SW?%v-g Ma$eiqO95HOWl1+%H0zzU2i2_Zzpdj U3-(gZzX$e$L%M-JtTi%XVJG`eBIacMfZ1^_HX~~Xn)Vq-ofuW5WiMuFFHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiMuFFHA#UO+`~v K}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEu}gdvF{{d2bFvf_UW2*%roUyKN*{mUh>YZ27S|?oMaRXPqQlNU{$lyjr_0?PzCb =H?-JFh@d;yzWRy!kcgh0pIZo5FT-$E|(MtQlyGh0;xa>5(t$Fe}qthqNq@ig8aVzdS-W}l@GGz(Ql@^r~B*g`+bj|^4FjHv^NR- K7s32Tz~lsLVOSSl4lC@lfNuPH}D|v0Pr-h2e=3<0ACG!9`J*}Uj%*@_;lbGfKLPdBk-4i{|wv({3fsq_&>niz?*Isq93>ixEFZW %{=~Pz!v~lZsze10SAC@29ju>20jb;cfb+gSAiwqvv=_GZNSq&ABZi9_XD2;{0Q(S;9u=vIX}IF*ZVy18Ne^@;Pt)+oB@8zjywKb -rpGTAn*)u9;kuGfS&?R0lx!0L3+AHh}(ey@Y%F35L*^c0BN>`s<%ZYS&eCBPyu*~#*} 2Y4L#Ip7iCk9P9DdUmnCin~}}r|t7O;0~G(cobOO#d>+;F4osucJccU?_xVXwu|-fL5m*)?xTGJp9=g6aGdnEi{;+8o7d~#&HEe$ _5tq!?g8GnoB8$-@cF>^?dJ71cJn^JV4uIdoA>_>i{G*MclLX#0n{dA^gtLExSC*|p=6ZkFSf-Ms#r x_O;<+UE~-^Ll^L&HDLFH_QL|ZszrWbhBUl7}!gG^E~GFIbaHWDNvH0fH1ZA;q#dH&)UOskM3c9oZ7?do!`Uj&+TDeykZaU%LjsD ;#Ic)^?O*ZhxhP4-e=oC1bh(qIPf8o1Dm@D{L=GT&O>mv!@#@u@_2tQuXF!iw(INmGEYAMJVW#BWuE>NI0P)+%Im%ycmcS2E3f}4 ;34v_TbYmF1nvj!-pA{V?&E!&*~jr@b|3p$0Q^0AZy)P-dOy!Ux1aU#QsBM7mHiwi{(3*p`?dYNpC18dfd>w-eu4w6&j$|hd~Z0w ^S$i=uYV2b0zYc|_eX-mqRv=yny4t_bu+~;W%)zhvS9n;rCwI!}B~~pC9bu{k)-v_4!B-^Wcdd_R}x)u-(7a!*<=(%krG+ <@j@ZFOPS7dA+Ol`O#js_a}h2k-zk^-~F_gz$e{wMlaFMrd=^Z!F1$M ?;#!?<~;Ql;0uADJ*u`lct6|eTXy^p`+0v)J;L#H#}Ve+z9YQP;t`Jji%0nVw*t$+jU%kj pB!Nx76*8q@&M0set`G4V4o`ktY?3K_44ol@Aq8;yx+$Ln3o?JV10dJfb+-W1MJ5ecHB3CW5E9$;CR(H$m`!W$oYM8knO7mx&O6; 9IxI!$Z_%ULDv752YLVhW}m-3$o%?&#pe{5H-`(%=kWr|HCJHy7cIV|z;eIb_E!rmXT8AoiwiveTkW`a7ns-YEwEnxw!m`zlYRbf f%W#kcKkDo9N%s(vK*(1oaZKsJbzkbdp`_(HSnWFj^{%q-p5Rd+6#xUhi`jzgS}X{cDNi&bLdKRw3do^hP@-VIzJUL9xot{&%j@{Z$NA3Y9yG4Q{S^E&58+0Pb7Sufrw`&&H9^FB1n@&0Y2Ecf?D dEOt6vOV^kV7}aXg8O?%?upLS#S)Q?z{QflXSAZ`%$#VVaN%rfHS^UgN-v5_QGEe@+j{Ct$mgC1K nHM*mLJSwI+jkJ(afQS)!SSDT`6$gV_;*}1e{Z&U#^NyXgk-|?mX>i(w@B;Lo@qZ6TQA}I1JWI?Nx|{p5nL}5yx05fd&GOH-H2De h3hfFHlpAAaQ!;24+_rHi-PM1(%m21F(1J7Ucq*MyI?+(PF4iRX8JwX;=2UrTl$fGmju^8^qaQWYmxL{#r0BLv2A;mMe>P>79B`j bM~Hi`rCr-Oh2jzK5p-+7Wxgrv5w+XLvZ|{AJwf7<9d(a-2JPzop}33T&sd(3GtJB;=?WL|0b@N+xt5O$M_vB{gi7c-k2Hymln*k !1lia*A;tz)*|^6`6lHLdkhnQgzGL`SMBpFalI8+MQ~jInBe?&S#TVu-vhY*OmO{4zt;)&IZ#yixPC{lZ*2bEEjTxRNN^0yesoY= 7kpNvnyc8-w=CG-$v2PMwp%U!q2QYB4fgrnf@{*6;9Ns~^;*I81N}UU9}!#|(vNDZgZ93!gUl2wD9_UwOyPq2iPzw|hU-u47>cjI hHJFtJ*qi>7gt?yy+E;(;_>^l0lodpj;rG|&_^O!_18VuS5;kYZ(mlpugciZN1)&H&!II!cXMpCd6Ml0b)GS4Ea`CbSkZSzc@^yf T|d&IZ!Ymf-=$zB#2R9}T9t|C+?QzSRJ9j7%Z?7kxa-QQv*N@N-`X`IS@9bIX4a-T(sAr~E0I)QRaR7`rXyKXYg#U8?a5H1za+-J XkCZWiKOSpGSyK*>MIVthrU3EaS~#-B=#FBb}GtsQ(46Vl~^vRN<9hiwB}TFl#lT}aTj_dx`LV?`@H-bq{r=g4J&8jVhwRdHFT(C L)CSD?^mIXGc{eQV}x{;We{QwKZ)d;4kIie9WRO@3N*a##5EZ>L8(*{XIuyC#x*Ui_T*9$#~2PXV0;*xzJ&X3JlqbV+icC=h+ct( &iZm)c`_uh=;#g_k^0G&QQN4&@$gJDRFW_RV_|xbNV!sb xbwXR+P0mO-cvyU%NQmdj&2|anaOK?aSKiSE`FMnDAmKR7p>- %X|DKNhIpnSde}QcX!DxRZ|bXhv8v}zVndRC4ZY>-_DTSX5vcVNAPkMYT`<)J=%vjm&dS*AEdbY gu+Zy2$Se)9g%6Yg#sCsi8fKkX*;~s9Ebf;g!T|xaI>bfuzAi$ER*P1iEDUB!n^}c0xz3|j^}m7_p0J<_>(qTtU%TB>ivjfm{O_= +$SPeZ`+SJe;)seGc)|RI6sdY^E5L<_u5&h#o~M#AQVD*RT^c-xb?7t?H1sC;Hd_BR|a fqNdo1Hvu+L6l{nn_SWg?hsIoHXt^HJ{r{!PLE!g3;w1AXwxFX`bE#uOk4~B9*A~EA+uiuPu4>R=D4`-k@jgG 6C}iJ=&zcW~EIUHIOOAImq$P@`PAFENbmc7VV}Pz`hZ0}YG0|p3qS>QL=maqoVjfcLvSE2gOobQD6Z=qgAp*ouSpFR0E_5Kab(MMYaOf+4 T%-DhDL22>Z|7?XO$T`rFBbF8m3(a73Cy3SY3BVfObayBtr|yk5t0y0^G%lItgFErS)o$M__ds*;P2^}?CEK1OV319XE~)ZfMNz& C^Yu1#c>doj~-oLUoTZvgUSZ4QY&GGuC6QvbY-GAO((rkZdY=aUAU8pZM=xGF~>@yl$(&O@VXJ!?7^kR@tL#o#BsUg#4(2tTq#s`=R+UPfT)qLzL-|gvot2}15pQV_-k;4_T8jLh&L$KaH0P_(gkCVpBI9QT2 RD>>oZB`kVW@jhn&Wz7bh)dp+$Qjq*RqHD1a55{%y4Ha?$;Ff;n@5>abKcfC%?cISp=_Jvly&n_sv`wU%|VXmL^Vp4EiC^3&^DXU rZEaI+(aAbH5HOMMetv)z4+F8{k@wGz-IdP14N+QzFryygBQDxH=@dEZTHqzAG3<+|YL%JzBK@5^A!3tJAtFLB6D;+j4e_Kq%5-h3Yx8Q~o=a$vtKsu|QBu$D9V`sxhO6 vAOYk$GBLaF`gcS^&#~bSCL~46!T$<5n*+V=ZwS_Rc0-a(l$g{NN?Vm@wvEWoUo(URYwv?r*#k%G+$y}U?R#2GT m8?X?1-~qtwZok&4R~A$O6!`vSe!$Kq_>Oo-J&c>CH>^X|s!tusTE=CN0;iZLh#Z%33Boe9($mCC7; rL}kPOFj8V@L8mmtnxJ_K%b<9X{e@b7QP<(AN&~AhZ)FIPBcuvt)CQ?M7gxHQ$L79;$Be)et#OuF13>Iqt@F3iF75abiT(VoHGr4n;;C`f>JXwp53u+Ab%(qLZ#);sPP=N{?NfOolzyT#4)bu*eKX67qva*9!nqwSUPmp*?F5_vj)wDvcA@RxUJ&C{A M)Q&Ko>)*}owPx6!HDn+Y*s-I6p_k?a*{CO?In~_%d{cNHB*S_bqotKmE%kq1Ww)%laipI$oYB3wtez6)|D6hKr7m$qdj9Gg{_iA Ud!tZ>;rO%DIbR+vs0ha77{DQSbjQUb{7AprY>K$fSd7Eg^kx>X~Uh3Yd9yk^`tE39482pwIspWn(b%wRFJC(f}Ue`L5x+%rBIR& 61WXx;AutY?CH#Q=arkNn3M}WVhUN`xRyfZ>-0+GtR?XsTgRA9dz*HRvtU|JVIQ55YJZYxEQZiGA}0)F_drN*h<0*9+AiE)P{3Wx^bNh1!r;Ks2kVo ;D?hp=PeSa9rAgUiCStLr(H-zj6ww!)}U|bE+TunshG`ux#iYWU&{4kE8&8pt3D2i0SN*&OtjEYvfmO}w%BA98*LlwCVuCE&`w=> #zV_(@umHBQlOb2wi0={V{aPDd@*Bl%7iUWaD!F0zS=HRDc6VRG!VWVXxGMG_?_>@u@BEfM7p5eRf-O_Yl^4^0>FG?(uG4i#QU0N n_ayhHCWxDIG63ot^)lp;2(VmHGk6>6=9VE_GV`I9Kpc?YQR_CH4hc1~d *g$0l!dJm6Zsl!?aihIecn0DLa#b3qUK*E8yJv%QCxbw(TZgFj)~)=aQ)tTo`wb&VQ_q7_h=trq^1If?DOIN+&3+rVn#zZLI(1l+ cIdfmnkbH2Ma&}k!zxo#^Z|8h3elSWAV@Rd=3=g0)>FF8w^9%R iR8!kLx|FLHf~^f&&n+Cd~6I93(cP0I7F{&FW5mlBG`9D!LtZA8on?~uD^`XUFT`XpmDR2Ht%dC@hV $KPM4U_|IDQUGzmn4QY|SjMB>QPELVQ3~Z%TVpp@W3uh%zRvH`7DbLjMVa4Mj0;b@s3>nMTaPZ5yni!?TvnhSzI5PMYWIJb}(vW #h+<)-F%M%=~OK2`74cNUK`LiS}x>q21ro!k*V#0tv%}S0U%3t^qsbjV2BlxP$|lnb*kw-XeJLkWRr3}0;X4W`j01;7uJ?gf8F=A c4HMeWobUsUeMXG#sojVX5Gbfiv`Z=}cp!YSD@f#=!IL4zAQWr3qrJHhmA+Nl-CdiaCIe&3MPEF3;Gd?*pv5*nIQ|>94tR*v7HHMmW?QSh6ZLhJ*N}9YXU2>Ws>u2T1;4WV_b(|^Q=uh5kJI*KORTKb-v~6`0%91Td%OujOB{Mo+>$eUh(#SDU l<1hab(n*OP@s-|SFfc`&4IqBn#O2)xY?ztGf@23sy-b6b7yNmLE}8f1zDXxF@!J{LW?nYJ~BWACF$#^*o?cxtp}h0WJHvxn@Xgi V?jgBpD{zxF&ssGdQ76RIPqJ);@0g~+@wZnb1b5REPLu$tMbOUkQ}S~A^c&?OwFsbsB_D+%Hn?Wj(SP-O!Agby0O5DR2@^q6aNQL O9KQH0000008eIyPyhe`000000000002TlM0Bmn#VQghDV_`2$LtjlrQ&T}lMN=2(06IYc051Rl 0Bmn#VQghDV_`2$LtjlrQ&T}lMN=EVtWiN+T@e*g5HaW~HzFt~Vg#CFMezXTQ1A$@HzK-#x(fUM-uG2^^-PBBZ+GW6um1I3z2ke|`>yx( k6-`lk1G5fxj?C9z%!0i%EbE>uT%QZI8Lb=;7Z_|fLnkofNusGz-i!W;AOyi;C`w964(HI4F=&=bqWpx-vG=Cz8$y-_@OuPyw?Gb 06qx(N8rOikfaU(Ul05(a3Sy|8GqCwuGcJL`qwSu@dJW8f&T#94Llt97T__!l+-=ot7spBZwDR)+zWg)@O{$ngR;&?7co8i>8fJbM;1J>FvG>v@Zr|Ch+PuSviAfvbQI0dcJA xy8KyKM5YTL@E5MWAQi|*Z_PDuwx1Drytk?99+Wt+6(LizDMeJE#Z0YU&3_$U|K0bgFid^>C@k2_*1@AtT++<)Ct rn_}1^DhDXC*by_JkMK~GT$=5R^SxyB;fT+dEYMr+evUC44VNbEMvMRfh&RMFXMSXw~XhxZ5h+`z%u6lgTOfOC(D?=W0v#0%Ykjc y5%h2r!VJu_bz9;FIvuYe|$Nw^Qq;`&$|U5TF&b|A@ltPcs!kh%vV#x{d#Md|3fuQ=NZzT6P&JLde0ZUu!hg!eKkDq#Wl>|%W9aO D+NDW!}5ItFbTZ5hUx!f4a*TJAFX>da1(IR3g*Xd;9`=u6+Hh1f)}me^*^?P=eb<)8o}FE@Vxh~;Pt;F{U4S36H@=Fto!r|ruz>o *d9E;g7<%n!F;PRc-=;W=kG9BE(Q!9f11JLvj)p^PQG7gFn>Q`@HyQD{34yR!S?JOIILr7A1nF$wJVwKTUYXY`&TlZrIpO*`vt!x `0z^BzsFay96!5~_jgz=(|uGe)4imY?c1ta?%!L>_Vct_9(QgnkGrT=?2Od+N&V_trsI}cruR#=%%2BpneNAGnJ+)9Wx0K}mih9M j6Zr6@8`Hx+;8bB=F7TO{C(#tp8r(ocg8A~V^jLQ8`wzayNd11<3LQU7OZAERs*|$ZL8Vd6jt;4m#pS}U$vUoxqCI!_buQc@JGNC h>kT%xwPII=Ii&?aR0~F@cs_0VLE;XEC7$KV>;he$MjrS$K!6UWB%S&$KxNWWBxu~$MpQRj`{j$>Hjhi|LX9yy#I!^yj~-)1K26; -deUlMZxpd^7sqZ@_g?X{IIlNwwBNRQ__BojQhN_-@caVzf15wX@5}Ge?;1!lKO$QtiQjL`TqbM0lpyfZ?9*$IJutXE>+L{f_ff* PCbu5znG+b2-(S!3-z)e{>G!aFe^lmqQojE}#y&-Uc9<5@m#I-cW-hmYrTeGa&mN?tk?IgXMgy_dbStOu4g$rvVr$k-@trmYG8Vj4J-%S8<^g=H1IrGshf`{xGc(}Ec9|A-jRyDY}%TOZ?jV=?aE7UTY#VoZN;jP+$y`lVvLkF(_ac`>HXc?UC<=Cg$tjCg$r$n|Oa$HL<+h(8O}_fPDX@jQbOCBk)xavOeIJX3^(n*8BGZPb9uIGoN0AAZQ(Md5gqj EllrN3)7Wu;dQbtJpRHKKBv1{nEppvIBt3pxSr&^mFezjWqCQJmHBP9a@=gU^7u;yuWjY{_Rdyb_lZ`H%YN0$am3O#wr>M%Oz((b x{c4j*v8{7Y-4&a6}+sC_kBeh)A{K(=I`}wd_Fg~FuLWP+!0R90 &f||1Tq4-e&iyvGGaWnHx&KHz)3;mdr?>ODzE#@KYUgus+gTnz*v|Ih>UQz}?aYS<1)peVzWu75_xF4|pU+=_2qo2;6ZkxmC-8U& _!w~d1U`@94z{294yNP$4(7wf9n9CybTFOQcJMxKkoH?UnBK2+u>S4u;PsxC?=N?-9vt4u{9n<@bgb><^+r3HuX{S#4qhVtuIuD| -O|bDe|IPA!^53S$5Yb&QyKSMC-47=1oQn338ud;!TaeH>`ySgCriKG36{Hw1oP!137-Fx(r;ga?fGYcaM|i1U=!(Gg7s*17sn4f yO@r%fdeF;K$s@=?JlP4Z(VGcj@rok=-h<=>>2v@ogiozjqVUeSzSIHnF~caufIa;U+$h({V}I2^`+ UgxRJ>=&Nd%=Slgj*UjsFQRexoU`fV*Q@(#!>W@kN$!^w*r=|TlX@5b+|Gk^{ d-xWX=VQ09JiT!X+wY}Yc-(Se5m+nVKfZ6|m(*7SP=g2$B+z%sTJd_0sI5zn$$}W_{P=7SiXR+XWQGTQNzDa*1pJcnq{{9T* yvP{3JCXhWKFT%Hb^zrmlv5SU_{UN9pj;gpNBI}}Bi;Ng%DE^OwWi)6C|{B`%AH&)@8n+`l>4QA jNs3e#3WL`P_fPMQQjtP6jPC({Ab1Y6#Dy~;3rY;Qhe{CzYhrh1m&CZem=^ZmBbz>A40iX@g4CmDF3Re|ISowXHSzl#UNyt?v?sY D0e8f?ezCol;;%tQo4s86`AV~D4$mBU;beM$G_h}`8&#OD6d9aR{Cy3d0O5nzWcQjf225$_?Y7O_*>EkVULbW-+}TO#j(ldDA%F< 5#>gd`%oqo``3$PTv~D5MLDRO72C|(Sv+`B@g1G~(I+D9|B3Pz6ie!l3vNZ}MfsFs-@FCo@C9tIzm8&3r#1CybH-nnHV7JwHT4s2 (WAOXe9qW8E0`%*>wF{aPB}T(Ok3&d_Kb=5v=O-F9{RiI2WQ%Wl}8WLNn`4qS#D9Y7NV8&wo?o&YLYi~kT&Y*TPfE`Q=`10qvH;M 2p?-zNb_gYJYT1SZoqNROqqGhGpR=}zj1TgnzU1TU?0D6b78^_TxuQGFWfk3r!C#MTfb0aF+Xm3vuUXQz^@hB={p}$hz&-w<{Z`K sLHHt7G_aXnUxU^HVfaVvCKi=sL#16Gq7C;T(Eq@aRbAew*6ooeOzy>@l{=~>7=Y2Fz5P~s@rPi3V7Pti5yB`By;$-)0z(ObXDEZ Nvdwx1B=`u#_lRQs&2%b#JEv!#zG@9GqVn;xdp^l`H6E6H!5}6e--Fn;g-XuGCStH=?mVru}E66j2n4#k5ztm(>U%>_9d1f=lH=ZR6Qr&KL~4dZss4rWj*%oxLF FrnW(5=7OD{m=>Y^{GA+ET@N2KQU97upED#RErLl_fuFrYzpi=`f5%J7$YfD(-qcz`y300zsJD_RH*)a*w>6(G^iE3?pA%Su1}dx KvqR~gS}aXSt#Ue*0Z%fnC%z^Gi&*C#^4_^78y8)<8EdimeO2e#=;k|Nm|_467ew|e1gg_>K_u31B?9N(96dw!2Wgs^1A9ET-W=5x2YJ21&+28ygJQgMQ^mIm`;zTnF7f58t+8Q#m@){%Mm`64OuH0ci+?E^kT3<2VqFMavK~oT{%7{?asZ+uApkFhQ*YTnm91S3F7m1bzt~~QtE^zv1kME5D)~*$wJ)*+#KnzR!mG3)?FtzgZH8r4mz<%ZQY9h*x(>PV+q^B3!=jLjMX-2ki|!h==X5W5pI{JCXAC%Q0)bdNv(y @nl9}CYW%Y)|goc%G|9UXKPC8DK})`*zj=wuHNKGzmltzM9FcZ7yI2~aO{os aF+u=$NX?hF+Z4rRoZA8IFHPx+KC`2BpMsjW}ZB_lbVP-R?z4X#f@nw~(ClkmaeKEqwMXF+3iCo7K6UnqAl%E0;t;~& ^TocW^(aK0+DMy*zWpn+n6_P&_MooK3@wU79{q&0D}<{sRVrg=bTt#Yg$z2Y3|(;Pp}#?uEiVOQt`H>g!_glo!sUhavny1?E?tFe 6eec6SXjF>VO_hDr*v_SgZemD7i?w{iffH;k}T;R?uG4aicc V9Lr(YH)Df3#MGfY}HR=bnBp!g~K47T-sR(JYw6@vE8hE2}29=!d(_^KQ`!R?R2cCnDt|$Zo;U@{FW>%VJ;52SU5Zs+XcTxqhoYC Oc*UqElshe)>u=g(cGSBJ|WiB*3`6+!n4?@XF5JENUoPKc9=!XRDk^pTeYw!(}>b=jrXXRZ)_anOXOxu;AD$1HL+34%qL(6A#Vu5 H>S)jIXmup*-DoLVzq^X+Xnk9`)ZCiE$oHm0&`-ca6<_rfM04X=a5W%Lg(ScY;r617+V-@Rn5RQUn38Q1&4i>&SR;E2h Hy3a!+<9{+?YySQ`jH<+Bj$icG0%V2zF5R%riNw=vjXGMSs#v E9Vp|*+u@UxyQ*xW+UYmO`|vt|C_Q)x5C_VX3?^z=Oh>Jxjkp9x>39Xl4ljuCPjy4E-+(t6O{R&qz~0XxT)-$R2YD*p$f2)DtE4DQ$~8d|47%TF*-cxOPM!sem9m*ffu5&edL*#{ O9G98mnhxhkP4XhQ&o|2To$1Ww-juBZ={{#b^`iT4{lK@Z9&5xW_5>QPHmb9dU5mf4%#Q8 r(wnu8zS-#y5@j6?txBFiDrl{Ybmb9lnO=1kK%mR-l4DpHIW$7lJi-XQvD3`j`M1Y8!J$8>#&>GLGN~mJ@y)N+&i{hk8H|p8VRH}5Xulm3qUXD)FQ@vj4nn6G~{tIP}P*B#dW@EaCNZq1uf^S=VnA;b&DRZ JIqPY_K0OL%*mo%UDL_gZBF31>0;^gl)9r7mrc_ICNB3d_QgYeH(=LcK`I|ZwyG0BpOyzAHO#wOoVC?HLMshllpxsP5cmX(rVXYs 0U#O4n*d4s*VAKPp`V+ZKPtAt|#Erhv8Su$@%dgFx3HG7j7VJ*b%26wY0QQx|kw4ZIsxu+vtF5BJ|IKeCqkjLna>eQ^-o*q@YJQvt`pAyb;24PFLhNj_Jlo+FuO tyq32rzClXSq_&+O)qOPpCxQCb>5lV+4xj_;Dj{AB%G1P{vmsa$_CN79$wlio@EB>xaw2##al=67hx_Zp}}4f>MH*skwT;|)2Vxw WqICjbFzNg`?odYrFq1Z=WXhUeITsUr_Hm%(CJl-G ET=&tOd4YO_>|`klf_&Xfe1x+P-CbPr3tjx3n$c3i(Vw;jw?BCHR56roHaaO*=)h^BI-i8V#9(CmOemP?p}&E5-O>q#{r7O$I3T` Fysm&JIz?~qKRI4(w*8QnUpV=cPr{@urK%mtEz=^cQm&ZRPGFR<^C`P4)JenX4Fd}g0vji?5Ouc IBq#vE6WlXvXhhO`Wh4F&8NiGM_q&50Nnov7* 6k<`D2U~{Uvjn;6=|-bR?C;=&!1gSN@yPu^vEP+ICu_|^XyuZXWje$H&?nr4B;QtaL$fz<#G~>n`&79{4SYu(`(R*7KxRy q6yRC&?+Dvmj?%ds_#Sb(WD2LFD}(iEv}M$x3QwrPsmwC!*LQWJ-Knu^^t7-JztFrdE%?RgSl$VRdlN2c{^*qg7(f<E0k()CG- m;2nxISeMZmo6Xa9ox}AGV3Zf>%L|TV4W1WfemoH%Ixy#cWXrRV}Y$Z|Gy>hBNaow>kK~D%yATA^SKXe9;6|iV94i 5oFm^+NIY?+rgBWT6oRCKO)GYa!34cP)h>@6aWAK002*BhEM@ 6aWAK2mnuJhEUsim#d6K003~Z001ul003-nV_|G%FKKiyOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ^eBHd>vPH _lQuSVkrSiX(?q`VoQzmyk@a*>?q!FY}txsJ26X~(R(9l@Y9>e%sk0*cCwI=5L28LNC+uuvpL{Ux-YaTd_ZYw*;|&DvbIo`kF`+f _dn-c^L`cZ=BIkz@Z&u1DbMxv@98i0yuSxL8So!a=WBoop1*I2=lufi*Ytbd hwyysuY2C_13vpy&-)bMhXLOYc;A5Moq>9<9`w8y;{N`c=lwF^hX8*G@XLVD2mC3Z5BO`#P#17LAiDC70ip@-6M)YKJZU-V0RGBy -md|C7T~DC5b!yGhnBP5BUbNS%h}!s0iOu?O~79O`~l#T0H3(R^PVB|1?&ZU(F(R#v-=Gzh@TxR`2GQdDd5uqF9v)9;Eh&(#O~h= _%y(K0G}-LvFCpR_;Y~o1^juyzq0a=13n(`vo@Z8UcvEw5AZ31C%|=pPhRPHK&yA|O1`(<;O>=d_Z2HSzi~h;sh6zec&=E)KQ=Kc2R#Op^4eje~w0KauQ@%-d7SpG|A@P5e|#NWy@h^O^uklwZcVrt&h8N}P00ryD1fM*GP0D?5V )6QhQ2H+YQ-Kv_8QJ>hrtWha2(@y|0+OiD=%9^Jj|{kUM^e1_Fub(baAWQzj+PU=>fo#g`UB0JewN-y4TG{yT;^uA@Vwk9PyE2Yesk1mF{1!uO_M!gV|hI0pFpfUBgRwVt<4=DU{Tzi}<; ^_I27!^hTg{Qta`?RGYXrvA-9c#c{7bi}bkdEaLy7v-sX&K(HR~uCv(wd(Yzd{|0ci?4Pr^&wJN#9?RBozGtjs|L3eDen!`k PrPg$={H@+@w{yv+j$fatj+u3I?~Sz*Av#(v)`fhq{9vC*-^SpxqipaWq-eSF6+PNT+Zi%_Wa`pKYcFc;pgpMHlOU1Cv4+B`o(RelYwoV-}-Hw&*p7x|NL#Fvx~M7|IKY2 $MxH|AKtu;>-8u0{IlCg??2i`x_JI}@GQUp@It^(00w}kjj;dQ0OtT79wEQ&+W{H?+`5DKi+6B*SMA{VZr#Co-noP0ywA%2z{=mV gM8<&c5ofPYwi7D2gm)qozyFq?c{j37;Nk$p0Bj~!#la}9@`L7U)agEcOyIIg98 xSj)me=G0pVZYDcOa8ZUFWXH3vE{tq-AlgmAA5=Kf%7TP_MA`tc<_A6$D@ERmHh;G9pLH4*Y^@Ypv1ct@O;51;A;U_y^?bCk6y|7 e)5$Z_Y*H9ewF}^%6eW%I(W;49RE8mBwqgv5UPpymlqOGKe~|Pc+q~&qklj5!I}Fxo}K&I&dc@_AJh9u--q^dKVG??derOe{ks7V OMm;xU)Nv6_8+>4{N<60xDWpRBGcC{VtZe@h~xYEMeO(6R{kGW@1(%=f`Ih)O9A=tDOSEdV7+q#;%_YAI=(U>om>ex1NdIR-;i}3 $5;XXW}NzaT<17HUpM(vH~C}mJNEoXb@t;mSpM@3%I&8&SpJ*_-+zIXFR}ZYJzv$}_|{taX1m|kpgh~tU_bk;{rwH{iHQdH(?NTF y}ftX-n+y4yVJ_=ZEzjm(V!fEpVj-ejpKXP&QGnM$A^SZ4q5LRA)h}xWP87A&zFRJe-IF=y>~j`J>UydfM1gLC$VO@|2E*4vC!X$ z&~*R@h0uEXSJY%0)7MVM}Y5%q00+Bw;?l8Z}QdLxBr@OeV>|g9!pb}uS-eqK}z{_Map&lkCgkt&-mVG#(J;HDBrHnNXKu_$j5&# qdxUl8Ta)UGxqcN4(ar{9nSll4&U3}vGuU~341=*;d@tgNQZCgkYC^1;d=Z2Q62Zif8j*)wea)EUaV (+m#Jm|UOXdwXX%j|;8->oYSP|L5$zFIoM6o8f$ZFhjib&a&RG&9eLygJ;efoz8N;dki*bIq$1x$yaXzJOcR1 S&rktLCW1j2T3n~e30_*8wWX`XF=G0Ue;}n^&fYLcsltI?X~_xT%X1v&im>^9RKSNvEN$`QLfw#_}73RKE!tKyqNs{{)^e}S1#uK zJD?4qxTZ_^WsZbzV;I0fAkX0H@Jj&$S$Fsa53Oo*-w|S|F2&{KKI>AXir>yDebIJUCMgTxJ*?uZ|7y)N4H&O`t@a8ucLsc%f2-D lgl{H)t3`)xSaUjW%sYRoP6NG<>a52UT*gB+1t{WZYL$9=-oc?$3X_lJs%%YoN0Oz6=m5w)f`O5TF0_8rp4NeGTPF-&Mrdx~r&%?YN3~h^_oG E5GR~(#Jcl;(CAhD!%{JtGSO~bhXKatJ%*O;4Z+IU(NA8d^Pd-PgfhAT+RLW{i}(eCtt&Mo_!7VjI*xczPjof>MI0PE%E-**V2CbqQR$KN4%bS9iMNyj`QAY_Y>D~y=SkZJbc4-+>du%N51#&>qsvjv+^%rN4@DM *O7isy`KHot|xw0Ur)L@>w4njoa>3Nt=Drr=UvbDFTS4g;eNndg^mHC+ISnGJVKTB-ugQB`}NmxAN}-o9QVmLkT1UA2Fl@eHxNJX zJYq@pWQ&c^V}Orub;S)bn~qn$=9Ftdan1z*OMMYyT1YOy?_tB-uy;45nf^Nrkl8~Z!!3w!9To-Db^!=$@ihuO~5Vd6JA%zh3Y=6GIr*zE1Yq`x~4lV5xo@D|X;Q{Lctn6h`zZ?K(ZZ^T#u*SwMA{_Y#O k54+n_Mdx%<9NXlj`P=#a2%%};rrX|`Q9VM+x{bF_Z_kE93elr{RsKRU)u9e9pSh?Ywv&a2=~JekI=t)(#@>D{ATiljW@HM$(y;( N9_KcfKXAr&j20;9J&R#5Io;P`5oL!`ur^5r82);xlfYYxbAn{MtboJ4%Xjt2itx59bAXWJBa5QE5Gp$ws*V1V|P%m|KJ@Q|5xwedOYq;T(_sZiQ|0+;9CJ- 40xyD9}p_0H~wbwsrLc?F6iQy-$Fg^Z||gC@#8x=&Q*7De4Fp$_+NGx`T3!{D3@-%i+t-}?;^il{#N3x19%bORc|F-eDSRuSMS}l yPkeG^|Y0DQ@%d_ZQw=H-`m)3^KG;<-t#ufy_4@DAKZ2i_w8l(kgo5!hyDKJJ+xz9{F|V2z)JwnmHEG&<9_AaxjvV^op?I-cH;Ms -cI`XySHFJeH`yy_i?=6zmI(I#``&+ -@TvX{_*{!v*$iQf8+KC*zUU?;J82X0Qb$mJU~11yAM#WS^gmLec(aT)2kn(yu8Bh?|snx+YgdIeZcB};z9DC&pb#xf5G4rAM!k~ 2Jh5|xUc^7Ay39wWZrag6)*ukF1b+IW6y?>*rWzSsK*pP&2)%YVu4pZf^M`vSW^)#|T!g!})@N2u2e&BKJ^Uhm=F 1*@t2iT~tZ?fNM_Mfp?hTK3DuxUTh3mY4saCVF5!Dr4Q>2GqMBzkinT_K@HGIes8H^|gp!`C4mRXi@wPFYh6rkiV;O-LU6EE3sX_ 55H&O`oSLVp^tggpcfOoAE(3x#TWd)@Vm2z dgUed?k>O!@jEEEva*{2{{`^hJjRgL_K;V&zqeSu3-Fut$hY?4_q&2$dp2tE%s=(0-~A=b2%3OQ6Pvx(H-!k0q2ZZ|LJptFJ;r9moK*rvm$okk=&hHv)g8OF*JzDuo0bwfXp7=Ff WBV(8%ij{KBYL&^7y(ZOJQKfv$Mxd?f3t^r&|$#8@W{))ir-%R-fHi!Hh57FdCboP-i04nx9;g*wC8<*&&KZyxIP!~AFD(6{sX_4 +w}@Oe;44^((~6C{CcS@?4e)j-X6-mqh0v;Fn%}okmvoAl?k8N-9!J={Z{q~gA$V#xplU+qp@UM-_b+=y!=HTd5Y+fzm2jhJnGV) wKo31V{B0TF3;(qpXOUq7rz9*ojv3wn|m0$81JDh5kKW+)`s}XSC;1TU61+(V)nE(Q$@&04)*?IF*X`0+njy$>0@y=z@1 4`EFYeOVLsOzfhM;`cV(e;ROW=^fGW{}^x+;E?Ps;Xyt0naJO7^e~Pkviu=?4=SN|wLO25m3_qSe`s(Y%6|^OZ+q06_x8}ACV$%j $F1I#9`&x-(j1nSu7~kEy@$S(D*&H{-=#f_slUE7k5?HKnfDUA{uO(ElHI=@_a|G~d+@uVhdPe@t;h8z0igz}eJFoZ9&H2ncb!4e bAQ3w5!?B59(C8(^-u?uKe08$|9+L#TWU~pIriW;)cg^vdh)*#|u8>wjkV{XNvPMQ0a($$9ue Raf7~+wi*#&!e%&{@%tkydx=|LgHN#XtMGfb$2gSyiQfIFSN#*4;XC-fvs5O2?(f_6lhNj!wL4^GE!p2z=Hqt&*KaJ1@wvD@ gkKMSe}j9d&}ut;M(TQuvx?3HQ_fq}!}!E)J&b46tPRnXqaO3k1O627Cb`G&I{bdChjxYggSqQHjIv4mGW>qxG2XPThx%{3hjyX( 3`T6MU-9Te5`VMT>zDqvw)}dKhJHNZ2dz23oy6nKa5^3E13w8HepHWJ{%q82`a!!L28kbJel`{Q<8hY7)AE+w%|@+8JX>iOB~d-d qSmB870>$9(s-C8ae`*sagwF-ViNj664v|;&8U7rs-m+f^W%2d(&zprePfrt;aA#cm$gb+b!NM}-{&iSGfL5Wd9r@ks>hvH7Rrpr !-+Tv2mD4S(Gg+F6L_M-skD!_TFp3U)coNVss*jd(9eiJoz1A&3fu(s)ebiEgcT29N$Smxjxao!VcP*C)fP6n;!+d#_R_TUQcfNn aFc8*Qc{~t;!fLtRXdziVoritKbi(LfxpO@d!tsG1+98Gf6)GJ&@8)bPsL~o)n}qc7+0%qRBB~C8ImI?qhh(#*Hi6Z8%TxcfNEsU 4rzkJB%XF{F9WTBX%s9x4eOmOn!!#1GNdYcj%3H88gM(_iJA==P|^O7c3RznyF!dp`3_Lf $?_@926L%DXUjhsw!%avz!$^Rb7c? FG`dS1&3%RV K9LAqq#>FE2l87GDq)g3tV{<7O1-#l(ZEzRIfd=nn}qdv8hFPBeL>em94E|o!2D^LI7o$n8lg}I(L}@z2r|=lSdS*=u$&M-6Ob+~ s6g}UDkBX8nbdCAB6PK86z09m--)TdRT@?=$F*d-5u{Tud5i-un$rO*mn#jHgp!XB`~@t%wm1Qt(kB~vzii|F)bBf`4{|9|Yg&jg mfl)9|E-nwRt-J2ViAEUo)^PUyXUo7r3EM1iuc#CWJw@3Ht>qYL?N5u^?qWj`!PkW6_YSfs(arGNg^mzKA?rVsk(<)eZb3NYWln# WK#}f9Jm&z(V=kvL=x&^0*KhP(k#w`rc`P`rq1PXz+V9aq?5?Kz%;**Ct$>#ER-T%rKL-G4!Ie(8dAtBJO^bqV^bX)F*aE%&dA;S AhC>JkG2$NYD|&oONGhWHB5 S`OE)C|`$p7h2t+z9`HWCcjuao~)CfLr_lpLsClW6HeZr@}Bg?Yi>nvxZsmPQ&k%3#-g#9%50jG=#O<%(95cKS)0zLV%3AKx)2Fa EPPRPyC`ipgE`gFs2$GJ9aTLQF;>ICCc@bq3&W6fvp!^S#2@{_^`K!2(+S1FAn)^s~aW@0$xn p<6}+y+6 r*$X~c;pRtpp9WS)Np*{v7l&I1vJJ6$KptRwO&w? iSibxLn2hJCv^tVL^d@DZcy%MHUg^>r$a5DR^0N=5n~B6p09GKS?(q(2s?+k+1ZvCQ+I1iZntT%?VNtw@HWW0`64ccaNVqTn(Cnv f~HJVwJ*Pp8{pASSgJ*?+r7O1u)SfyVqx2?AhZWWIy)|}r-p7*s7_|@x1+Xp3TB;n8=Pt$*m9Tlh@kz|9X!XXiLtMGR!gshDLKbY TH!-VZ>3hHMpv6%ZADqthhT5Z<}*P8nn*9L_{yX9@C CA*}K`MV;S=DG2>FB6|%QrKI3CTgT!4T?bNetC||hXI6bFD1zs6};blFjU(PX?;*+U6w>32U+-wFU5ZzHAw@C576O(7S_#kO6EpTg(x9X3WTorHpV&z6Upkn8SWVD2mkN HYE61J&D?xucD<9`^)?!Mn#C;q}B`VO7=!!>Pj)%j)^h07CJoCdZnA$0Je|#2ib#GzzF@e_`P%@GBH;xXW&w;#98K5bj>ZYW1^N> W~OC;p23xZrXRL&6}JQ{i?%86sm(~ec4>N?0n3hVm0z64>lW2Xq%E^ZHs-2UtC0_*DUv@saXYo*brO5w#S7A*{8rXXJutapqqaO$ y_`j0Hlo0G-4A)2T2yajqsxr9svevd%R1$IYN0|J@Xj5RV<>K+y1Kewig`DMF3XL0&o2stPgTFbDk}D{wymtTXw_E9Rj!rHmf+K-I63C1OO|}n!g*z4(g`eq+{K<|!hKY7FX%CL #!3mJ!6ekd0TIguQ}48#6*De+r<#HTPMeF8LTRTm)rh92MP-b0^Dy`IL@IcoDssbh*-CSva*pw^?9>JlV7JLXVuV->iT7lM2Qz1; h+PvT%-g(Lv9%VjIuknmelrYru$izm3HiObP+n!c?p~yzT`LAtOmqkZog{B1QJ3H-Dv#0n+~R!R7TPHgS3IheVco-K+o!Ku NN|fd5tJ3wMWjPc&Q1v>25RgGC#!4;@1-xre}f|<{C99{3>SJgG9uTZ>LrC+L8!mLP}+r}m#P9ndtgc;aP_hRymf4+w{?Pke=Mmu zls19d7Q+?gsQ|3t71W%r<8l5W=@oXYHAkeny46b>Y0`nl5jFe8lW5) 6CMl-E6X`_(!80fh$}IU0aK5pJXOY~Vp84JK*j`GP+8GX*^zo%rOlpWaf2cwH2CY#IHo)ebj#8r=VCrI7g#Dz_{o(_;6yt3{r^y89e6bmw3NbpDO@Y5Iph?vHz4HrGz(7p~UzBv-ho$w5mlJ#2F!q+uvXppQ&KuR%IjVev(Dm2K!gwRnO|U&FBF3PDR%=$bzkLHf`6&Jk6L8~eGm*T4w2Yg>%Jc!GEL%cB%D8=6w=he*7(hiHf7ED04$X5Dc(DpiZZpfg&?)x$Q}$y8A65ip!Rg&{9b*VLA4ii1SMMf)rp3BgPpH8{@k5Gqa-m-0toWI=~0Y$|8L EhU++@(0$a)<7*!Xe2AVrUQ8vj=2sUt5Dgiiuuk2V{burXoMrb%eC#DLWulVnB-0%a#qrKyqzNG G;6>U;W~tWF*gs27*Ipcx&qt-`>L_3%&?iT%w!!?o7eb3>+x7Gt9CSPP%}m CalG|Q6b+zfXt*BRF~*r07>WC^FlSKaY}h=CZ1GD14STx1nfvv3g<^XNh?~j_Gz<30=9Uwwf`Uie3ctgNNdwx_XEk+lkwatGI__;DTUBcE?ni`Bg0&r3nQd D0lZV&?Lgjn)NUis#0IviU-K_q_O!X+?b@`=6R^<`Wa$j7PS>0E{HKU)sc>U&4=~IqJw#>2cowAQ*e$k*eG)YQnlGo#;ANWEGVYt kE%gKYmH)Ht9Z*=p@wBzw96Rl!TcuXoE{--muS+6B!i_x%a+Z~&ep0KVZFW1Mb+zu5)~@*@!X`raV#6Rw^LVVRqZsNK_7Jv2rrX4 G^KEOWTSujYJXhZYRw=MyP)RA(&c5&-9cvThz+aZ0;k+tRoVuA*-ZHWt6HDR)m+UtkLl{N(YLlWHGxa <9Onh^9H41S*oL>bAZr>x`@Z2`1*MsQz1*?4rimY%EzTg1#d8UG0Mtw*gK{zro&hs=@;9SQbrfyl+->M @EJrz5z|)0liulyQM%ZSw>zB1#tV{YVKs5LB-lto!YO^0EtV&DiwuuaDzBC{>T)&ID%LFLbb-jV#QSth=_e2!$(Mgj3A&P>C|Nh^ yk_pj+(Nl{nu{h$#CgtLTRsSAq)gwJ5jVy8G$)veXOyoOT}gTrC$wpF({^>irjn#NhoPow@jxPvtF!9&W#Yv3cS>3k(89>t;)`rB_r|GiB0p^VtFcmQXcc;kX@hHenJK=NC}8jy^m>Y|vO}TBgy`MS)xYn=p9~}|8KSur T9`mXy{GiCctwAjUrS2pZt-)tB`Laf{zojzJashs#kkAvS2*g_!NzvsK=k5Yb>;}C*q`nV&j4$R=mB!$LGcPa&5u<0%)Ge%rwb!7a?!wxd>UT 0X<$;yoD?>ecRID&$mnr@BA=4Aj()ZPLP)}QgA*KDXSm7xt*+*i5gfUY!*oy$m5*3!ymXWTkg(XB%DVVNLXA$!m9J~eTO)n?l-HM Is<-nyA%=4JpFM(v{^9@)r{6Kvd$+{u3*(_-uY1@oASLWyYvl}yEMaeCxWx6YuZq;Ml?p?wmpts2*8zY0~xyRFLwUbr-1%QVU~%qjoa$$WBQXS13alQ(0^~4p2P4x>7>AVZrzE mzfRYBw|+@VL=F$+(wDDl>~V+(DWUsbU~*P#h!ljqElEwu+n1|i2e%>;e}0c6M7TTgxK;8VO r4J;NO(~H7rrtbq^yYb@Qte*<)i%=Tp!|59=df1O%JV^LZl>TBNSbb|>ZH71xrjV#LrD{NZOzNj9`q8+nu%vIEs&aCaEM+}sL|9f63~M%mfTs1_%a>v~7F j%+GMzoNFhcLUUWAZ<`T$M!R@iDlpbQR^k@X@d1})}Gy)2hS|($(X>>1~;|pvFz?4|IG0y>%CxbyAo_WXbeg|A@EV2-|E5Tr}-<^ 46R(w`CTw*Hj~UPf79>dm&(D)HK$K3U%hhGibfc&I_0cM8UKN&g4e%aTRg0$*s=13#W@MfvpAso0V)-o;WAF;x$t6dVflV2nU!B$+4exVNb(a!Dkt7B*YW -_x>VFk(CkP`4flcTB`!(IYWL&G3Vn8S!xHJA!M!4n{K-#ft6NP$}ipL35(hI)paZ!9Z_VuHF(XFJ9Zn)|~;GM>}z((n;4R?L_jy Q8S#>T9LTTdIK0!vUZY&6-Zo%8Ec^my_lgM!3BD$o{OPv2f~bXRMLT9yNv5j7B!bU^B_^nzN};AB=yp0hbVy7#OwAph0oua7ot{xWJVQQYkcZQDhz1W|zzz~3j`*RR|LA?9+le0Hj@pR* =28*Mpskr0l6ycu%!!j}wVN^2$T?gww~)>BS*yANtw<6U`h6uxdpDAS%ExBbuRB_!E{=_$sVa?l2D(ny7}KFiFC=o{WU>`=B57Ej MCrM_BG~FC_)5z=VhtTIn}H1qGmuiV#o~N+_PHSUd)f(n(JD39s_Q(AO?f$6Y%VQoYHKamtENl)+c8j~Ni>~sg_B@%GU*5h!|b3_ fVD)-2a}CCJD`=YIj7rE*MxRQ?YL_~6Ka_(cp68(Q{w8}rGa7_iTTu2o-2V)Z4cWN=7ulZk1`ob!lclvp*oA^pUnXV-dyTV<~XFt NaHqED-*IG5UdLA2dX~F_L1F`e`JZp6#*kNuTMRCzn^t7P#!mZFUT9hK)0w+yY3vJ=cpJ@l`ZCHbZl)(`edrkCT0FJ5=ZXpThcNm z^e=(1fw*ekx7U`n1{TY>Xkp))J|n^h4Vhb*v0V1SWFDnV_=~}Ec8~pTj(f{?cwBP$N{vYNB;oi*A$i(V_~9v^M{62X-;sPWw0fn R>@r>s_X)xBhXYl?PQj2Ac(a8@pC<}0Bs3}HnC5|p%t}sP(0zIgm?E@pr9VeN~~T!_?jkoyJ8g#GlJvD_HJ)G&IE&LJ;V|TPo2PO $r(y*!J3HDP|x*PLtD^ #GX>|Mdk=}sHO&L)>Ml_5%7|uBoV)#qE&i|*lpfs*H|CDPKB&UsnG3>WN`*Z;SN473ZG#{2WCfnDE0<&$|>!;as}-5{2PpJ8SnC5 uxct3v@dX0VY@2GPPC`ndb&t4b{-O92C^{Fh2~qC>;h9QcL}94SB-$=oTTzOVSX}*dIXLrMlyua|HuI%IhXfzE6tl^xpMarBH`i( h?rIskfCd6xjFwJ5m}0PM~UP`a*#;z*2;z6DvlBv%ca$#=Y@D%7n$K=^}7xek@eQQ@Mk|}xc}zu|A0-kMSA5O{hqyRaB;v6mfo!OV`?>|CHk7DSSUFat9fhq}F0fZMw3{TV8;cSW @^}%fA1+!gNOW9mn2I`Rf724dps+VpbYeMVB+0lt-Vm)ufk}sgF>8T^C=45i-NHmQ)k+)l@S0n#Ao7T$l|itjCTeF|lD*rttB4lnH87+-l}VkTm1`M3M;}NJ0uhi`r}HO12Kys9Yqg7h(DK a22_jtZIvv7ZoeIz!hI{%UCWhE%ct^(q&YQ6^u5@^~fxG?8lYtX;tkIwJ%g)`J%^*5n9q{rllpzjmpVP3)E9kiLCo^&M)ycEX@tcPOI#kSp3uyP+g}*3spYewn&B;pcLdYu%E5g WW-EjRWg{Q=EP7LJGmn$1rnmHBZ`+_wc^vZ^jY&o`j6O&#Y1rb$PXt`Y0UB#V8Jig&`!_F;)%Qg|}T4=u~f&Tri5UM<0@J0qRi_=7*mI cKAtPr=KWG*#+7FNfh58km{m}-vyIrB+lDjQifaxK-a4a(zsKO>guRe{ive+NOFH}Q;8QV*G7P%PD{^~Q+_P!3^n=ENZRVJE}9qA R@-+q2B%?X50VeL15lLZd7Gg0WY~5h-t+H-N~*6Yo>ZtDbBv1PYP_9hb{LvQ-CmK=TG~!;EhO*aWgI#ZJXmHj^AF7u(((#ngfPNR8BbCC1hRD3Y}fPKO7l!doYv3Z>u0hzUS+X&sYI+%;~&f7#;yVFdS9)?Zi vT_TmgkpYaVC8gJo$yUpUB78)mbkT^+oB4^VqBXJ7x7~oF+0s5_PYn+PH|E0YdovWnhCbv*?B2~#r6x-z~Gh;+Dh$zBytUnm7;8r*=l?SZoR3t7-p=~*KNn+vRL9l@5G*pL;QMW|Mbj{qia9lTjA7`h? 6x+9g)6%X^ZFM?=*pj&+#&FPvIw>d1?9k+U{Tf>dUR*puG8t1oHgfl&lA{o-z7eYWTTpk-k3{&Z`?-_pwk{niQ|qPD4DGcX5fB}h btQyg4NIJNHv#n%{Q-#zdEF$LLFMo8;fMbIVR$g;Y;6GciUAbneHVg_U%}J#Ws~m (qJg>{AYc^9f-qNnzw_2Y&~^Eqg#5lwJYePe10lWjV(V7Cu9^HJ=Ko$LMfPqYJ8|PR0LfnBe26F@{;TEd1NjsqOfsN=ugpttt}G5 8So>GNm=`*d6~(apN^v$RT6S`QM5*sM_Geh3dR!?owV-at1j%2WLmw!lfXOjzhnTZN0tFBqZFiQ?>3RH0Yht&U@`v%=|pyJj<-7z 7T;VN*U7IB1cO(69U0JgjVABB}H}rY_P}I^;mLlrt$rtWi9jC^)TnDHQa-Vx1W`=ySf+DNiWk8)0ZBw{t@-#}65S8mk@=>htb3I!p a{Mq+EsZ>+u)qgO0kLM7J2Zt42N@|0V`_?eC-#6gUD5#5<5y-+1ENuitti?6cDP0nBIj-FX4j)s(IXz%CUyg}71SBS9UD51mf!Oz o~STJh0tcArhKR=c63`3A~ez}+fx@hbGZNo!Pn$i?eR#3E;YB}JqeEDPQy0JmXssNJfx9D59Lu)*0JvsXk#*H`#zy>3kbt1M6N<) 2U@DNjP2j%!Yy(@PtJ$zYgN41Uq}+2f~cu_ycm}X-oZGxtfjjD{0vI**ny?TWT7C v1RcBPc&akPV9;80G}Z!Jm^7;fd%AYRD6p|s*>Z5PgG%JRoCsV!qa8E(W$wtbdJxwYT_}S20;N!#od_i53aj4bW@Po*o~C{fxzdDz-L9(Mt}fpemQ!Z02l_ZDM3kNe R5=SMlB0lNipxK+zzJ}%y_jO7Ah;7{N=?b!#Z8VXt`fD8 D+x1EmlH2-%ZMxf^?89STP^t}bVAiIIkg6ZHRkDffH7DxIhz%mejynFkr@d0<3Y-STKpC3Ud(5wyGNx@GgQ7r?ON_?5@WkKNJu!1 e7mauQ!B|36NWFb{gMYs6-zK9OEes1L}(&NiV7|I=jc>=tOp8>Nn~GGqtn2GL{nhWl9N$1L(Dggbc&BDf>C-~@Mc*Pjy2}&uvT6b %9x^ST@@vV|4Nth`Z^)&m2ZyRhT78#%u%K)iS9e!Wmo2DLW_(9M9p}nMwZJtMcr=m?x09mO}d#VaYIpDOhc@u3v{K^K>1AN;~AbT WOhq_o7*6w(SZr+zk1R_JR_-BiMWXJM82{hclrf*+*q9Ip&>l(Pd6D4A+ntkRTAD*&GlR^5?zy{d91ffCn|aUnMg6j(c}zQo(!?c &2}o0lYg*-O&;Xu5*?C*fWm3!u|NW*`VF3=<~BbHmrpq5f5oSkv!1S&kG*tI(QzVg;tnhYiVSmR!RP9Pepw4nP8J^XT*owHqK+}R F>*FFpUX93*z;Yqf>ltLq^~>`-8pGnqWBUA3d@P4exEXWaxcsB0liAdl7Y>Bv02UF(D4;*YW$(QQ-%;|;**P2!xWEk3+rB+3DFe{ 435$Ac}gjN-9wc%l7o;Q%c#l|alG4XUbVAJ2s4kiNa+k$vhQ1q|V!jPjHe_MFU-Q rM=;DK;$?S;bJ4Zpg3trxSspwY1Ni}+oqC;eiV5wS;L^Eez-_sDWL2PThzjZ=A<_{c8O}~u1K+!SOl9VFO?kF3!lH_o6&Ev0Lw<3 DzSgb!!M@+?JAPt^Kc`59oj^ji6oXs!UqfHv5Yx;xs*_2QBP&P#q%^yCe<-|oL3kU+O8fPYP(Do47{D1MbFreS(T}t)07*TrZ4lj Ch0|NV5+n8!=`i#;DO3Aek6faFbC+6dysY}C&Ppxr&8clf~`h!LcUPZHMT1Oe=si#{Y$bA|E+jk$J$X)4>fCAm{utx%qhZE`>W>f E%vp#P+KjVBb2)Q%k8jh`!9Z&lXNRd>Y9}y9ryNb&Hbmn>1TGdHdvj2JFuf1JH(v3{MlnJnKKU^Fh#tovrY%#9t!tG%KWsv0ZWginS{Gd9LP8 TMoVnwZQzWmWN~VqWakY>KE3Z8z;xbbZz~Hsr*J=KRlJg5R&36oFbaecX^aVb*Pbq_)?k_9ftXJRk&}Ed^6bqng1Uu~Vl+(irn9M9D%$L*Axlr0Oi@EWW)YDjh|Id3EtX@fi%} ?%{dr;=C%fgrJg#hOsF3vCv}#&s4u{%3C`&$K8S8PgYBBAk=-W}@cVUNF(zSym8bmRTW$z`QA!)5WN< `$mWUuu5>)86lRC*9wCLjS$i7W6^5oA90191@omYkqph|T06e3E5}d0MEQ3_)pUG*yrwBE{DehCG#S)H5-jljiaDp6M)!G^UecB5 Z;8?xswriN#&!Sc_n8R+IY^-wJBXI{<)IkWq8JJw^)a<)CC&UuUWfONXw uKkzVJYj>~$ml*JYZ1IG@TQ%X6)*P6SU`3sWJ?^H<2ZC~njy8bT%ofMl-U>g8{!`-K0KjO#uKw7u&811c}Ob6VhK?VbFSI38cJtwWI-OyvZZXg;B=s-D5+ #A}zkuN(lW&FfBaT^Pgx^Qa43xx)Ip;uY$N4U)3;9CY_k*`0-Qy5Mx=%r3rv;tU~v4!xL;J>dL(azut$*Bt!3+IiC8JS&sqaK)xN =5lYqFL|2fbv>p_HP4_ptV@o3Yf3Waf@>j|DSb0l5HPz=OFD8xGFD4*8TWm-hE8&yWiuM^-KXTGPZ5jby5a%-AN|=U-CbXJcLk%$ =X7a7aZs1^cfdYubZ2!r78o`yz`{ejc1j}B?j&e*>Urd}+=~XV@=*WCFofEMo!fU-z6{D;JDk^oezC`F6-qQz%}UMtdn{y@Q>?MW 0m}Deh6!|HtCd3+-R*YAHS%CHgA%2$O&+6hnTIGB88J0~;UoHgc6WL3rBM~G-(m-rG91R_f1MfleW{&O(BG}H2hBV^Hs@yD?$JD} _c3{(%+EBis6JZjdI3uy->+Ad+W!u9w%U!FVo>FBT0Mp5n^y9P<)koYOhx(SVhl&Z4qZ#_vdAsKR`vr?Hd%tO8ED0)eEC?NmNw65-A5C7puc%0J+Bf?o*hKg(%!d{-ROphsR<`Pn+#t%227KXT{|V 5Xl3y@58#oJaNM}e~&qLOP}fpeaknuf*7|myIxmT*_GWn;4iLdxr7e$%UAq778G-}%HM&{3i)R TejdrBh4CKmVd0+4kDA1|IUNRwu0YE(trg^%CpcJ<_fE51oijnPay|o(nA}ibw67@LUQILH@41LT4fmwTU!;y>e8`d_i93XQS?@0H-_TrMqW45}Pb}aeFh$j!O{Sw&&xX^9oL))`I4T@X`Eh2IB*#$CCvp6G9$n2# r^mucLSR5M(tR{%+F(3iCvpd#*(bSTc|Ush3WF;>alCkvaiSL;`SvdID6DZ&$wBq%n&Rj&@lZa2L`6+bB$PvP@Q#Zs#CUrq)V9Ug nUN1lV^0GL`9HaHwah;~VYl{T%Ih?Y@YCkI9Ankony{KR%VW^YhiH+p8O;K8$Db*$L!}zJgJANqguMWI4b8;yW;9;Wz{D3k1kGc1 ww!?GPMIp)SB@_jKah0Ft^)7>08mQ<1QY-O0000_W`WiNAUFHA#UO+`~vK}SVXFHlPZ1QY-O 00;n2W`z?R0001NZ)0I>WiNAUFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEu}g33OandA@|O DPalCV#k*Kup`-yXU3A{RhDHdUa(`!5|-@XKuO-r+|fMEn|CK~8F>^E!rIWpP_~3UQNf{xn3fPoYhqIvixkQhmeP__4wR+sDJe^H 3iLovzyJRCy?G#O@vSJFCH @_s%HdM)TDuH=1u*U+DUUJd%cSMt6VU&Z`)UB&xfe--beAM^<5PSEY3_n7u?fUW@jwxPc<xP;|$=Mt9VT}ybqw=Cgx-o1qRzYla3@derm`eo3kgZ>!w&q03*x)=0q OIgp~UdrqLa4GNa=Sz9sUoYkPp3%wcUfRk1p5MvqE$!s@FY4s}s}1cn@B2I1PIh$izHjX0`Cr}1{(Dy^@8bhz+$r<^p-$%OQS<(> PWJmRndcvOvi<(NlkNRE%b1U)%UJ&_K^@Qy%UFKz2fd8!c^T{N(PcdDJImPbf3}Qq=d$Ij@7!{pe{4C=JGq?qf6H>7CtS|_zhOC# d%vNdTF!RzkLLMD%XvRfx48Ye7Tetti`T!_V!z#P-XFGj-#1$ve1u+mAH;>Z_RlJ52w3P5b-I xDT0mKMHyWxUacu-n4hRtbwJhJeuVue~@LI;>Z(YlN@r+uz9*>7ICmhI?XLmytt^E|$m<@~d?jC)sSnEw?S mg|NL+vkvZK4zXv8Mdd}Gwc_4XBb!BnPI&@nBjFkli_`S$MpNR46pN)8UO1H@4q9<<1Wjx+`6+YkIh+@+s-V{e?yk%tAH*dyENn8 WZFNFWj;@5d0%HhVd~=hS+@6!bBNWTYjUiIn?cvnesXM|_vARvpUkm+ea+Ax=6If8<~Z&xUdQXKGjw1b?`uEk80bsZ@w_M3@jBmJ $9j4K6jO-j^zgVXJuH_!J#4ox>0x<{_wfE-*28it_ORXhJ*?N;%=3GCnC}OAc>ka1Vch?85Bu#`dRT7%Y38}8m-%=>FZUnp<#qOf Zl(1>VG81|UY_R>^ZqeVn4PpoG-eSbaU!>`seUUv3z{~dj7M~C{@-b#HekK=u;|JV1iUhnB+ xqPIL<@nJ)=I7x)_UE&GEU(Y@@j9RH<9$Eb$8qXX1Ybq_1>Hmbw}JQdxedI|KbYr#-N1bPVgt|n%#FP6B^#Nq=WXQnB^!A?Ya{cq Y9q_B$F%ovWW5h3`8Cet!+<60$c#4{Tz2Ol)F(R6$+ZpXvYPCiahCZZdi9 W|QY`W;yNK%=YYVX1_SGnf>gc&8&~lZ|40!vDw78&8+XAZRY)5vW4+x+ZMK~JSZSk)V8oZ?%Bfg+`on8{LmJ*pXL_Eg(tT#e;r$S -z&G8{ADZK%?{AJfPY7}^0@Eyv)x{@jqPIVHkQw!ZM@&wHs05*+gQH$fj$NL!EGF;-ZcO$AwL{2@pC)lz>@8}@59?!pN^sacE;aZ xAS~&9prKM4)VTE4l=)w44QonvOb<1WW4>aLEgvncJO|$*}>z7c9?u~2g~>94qoq=Y0vNA^_(5NFVDPhnD?*Q!Fqlp=$pw-O#e6R Ggq{`X1R2g+wrUW{@*$}NKZ*fD)>7M%YNk<3loqbTo9&GQ+-wh{l`E!bzsZYXyl9C!fb9LiyoPYaeo0p$y3%oT=yC^gTpp@1?G pqw?&o?xBFe}5tMfd &fzIs&3c8_^JiXsK$z!y=zp6W|JhEO8@3gsY5DA?a#jdINNp?Ll=QzxJMTa+77@+hxEc_qqC g7I+@Wk1Tpf^l(;8Aq5(`1Y6P`R`FiQQn5qZ`vA$+A013qvEeou0t6xZRFqg3-!9Sly{}Z&7ge1)B%IyHG1;{wZZ+K6_%yt xNa1Lz8yNsv+TU8%ZzR>IerjYzM8UBNjHo;Rp~k&Mg&&gwF?z1FAH`QNXvFzGsKmFg=sp%vK?AQJCs)0E~20GteP+Dj*0@eVHMSs =PJ7>i@AYywLxNLJhi~8zzSTaD1FN=PJ*{UPafi}C0)A~NSZO6qDc$N3uGY*ow~GwveI3#GB}K=Td1sjnORrAu@_l^#zdM}IC5R0w02-s?XXbB!0vs{MA=0Nts%Vc9;SB4CXk~0kUSoW?onTsq%S=Z3O#7M7Tq_Ll`E|ql#khaiD&+W GGmU-v)M=+(Y<2cjCveBe6WR>Jp(sKxIsPe9?TB=Zpd>{7Uc-CRN<`h|>*6vtOeuo$;7Olv0Zi(RYMd^i3$&tQ* P!bCY;DOZ|Y)tCrK!%~?O$3(h6|I6z;sgM|H#GwI67O?js3!d|@-ZR`6@=~-fFA$_Oi~D~Jb)#tS;qR3KFSl<5#-<%TcBQo?arDi WA>OOtgpMG=SYnP2JxfWx_QJ5zO+0Q5{Q(X32;;t>;W)^icIRNC|wb|#x7UdK7JkWLU?Hy1!Q5fg-Tu>CkMMF!h7tgYWwKsLx{RY IOzbR7$-}3kzzWRo|SscnRCuuPS`d9MuX1+e$8H3OjZ!(OUflIE%=h<*y^Iiw_q2@0*s1XKwnkO<#J;8Zu}b_K6cCyst~*rDhmb( Lo9M)a9Q!dnuxJuHw>(yB8yrv-wqMmSyC}mwFClOP*s2eOZX-a8UVy3JplEJd~A>JLk|034lb#l9}ml#@*(N$1#DaFIc}5P_M-y! 0uTrk1~TE>RZG@kPfjTjt`1^Tw(n`%#`KaFnKP)(2otxUPBj&fwDtb>91o=zkc{`vgJY{MeR{tD5VY9lVAX0(5zi{s-Le0$g~yIj$! R?#<5+8~IJqEpg%8ampf%77=W`%-IvG_WB<9nobvfq)Qza`Zz;=Cj`UnPR>Nz>cvFcpc|5wX#omo^*@1|J%COiS-F`i@gevWkCrO VHpqFcWArBZ~Ux0w}E=($AexhJs^nQUn~x>Zy)|;hllw$J2r-jei|O8dJ=~SI9i+qb6DHgsKNFyb&+x)AApuduKi;pVt)w_WP)W# TX~$RQI-@)7oaPPI^}Du!ZJFS1N`X)7;{QVat9+<$oCRhnzDgWgjzI%FDGoj2#sm};0_q&vz4T*i(JX(8Dc~O2Iq)HGKZoQ*Z^tE j$?y~3vi1JMk!jJxRJ;0RD!lHn@hli~s2g3ufj(z}fOsFD58$kP5lO4+v@SEE>i VgYZ4Br$4MyQQF9;5w|;G8Lo__0ty*8<2WI`B#$)<8Dqm03S=_D9G&Ic4UO(B@o^hqxWZ6tFw G)5uGqX3PDV$3-n!`@iMsp+4VsK#ot;FKDSDr|aC=2Y3irt_)XjHC^rD?XwfwXvkYT6KgygM$ RUc(bskxIblvo)?a@Jmo_hikc6QR_U6O?HpvV*uYSt$e@sto5*vc(B@heSd1L*UDR8pyQYVWH~~O^Z75$t(2amjNHf1KNRMfFfpI whp)^E!KnP<;FN*JA-13w3JRZ$>-w4B~jtLPEifAk7a{{w$GNsYGDKE$DpKc=>QIgzKtwLZng#_iRoB+vT8hrB IoeRr%2#5grm?5L1IKjT+`A@7>g$o|j%(?(4<#FI4WvF4XN<3n$C(9AtBA0OwL#m-tM%R_Bc#spRyr~cMVe^88=3XEf+%o!oG%)( dE2VNUYtVY+CB^3x4j9RK_e5QtBPu?l|F>&Bc4Obr~=RVvdK6oG#-Y7V`Zll4y;3sq)9EiLf_?vifjaHNL!q)@M=aEIqL>WyzLYV ^AelZ)fMvAP;u9}iQg=L|I#lL}=C%L!<)@&M*gLbQy92@l1x*z{q`tR6EJNzhn;tfj${u*AT&BlNBDkgeb4%yY)@adXRFn_sei-fY|n`72Skb>vQXK8#?s0`5^$G -#lG$VdscEJ`k_w*PCY%N6(*ue_QA8wgW_iNlOKeH7Tw0Cmc9IgSyF3&7PB1eRf8Mm4+2G&*aI9r){Xp!xTk1d#BYA&7MOvcO5#P +hrU}nx~R`^5N#gm;uR!2ld!>XZB>qs;KklDhlh^L1aaFS$5&6vN-KnHG<5%?(E89G}$~;aH QD>VrdSkJgOZQkEZCcQsaNM)`57Xh-asEx+ wmUn6U34GPULrlm7TsgD<_Dpj?p@Nwf`Lo+OgHlIIYZ1%eZ0xIF%iMMN_=T=Hr#6NHLbQ-pl0sw6A7eVw1m{EjW%ceM8HQcaOj1< %+A0HE5OD^UeY1jDUx_1&#Ax=5eDNce0o&K9JDBr#?GF!%YbIch)@Smq$wX_A>N8iR;Ap^c6)jk3o+b-S+#%_Y9_T1;j5}f%gjmQi*!pLHYc=0#agMPqMVkd0ViyFFTFy(R#C9A>;EQcl%w@Qq=9D-J Q&af@o!k;1j>IsXd#wt&a3k&A4RK@Do(6y7fa_EUFiuy=lGU_l15U9;tW#5N^Yr->0O)wDPTZq;I-DO2Fn;z5L)WRE5(eZm94P*lXssU1#xil7HPPeNuf1#jh8xdT1Jqg_3Dk9M_RR8LE=mtB%%!QVk}w)WH%A)0%)U`Wk}D(2&3|}&q@UMVDmK%h@8F+|DfTO =Eot+`1!1U)*k>;*Z+vXjnwr&AdCrB==vY4*~TS+VR}z-o^r~XJqOf+-KH>}Or2SUC)ue$H}{(W?TIZvz+Ole6gSahviW3QEJUL#xgxeVW9frenAl<9^+SsPsJ?n_NgJH{F71igUoD5^(3pJmELuBsIo}*sASTaOtNh 5M%a|Hpon3Y0c0tQRH(l$7&tm>ltB@-{c}Pp2c)kkahynYN>bxop?)F6Z_i9(q>j>A hh1|ivns@yg~U;nq9etKVog!Ju<0a~3VJ3_Y3p#xn86&NywK+bjMX?n3e*5dUmD^@*b0!xrv2@UJGpcrnofX^Hj=)0&FHEajXisT QB?Y#z<|*Gvhor=}eegb`yHp6iwC}0k4sbUD5A133pwOu`I3m}gAk;ahIaL)J6^O%% z)&3l2v$3LzYNkK51|6%b)?32JXt8y_FB#5Gx9sI(=t ylzqp)Yy^IAG%rzKQoxdCM0oI^9-$v$Q38aISVjVv1iZG1TDBq;(ei9Aor@Nh;Uxp3oT>VPp~1Qb4f+|j`_0!Fo+`pV!^bfBMg`) In{w+mW~EALg&K@ju?-VnFT~9Q#n1jGDm~SIK|-)9;9HWT|rv&vorLSL$+La;hyAwPEAc}xK3rKV_LkturbYkF;Wadn3@j4o~)Sf AdWuQ!Zcw_`YQ;X<{DzRqI{S>JzW@j^{0@5{9x+VMSlsIRzW4I5rEA*4;A6D+A4nAbr4WEK;Vkz-UmUR;InF1ot#CN{;)SpS=EVG n-%HXCN_pS91w&@^sN?AQF|shh;N_j78gZd<)s;U4r R~xf4jyq{Pl%Q79iiq@iCc)C9}f`r_*j&O5a^(tWdhL )cm-o4*_rq9}@Lv79UU=>2&8kg#ib*^m-%=|hZAnZlAiM?J fRU}^ar+ZGRVi1F7hdQ)3}&d?zB!2hA5cpJ1QY-O0000_W`WiN1SFHA#UO+`~vK}SVXFHlPZ 1QY-O00;n2W`0001NZ)0I>WiN1SFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZExMZ37A|} nLm7+Q5oZc+lb5PT%8Fd+FjWpv>}kBvq3s()15>D0=KGeci*n%7Imvqslu=XkS%~BK{3INMO;t;6+sXqX=WVPaUACFFgo)`2W51| aYeL3Q!($mP5o=;alSX1{yuBcFCcv` (npX!2kAFW{y&=ce?j_Mq)*J_e4afYKcusfz7Xjfk-k*sGoRyZoX_^#O}#wQKS4Tf(z2;vL;8HAm(J(-?=9df2#nk)ee6IUZlRi10>;3(F!sX}%?Eggz*zPq*mkS(`_8|3;{w31F0`_bwiq%S~v^8(K6V+#m}&n)0L4w6mM%aJ~3vE$5GV;K5>!n_tZKrNtb- zL@KL+hVr=z+$fdV~YvbJCVLY*0-4Z`L8DZDbiQTdQ88sT*CIRU&8(ATS7RTw1o9fGx=vMA>92X?7zN*@aZ5OKzbcgSMYoZ=lv_B 3k6;$a32PczEb)#X%Xobq!%DPS=u4R(QsaJBHOJ%dJ@vciERIg6FHwxpGY`AjP&(L|IVbpJdtoYb}8rgx}|)dixkJ$S+tb!J7Fo; eezQFw`M8#aSPHH3w|%<{L7~O6-x=P>z8tUcP=HozK(Pd>37Wg@h1^Z3y})RSbh@6JNG1>i?Ne9uk%kLd@n(I3ep>pzDCx663_9^ k$zP0rJw!W-%ot_XQab&PTz#J$bKN55WGfuI?~^~iR&6z#`8S5jN??0o*-~u#&hzSWjqhRTt+xP>twFuB`0&db5AB*cAw08?>w3P eDGw#@$Qp}r=KzDS55l;lZg+%JDK}<%yRa#d^zDbxSaFbw%ou4>0*J)a?;KH%L$(Y%L&gfFX#NeZQ4I>@_%C5KV{lIvz&DGF9A%D U}xDWT*t&I?0*l^xzg_`+@Bwx!v3Bz?>(n-UN1P6=jG+6vfmY_5-&ziB^*jfkCXi~^*(ee+kfp;o{R68dQX`AU!ThL9JPY*o3(;? {^}LxJgp$U`6~$5mU-{2AinKcLA?3!3hv+MSC9_<+@#N5={O+W&MQ{3{koMrC#SFEdfvQ}^WVOb@H)q&qezbzyjV%R+q;r<=pLjW LV7RKHPUVsU?BUxisO8L75C$%1Kfw#4RGDPNH0Tr(g5-IA*5x&*8z^Vel_7Rw3_wag0zM7d#i~rTh|a@OKS+mizhl=KZ^C36Ce%a=uTR^eK}*dmZb)bRF06nsuD#9Hf|%GjAQ+H%tL{xS3J43U1le2DL}km~ZKVH&bP)S8v6=kibHiNscZS*DZ-%*luN~n$7mjeft49dO4I?}!+f06Wgm8#P*zQu3{~lBS {UhWTA2s#X=gV6N?(r+UD^;w+HU%!=n >?d#KxqsE!+|Sd_CcLAwDet`FY|_hn&L*Gxr?Uz7W6mM{{R^Zeqlymx5lmd@7n_I*VTcN3g=S+@wsP$@Ov3jh``QY O>qCVPY~XhOmMyLoZ$T4J;C*TVuJ1Oo8Uftb%N*mI}=79nIIp1a)R{eXA_*q(Iu|`d*#tkVq wQAI}KU3qpk3Wxc*c;B{I=7t1d7pWnkuOa;X3DGQar}nK-*q10d8x_YW7_XE>3dE7`_JQi?=bmyoA-OqBR@W1`kyrYe&syU(Qlnc y72>3{wve&Y18i6b&mhsI`dy#CqBHo&UG!Uv))_loQGFuKNEG1Q!{DH)Vsix?>6~Yn0D78h3e|O2k8f~|9@Mj9i!YJUaV;n&nrl4 a-N!`KQG)tJ$Bg+&a1V9{N~ynJWn6mLHh9d9USkm9bEV0JB)s@gLwR`7TdqL#rHWa_OqnLb+2y`kB3`4XZaT4a*-*&qQ(BMH}4-Z jP}oVnccH0w^-hj|<4)rD2TZ@8*vau8G5vmRC+GL* PM+uQ?d1A?X5K|8P&wM9uWNJsd2RBK#ck^Gm$ZrZm$ljN!)>E)wYiS(w+WZ0+ML(X9nR;)9hT4S7(KVcc56)jTRW_OUWfBKzr*pb LVBa%ONaA6?tIek-1)?-(enxC^7-udDx^O_`Y!W+(c3tmE8j-ExC!a0Nbh?a@#%MOBOK@K;`obpnfdMFy4UO?JofJ5`fu6A`Q5gQ aQO5t%1=MvMZWpc3n;fNxq$tgc>(dVcme0R>jL8Az6;pzo#y@X=KX6IaGj4`z;p2Z3rL4%T}ZyN@j~+3&V|f>_l2DIV;8dje>3Ty Tm+nzeY}W#_R@>UXTNq4&(Cu&rhR1KV#4vti`nmW7ZV;IznJI!-iyg69>17yeBN%(@724Bhkv=7bZ_2n;@iUAT=z-4iRUYKb04?u CZ3(OoAV2IbKckN=J|N{Zt~arcXOO4cT-OKt*N*E5}t$MOIUx~B^F@VAwPV{rKIa8B7I2qU6uKVk6C%=94?cBFty`6TUqc5l3r2lfGFJI1e?75u#u>W$d`wy3MpI>tY>%H*`&iCXi2*;r-xSruF I8N;f;@5Ro&|dH0lWBMCmE5m4m~_dNoad=XA=*3ZuH-)MyOR9*kt<2>{`pE{$29N1zmoHM?p55!W3Qrq|Jtj#zAaZ#553|l ;`i6D;yiw7>MgjM>m9$E`?d3G?#FJEUVAn1`Mp=O{ei1F&mUgR^Z!$m|0jD`Z|)wp8`{JE&f3FsH@b)OZ0;eRU9yLCWX~ST(YNg3 dLG}y_5E}Y;d<0H#y)Wk>F6u2A^aC#LwnwuYe=Uqx`yZVJ=bu(cU{BwPhG=v^1Ev|u5&H%`nlH^qlFV_)%Ph7|I@|t&WeGA{gb)5PR(!arX82dj`utKNjot#hWog8-;(i>!dkX|qST+elW>UzTStJiZrzqp?A(6R60 xmfTn_Ph06JO>fd`;qQ_7uPv-1Jg51n!kbYDBVCgqH59$P5O=-hzB3Mf%|pW4V>Q>kwO%8zGB)h*-N-B-OKk=_Hw^h?j>9|n)2bj 9C!O(?sH);&u3>Z_vxO!T+dhca{rz%^`F^G{5twZ&g+;PS?-#2>5YWn(2e8=TW{pJ@4k`ebpMS!_xImO`1}FseP958{%))h?~lHR ^mObd_J7Mwod2hheoxkW6W9O#_Y&@(crW4ot@rXgKJ{MGm)Gwz`?SyS(S3y1_xExB|7p@+@8kYFvybP+-OqEect7E{d_UW*F!>wy v;NlogvZYPoae>+xt{CybG%QQ@<;ZQu6|=b*YWfH^cOv|pZfS4ZzdgDb2HD;*v)L;G3h&RCO^I7X5#;&=KYzQ3D4g5k$#=_KF*`@ K8|u_Yt1od>`rd^WRVX=dAY=-+%Ca+AX$!fa87p1GEGE7-@)oDSeRZee6So_kVwg=jwI0knX+Z7UE0w7UO@ph5K`j$=`nq &)a8iAzk>ANxyxIv7egs*SC<)Jm*%P*VVTg`~0okhw`nQXLu|3`^j6WkH7FX;@v5?5gyxaBRrb78T-a{h -OhbjbUVv8-p+kK=XTPI;CAj?%cPgw&UIgRJI}{$w{zTwZYRC_?(M{vV?WGwz5c^o|H2RR+@11a&T9?Qj|lueOgePb9n>ptx`Xzb f4_s{z4;@2e=E{&Vm}UkgzMh>G4hW`KE`o=`!UY{xgY2JUiEQ~Gau<%q$@wp^L>>`AO1M&{~jq+bLRzj5{~EHNqAp*C-G>{o!r+? -budnnLD}epWjJ&@cEx0p8fU{oY(6<$$4%5B;~5hKFRXC%=>rD`?Ehqc=dgXa2`V%%Dy3m=nJ^yOb|Nfk@58cQ4o^~JU<$d?@Je&sR@+!$2MNz7A2j;!gIxd9=KW8 @0(=(lT3Q5DPL>Skx8z@o8);fPqN=#lSa-n=^j(QcarPB-Sl_gB;obNNh7D5aUV7PK0Zl0`X7_z56^kT$jy(i-jYYSFDp#`nnyUV H$TF4pKZ$Xj~KszDX%<2ICUPOeh9U~0ZKX_ke9B%8uDI&-t3?IAt=OQgGd$n)&q8K#fTCcQS*=k0j@haTEAdyZnB*w;R5 >O9ZX`-vJT|`%(Q*3$(Qr@OOtmEQXCNn>`3L-AM}tvtu^HkXPl;a7JB#>c>V=`|1lK|YDfF$9@>}f ->*#D7hx@bi|1QS{=b;?1!j%ngZ>wk{|(afQ}FnVtPkmNsk~?Kd=Y-%b{O06ds8NOa;mA*>Ds41!#KZiNaO!a*40D0D1X0B)f3yk (1TZ_{B-=@VfuLsey_pvz4-l84{ch)kH97zs94UI1aA1<(L*_BKGMs2Nc*-s#N{91{Vk@yju}s6%AezROAqPgnLV_l%inkK4EC&g z5Ff1`|es`F>pCIqQ@!Qiw+wn^L2D`A3n@{ap{~^Nl9|SX1vY{Qlk{4HJ3dhYtDg7kcPdJqzjk @jKI@{B^vnqldg&;(*@WL-}3)R;R}Oeh>NN6K0$U>AW7=*z8}QNym}D4!>vP_bfT1ayEo+q3mW;2ja2w1N`1*-v1rtFY2LBrRY$0 m%p1*{U7Y1jPXOH*WuUGL)!ZD9?Dqu?^!7vxB+E#GiUJ|f83$|3-!qPFZ?FD;0v|Fc^tpDJJdt}4CP;UC_8)(&mY0>rK$eMOe!+q *Lx_d{K_G3`MoKt$k-@5M$QL*TYKnxU1`QX<|z7XZhrzJcFwOx}}t{#VdyVuto%AxZ2HRSz?X?JlC{oeNPf8)6= <(U6#P5xP?Y&+gJApL9n{uJdO#`{0ud8gnjevb(}kpD*0?rfwGf1MRbCr#c$lfJcw@g?&2D4rih`Yrsvir)vFseg~7&I9;Cd{;S5 {#H2DO}=Q}KZf$v_+8LL*<0k4qk5?CJSB6+^WWh2Z)OggdMHE9G40Dj69n!(v~|nh|HAV>In;S(VQv47^t;Hr)AVt`p#<{DRXz|hkPFL_L{n{Fz4?g^ZuM3>V`w9{mSDRqN?*fq#sS?|Fc7T4a9TjW|RNp9_ozp x4wt^&?5W-ITsk~8_53+o{z=zfA-K1SrFQX-`pO`{qiSz-P`c~Q>35hp`U(n5B*ZJQ*$^;Xj~8N5%PBhe&4dVf!{k*b)SndAIAHC m^`nCdfdO8@@*#nE*ZCny5c#u-yX{LVlOxs&#%Mpt+HQ&2dObOnCHJ2I37hgRbutNi{H^lF)rseIX`&6)YQFD@U(}%+odK?^qmXv gG%iD4nL@%&X&|TC!6#=$omn}{XMkJ$lth0519J1%)8jWGAw%QyN{hYh19281Y6@vv0H>~+pEq7OIi_O}?&GgS9 bD2D6_MFk6>^Isqe{STWxLOXqqF>DBk9v46x{WZdf%2f@jrj{u+VU{6SMsYe7n^@h(Q8OkEI!U^1QlcfPSv8#T!<=3tA$frEi|oi 7_l0z!8{_AC$o#Xr#(}pY1dE<@vjZi8K=>s!&1Vvvnx9WprHY<6*-rZ}qfRD*+q`c@By>^`Tx(l$k&APnHgqn3<%Oo#(kXn_X +HCle#iuCsDCLn4G%HFbpR~N?)vLe>JV)-Fawy0I;1)waa;ss(^>+qQW3Cjw(VeZ8Mw{ibbKHu2*lgr-IXu;B<+gL&Dz94bQLw5U M!s|0Kv+G#;d)WYtpNL^GB7Q`E{%CX)fUUx)0eOF%QgHPjE$G^Yq%?9%=Kf{5V$-d^#=SMK>_0odX2)kyULR>H~KA|(MEq~1OJB3 ahp!Z4`}WV7y!FNzz^rRp}IecV}Th*`m!Skn|OM2GeE=5{wP2^u3c^RE52+HCs!B`bx`DnJ0xvls>7Z<4wr%&E7kq7uhSVpjybsl UR%2xskhw~T;Z15SREVg9Jg&eEc@=Zu#WvW?hH(5&Uz3DY|&W7uQs?Hqh7O&16wFyrv=fmD~(>a9X3H#aFz*|K=xxUl-M`8BRE=- >yM85g@)U#p$AYLj90&u;MSSR7uiU~x0I@5S n?)?l1EG`?CDaSh0CB_C_=OVA>L>`AZP#mB2+3=V11*#4g4zHkP@qw6yTu@?mAy8a=lz1$)QZ3}5Rr0F1z;oOOD8BP<}k5QzZI`& g2TI;|EZW1&xT0WZV1}56;IH36ch#tcc?Tp?ZGniK3A965&965EYgg18AYRUj sNh!x37i#8a8sP90uTthjuCM@@?N3Ttl>=vN)*=#t59oKqRib=V~R>7{5ms|dx2mzUWtsclHF~pNf(iQHIOo|QG$bEbu<{mWQ)$q pxzjlL%C{b3-YnherJ^|-;IKfZ=d5Wj*w9k6~FF51St9Ob65mP<_qczM(6?AQWKsTX{$KX>qcZj3QIP84DJe7&EzU6 iPD{UxnNU5aH|G*8hU2h~E9Q0Q04g0XXtFb5xk21s}z5W*_5d{_l0<%M2~xKI=X$F{ZO!(aD- ZX*8Y+is|I*c>eB*pI0e9&yGArU9i{XtDupbf++`Mm@m(%e>Cth5sBQ7%@@s0P#vy?6=8_oB^PL$PSVV_@3enggPI?UsXflda`gJ&y;Rnv2EHyV4tG2J@3M#$kM!eZmcsC?k3f}dSN^OlK_lyz=SXOEoE$8l_+g@Z_fF< =8`8CeTr2mM6WV~)_8z}yCc)F?J6fzZF$v(R5ryrLjcIF0cRqGqrlbHiaDxOOHsWk6>WDjt`hIkhmlxtia=Gpvg=pz6jo(ZX6#ei L8&YUlVkIx-2}jarpV>lIDhh#_yy*vAC*&70FP3Mu}sz9#*gq%F{KUN7c$N0|{ed)!B1cbdK~b`e&+!QrB1vYlI?x biMaGt5-U!s}w{`nJG1t0s=@2uIhVPN%UXH9HT07Geb1bFBI|Nk(;q<6+;_vOC>0j@{jNlV+!LtY4J{@O{)zc7Iw$$qPWM^63m;q>JHzkG;2br6)xsB));rpiBO>l^R@3H5t!$GlPdFxaBL)_ KIS*bg^Z|~C_Z*FqPWD?BHG0S_LuRteKWH#szG{VJ%4V4iMLTDgde4xOiy7t5nz*A*{FYz;IXqFKWg dyc!QDsqHihGdOPR+waou}M#NK?F4jGk^my#ZyI8s96SioptN*U*F&$|Lq$d#)G~M4$8ByvSeaF5$0tp_mt3&nmk{(FN#w#ex+Y^M=3EOSE5W_>1ChvfMd!#CwfAEBTR IzElGn1j$WB{MQyrI>74UmwTpivs9KH2_1mI#lCEtj9#nnh;o#^46ztCfV<}VN(yXV9GQK3`A2jt`>0wYzx6IBz4lc#<&`Qs4E0f BBb}*aeX}s7`a(3c4rEOqA~%9;$Xz(GNqaLo=~Rgt96ycLN%pzC}OF?8aF~ZhQug%vcoGwQtT3^);9nGU{X87v+EwHYbEJgiI1We p)yhP$1)YXs!D`8cR0X7X}i{*iBl5u&UjEgETBO(u``6D+?#mpL{T3j?HBk&AUzdGTCoggA0mAc@-4R`Z15l)FSHy<-xg)w7H8hJ L=cSiNpqbIWTYE_AjYr|%fKY02@%OC9yosCSQSc1l;VwpEAijF$S*ix5rc#79Amzoi{WenQw)a1VALY3*e#G#McX-EJ}+ECj__QYC*GR5 &PI{3HmYVDpB@V^kMN6{#n7GS)U<}02jebjhv4Rsp7AZO#!!CP{fi8PR^mBok1({w*tFbh@WV6oF(#%ea;fGdlU7pZs815KLy5%7df1W!2P(748er7epUD}C%`sZ$(81u9 |5yuI&V_)dTwCpTfstIhtrNRLj*Z(F4v2SRsls2=78AvhtMQ-+#_ji15J WNWAZwt8nUIueHEY;HNoLw*e)(vF5wqO>pNw6a;KSNG~dQ-yGo-TIx@ViItq)*zcN1qjMBtDqfrFnn#UuZqkFL V^%!|8}OBLhz_W@as(tZ#gS$jQI;GJ+HPh?YA0MTp1Ew4SBA7+Y#&kYZqj|HU8~Vn_kVbV8Blr#uox-In1>a$B?d%xbO+;^ggQ*4 x(Mg7zAA`bIAZhaGDM$J*1qClM}|wqeS0l$8?lt*sMpyDrn(m?NXxR+{BT0JS<^R}@GVMb2_NHzPDHf0?NQZJW`|#T3zuWqh+=@B{IcC8i+9#^8vH *BH4?01guk4l<7-$|UN@X0oEqHeSIx#PR=jo4dkf*L(cD&K3Mg8;UwOXxQ(W?k9R14!d^e}6d^@+@~Qwb6y$f2B@-XUyNmN`YX&Z68BmtiDoQ5R+`YbZGI?a39kJQe*aXF|D~v2i6gbiU>lF=@8%^~cSCLtpiR9ch;%yT&GL=*Z 4omXqt%AthlgP8`e+VrU)J9czfcAqa~Rg$|jq2!fFE0f}&jGM{89iAm>zRu8S-ppXLF7ZJGvswZa&;#OYirBqtKWmsbLDiB>7?ZejIJT&O8X(~Bh Q}_MD*56VMgnS>qV&cdLDGl|w7JOTncq*)A&qlaF)9CN2GR^)n7HniXpNCRG#$U;fD#xV&*$?$)mNruH&p1m*x|mWn7&qhm&ADAM HHAZk`K2RQfFhXCDI6@ew8^kQ21+4Ca}=k19)k526v<>}WwF=GcO>?_Y7mhL1xhy~bPPYVpqU+|M3uY^gD5gO%PIzDzhcXZbQGob Gq%qqwu}B*v*$2-!Q3c*UN|?Bw(WRt6Sda5Z1l?liEeB*^i-#eU@`NFQlm(Rf~7_x>$X>Py{mOP9mJfJuZ_JcNhbO;)WXR`qBn!G 70t6>7&s$|0Sf9X1-;Rr9yKz-VAf_G8#jEgt40`>GwwO!=ybN+%qUS+&2=g?v|UIz2Of$fLJgOo?{?TDjcm>@~Ct36~`YrRv(uKBQlV<_By$qeo@dHJ25MvJk1G>^;;Oa aKcL7Dul7`T0H#2D?rsFb L}j8N##)heHIFpwI)ZTI(b0@tX^is$zoQV+h3XLSELFlIf$eM=8d|-1)r#TO&KBj3afq2ZR6)*C**qE_R+doFzZJ@P&dzKzc%%9VYWt^8&3+UEJ@`2Hfri2xh+g6Dd UY78bc;}2dhBk+xYSa$XZqE42h+d$yUn4xDj9WF`?-ZA7#-}Hq%VM)Wv%Y?Olu>6Hf-n;WZb&>(FXJ|7(}?GhHl%UWr0kH!E$hFt =dRZ%x&NP*qqkHmV%Tx#_~JU5YxP6wie15{A|CM5otYF7>+n8Iu`#x0U#C^Ma!DnAdRELxqyG~%&30&v_(I&6B`7glBW|`Z-ftQ% JQ~(B_-6=+d>7GM#lfOjTh_xK>&swr#%2mBx9QUnqH%memu;*^!e%4u5m&oQuQ0>uPKKPks2@WMaZD|=SHns&5v4-m (pH(ge5x0f8X+CSRuWA+W2~sGZQNt $`yNpv>U7`=g#DPO*xIMON?epV@Fd;pdW7*)j1-D5-dqX4=*ak!AT~rK_rz(=$oaMoej#l>8HCOMyw^_kn@F1*yk{ixwwu5~!Ol<$K?PlNQe3xnTa%`EkiPsdneYF=z6A4l;Bs`+(Ep*F~0+z#T91QCs(E$~iW; M_p=k3MR2cscng4A9(WT=N3=xL&LOHzL<^+r9wz!H(NrVruW(Px_)jfmw0i;WvevWHA)SuQfA$LzuYCQsV5{7>@K7(eo%DsDzS8$ *kO;a`%~pga}k9cJ{4@cz6&+?L&P)6dJVfIop|xFk2R`*Jxu3lrCgC(^l_D<7mdHki+IOH?0t<)kd2Xi&2ChS5`5QC1E)})c!Fw5 7*}~d1FW=5snt!R*jl{ay3Z;BCX6i}TCB%%mq9s0aV(@_G|GHaCn`@$w<>#0P-PL|x36@z`}NR#Phe%rOmtT&%Fb&RgV51iBNSW< m@IS{2Cx4@)N!D{>_9RKt;pBZ1nZ2VvNI~5_{%?9Rt`b%#jod7#RMV$RJA}p!(kMY(JH2(yfei|5$Uk{ul5lIJLSjc_>;^;zp&p; =;SmqQJ`OA=!mt^#!-tkXxHMH%sHUu4&-UBpdq#y2QprHhbGlV8%gNsoE$T=`1%X^;J_$nu_;>j%yL&$NPSj&{w^Et(zm|YXC#V# S3?nI(dN}R7>xzRzLm|fsBa|fcN1sXsbkOy%Q;}etf5VPn}N&Hx=+3~?ROW>UpT*S{-VAGC%E$$^e>wK#`*Z0C6TdxRz;N0HwL6P cY}22E}O3F>pLrlHLG?}Qc!>PQ$y-L&^es*5 $&^4V`&L)MkJJ{rG#@l(y`^u1;&RO^_Q~f_07rUxi~Hs;aTlD_ziw10iZCYefowT(^cqpB#uo8Y4nt-x=TahN*os8I^d{XWeJbp_Wu2QLG#w9P;W3Xl9&8(aPW^EQSpUa7MYlRbD-P1dnd3iQgK M(g2w>K!OPP;iL$0fDC15C+nA}$gns~s(e5brt;yvHxSAG8nsQ4JC=!-$AM}bJgT%nrBs)0*3sNUQ)|@UePszPPZ8;aI {P<8zc`%m?$uVFXo1L7K^izCHbPBm8V?uz48a{vkR0PK6{fUZDXoHx6rA|?;?zM^?A%!AzDCG(;R7+7@?ldZa{L42{Xc7Uco^GqW wb};TJuzDWyn){WD!a|e2igF-M-H-Sav!)3P+cxXfiP0?oPm(oZE9d!JW<3W9P2~eGbA5%7rhDoD?wu=FxFO^#;o?JzSdc)(YC-5 gZ|v;__&bwDSBWQ0+gCYfwl8Er~>OiLhIY$a=cgwwcD0EVxa|~Yb^n=VL`0`haZe(4v?gb2B3Ntl_z({cjL8P>_tbg6p*ZX9Za8G YtG~Y58pGnyU}*%p))8Do=hCeo67-Zq+}2sbB^KVZ9rz5B{$pR?JcxN>uqNXApq1*?|eczlKRbFyY5B#;`*n`__T+BQZ6K#!1hFf4IoSnWjF`!WaMmNN04HQyTXvyU@SM$I1aK5WdrMIp!zp@|>g|aX(ey;DQEU`mDYO9Z O$fi}6jLpQH33Tpv<-*;;AL@lq(Cd3)5ZL5%YA2yp{L#L+>Y>3bQp-VuHqD+ASj#$+@@Lqh@*q+)TEcdc7plE@$DVS3?e*bs`wLK ^N9~wR5Iogg|M@wt^}j)YzPXSJcKHR1zr6SsBk~vCm2;Xn^p*tP4g%Eot4c|#;u8uklq>pVt$F?jrd2*ZfRQWN*JWMGC=7|iYNntjG%sf`wY3EBqws71Eiqqw0-o^IY*KXpSqS(1qb)`?negyQS5k=#Andq7RigC-O|gHz e34rACzKhi^2@>_>TLH1c&&#;nHX6|tY%F%N3qWNGK!Ez?|f!_hKqmqQ^ sxJ;Y!67E2*KSgd(GNOvL2H$WY)uGkzRs#t34tgTPk32}Pg7&NVm9B$Vh)GpSw?yyf^$7|ANF^AgxO5Z(c7uE)kFXkNeb*1DxBpwLL^d!mJfirl{^uQR2GSgC*NBT+%ExwR$&GbiqHq>-sHAeu@l6nOhAKz)r~fo 7sS4qYnmztZ|YTn0uo2P3(+8H>Ur^u#VV>C7M{$GT#+Sy=t`F?GflHvFoh_22{D@5B&8jBLJG#3Gc@gYTk$dv V_>DoHnmokY?99dr;luiY~$(LP@vb~nzl8NIwS3xIT0IGtTE5PVb46PO_|aRj#klAy%;PZYK0R%DFM!9x=E&X>g+)>-VVZqQ)N?h Lld_LeNXemm|%&tALFZH)Tmm%;#%=BnYP*x8H3E#*)&!Kw*p|C)47MDpJSp}d>Pt;*;rd>Z{TWYNrFgfwXmXMxH0HZg^0EK7BGKu pV(84?BOd-=1CF6Z%C)KDx3~}kG56MSfLkO`0N7S_;yXmVv^~YP?OIPU;LeYuDmGxvoq9mFv3JuGKfau4`L63QJTprdo!x`|g>2A1*`-k%vECV0{n(NPr8?!dYPBh0D;U)1L#TU+HAs7}Sx#gaO)*sFp;|WPNBd{DktJtAWu+mUy{Hot7-3#bF?vrgjY=GlC`5i)XT3cz w)|MU>Dbe*ezSHZ$PkQ5pohTn;2>eaKBbgc3nTTCW7h$5r+2|}$BwWgAfrSbyQv$&T>ak0*m#A78Cjs|hK8(ZY_Pjc^YnX3ZRJ^`i-H*fz0Q g0k7IO+6lo)Ndl!bC8m3u@@KnhIxt^M-@9z5IHq9!HXHL5VK0I)e~qU-JTX~6Ks+Abd|Asjm2Ct(wRpXlcy_5>+G=L6rgD2Xxk}8`NyL=y67^_h1(Q~C*_f%+ecc$A AP5qOVW;I!CnQf^?8zsAx&SM}@Qk&smJJdq#KmHzfYDU2y1E!B#=@LC6eoWoyrg8Y`z2ZrySq7?mtD<(ZzMBPC*my|PScJh )&5NPm$g&Zmu=o`54~m-slyECK<}m}q#V87gdk_#TYx Q%eBnP_Gm)-Wd#hh`Bi4b0Tth#g@6Le05tBi@doMM}gvFMVjJL2B3yAXlqW_`RSgP($FuqC83?3@LMvil;v<{c|yr))t|<0*iJr5GIpnw5+UItK@D8Ss#GApiMd(sOcR||jST)oY!fq<6Y(up )w->~hB`LR1DkUPjR(46LP$h^OPE8=*quH1@r&MfB-f}te$mZ2V+W!ye)0h|NfL^O^NMC&76i<+9HT*HXBx&q`N4{jY0Isbvpc6G Iu7xXk0DdluvVRG;&?fN$@&xjgW2xP&Ex_zL`}ZGmk5P4g|(_g+}39FLogHwlm5xGc>culln3|i1e{{K2r4NZk2b3%nMi!_W>}>% n+e65VpujlvSQdJ%pM675UNQ_tI&j)@J_XG^wKscFkk?M605N=W;r=sUTCFFxy6ijua@otgu2T>Qwx4PhPk4R=0}O?n9hzVm9~e6 t7XBh{!$4#*Z<|hA8WMExu+#wgalh@s#ndzS`4$4t{T%N5!LNiQcbz%t*tk^$q|EePc04nPQH*$l~vP*gwPOAA96|67dOsEuc+}c 5?TaBF0K1m*^v@~F)xU$E94G)Q1)WAz>`bh;+K9AYO$XcZz9n*vav&|cXKA&?UqhsSDjHO>NnG|>Vo0r{Z1S}wk?iHN+7OLb5>;Z lN;kEd~{a`#B?wbI|WK*NM<0Dc|3;IM!VWn!;Szg?XXQbYSLH9wGMZaTxaSva-HlQav9%$VkcNx_ew&<@4?4ymM^>9t-2NiSplLf(+xqSgUCJ;fl{$cs60s)t;<#i)DG&6F2lg;k;?ug_lXy6l?A?MG A8MhA=}_*LSVvV*Fy8!9JuEddPWKGaSI=1-J)jaoO!DVwWS4$cA~8a0b8OTFW#(r3OIlbv68fQ_kY$EShb3|#MG_82yXWYKm@*GL xSfsOWw)san6#;kw3`*DcVe6KeK%BPz!hU0=o35yyedOe`(}D?&>=$BpSCAV3!AfhxCQH3*$^Q@RW)z LS7=;iX43YE(ovrpeiEl|KI{VIos3to?`D!FGQ@eKN?o4vB=jB@!6Wjv4f_?rq~dGI|pwnmQ+|hcp1e&tX7z8Dq4rEKFzhKb0x)W OUy;eVJd-Ty+**4Z_PAGOWcR_P+74cU=*!lk&f2dd;E}ht?RJOPd2`z=%|!=Zqg|rh`FeI)77R4j`#0D}?Zp GSfOq_-Zx7LmbAh>c2?@Zsrw3_*RoP7ARH4OgvX=@0{&p!a?_$KvdN=OI|e{;<`EPsBy5+u~uFwNNH;-IYYOqHJWKPA+~{wCI`g} lOX%+v|Eq@6^&>B_ML5=YDO;f<=#EU<)-Z9#z^iT!bUFA-ZTMXaVLzZEK8P{+h)3ok05BM>meOy0j>p&9NUFCXDTI9nh`hzyy>Qe aj}$lnzXjd5*pwmboU_FvmHqUu^dm0Ar{5bly=0_P*=@cAzq0^I;@l;omJc|PC&?N)9svul!E|vn?7yq&o&K@b|>%0D1w_u)|%l! wyJT{U}wQkMJ=}l#(`@)m!b_aY4xqNMED4tVe{l0LoqbR_Jn*1Vcx_SF&y|stX*A3#*NVBI2a1mev%Fs?sdnC?S5M#*GUxxnKID@ wv>TGM#+n@DxkKL2vljOQEW@KwR)iqNysY4LE)}d|EhK;9h2TTkWV`AWUPgvZS4;qSU_Ex~aH8I`PFl$%V2FCWSp3uNgnX@Mns03I(j!dVGr5hXktZi9GFPJ$Ezx{Ctf}tcLTPV;qtic$6#E@Z)W!AG1S;0}v$+a*hF|o$OK*+oy C!5%P{J)`S8M9KQn`cHU4|II73Qm{G#KUoZxN#8K0Teb6St%ErzYW6H_+P{Go)4w$a3q5Ct3BIn$JvXRmS buwY6vCGezzR)AZm>K#LYgse4A5?>iC14#D9Mp)SrWlofV#9{Sk`*c9iS^WQg5Fqc(O@rbY7P@dk+HoFkb4npHj95F!~Gu8Lh88Vk@CGH#;=JJ$Rv(9kerxdqV%37d#t>NENUkSH^9D9sm0CS*9#DW6Kh{9pZek3&Y =GHt_8thGpIY&H0@kcMNxfHQkn^rZ^uQQAM@`4R|RgrU>H3&O6O_RG_k=cqW xtIM3RT^wJl_2MCQE!weQX1qPe+*+{i>By8_PfWHOOZ+DE`%nM>r0{RL%qSKTfdk_%4>9&EitnYTWdAQ>7~;hh_LmbS>e@*m1Y#U d5u=*nF+-QnyHt)J@E({bYGx&1Wn>Q6sND7irBMKh0j`vy-MmCL=3`oY-ZYvEA*)1gU9v9#-&V1fcQ^hEMW}w#&o$+(-T*#Mk~8& 1qX4ZssJvi_bP5G;Sd=C-=E&GQ%eq?v3%y-Ol)h#xHe|eqq{<}FiBUW(atH>f?g%nZ9xT5Z**u*01mhP;5YS&uMmmQcq4&O<^y3b CIZCUFxGV0Mdl-6buU@DFGWz)iY35n8t3qA7sMr_Y0kX2Uas4NY$#rkcErwj=i+w71^vh{ZB$XW^#}-Z$=iu*Gnz{(ywRN9?){psdo%N{n;H!X$=Ea5`UpeN4=L>@B2_?>86cQ62vadB(|-k{b|^J7a8450pA-v`nCdA@iLC_k ouhnyIOZ`zCBE7*h=EP#mPc;N4~AsOL^v0nQVxC+#BYQadeqgYZVQ!Kb_n>;fFLwq6pDvWFK`qA3`Yo(vIdF-=5~Qpkf^ZS!N8x0 3cgjaeK)?mQ9_OA)7H>t<;cR*mgU{$?&+XU=pBTZH#x3QQN*aN!L%$iWztYrJa$Cw;Z2uv2hEzwmn&`gwqj0bonLC+NNJ@|MXawx tbiJ?rPn($UW?O|2f5*qd2_9}WMXpT;oIgjTM1R66HvPMgts@%!H&PmO3r#sZey7OTgzi)s}o0>jbRK0_XlkBIwsJ-;wxfcNnxA1 8@NytA8uZ1>0o)qT}v#1N&_kgDIpwar2^!(tzW(2^!2OV4eLi%Z$2Z<5zl;LeAZ&wm;5IoUbk!V0U;#X7n24m*}8LEk=sVK`T~i{TY2BDHF({jUU;s^)s^&Q*yg8BS51j1&HYi 8CKF&h{-kDY2%Fz#xmQV_5wPa;yBG2KVY)a9_Ct*3{B2NW6151RK--*vZO1CJIM@}2}tRtjuNaOksGm{Juzj>C`cJacBW-yBKA5| g^~%;v=DD|GtDaHQb{q@VvUSTz{8>95kh;~V`Itxe-)BV#R}LtwsTIaEvon2jMd~2AAh7Hg=V^GGX9qJh}<00_%jYuerVM=mu+qr (zdPLH>|*mbvC8GKXNAD3&09%6nUf37LyO~wJYdvN^v&!Z)i${PaNHnSZq_GcGoBNL8MVe2QSNh>1m>4^uqw7Gs+E` L0NPJJ7jWwCXKXSy%Ac|4qXxHJ2h?CV0@-STK+)ytO3wV7#+~8>`!ytD@tb6&O3GCoi0aLugFVDT;dpzr(|#sh#PAVaU@f~4~(sJ D_)1X{U#%&6{~`qIRf?r@>6E;H;dMz5tMDi97cJ4=BTIMGhVYvnNP#VOeyCicW#Dtg^BJB4sfF-I=}TLEA#_nN(U;-)tWPeqGT?M P@lWF@jJdm2$b|*&5{kiD1}8ej*hfz>iXs9;tA`vAu~o1Y6#;|VLeouYII0(nzu6%DKk)1y=7CrY~O6I)7-pS1AFC(bOnAQ}g`D8ga9fF@3^@qc8Lo!G^hi7%8df2gk;6)NLG=%l|J(ne9oesv_e1y1-F%H^cj #h}bP>EbVz?UXWM2Pv)5MktizdQEe==1c(`vS3D#ngzSt#d(|wZ{X#2R^>3(A)YikA-duprX$BGfmfAqp*^a8da?SMKtqqhV8#d) _~Lsv(zl;c=M!a!d>PwYn1(qMEU7C8tXyO-+w`)5H8P*%qbI$IQ@@PF=@sjcIQ`8h00p^?BO7RGBjce}$oE4fM=lrBPm&feS?GkI ;1&K`)fh+LQO|^VmU!`oeMv`E*3_Kk6!hytCbn8dZwylhK86O*Y_YC=Y-9#<;^@{`XY7_WlMDeAvm*7Ho5Xe)(Kjt=6t5t5iKHIg AQK|WJ3V!$X_BJWsW>z40mFa@GW&=Nk=Pd7y*xWbvDopwsNY)q^5V&h+-h2JIOp^i&vL_Oyif7nDiU|vu_OmIlF0Y-cRBwTP)h>@ 6aWAK002*BhEMP003-nV_|G%FM4QSLryPDLtjlrQ&T}lMN=as-pn+M)3k1Lnw*|~|NZYQ5}Np&E_2SE |1SUi@BR1xzMnk&fs+EiDYR^~4?HNu0}lxCvyTY*`{gHumh>;6rnmPATByfaMDAo5TB01AZ8AU=H(lbq?S2bu~XZhwu02YW@3wAT9n*?f>Z<=Ko&- f1mUO=2rpc0R92V=MkoN5pXTwDBx3oHeeax(z(1Z2nbb*lXIEg&|JRvO~4#Fe=gJc*<6#k}4+4&<{Ws?^zxM#&5BN>MEr8zw+(>er&vGfB&vx`Bzy-v|e74t)`Ap}^e7^4u1>aKedusoW=kqzS`Fy{3 =CghMR?R=Kfa!cl!G{*``oaZl7mF9Le2N#aJaoV}0QW9n|IijPU+Wk0`cn(}+^uT9d?EYC?u9J({R`P%+ZM7P^e^Ol+yL~D{Vrtw o>;_k+qj7JSH6hn!;9Dtk1b+4w*WQ3?*c9*{uVL4N3t0|JDcUPL5)9~&H8a?^L;~V{ZF!4K1Z_oUZ=BJ?ysr!x3Zb9?`5-m{$9=h LpI;%=YY$|j~?auV!%g94v#Y5Re+lS>mFtQnFK5V{Aa-D0T(^Sa(W4Wxg?***pFTZ+zR-&fF*#BEoQvWFJ?clU(EMDx0vO9Wij7# Y%$+!5^y`N4EMq>#mhpMF051W4U(MI&vVAn< ^1eO=U(03u+qta&zgF{a=kmUHa@h|5J(u&u<~;U0e;(WQu{`EyB9HCrI|}|PkN3}8&h#Ez&f^u!S8VhX9KK|3=|`e1#CJ0UrTeM|xSo{?WLC@B8f)e9q5TFung&t5?-st4> w>bGeWlrX6mzw{wlliT7avW$@^P_;T0NzyVTUYXYwSvBtD&MJb<4V4F+e(&u-%6Ix=t{P`KUH`?0{j!QJB6!)3f#|rq| Zxk@z+XXC-Ul(xPTTsa7KUt{!Q;l6}>{sKqLO!>0ht&PXBa{VlcrW3?Vt@E3~Cy9)1pMQmq}74iJjMSQ=qBIesw#Bn`X #QY2@_$|N+z+Wo-&8w8Xty1>3itV{u!SAl(c<|tAK5zbNzE81&8x`ETn*DRzYWCl{)qIa{uIBvp!_~~!PZgba)xLRanE%JtFdv0$ SZ+_L@e6Ah&%K8Id@ta40lU_)9qn1m>ose6Y^w48wan+&0jtO_)O^W074H-*TgUf$aUHK$D(G3qao(@Sf3}YK`L=>TQu}_oj_>=f !u$AoUVmggkC!T#5BLD_LpDNwj`pnJALR{_@hQP~qTex+h3X#{>_c?Ui)bOiwdZZYxt$&mcLdj+uZiiu4zw={&IKf&ezcot%`@;u (Z&Sp?h0D1;P^l}@*vs`!S+Ehh4gZC#{SPMNWL%SD7e0$ANliDw6kavXkBXFm9{^O){FKvw5J8XZHm-d9~#_L)(`aCjrKmlbv5Pk U4m<9`n`_!1++D3v^xdo%z0`IRmk^N6Iv_U9<(~NKT_+}f@|M;!L?^W8m)C{{p*5jBeMH9(Ke*5kqvxF^(oGL8EpV<2yL(68Z+@5 Mw>+I5&UML_#9Ac{xrNDf^*C*G#}alv}Xj@4Tj*jM7fIW{WRLkf@_DFKk`S4%~TIGqM2y>)!JdSYl341{k&*MUE!5*y|NJo4jVw5IH--K9RH2Umd_!JT+)r+OCaSl~Jb!4VUS22gOFWTMPRaM+EzorB=1E<>XLDV7WBSBXShAXQ~uiFUV1l@;Id?DTA16P4ijSsW_*QXy;=Lyx|YMziY$(HF8 &wybK9J38bnyh)Pjz}jM_4ukKDloVCX=5-k^aspJuTiUppb#)LpBW-iRC%f)Xt!V!)oS&;EJs3Z> K-VO1_HhiAz*rY)ik1dI%1WU~9nFdYfs^%b3J0NMr_(7)OUuf3?^b|1WK1DXt$|)Wvr;TL9w?v%JzoWDzP&z3LnJ~)smHC=n_-P+ LH9GF)YR&9Ux?W9_&^8RApXIV=GUu@pv0gZvtj9eKO`pa48>&LL*nzLZ}bOnA2S?GiV{Y@L-*ryGJ0vHiP#e$S}JBHIx50RGvB4m 9Bz?;Kx!M|CobWI{DPtPKHiz!p05QAA52}6sm$nbRRObBQ-NL1n=*zZVo_B>FebRb1?++P15`ox~Oj0h>U!PQ_Gi@Ouyfn2JYsP+0h&&ZWO4*OtKu3xi5|g*Wc%PAo=vz$0Q4NUI p&AU5L6E!~<8UB}7$Avg+p%6Q(}mc&)lpW)|Bmu#B{n)@V?pmY*x@3bipG`v-yP>Tu84eJumG7VgxB59Qw_PL7_lcfGMx+J``m82sYkK?2o5_#H`$`7!e$lSBdkK_q6CcD<237B=r(4?wuPeI)ZE|TLQdI1k2As5>i?W0PKeYd=Z )apvFvM^PLkd4}mDoe`uVLv9rL=-v+`$D4Jvp-2-ug5R{Qc^3I>?$8uvzb4_KQ%&U~hf$S_uzyC(~JlI*6UdIQGhH(d161tP@^{=Yx`^R%ob xH~Nq@RV{X^}K&UYMDwHuV=4hDnPt|g@mb~?Ej2-0a*)WpH^89W0xf?c<@u1O0OqyTLmHE3W!d$M@PmrkSx+Mkv=oU+n|Qrlt>lo r9)&8$(`DE6>!qskSr?o(3DPShFS9RQB9YUFMq0*Fs4F?ypUhnAw9U4-|dyj!p}gp4qew!&d1Y`q9dpJT9j|_E0-Q{^V66PNgARj ^@YJHcJHP#6GhVQ-Lh7q0*O0#I2Zx4$K4P#9bBWMB$WB|{`UZB6?cYW>A4#AB7}R5G@HN;L*y(Zgwz+8e9drHJ7JPIiPTU-7j_2_ AyB2#v9);h$zw^!M#@y_{$Uv^O(~B`?=&+=#C!SlNVf~rod(%{T2YEOQrL&m2yY-g?Dm*Ko?pnINK_??eFP&T;6gbfB=`JZlHjEz Wi|CB9*TmY5-FOJ9UEUL;S@(WKBELG0w*Qx2PLek5>izO(+rCH#G9DG&DBJ*0u*jgskzB)ZXE*(siAdY9K>RJ58a+C$DJ#NP{;p(8H!Yqb=!V10hkkr%FwTMPeh%{^aHpdQxcG~Trr+TqgR8UmlC|KnvT&oon7OyH?QGj0-73q$OfbI+8 L23qywNj#{JxAoUPtQjBDeUo8hY{8t6^340tZk}+>JY(l%RS^G6jt)IPk*&$&!*>}_IjLVp!%t-vS-USr?@F}7G!Ngm`8o;sHpej av>PnO1~F5w?t;{pb>gsEN2F03WG;8`7T&0& flO%kQA_)rYjuuA&yL%@6EnZqVqxY-T`e|p*BWe@1v7mi`E}R2(;sabj<&VT_`qwAycrvAj-P+!fAfvk8tb%sZoYHpNTJo*96#2V {KiWXow^r2aY+uEZp3@8<>qY46R~?;v4JDGIXm)%)zK227|zYvnI{VGqhq!7bIx;#;pKs+Hy2q@^3F}%{66c>98m;m1*zf_n`?fvM3d&aRrO4!k*uW*buL~EqZodJV>03b7K7u=UKumO8&yd~Q2eQ$thi6b$90=wQl434c uhy|6N|8JpZ)l4T+*SkoWK;Z1udv3>*u7U`_s&B23ahCjIyEBL>a5nA@rHiuWOHKt>S3$%mKs1&C#{xA7Ma!7L0k-W;1qkHIWjpE 9TW5b86*3(KpjKuQIh!h{c5F0x$l{9iDa=UG|@2{*~s4m{~hEQDe483#bj8L}7AbNQM2+&ouZz!=6nd-+Ve&D#()$`7sK4CXr vJc*{M%rQ*nvjcQqi@)!j>ZSxoMkz7?{sARiZyY9O)N8Z$2dd|eZf$%fklT6vzKgYtBQE+=d)un$_zUteJD@8eUtBL_clP%?{Tc$ H+fW<=&>VK)6K|achb}nW^*9k(gAf_T^&SzHb)^s_O%PrL66?|K{XM{Ba`jW&@2N|TKvT6*yyM=cqrP{tOj=bko8J?<`1foyX4lw K6?&fNg0COcG1vX9z^&_6 Yk&Oo;7s9IXYX1EJK4R2lF{i)@E~w+wT_XpSl8+DlVX#zc6<9YuVAFsF+4gWlSn%Qh~d%x0|FL`R8%BICA+Iq-PNgXA$6^$X6sr{ ti5q1L@K|caxTm85!Grs2%*~@BLX^%4kMYpK7gR9o=0`}$W5HeUJEzkUXnu@n_D@PGQ&W!8KZjTg`apgM`*5EKJEpq!X<*Bjj _Nh_w4UXjZTA&Zu6LKFywcURk7ftG426oDKnbIO$FzJqIDFAYp1N+U+*l;VDB7UJd1oNp6rjl>6Q-~!iOHe&9IcXp2L@tX?4o4@iNlTTMkkGN50+CD+_geCJ5kG$@HZs5hAT^J5swtKcM{eudDGPUIld3o_gQcu#4HFJn`qD8BlVu`zc#_>p )gUk!RZ}M-0wJAj)j&7nw@L~S=dVu76qzYWLP22AOGT9tg49MSBh5WB306vsuP>GHf1vx^73)bnE&KjkTvoYmm|*sB&!j>TI#6T~Qt9v!259lU`GfVB;CQC7ee=X(ks}pPKwhi8~=ZN8APxo(kL6Jy`5)>F%=-iv~ng{IpeO=%pM5_@eEXx)7LH{ _ly4qP)h>@6aWAK002*BhEM@6aWAK2mnuJhEQ2w$Xag!008#^ 001ul003-nV_|G%FJ@scOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ(WehP8%^4g$Gn5G#jL@ySPg#xTyyaOiVxl nj#Pp0R@D*b7q{uFk_Ewho3j-qT4?R#i#o(4u}AzJ3xeNtP7#lEAA9}x LEEMWiAiP9vF1c39=B3Fl-4PuIapDuG~Ab^u^!tlQz@Yj&L5kR%n+CZ!Cu$F`!AMNa5|3MmShY3#FCwcIa}@IMAosoaumHXB(u^hMa-YPUwcq8bY~ jP_Dfip!ELUS9YgWiFInhU8dSC;iGn_ZP+^-!NBST5M_Bm(m%BxTk!0gzwq0b@9BZ_vUqE^El6dF+LZ+G(W;ksipngdb&4Ic?wZn kJ$GxxWB4ypt`B@6aWAK002*BhEM@6aWAK 2mnuJhEU%nv3h4`008zC0RS%m003-nV_|G%FK%uxOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ^gX{oE$~jKi<1| v5J6zzIe81LZZ7v5cAN`=gyZETXgocO$qh!S@qzMiZUo;>mD`%& GJ>xnc;EquzgFK%2cX^I0ch801Zk+9ZxVbZ!KVnmp8Med^k>In)N7~3sE@lC`E@Tw{5=S6#p9!J-^EBbXEDZQ^rHVAG_@TBFAvx(=^3hFz8D?bQ)I+NfGf|n8e9Kqjx 5cND}CG|PMkFUh|-?S3_|2#qJ0_O#S0l|5F=;v?sp*=ScyoKPceTaWnKlKgcTR-~ucm2TYr~5I#UbPDK*o|O;;Nn$i=TQXT%>A|s `F?Q~+I{gV^!K+3-b?VVRmk`2tI_XQ5_}KA@2>`)J+>Nn_&0rj(;DPEc@4^$y$0zISOdISwFcwhtpR9CKL3!5_ +>hXT*m3qDc*Vi!uV)TMe(oWTvp3KG Ly+%jhiJVILHQRPf_7he2=MpTLr|Xw4*`9BN#WZMMZU8SMY`Id==Wn4o^mMK{b_wahai!0=b}R~PG30`{ras#QU2A30#9$!_gfDI KL6rS(7!((3VQ#l!%(09ISl#kLGW!n-w#8*4?PTcvrgYXaTvz!YXk}9o$u&-=iwNqZ4L+h-}!LVYv$pYhjR```6~}cKlq2EJ&nUL ZXY@v=B@o*BpWM;PE3cf8OW;-{%qBo!}_J5rSVLSS0wm0nDo-2k`y-1ZVR2 4xm4K22t<#4FaDR4WgdGAl8ke20@=L8$>(*Jc#k*%(;JFUqn3*B}hxG^T{H{R-!e3WH`Ztx3?(HSu*W42N|IiZJ `LPo6{|3RSoNo#E^4ekK_oiXIzjGMv?ioh?_8kUYSvZXRBZ99Wy878+|sj_xAw#P8tFIm_CAd`;H)d*$CQs @CeEs(C~N!^W!*$r;h;tFB}2>{$K>-f9D9sXX`TXWU|7&%NW-sWz5r~%b*X(mC>$~%c%D!%ILo{6rMwHSH@3*L>io%%NVyw70~s$ 1TWzJAV@5d^8~@!+^$jJeN6B=g6EH-{DBbT_URDgb$*C`xP%}LfwM6LU3056mkAzTMSFIrISys*Osk<@U#Ov7e)z^ZjNeuIUS1EryS^UfoVFhG@;rja@wl%?JN9be`+^4W^S}n$d3Xc)lp4UtBOB=Fvm0pF MH>HW3cuX||9Pdp-`zmJ{i1>KeX@c2{=I>DyWLU1>lsI(pI01(elHz`@i^)zr2o)SsL!X50^jrbqcA^TxdHvS{RZIW+cyB;CT~D{ =59bat2O{1*KI)iPu~E%{rU!!_rnb+=T1%c$Og3cFB^c@Z#x?K?sGKifAG;5pPIg(c{JL0iN1fA;3R@SKN|D$uLKkB=VQQ6eDfHz ciUsZr%XN;{kHH}q#HUGcyKDg0iLhNqMlnFhkkkEaTtfU9fx{NAxJEtGoRoJo=?Z2eUEGWe;tSRz4CbE`^MuD{+{EJ&-CN5KF&HG @%-aakFn!HC(k_|^X41J>w0rM@cE|W(XW3!9{sW1hp;a1N${(j?nA)q`6nR1BTm4$efR|Q^QTV$eqM9}+VMU8{(!#!{siD>=ZSdV ?nLk@Jtv|bi%vv)k2n$azU)NQ_xclow|Ab1^uIb0rO#E-+T(@#ne;Ku7#(7Z#eK2(3x{j!Ti7V6x8n@1WD9zUj0$@ %W8tG3K;z;@apW3qW&8{iu!#2qnH;j68t&Aw|orsdFo>*XZw$Xey$=oo#)%fv98>%@b4eT`0siu@Mg`akTZ@aNTkWR^yBrXgU;N3I>zB%fEPoQe;Rs@vkB4?>D)o^aBk-rgikcC=bwS`zv43(ziU1Nyua@=7`K0Z2J&C`nUEK% XQJP}b|(7!xii79?0pts@hsIFC_LvZmBY@`d3YB3_olPJzy9$oU57u5?*|d==XQS<^X5hkf9SKIgD-p*^KW|+de$($5hPS}KJ+=n -}-Ef^Q5ye&sUv|c2&ygU-P?op28N>r>|-pR>*Z{k-@b;ODjHpuWF82kn3U 9OV1&b11X@I7Ayef{hgQQs%N 2>kx@7t#MaoCo^Ydmi%N=RDMF!Fg!+((_RNl^TAS#w%+0=y~Xm_2;3#K71bf`>gXYPM4ksx_z_8`?bb^0r2kL3(!9u7Xog5A=-*vQ eegomzoOw|`o7^p@J%OcIUgn1$MZtVdE`Q@Cr?}mdif8Hx6MUJzr#gH|F(-z?mIPn>P5h>-7iAB572n^i%_4&Mabubi%`xf3O}jw &eHGaXnyDG_pfXE%Psw2$hnItYxkcmccLnC(&=tVT_zJA^AGrecyWk3> zw!#m(+^yMdA7}WKsVm?9nhUQ-$DNz{2hF+eh2t|@^?^=FA|(Z@CV-k9e+vFExi(S)xQ$${P>mV@2^~m@xSy+jPrFGe)E;6*PT~l oPK{L>ix97Z*>*s|29`CUw;+KdCyhIXO6-HG~UXqfG^%vSZ7bw?;EcIKKw}EZ_@XlUWNADeHG~1^H*UVc;nT;mxHbb-*d#(7>~-; DCfkh(XXGr8u@)w<6n6-=EwK0R(axT^xut|?w1<>iL256XRk)PUb-51wDm^h^A?4>D4eD$6Bg~WQ 2>y}r;72-c*MZ-;?mDD@&Gq1Kx4$0vQMexSWX1Ksv+DKer*p2yI{Ve@l}}N4@AcrP9whh}!8dF|eP2@8bp!aNoo_(Bmfrw+QN96q dFl{do5csP}I*{vU4u9&UXj_`i4G2t4@Ujfj8fjfg*dBgU_OBj)YVH=Ny*Gkxz2zp=>)Zr9lr1bTK2L1L|(yKVxXRQfT+<@rFcM)37N0iSc+PteZ0e**rh>t^uD^KM4I^_ziD8*WCwoO(0z|NPCE?^oW8`rdvs=-d+ux4#8? p1p3tI8<*z`;WN=?LS4~XKq11oPP`Wfp6Y|c3!IC*W3cUzUda=!Tq-YpMS0JnOo4$ue=p>(Y+PpwCAnJXZ5YXi?z3+zQ^8*{yR(G zkMs}@#9;;@7#4O=$m^R%6rdk=>Oer!#J(H4fF7z+c3_-ZJ5U=--hzey$$o`;@eQ~-|PF|ZbLoZe>=u$H9=Z(o#b}#>;Lmp=>1Om De&v^pMoCT`BUKUzZAafXTbOUe}?%q@-xW0Xa5ZP_J8~g^7G1{V;+3w=a{EI{5k5^c?amgYwtimz5NcfXTLju2g~n(+;#FD=-(Ue K)>F92k6!x?|^)>;7;Vb{!ZY|4{*76sXq2@z$tfwAAbMcz`G;v M!Sx=8{_lgyD^@p-3`1y`)>5>gLh+Gx48%S_@;Z1ZqhxVvju&B-#x(l{qBLjb^bjV|LQ&H?@!+Y{J!oU%)iGJzU^M*zw%z>cc{J> ?*$%*8ouFP;K7OaqW%{U{3nmky;z^We;@Gfk^3<39=i|ieepijXP5ht&yxEwpZf1d{%h|?yDRsjAJ*Tmdf5BXuG8;Fe&;B>6R(@0%V#f8G25UVzyyt(;T=-&r^h4LTy74%$B{R()q`q!{~eD>F9$DH5LoF#bpZ-L-h;s3p$CD_XFZ7e Ui~2O@}38g-(Ma?J+}WX^vdu2Eym%7-=aV7(D%m_{^hse?>ZmC`{aj!hr2%nyq^6K#&g9(sMjG6q5u4cz{iyzLce_fA@uJ*9>O?m ^)SZ$RS%>8-|#T{<4q5v9QR?&-=2p-x92>Jau3ybBbqMOeAYh7c* AHn!Xk09OI1UC>L@$*MS1>`LGJ=XO*e~wdQP`tOkK+4nkD@-mdldEk>!aw;mlVG8 F^uoFkD*=rJqA2n_88)?d<^}*<}r--VUMA|kJ0!iJ%({V<1ygHg^vL*uX_yh`SHhqH?Mje{juxgNWa(P7>E7zz5j9WJ%>Dw@wi3f -~Tx9^YO<)@1J=b?Rw)A$hYtW`g8dcC~xcu;M*BbpufNV1nBIK^!=_UP`}5Y0Df=(B)wh#qx=v58TG%I;4s1436jX^yzd!|_ivs7o&Lu&sLw9X0v~#w MSlA{i*Y*eS>RjaS>$)(vxtAmvzT93J*)mI&!Rnleir?+)pLk<_;YAi@Er14{~X$Pf`0$RbHJ0cp98*s={bzU70+S(Zg~#){M+Y{ |L>o}ym~?N>v$gh@!IF%hv5=Dl;BsMNB_U#FUWuJFKBQ1FIeYJ{|or`n+O(Z9`E#5_+1?JH}L;g{tfy6>2Ij#3xC7-ZS?}$`_>nr U+H-P^x()Bpdb9|3rP3d7f}8aFQ~ryMfBehFQQ*hc~R{rFM`kc_KTPY&k!UQ)_MKkfrt0~9dxDhCBQ{5L9YJPOQ6FyyafDy>?Mr< Hva&g%>4)ANB@A`=$e119sQpuf8{^H|HS{q_+0!?)c-sGM7dA>6aG+d`WN)C1OEcwbjiOkZ(i|ld_R)lSp>iLZ}o#9DUkc)G=hw` HxT4;{VhT9!y?G(Uft0l`C#W)cE~(CfFSeDA0f#6*4?i}J>UGQ4jDI}AmjUK1exw#^(xfs`viI3{Formg f;`Wh*K`PeyyZ3cK11PRf=3W668sRi|24>e;nwJ1Z)^0|=M-)v$m4oHL8h}W5@fk>`>qbr@6PK&JF>yE(f(5j@_aappy**DZBUP&Z-eq5A;|LI a|A!ZKb*Q9`uXeI 0l#n6c#m$U{jTY^-yZq8+oM0FXh-zZa)qmR#5f(M`S=G%4MXwNYOdA&JR<9$-&ou%)e-x1?`fxf?PC-ln>J7L~W+6m?K?u76A?u7L7cS1P_ ?1c8MB*=9CFoL|k$2+0iFKN7sG@oy1`b!mFsqwzM6WaUzozPF4G~Mkx0nhHy`aDFC^;P^gN(o=ziFMli@fxr-g?&#WeURWEJHTTd )CnH^JM?}C{kEg`QGy#fvDWb4Zxvoe;Ux;+o_;|`mj8JQ>z#nt>HEj&cbmpLM!y}d-=4DS$G8&G_kZa->q0J}A1xQoqm-W59HIOC H?I>q<^2i%p2v{BU%`FM|$zeh2+7rQb&={yXS5p!Hz=7t8o;AE|a={o%ix=yys7^h5kNgW_L7?|lRtomltyZ@sqb YYuFt{P$N4`+mEP*k(Tv?MXm?I5`~RuniJ{wReF9aeY={TPuB3y(C{a w|NA=K=8_@wj9<8zQz184P2x3cq^q@M$b%Nmv_Lf%6~uMw$Sgg4)9D{YxuPec!YDcOqN^zK+n@U!RxSmH&^pMLE$+X_oNQhuT%Kf >30FWf1m?0(h(i7LC&Ud603xse6xdj2;~7ak8?V~i@Z+j^C^1&a|is~rxTp3@o1@#wbT4l2f0t4C4W`}>czyo+s>c5|eLGjfzCdB$)wp{oT*bVpK2IgM5BC}U-l<`q >x7+}W%o@K=F|JE4%l@0k8PLxQP}wuHb%dX)9<_bZC83ewiEWJ0x7jo`N(@TTVP4+?Kq_zEqT^&OYc^PA{5iGJ&u&RO&540@kK?|Tyb3c;__?{fOBqW8Ns&Rz6=9n%E*?V|bm+?SnB %io(R{Edu5^n5VE<2ta1!u&CxxS#`eJk|*utl?`Z?z<@Ldk%D?B;q-*(t5IO;pbMJNepnlXuUH}&FkY*4I?(d`31o{n(B5bmGO4^ 5gX;K=!EZyr{8|1kp1au^gX2C6#AXl0b4fz_0sb(+*cj2C-UF%l+Ptv?jrUkF71RI!ZPI> =y?r=RWu&&JNW>?^9-HSa?hslex7F<@23uQ$E(bDiob(3K9|$;YdRrc@!yx}`6&9mjec*Y--#NR<*-*<=`QYsZo>Sro@S#y-$=hM `hF+D(+H9n>D)uVL3)0e;8_%RTY8Q=;pblIggnMF*59<=9Srr^C3vwuKfrUj6Z+)lzt46+5A$z=4|c%!lI_@U)3lEhBo@#4SSQOu 2pb^ysScKv=(_{`;xY6)NWXuO;@+zHvoFc#^f}_O);I@HoF7(eF_T`%DM)%Lg*9X}X6rZ4bR~ W94-^J^zm2s|Y^NZKmH;rl0hi)&aSkdFiV=U`zZog`d^QvM18-*a_Kpg}$@=JDZ+&wECN6P_{?1Z`{W;ocC_+ZN<5^1A9fx-yHgW 6TQEs6Sns+b-?Gy{9WTf=g9tKM-%)}2Xt^n&4cwH&(ibzDgC8ZI^O@qvc=5=FYJWBDF2=9z(-_vULz=cndb9a{r)cPvn3s{F|wX{ uTIsc=(p3I{2%L_Ua8-9*8I+=_g(avbuTQ(vrM&;!tbE)KhbYrO~X7o?`K&@@2~5`UYnVweI2Y1ps}X#8CJjXpGRS5P}qkEvVP#x ^z6~^So-~#-oMrf{oyAF-lJ)MM!)aVZ!0aE^$0)L{Pxv2y%ye_O22D5pqIPcf!^qg`u!xUF7Kl_&vn3m?8k;)P`tXsdJtL{d3-zJ *T#Q~>G?w)tmB|@>V*F0-2{i|eKD^;^uB8+^nP#FG~d#EyA?i7@ILx&)d9WL3G~}Wzuiv1`JK@J@ZZ}h{1AG7nx2m!_;-!BgMPo0 -WSsEmpl#x%k(>3+qqW^GX(y$$7r9>ICd0lvP)(BRD5v7LbwOCHuFK_1A;F-R 1YyY?uC8-OIdeaXsu5*dt42x82_xV2BER6ytptN*j!K0EiCeAtp?r7eONy0}!p-H6A`7{&e9QWq(<6yn31TYUZmjEvgVlPN_}tX;7lo9U>C?d=8l))NLq5kC@`6g8OU;$wg+=-{Q1J%K t%*jdmTv4vLA4&6^l`yGs9L81r9tH`<^JS)4>xLlR0+Z|^=dU=2KP1fIb{)0_SD*_vmalDiqu ddwZx(oY(5pt_zj<~*YBNsb4{iT&eRLqC7ROSZ0qO=yMjeX^cyJl4@`*zK$1pCe!*mr5Q 7z_z|QU~=1qkiwK-3In`*A4rqptO6P7rPZNPN=6jwqK<28yu`gMQLSKI&IWXyrP$Q?v!d<*a=L|aU)LrQFn@m k*`z+Xn>~{X6;6mGc}w$><^ZyNqq?oc3L~0GFb%!D&LDZ))0@ILC0J^3n*gfnFdPII!)#w4eq8P8LZT$hW`45rXBT2K8N`x*vdjv ?;2Z)QuL@3HA#j8LA6p;t=HUf~|--JeKk$ gP3U!VGXz0bQKgG!Mrl;z(m h32Q=Jgt%&*9V5G6)v3n937f8YBZxNRP&M_`qWkFgp8}BLRq*6w3{e35dpzEBEU>0^Al7sz)UV4+-`Twk9bBWOs-O#m7(SyOb0r} 6Pdq*ki40@r;;fbw?UI8uK9z(P{S;(GKSJH)7{mD00rEVDY%7j&2#0vOc+~As) eZR&DMh&fRS)Z)#T{ldbCcDN;35L9Sg_#QOn%*Xq<|##ev{L99sErpA7I<9wSUQVJrx`R9lxTrPi4n)9))(CVDqeh!3FM%0YM3>6 xLS?`t1(ST!|HL%J!5F*Xfai#K=5 q$$K7c;Q;AVNn+1c&bEc#8ZomZ<2JFI+@=E@@GFLRzXmN^5~%$hA^Q3Sx%9%Cq4Gs1s-@4XX*JyL==XCJ9&+V8{(*St6m%lMm~LY2C`YZS&FI mseiG(jcx?yautRZDSLknMG&b(275K_CU3s6bk%Qt5q7#qJ$M?T1x1YWUNkrE(&;Lr#e%p8{E0z3|0tdFx7dF^B%Wf_&R@R$RA9I6R2iG K#_PxInzOI2nvNENRtTv6Ja*fM&EU2O*a$ENdp*2d^43yP&&<89wfS%Sy^B@@2m%%bk6j`p2H4tkF$n|z!S<>s?k2XM1FCXeb*oc 2~qrMUtug~1uVctA{vt1TOS$<1_S2YMS(!XoTpetH!))PRvl`u;g-~8dS`fL2H8tjJ)-5Kdxq*jAAA&BC!p#x-EtjkYhn5>8ycBeuTxGyb_dsiz_#* Ye-0%OUtC8UQ6Z4lv&U7xF+*{s~)P|sbzB-N>fTt|5Klmq(ux{kw&iMMMYYwgz6fVj!1#rHm|ipG$@5F?uwQs<+@`ow;U?6d@%u5 h=_(Wh>W<*eKkzvP>L1#s~VNOkk-NC|5YDMJT#^!=C2Qi`m5E7tV^EJ;@S-zN0{Lm6uW71)=yE+sSZ!%G@~LSb`l&=K@`abKcz*4 p(5?_s=`E&drLG~l?wN6ARS5-9p+`EAyY0Q+A&JRl+`(osivX&>Dt-LpxxLv%0W3a!NN#Zx(_ls)8(6i?9l2r7j3>ARfS#UlTViXqeYD3Y@cfy=Llg#1Nj#wDI`zZ{2~EIf#?9tF*d$FVsF4vRA)S?KDT %kv4{NKGKz2MzKBd3iLHVHcU&cVn8TA@f&^Gm^Cz+ dJnUh`VM_wl-vk0OF{5 Omb$&gG5}IDVd$q3KgmD#A~sIpDwDk6GC>+8A((J=n3!1?wt6Qq1LGsm!aTI)R>B#R&6VQC45$jNloSVbPfrP_HqSox5Tc g%h6iI&&F&Tox+Lb2`^z4XB5n%o&#SGm96|TuxCLtXE_$=V?7x_1DC#rO%A)j!^^5&3FXiDv5}yh+r&eV}Z}Q+F71EOzZbPyG)9A *_WBsS-W}rQUN^oh1{9^P?ZE`Bvv!GV*QfIvc;w^HX%1uS-1$OqLXGFtun&4YC_CTU0utniQns*abnGv5tCA*Bv+%JC~0Bafua0Esns?vw5eEr1&d$KvelZ| |Mqf~>We*%XRS1xf*8`lGW8rAI)yzC<%#n(M(a4ohX|dua^)CJc{b%m>{`x#s;RlvDj+k1mtgT1w3Kgke49ABM&d_(NVFa$dbsfG%mqFPzjQT(~8KD!Na7@r?_3172nuBU|Y+Gv=DD5v{@8b-P%WqtCc|HDh!x67*&b;H<-aq v8GlU9f@lVcLiacJVmUOaY&9S@=^^A15f06^XT8wr3W3PfFFpZA7BaxB0G=C2mj|zfnh72s;~8s*Ab!18pQR0>XX9@(st(KSz~i0B#>oePkl-R)u_3p}5jGu$Q^Q+ZU_uZf;bih(z_HLf6W=_;FwlJxpYTdBlkfF=m*^m;k9ehM8Ddd=qgnUHn=ZfR`1yHR}{N4L7C()e_NenW#^o)ZaC3(@v9yb%LWjk8%EB +H{Uw{m!DVR_TSOL;FT&$)ujzacmwY7H+d$R>+bY(wugltY@jdM;#xykb!ZfEa8S#Mwf8V SR;t0<#IoT)wR-9YboB^)Yi!v7`vt2i(8&Vjqb+!me0czQj+qH`NV5Q?QJEnVi*G(EQn$onyVao!HzHNN%OLwfA4kX8wXU;eC0_W eT3FVoT5^9yet^(7L6h=uxaoLRW`wRl?F4lNtuaufud`PNjfCi!^`GcHKgc*>XYH78SCr*TvuKYZ68iHijISw60Mg_rco4D#Xd}Y gUq6-ar%{>)_Y7ysc+V^6ik3tlvJo3V>hrN+vu3tLb(BwUsIx-#Gle>M3M%mnuZ2!{`y)qW~Nqf-se964|E1d)JF?i?EYpxLlUxMn0arl8ivP%zg@d*+a${3QMU*N_KEwdlR9bQNqJCtRtHyR 2pr>pnm%L(>0wwrkW$8jkSt6J<32U=m>VpAxq0p2WZbmB>8k?#1g{4bdn3+>23X`(gRH7{Ss27Bm (T5$THIPh%YATgj-vmo}v5IQ-?0wYOD#D3F^fu@gh&P`}%|NZG-&(fv%zo)N{9^`H5QhxSD9L~HI#KSfn qPS^{*jl90;FuRNw$>oknQa10!3ZHTC(x8v8?CaThL*TtW{V`rn5-O7brhWaMW%)lc$l5|ZJ%0aQQvZB(Ga#Qh;+g}hsK8;YYkf+ c~b3Ksem_U6&OZ>wKYSQU%ptEQiYDV`LYVe7oMb@X;CJtHOYCg@Q{Pi1&M7@&BY|hic3){S*jMDhNWA5I@LbxWvX?<4#a6Td8XAO soh2fq3~EpzA*CQ_(`2HL^(i;owsbEcsK7R>eF!;?=9Qe~`gsw^9|w?{~p+!CU$g|4nuvCl>v OXn!&bvSvqvB3xd)5VQs?P|o!npDeFGi|PNkEvzEauUzvKAvlcUlbOH-b8D{&3AGNltrVmo5Z$9!xNX#uTo4WcdB!yO7l`zAQncJ $=HZ;!;Q}-L884QAb%7fz)uybvUT$JmOV2)f#6X#hJYbGa9t>L?6R7As#DXz%$LjCiJP% 6qOkUg@ia*x9Y5TM@2$4AOd1iWWMF8QHnU#7F|fMDc2W5LM7M3VsjubEYRz~$vyopgD?)4#%o6VXiZ;IbpVw^$hP4a`(v$<3~RA^t=oQ)AV@L2p!QFz}7mTvm(hwJGH&RxpI4=+dud!OaI)t%lHA5O3V~`pVd!1B@$@H&P )_tZL9eLt))>+KnE9!V4)`>P2oh7{0Ylh)E|NvN{~?9LLllR#OXO2I7_7+d?njv*y>s);iSXZ}IB8-LWs*y~7p_OTad!40oc8mQ%hggKAOWo9EnO^42lm8AnNC7|a3hNPF3R8qy%B$f34PRbgxs;YG;ui*KW`F=MRnqM&4dOw+ Qt?8cofliS)oBP;oh@+FUn+YZj#*)M`(N?C@(DWoW#4Xb0kvGS +k~|$87Pu$n^7m?u*r#7OLAcOla|1nPj#dzi=cd(D)T4ca3JYqYJ8oDX$RGa$g;~+Y6~r-7Aw}}(bv5T(`3I7Z*XJrI=5G7tQr(i &jFt#uApjd38gM4ktWmknpJaGke=P$9u#jlB7W{!<@WUO2<=*MXY-ycs;==G3L9JC<&)WTsj=e|^(I=5?o|mX<MC&5N3|JGe%nROywQRuq3uxSJIla-DM<;w~%+W@^Nk%h3!uF=c*fsA@{;k izb3AEyU9ik7-&mWr>;-RoC%MCJMFOD7VE&A{UZw3&uAGjvQX)<(g9pF7Zn|_AvGYDw#BEP=nm;7j}SuwkRe}~!OUizO#)gf`2a0{GX>V6xfLHwnW?2;{KO!O<*7*Z5_2MyIvZrizl6bmdy;3cy<3kk~I8ZNXCfz7P (o;0BnO$9u?X3@wc6S--C@+9GRiNxQj5?5}zToHzs+DXvmfklZT+eZR5KW9&dP;ZBQH)7(_Jx&+nMT_B5UZtC1BLoq&QT_4joCb6 0*LTO&4s>LUbU%D0Mu}7t(0k6$;;e&PA ?W(&vBWm?vqE1KRt3={Ot$n;ivm6YuH_9nKJVBOMNTSrNEm&8qWqZ65xyfmvM>T3SSOwC; 8X0$xR-VVoXim4J0M{7@T{lNv$BO_>c|87SFeqw^TImn^0lP0`N;D1w2W@*Z^>%fEdh~Wpnqs!Hb#=jd#$jeBTUXcYdNHVSkjD=k A~cypgnuGdZe^-JPWQ;^{u=<8rEzq!NDMv%RZ-ok-;;$d{X;8$guPggX$#OcjssFW~pHx(;#E2R(BV_cK*(a^QU|L_^zG%fVOIjaJ lu_-qj0r;4$v(DqypIhQ1{2O=vK(_1^CU@vF?N*egOQUaY_EAn2kTO`M0peQv5!~<;+^yjtj#!4J=0<+@*_>p1g|qdDJ41J6K}LwPfC`P8l!$l!Vx4b6Z=!9>UfIg3N{_x)t$rWdOVZPgL^08ez$B>2;29@g4&+aDE*`s6oW5Xv ns+&<$$#1U-dByHMmI;T6opVheVwf*>8>~^DTR$Qyf?4xp|7iYC`M8~Uqc02Mz=^-`r#z0#l5@jwr<_JLXi(>s5HXC;R5B*)n$yq U8XAe6FG*OU3Vr}yRmi^vW#+mRH=c}A6(*uY(Sz;dA%;$Jj|Ddn5ZzNuNkzD8E}u|G@=l4*m~hQO{x9yS~pVVdt`eeCmd3ho^0(4q{GYTtzZb!Qtyv;yj_pPt*Jem9b+Wvs9rvrjyhE%#_^e!-vDhQsmmS3>tl8%Cpd|vG@5#ckx#)23&LuE= &-&6GOsvxeTUvxfW{y39TQ>z^Z!~+u)SJA3e;ssc-eJc-yr1zXx0?N&?aIX+R#I8?9!DX128Yb@8ef&+)B C&YYh7sY2aph5Fj%wHls6|*vgD9&#}ntmsvpqFAkOxP xuOD=LMy4ZL^d0z#*e&m#Zq@cT~?n3tn}VoFRls$UOqP;k*BdS5!ow`nYvrD_8_OGMUt?0QY?5Y$0nqb#KYK%0hanp@aow%lals0p%SN4tMqZz#dFI{k%XFL#22=Z00yWyBFNhA`7y0P>tIgzJ>4|1cER2)nKa1zd MoPGRSkrj7rg3V`MpgE9R$*hDQMMVg{PxrQ$$D;!8}|eob8L57!T{><{ZLq{isxd9@IYTy)b)YMe(ror8qYx?Xz2-)d$cJ;HNEZu0ER@NBJb8ftNYbpntI8#cDIJx5?S=8rq3BH<-R;&OS>bTYoaenFO{&rKiFsrU%DGm6__VWf4I^5gM_oJ6gQ9YI8H<|&u>j=;~>;uZ827Nr@O0!juDBcj8J6L6&h#JXh>EP^$DNC*;NK|DXtK t!61+3>zm%bP0Re_fs)(1%^{9Yj)mwrk@2h9D2o=%RIPjw3Dq|YQLm~xgJS9m}MLq%1KCyFc#NUXpWvLKeGb`crmK7ULwwv!O#cz *!|L!h0KFiM?~(5yvM@JN!fm{vc)B~=46SvybZX`c6w&4a=UQbdt3snO6JLAb _lQns!E*el*&k(A730R6MH8BzKO1J!6r9R}6X#`@C3^SPnjR^Zs=WE=<>dQP14cqv%%Dl~7L7$Gqt#Ndo*9s?H`Wn9 +2&x%iKOf}(8+6*hf<>E6UecD)uCh^R}9Ag2Got?O2n3ws-E=jP(2hXB+G!wI5CIcrJE*=5h*>T!8#q^P|IvHf}FSC?3u3Fi&LZ? 25I@OHtnGi0-YW|WgFx4$^j?!h*;x`I+mbcW|dLiCov6$SE8~uP3Mm*vyz?fBgd7s-=&o9D@YysXlB_45#v~g4X9O#;K`vXR+l?K01Hx2oMhd955zVRl!=`G#PJAlJ^6!F#=HT5fZV^KMh!Zl0F6c%F~5nO$(35!W2}g2LLfZ-zVJ^Sarar@P6dKHApJm9h+q $uRv-A12C}8Y(ikIa<&bS&Vi^lmiDHME`i-&b)c_AWpdAdCUK$!Tdo%`aW-7&vff?#_oG$Z@l-%{)+dW>3h$Zwto7wy{0vNF*+1G Nt>{>Rv~LsM_GPfO94_b^FX8NN6cRzq>Nsd!Vk5@E*6S#!^1DWUs}x~Q{;$?@x1!`-1hN{%0k;rN*OopDd8Lg{PezLg-xF-j =_b0G`Er8+vKl>kwCKgdGrd?(3^eDn#OkPNmM@G3`;>6i*)RiI%oSv>AsH!Q95ePHO`JDtH=PBMAwq8B4GXfCGN9tgw#!IMw54$S bVts6yj|`G`%zW*C>jPfx8Pdd-b&dC3bHxkC*;T>&(dwv0cJSZjwk;Ud3Q**9V0MA60Y$0pz2^au-f+Tztqt>re|Vrz+uV9xKlRpl|WvY95dCp7xpYF_9$Q3 >qd+uUC^`kER9P+v1d-b6!-L3d)>@2-~%P%6)FWn%&ry7dsfoq;M6^QB2TY7W7>>qJ=1pYnf^X^+VtMtr@eO?{dMsMkshOm;LWP@ I5&3*XXnmpm-W7sCM?xSrs(PSz0qEGSv6Ycm#FgYvPM{q;<7s{3_nl_3e~8zZ`aaAOXp|pm|mFHHJ3MWhEyuwpCgxy>_%iO2xp2h mRPQRR`oCF*(;03wIe#*!)Fi_#niCZK#+7D*t0}tS^i12+oxXSPjOl3Ufj!Dxb1T!7?i5@t;!V*ZcPx*xR2m{e64w?akP8_o->?d)+YX%3tWUnwU)2$A*5K`jm)7dBhL>T(1)C@X*9u8B{V=)N=!lz$+0kr?j+(X}+5-ClP(q#_|ZqF`Xa!G9D7{ 4^+$4dhRk_y(+|RgnSM~9y8hw$@oLqH@fNK0agn6QVF@LCh`>jsEeuViCrw?PBK4#<gWOEighvBdD0PWvXVY-bB|bRBZ^1(lnXc@$PV97rZWwQ%UTl>fLulaVtWX8Wp;757Xvn&s=m^f8g)_RP&PhSeP+iZcc2m^ 392WxqkJm7UCd8!5L?Jsh7ClGgeQySl9k1`h{=5ApomYa=CiRY6~Y2(rYGZ(61|E?z0s8>Z+BnVGShiNsYX5VNN1y1hC^Iu3iCp$ C?PL$?=&rJ%W2?TOHZDQJ+G5Baf1ekLi$WZ%bGLLr|Dw7uGLgmstnhQsh5o$qwIZ^hU{@!qCqRs *9A&Izmx2R|FDsU{NOV(pG*s2e$E3yV`lf#MljaM;R`7LTz6=OcXwNmn;Z`<%mAcSOuDG8VIxUEQ+R-MGE?Uh>0<2SZuToQ7rO>3yhhU)1UxAP+o{e}L%~_A6v+&|Epw;HB!EN^6My1c#1>d{IYXb=9ulKEp&pm1 k|TiKZkN^@w3>M^s+9CR5vPGhDXlm!#N*jgt@?8g)Hf^%cxe;5GR}*}DjXiES2FHvh<|b@R3OVa<6k+Z3ETMp_F}OT<5qU%6{Yf` mYc;MKK_jV@NO~c*3I56c1F|PVgYjj6JIVyi8gz^7&6}S3&w_67$;(#G~F$hu1wD23ZL~yY&0=qKtNvqLcf@^sx{v*Ml@i&3&y0k +gvb~WN{Mvelb~BiGupF05@MSRwkTlxnWF7PcIm=lFew7Y=SGslI9!6m=ucH8#xfm)@ O6SY;be0rbo^baOkh5q#rE((Y6w7@KwA@6vT8t|wEUl0LL9Mn|j&a*!mPLn#__df5UPa>In9LZ<3LiI^K`d-}RKMU%UOq~c>&wpM IkYr6lV^`H-|I|XQZLinB0>7NMyZJDD6yymWYrTIFt7uk=w>rCBy!h$Mn)% H6~&KaRxe5_yVzv7wqNxzDB9?#2M{|U2`nUCWM@kGkIA9jb6rTdIo{Hf-KA}@o`Y3d>4hGoP&qaoVmai;J+Fum5>12)5d{x*y(SGSNLDHDsR|a{U3Lw0ab0K_Xj+rx~ 37OEi7u?k%c!fMAc>!fEk#)kd>sX8~Nif!qrJdkLvk5C&mP@OMotK>eb*;5vO+5_Ce#VtA9Dz*6Z=QY}gJc3;mU@qMLWIY~z>Crf t!Bxpt{X0x<5$H1k)~80vXH|q^W5;G^hz^LU*Wl8TFsg%5$;-<-`oXW%Z((K!|s%C4%^_e(jXQly#)1b!(f{N<`LsA>Lq61Q_2wf BK=9X@Tno*7PC0>83ZsP%$Q7SmB@Tqa7K(DzX 4P7;TMy82wITL+drtRg+8WI>rs>M`WKd$KAnm1}P;H+r14ZNfgsp7EU F7Tp~s#MiD#9k(%cqD|d8P=3r^)ZWNfTom)6$+;sjhrxy@`2~QYRbk$swmYfyQy8rMCXXemnK}ujhMpL8{Cp6SC{!Jsde+z@M+b= Os8rl157+&7fEkPgGN(2-i#FTa%qm^Avc@S-qXVD@sqEi)Qu2_=vyCQiOo`sP_2}2BTPUBMnuf&)viW!D(ndwRcmsqNIJ~6;#2}G iEeS7YDTSh`jSAD$PTmCUMVY44AN1fRI2zvIWAXg0S>&)^kC^dV{zFxtWV;Pr$6ImMu>?lEDc6KDCKR@ZJ?Z;%TXQWr;91|8t+}Ha+&6V!A=Ev(hi~{9|ggSY{joipD8yq~eqyR_?yGiZ5FEVL!sHZG9~DsNACLAM)aot&e{5dSi31?O0lofq1T3nOHgSfXfQR7dp=#D@P4loB61T)~Kin kycNzeF!W;nvrK6AOsr4KHi)Nf~WkS64YXzDmnd|HjWy))aDD8BhECP```))L9MB282va&)zp*@o&_-Wb#<}jwAY=V@vnTLK`J_i EQ+HON6pd|rG1a03#b$9rvJsVYqjkEW}$^9o~OEuE6>cRo`5Ox15IhTO{!Ko5w2;(GbX$-eQh>p8ab-T#@wzzU5B;Ep&;dM+m|$4 9VgRN-Oxi5vR2b9Spf7)4Q{r0A!ri#%UU(Yi6-RUj<#4&{ezgzJ}fMMjLBBbv24x>8)8)=OD5~J&~ZjyUZ{tOPv9bn-WJE07v}}M-w0Do7xW^y O($Xh6I9Mo%g~Z5M+x7@0JVpb$ id};YrH;)YY8Hew^Zz>%?y!E5{Q~MN8W1Aw=Rm(}WII(_m32b02MXV;@(Q5Gn)Z;C5sdlC1ahJdrm);$gE>#)?((`>y&;ZeM{tU7QPBP)8XHa~yL5jYOeKl*LjX{*F+-TF(reY8Wzp qtNB#l>b#d1DRa+hV(9kUOuc1M$$BM? F88;26-GTT&$904F124pw6$Z$Io_llgQrDAH1FcgWzH;`M%=Poy)mn$sjrejuxNaYHj}fG&S63VG0?J)1+xUSSdOy0Pdb&D8DhK~ lU{EY9k7XU+$@%8Iq8FSsas}f-OG}FrcX2CkFzWj3q|3d=FuuCF)upK#=bOFH9L_s5|==K^O~Z9v%nZgEE;1~EcH1|%js5qr^wJ$ W^<3VslBKXGY=>b%+%JKH%Pa=wM{Id*+p+JJ4Nde>{%8x6?^d-rBuK5nzz;n)-7)}u^Tbb93{3k2#F!I;xqHHEVq2~>fI93s~ngx L`)w>&4S1DO#JVh)qcfzEpb!z-Gw~Q{!Owp@Brca$IfiMayIr*g{1eO@1y%)6C%e%+9H& se!%D(%CCk%xAq*=x2(E#4EFemPzHTxDyBFJQsw?mR|>&qNL^z#OYx)@n+f@wRV0Um=#JnnD#YAvnaD{yeVU8XA{c!dACpGhgJ#* @5Te!?k#0g({B+jj}uf~U>u3nwk~JLQS2fu-?$2{>9fd{IE7$AI@P3Vejuz(+6UcOxQ6Sc*h{^~X_i-2e`~KyW-Zt0n>xaBP!alM cmWtAQ;=z&m?=<>NZk!(waICRB$r6gjqiyg27>xf4VmIkUJlqfkn=U3+}bp$aB6i(8`m^GAnB?9caO0E@kMW;{AW4KM+gumMV51x 82vI^zP`8D9X(CWo>R{$*rqOi^<(qknSuw_v^nt2s5=QSjl4Y_X|?CS@=To$TT*1O`wFPbeIkhrbc>-6{2KfWkV{^yJ0 `upV#7sYMbSSmWHpGn0YBG&Tc#)!>o9$LyLzw>0a44X{6*fp4uJaaNmT|>oWHd>GU8u1Fk*Td1BRw>bz6llI7niR3GZ3MQcuV&vJzf5n0Ponw1eRY?%NHp1DFTGFQe`cO$Bm&Tm01zVt2S#!@#UjcOe^$655K!iES5A4}7czB~2h2wZje @|(A>=%C2j($&RoHbF^Mc9y7aRxcQ_q-<;FKa)QZqGS(1d(&0c_9130n1{}G2pFZQ5QF7%)*!P2q6-E2;2yveQxx3g=0{ByEI|gQ <`w2?b!ZIR&Acv_w}QJk^2hQ@0*kF^b8DQ?nKor@(Zz8_Gf^4xdT?`GPsVuHld+&&5o45*r_3CU{b=)={{kPDuP9lSJt3ZPW#MEk *<)V9IgDl}bdlpPjJClh)ckA351TPCP~(a^_VY&PQ0)eT&(^=SF$}@=^hkbLuid)G-c0?QP0osMH+vTQLkhBPv%~*S7hQi&H}zPSN4ta;@{q+)F+}i >vV~X=!>!`cpD0=S8Sy+@w|#$A6Hb7%!jK4HY+kw>q*6Ibh*+_+e|mYf+_noB;7VavMqFcmt1O?p&(j-;Q3_eg1QWiR0jrnSp600 eRAd8eR7F)ot$Xa&4auw6zvJ00ulxq$q&atDpZzGH2Obg=biOKy0-9ze-)IA}-4Sg=TeTaACX5pA2P+Z-A}h9KP7@Sraw3PZa$e@foAMl9 -Yih}LO!9#@JE>uKz8|9HUMCw+%9JuYzvvG47y9bVNSiGsfM1MDvVWTOq_SZ61;QS|4fB35~$Rvj2lzVOk&qxvL(06U4L!C6$Ioh !R+^=yJ0I^qG`0v&%8YHx?ncXN}JkRIf{WH_TnE{3ABd``MzhrEV!qFv110qRBj90zy8yzv2oG(#HGFuzGXQv4vk7HQs>^hXk%xS |I*72ZHbUIcE;2FV51^LhQbH>ypO%iRbuI5Jm)kQj#{iK&Nytrh}7Mxt+>AI`b1(SM}g+kFEHyLTbxuoJ|L2amP^WZZhP%)-MS-5tYGn-Y6vxSwEh8X>M_5@9O svH?dr|zVifQ6ZJ`uZ2K@0GcyuI+vYx%pRauXA)$kN~58QO>O)Yt1 mxfl|V*N51Tfa4V$E)f^J^Iv}u<05*@p5B)u2f4Uk#+<7v07Xn8<$pmEtEXy8BqBcY)5g(Py)+J%}^WJbOZA}5) Vqz|i`;-k$$*G!8ek~K$Uq$cDuZsDFvALX33xeaB6s8yDLCa7L)3sFGz2SSA(;VB)8>bnZ`^&s2ucwVz2v>^KYj4~(x7Y)W7t*)} 7fY|`EM~_FOH)4^;yf?P-<-FkQOw<&$7_atZ65Cz^D?EA?X$-{Xg#*Y^O4w{r_uTds+78UgP@zPzOncbU-BeQ`r^u;~q;SQlszRET&L+;cKd21wy^c(3)58z2&BK@ABC3H-u}vh8f-J_%a@Pk2|lnh7}b@^0y`k@b}tO4`#Sr|vb{kLn2~L)yRnbAwU?Fc-dz1&dE#ZL %@PX2Xn1IfN0YNs^f#Zx_-7dF`lgF3(l!%-e6pZ64i8|AurDe*|3Yw7SqA(3j@-5cI1>b{rIcNUq8P%Xc7S;mzs&S78E4by$_chN IejB_5waGySW#97aqdJfQStOjux!4~d1zB8No?h~MgpRmqLDq-Uh+@(^JY)>Y+p`-1lw}#MMzY?*;2{5TB>DNT)stx&x=qE=voY9 vx0IPmf2Gd0^|M46J6Ms+xJxTW8Sw3{}Xqp)%nGPRGN3FpTK`c+t}XCO?G%lvkel2YL{Vyl_AG=+Co>}d!SF~e{ZJ$GfUDG*&!tM lseqw{i%6>kaY3G%vOHA1zBxxktE2S=_9%@!#0Ltbrk2O#YvuSSw|!3tPwLUjx%bWUy_}u!(u2SEP7#I;|G1nQeSKmvUQ%b#Nh#! (alUXZw$&H_{~Tmi3jOG&)KobU21YO;)875f-Q{(CWgzl**mKJX}h9>%SiM{8>W7;S(tY<%U)69XiJ)Fw%12?E14XODn)loH*^0K VbjG#8d`=6yNwsJ114yx?oQ2)=+GphyKVKcn=ompd+5Thcjx&Ba$=DA%O*hZ4sQbVI>;PxE@;QTL+{3$kK4jXqVIJW9X41{e^<17EleB&SEdhW_U!muq+ZMRpI U;!QQ`EDOxzxf71)DQ$T)hX~4ZrV>g4(np>{7Wsda?rMj!m>L#-NUN){mF@ZZ5bSPxL5PB?89wv=d)>$iAG5l0c8M&aEk3vz-Ay8 bam5)c)7^>+LF1P-V?ZWIf5J4%y?i-aAPKK>dVf?%xuDPI0{MoEaVyI)$1?eTmP=VR>;E`4?A1;i$%_^kTV9U8?Bkxa*Rvd?1MAx MJ-Ns|7+RwC4nEddLtTdLM6S%Y5-XWX;<1U-BouUTiE& L|Phm#mD&yEbZ~W+th^%awvT<2gBg(?zo~SORzG9*RFyiw7|<5nvLb6mvkJK(ZaIW$##6-On<0aQ1p&V&=jk OlR(}Sl-Y;9BYVETg4A36a|`DNbEyybLm>$JN4iWDsFxnTSh)vnQ;IR9$aY~QgCVR9CgTw$Q;~4)E^!OR_uvXq;rPxE0-xjE1*`P8C{9gJ;`l &T$x82F--0mztf8u-&pb$Yh(%0nQY)wJ!pcRmL(-n{*K019ivp+IeG%f19O$o31i6EZEh4y3uE8ac8VzKf)KuWeE9*7T4Ig??uJ9oXq{3{$qsE|#aJ1)1d5-Bm~%Y1lQvxx2qK-kD{!i*K8`!(q5`&3(#)w8 ++`3@(kkSAKh2TDzS(|jo!;Hzl}jVWPOsvH#v3x0kBUnJIHy*(C~=oj7BYrFBG+^GG&wEFb`p}->zQ{boOja$MGWHD+eP{+n!DMc Y$sr!R5!?PaTw(S5hySCKzfDZ4T-cM__cEFGkq*xEVkx6LiKsy$SZ{WxuF%^1wqtr0J8Of#xCsDI#>1KB_GNw4yzJwBID wlXx=%IAH6vOeZ2BjIUPvO2=ErS*e&5M&>qVAwo$l^vtfcX{U*zCe(-TvRe=b#Y<}<-#a0waqkrYsp3M(pFneBqCJDyJt|fe|b;5 *<8^$)wr?LC*TrOP^IzLKptSWdvBYn^c~D%|<;iw8kpL!n=Ez)}lc*B1*<=rrZk8ByaejT3LxVB&dmM!PzVaR@1!bu!iNkwB} FlUg8VL@i-sBbKA8Np6ZC$Tm%Ot?$J6qWkvi+&rLV{7Sc9tLirZNbd$DRI)HGTCP;YLG-yuQ{vzvd_vf%SSd1QYTr~?z7CA8VQE0 O!1p6KgP1|mr5gEde&R(0c=L$oaCi;j*Kfa@`rr2-KGZ{ASxvNl5Xhs%o#9k_zxwb+*zzk%gQia+>Bq@Vf0pu+b}hj|9#7*20cAv xY}~wg4|&kR5CHb;Er{pNb@NRwy6SZbK3z-xL$~8Juad_i=27&bf=6AIy*XNV@mVfx}zwQJ8P|8Wi8_8w89=e&AGI4 _-z?(p)wRFN>{&jw>ii)9x{`SD*)dP$e!g)3g?+^s3UcAD-$G2%MTZ3^DsS2*Sg>-e-TO0dYg{4mN-u}m}N3uvr|S|72S>-LH05Y G-n;k#fQ3UjA!Fv}GegChsZFW%VnkrbOvR0+s}b|lX{KP!Oh%iTrodM7dRrrTJW_Y!hEzAE2_^sWOUC>;`I8z= Z(M%~Z$P>JT0Nj%E}2QONgUMqfMTOpO9CfhD>mPhNL`myD`QSFQs*c8io~AuibQ4(EpOPi*ChTwP)h>@6aWAK002*BhEM@6aWAK2mnuJhES8CjntGQ004_t001ul003-nV_|G%FLQP;OhaEyMN?Bj M@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ?$^~oE%4aZwU;>BH#l9zSTN*rImI^+LdHUt7E;lu9a5WU14F2(!1R=)0&y?QFqTu W1(P!ojizvIDm0NI1)>F4gq2wAVN5tu!O?|cnO&JIWfczFCpYP@B#rI4kZ7t{?$D_vnyGU$NW_LRaaMi_0@M*RqN|lT=Z6j--<;_ T?e@B5~c1!{S{Xz{i|N3)a8K30Hx`*fHwf%3wSl)hXFSMei?8n;Kf%Hb^yKKcxF6JRIchX7v!_{24&<45NCrPnHTC1B3LK|qkCZoZcD9|OD*@E*Y3fS4dujjn$056kuT~B%@ujl-?n)jh;zsrn& Bj81V_W_;+dvaJk5D3CD*^$cIyatA#GW7Xm(L ;6qEuuP-eje;zaa{}Hf9=37ENSZ0w=+boV7usGiV18)I*7NBd9o}xwi0`vZaMS5Oi;2SK?d!Oll+Ty%_2)IY|(Tx8Oi+p_^lz9i> wM)sjmoFuKMZiJ8w=bo>e`BeU<1)(W@@3@TvSpOh7QmeFXBpRVY8mIb8*l^QTbEHEA6`a!zO#(;{csuA@tozH=hEeT?q1GyY+X(~ qsz(X@#VyG(!787a`N}R%SqoyP5b8!d}KN8`-$bW|L-m5x-VNnzAj%u{qJ>155>TO)-Ys~ZAZN&3d1MfHR18oLx8|ir1z`txG{g1YBzQ1WB-QP0rpE7vA-^TU+#5`ZtPP|vQlP@dV >6f;&6VF&X@w^-mu16g)?{8}--`@z>E_&2X`X4j+zS&Mb{;O&KQ9J2=)=J`g!Aicr!oaIm(!bqcp0}^0J`JuU{V!ih`PnN;XJsY% _v)3DuN3_Uv_-#G5%1v+rJ(Yv+ClvHbZ}kwndkR*P=7wyLB7s)aQ@F2_*WgA_v;;8@6+b_lGXGZ?W;M@ z-r<-yqbLQR44HTm{s)BaV{@5$A)*Ke)n`d6+&0o=QW{o*y8=QV4nulKB>z5dY}+Vh{T p`BiYV6zTzeJAI0Iw_B!lk>i@llJ)LPR{dTz%G$D;99`v;ogp9Q2aWwjz#=b(HheI?`2JN4>or(3SCkV}RdTXY{6<>l_5!Df$AqAMich9RK5P<6q#^CIK()p}ZWxK=Af(z2EI2zJKeX9G~vt_$$_vuItxR PgbvIzwY(4gH7wHFRxrrI&IVM=z8Kkww`!q&HFpd^Xtv?Ti27mcLL4=J^;8KaLESFbL$4;n=$a{297(nf#Ys7{q8jHU%!F&a?b|J {eIK$LmRlRPi~+eeZ-7Y8#(T|8;SP?fZZY&z_%k$+PRVVzIh|{^#?anK9_7_{OZ_5dIvXAU+ysQ{!N_k&&~7S0>TBUpKjv%S8OK# *8+BkJ#VHxett9YKE9dr{ctn&WAPU1ZEg$k-nxbQ8k^@gZ=s)kkAV+uVSe=0Eu{A;z+PD&{_GPy>!tkO)=Pc(WG~~=W4+|tlfC52 _j<{{ANP`;i?)*fmu}@e%eK-#Y}!ga88q+5w{rX~Tj>v`x01i%R@&!D^ZxZ)jl4|1`?pdqAKXfMKDw2B`LnI0>k-rb4`%*tJ^kF;co7hf&IlY~7d+m1i|AXzs|Jm&(4sGYU9^KBo;R!ST${nO@IpAhdvmKO| zk`0{4d(sFc93sh++p|+I3)bv!TDD95&v)>^SOO}?C^ZWa_-jDQ=&mZsOyr1f0Jb&2CbNNl= )5@FJzWFBV*{g3NAMXVm0Q}rdT-WpaDW}!_j0-#Z89#3^&$EDiqNn|&?<@VJ=kNNtzxbzq@^9&Y$$tk(_pJjaPah!PP7ILmzdt}Z yl;T?e`J7q{?GvV_6;-cCj->SO9nabm4o!VOU?7zLF&=ALE7noLE23;NWR`ZNIt!3(DPnq^F43n-$P5YC> W(mq$m)ryq?_EX51*Irp&obbAwTx);rIjQy<=c?5B2p`dyIbW;Xd!3dnku*?V+5m-ph54?&UnM+)MnG ys5eNz_nJxKdxL@ZP8$C_NqXLIo kEclAC#I;6pPr&!e{G8E`1Ta_{rgkQZxs^X^C%;h9 _WqAzj{GO02Pp4A@lY-|6G`6uQIzN7`S$^TX%Th&GQcZQ{sHxWM~OslWWXZIN`8NjvdrN5U#9K<8n_7UH<|j&RO2V>-DK(ol&jJ2 X25?!`E8M<$U~7I5(9szXgeQJl*P+YzK8OsD6duAkKJzYiOqgSprJ{8)ay}xgz`njT>jrsK85nPiZ;B%jD0oA!;1DJzdFi`4W1XN `M)Po{#8-mpu98l{Mwa7!1E^* {hIvbK=nN+aFNX$5H46w}eyAAwvMc+*A?^Li%lQd%fDz5&sHQpJ%I8%=H35R##bul0P>Su *U8K~o2mb?;+dH2N1i}=)}qEc@v)Mh+=+4<%2~yH^jh>;jPhm0eSPv9Yg3zXZ1La#N {}1K6rqA_@==+l&T)p}u#eD1@lz&t_tCw?)XB#@6PCB=(a_rdch^)3%b=M9%qO_$GO|e&TO;bJUa4Z4RUJPoXJZmVg-C1wO?FO1P R`S%tfx&UV9N3QM7mnn^pn@(>-u@PY`bgQ$$7m5?t!i5pRbAKVh&nJ1w3IzJJVFYruElMu${;IgSfGbBuSec1yK%iLZxb?Hr@1|E qwZL7koHh5tCQtcJiivZ(qw9lPDNC`ie1o)KW;}>Y?oZ$3VbVRKVlec$BibE*lF3mlQe=|nNdCSNA;LdIkf;mLS^L61imAUrY0Q& KQ01IR=i1D+bX|SaYJtgbJbhkq@Dd>1RRQVW5Tznm7(YAv>thkk)ZsVdJdlxVrI> t|-0MX*X;ovH1n7jioie5Ax_@&tgsXblJ7?X2~-}ccz3@=7X?lnLo!cv4NuJIIfQlrUF!vcbg02akat%5T$O7gV-)>GNafI1x`jIag*GSjm}f(BcS5mB8wBY735`ipO8>ly?w*j`XiOKBshHKM?%c+r+BUsoF!1wUSh0o@i4D0??D=-=1^%|R(>u0Jhr0BK u2m0eR#Y>U^&blF9yeH^xj}T-38h=wwv_$1PjFRF8WYIqe$4oSeqwcm*$xST&1;?gy1BaJjk}9En9? ^dvJj>;k%P&$>VbM+)V1W1#Y*<5(Ql;|H--7yWZjcrp&}s%{vIPV|Sd7saYSnt}3*)cR|2PysV%>~gsd-p1}sY)#uUrCQZ8-X!f4 _-X)etf?v?y3n&|y68_dm#s`l(_PVXe^n4f$s^bgUR4ymn^i$bNbABcmAJh@aRR_&d3g*1ML{jHAjL@J@Aj`JEy79##n2G`jg1{XY=Be{Z7lH@sMRg)OL`S_JKV;7Q@G!A9wzwjX@(@C6c28W2esrM1FpllB$5`p-` mginI>?6mqY-`*WGYqU<+S<})A2z-_n6^Y27HsUa5O5;5ET&*Lgab2I!(oVbJF%p)$b9&OElP$dVQHyLfs^q?T~n7;v>Q%eaJzyf Y97>NH>vrv6Q`;M+Er@d44;TyU*xGq<|Pn`s3RRnb4n5qYZ3xrjZs(Eg`;T&<6Zg=?OJTpQImqD`*H4^U43{OLyvSqlksUI0sIPb SHBP!@lbYz*J619n9N!pqp&>6YPPe8|KV>)p8%|GLJ;__u3f0u}u3tEn1!?DA)VFcg)` 8@?RJqNAc$HPaznSc65|F9;hNFJaHZQ5^&{hv4cfUSt#iEIO&9XjG44w{k>c^WJv}WJErRbz+9V6>Q2WFj_605BFJ-^H(jG0F*)PyG->0EdRJCVZlbZT1si~Ps?e~r0sQrjXh$Uqt{}I}uU7^|!vpybr (3|}te4S9J@&3u3N))RXe{1Lqt3hmowIZ6Q>5rFAp`AYewrXmxGP{Fp3ObH3ElS1V!tQb7ud0n+mW^3Ff7UL0j=Vpr*=3nXKM@C^ ==qdTm%fZlD`>Xty!haBV{oA6hIJkB)95Z5-q;_2l_iXgtW|nx6@=rMdU3o6S#&fon4T83pUI^wt{EKA?KJ;7?Vy~ uQkt9hjAXOdEx?6%7tTgIdpBOenHr+2Kw9T)v6@1|KDd=c>U*SPI00GWLnjnR@togB; @J^&7N?uj}X&AsnAgSd<)t&M3b;&?<9#gbq?jN{`!7f60>znA*lC!Nff|mvCx^K9U>UQw$wyz+61&@blQ-0Aqc^>vZEspLVj#Z_&FZPwhg(5@emSZ1MLf+5eIT|ZV7CyV9(TD^P_n{vJ0Ga k^Y2s=q>C}Cz1K6NxfS&8`X-5N8&hiAeIf7^cWr=-U~xT8s~w5b*qBihKLd71D-kTv}H6_9dHeZ2Nm#x+L)eqO18OA9f+Es7rFn5YlU%JhfO4ih_K6T%2r%fL3wHVW;gl OwTh|yX6t#-;*m7A|NU;Qx3%E(ZSkM&L=-mcJ&h TR*iRVjxe@$OsXU@xqe{-;r_6fHy@*E_=9=zDHMMLuxY6t_t}oc8u7q!E%rbhEZ%a?d_ZSBWF3aY8(WRa4pj5LPIZBMrk)_DgZX+ O|wKnC6oT7K_BV_W!BT#)oMA(dehUUB>W3D*)dN-pQ5rp&k#oSH^xZNo~(sh?Zp7|d5u-FG}&mRdlR1{XAHwFQS=7G8CTDPC`qmD I2Ly670g4}f)1QVKrr%}8Xq4%IM_citfr{?KyXYlq?VK~XN^-Z`Yf5e-X&Xp-_?P}=RS_7cNlHUIcp9`4bMbC#%2v-HD$JYQCXYj s%aO_qeBR=oulG`g(85nW9xNVnWjl)Hi0HdvjOn=9n>nL{X>BqSS- <%D1>f`ge>ClW>NHf4p*lq4XHT6zwmQAaf=&}lg`v`RJBa!S0o epj`l=y(vqgf&WK5T{oOCr>Tlc;)yk@#^RR9ygwny;#>Sr|S?~dl6@l>n~;|-!&E$Jf~}*R*1SLgI?%YMUHCxnc_`_3Or#Bdb4DvF!T061NkCz1HpkhVNAXA*3h*N!z9vad)7zU#P*v&Po+7`{; RQ7T~SlF?6Y}eRugY53yy2XQVl1L}Iu#T#9O>HJ=qJP=1?d__;wr-LwKh+C@#34i_S!WpvT8eBa^?m` WEZxfYu!exdrNPRS=h~8=5R_Dm5zj0(3WiXY`HPNZbQ%dZpU@kZ`?TTZgi$Mt)H3MylM0F7PqJS#?4#oo{j4}(lz&5(d^=%^~$+k @UvIWcwe!@|N5Qt+!@K>rIc)Tbvv<#NP>{TR{=IXloNK*!wgRNSnS1BVu$~2m o$uy3Y`u9d)qF=2`3t*x&T{lzea^w&rn~2o)PnG5ynA;2qDv`c@1CcBGAEE2XY=P4lAmKc|^S!(a5UEDJy0)=TK$j8NO9Qt|z$%=1oY1&l>ip<@_VUo?NV5&oFluxq|4u)&Wb_ kjEdWwIRW4QW8nRkU^HqY>a_*0)oJDWu$g9N9~+tGzt5ffwD-$Zrn*v#6S%usGS~m1&I@(=}{tRh)O{f%+NA4*D+BkPH(6q{Yp)= bhqcX7O eYN9AOS*UzY_E!9n@jM6t{>TQv=CHeHICizU$D^r*;1gHzlX^`vSm4|D%WR95;dl(aNDyH%q9kNeMvrTCvz`8ch}rqX@w7VT&sXk R4}JCjVX`XVXqpo9dl!R^#Gnz_gHjZF0gNM1!h)Jdo;ygcMibf|nsk0mw2cyl)o|oIns2*(IO8AB&3EEjRytzCi=t!p|gbdI09>`|vi78pEuKD}#ACa>q(a )JQ$F8$;mq!kR<}xk54#b3)cYM++%95w>%NquTejMQQ|*&^Q-w0@(SL0$i =gG5XO|I0dyX#L?nzjd1k~fJ-fiq@`%!dNaX`*jy)eUH1wj>&Gp&}doML^jtEkp>`o#|M%3rxevFzruVeL>jR++}HMM0#;)Dv3=tv 8q}P7CaY;G^NqnTaJHZGV*|++2I@3z=`81SqT1EQHwP2x{&emxyhBzHXL4Wp_5cnl(nuw?jd7E2iI?qFhjf-wy+DgF-Akh1_63hM XCCYhrX)MjMvF$MnWJAR$T~kJi$FKXTrnd&rCIUZ#Wyqe$iEi%*h+it~+p+3uE- ?;Bw1@*fj?wNLlbeASyrEwZe4#I#xy(zn8yl5Ik_?;}+>BYSBbecM2m1-m&v2FVx`49s&S7j26!e3W6588)GlK&S&aI4@G9i2`B~ KXsV@nFC{7POBRBAr6?VzjQEZT9V8~*$&NLIh?O&>y`SvzK~;7_WYxuwjjo?^Tzp`d-<+G1S_&C)dE6dER{|6ppuH{Tqe%5jRdN?RC@i(yh$k}L27hlUg~JI2V^XErZ7 _jeAm%A$02=~6R;pFtifyDtgr5JjwAs-4-EWsX;>Sw4#UZG8REa%v?VcnBalt+vyQ PSO~t(pt4L6MLCGlA9iJ*5z}%GF?2SsEsxyO+L()0}*{lqA|&bzKvr8ol3w;lgc#f9yfYAqP;0GJrG+#blG ;<@pPOZOXFl=ESk%xu}zq2YrQ{dFz}g9exi)tnwu( 6a*a&-yk1I$ds{o&joyKC-Vg&iyGsm>vRT*ug@hDMsi?Mxqv+k{c^AF&JDlR8iz9i29U=(>9M5tovBxqoS;wXovQpX-$F=L?`hL* Y*NW|nAgdCE0L-05|ODP8dd8Gw1gH4GW5GzhLS`w)q!_O^Pi}beO#WYC7(<{jn0IQxrC%$_`&=mGZu;Ja;y7ef{Nxpj8HUWiMuOFHA#UO+`~vK}SVXFHlPZ1QY-O00;n2 W`WiMuOFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZExJY378yJ^*3BIEJ6c{ sDD`$ia?SXn3-&>lMu*4Aev>!OacMIq-MHirb$nCQ`McxB!qq6M0OAei)g|o`;Ll16i`4wK>NMO?n$Ilp^r>FEi<*Z=o? ?>A36r|QmW@E3KC^R*d{6VyA-(gPi59PZ!xlH+^|aJyNK ^CRTjb++UD3-E7%_W=HNj^q3q@Rqrb^E}|iZH_Yvb(IcsoDbx_!*TY+`(K^!IKRXFqYE78VZeJ1cAQTGt~|tXwgUVL;0VBL0JjJH zJad;ZUeZ%LbL(!i-3Cq?hUvj;86yi57-2FC*bD+Uj^I&@b7>w;I@Z4&dz`n0W*M$0gnP)0@wif65!^58z1I4p8@>LVXSxbVQk-& !}xy3VXS8m@P7cmaTweApt*k$@UwvL8Mw*ej U5gg6Kcz*iZ-u!(*W~}2f!|!j@xR@a`;>vt18xcU3Scwf9|6Yz?r?od(}z9)-jj2j{Q&nl(s8Cr|BfVGJ_I;k _yw>PaLXl*a|z&=m$2WjFJbzh0Q+Tp^Q5b<!Ar Bp*KncqQQ52A*DGyBomlEr8RHB7Q?ah(hP+qgcZ3T`n+1;ZGr%zc>)SXaJ$yRk_7xm5}wE 6tdn`Aqf6AmA4{*BBVVUpWU*amu28P+Yv4k_S%MEhkdpIV K!|E*#8Qks;IgHpx4V`SfBOxvydvP{!bp{ ^BI7crku7xj$ivA@q6eX+tEEpz6s3zz##eSltIelO9#nMw+*sg51Vpd0sNxWH^}yHvYhm_({kRoE+?MnFXuQe1;iBS91l2K#?Pd0 zk=h}xPtT3?km{NgI7>a9I=A!DXbuVj$gt4UAThddBqCS#j7hg4(|bCDs#pijWGc{6L2EnhAT-A`>kZVk6TGOe(3H?29IuB?Wxs!aD$D=$X~f5j(@2M<(^%fofNjDDCjGh7h>zD!V>|zR8s*tPPh&j|VEzpu@MfRR^5>mFzAB$Vd=8$${-1sZ -@D}umixjPlv{6_e1A6S8=lGjZV3og$JzQ!)?Yc3bbiX2%=hq_ENof Sk6;tQC>ZB7W@12v)G?k&mw-`H1KzTqXGW{2vyGc;@KS6!LvCJT?}{);MV}5GCPyc0q+5xd=BT~jlV*9df->cSJwkRB>4Uc+jHr; 9Op;R<@i2#F7fp$V6Tkhxx~l8UqzXK7Xsb^xZQc|=TqmAzupDR3mu)$cAs;;kt65xy(<7Af}Nc%ART}00`lE07jWF3x`6Y*UoT*} pT3azZMl$gX6A*49{_I_d|gPqopurF|Em{~uCBU>>DOOGJl}p1=g+$UVH!BUFwb|nnEjn_G5bH+z*zsx*{_v=Fj1V7 0QUlX>|)ll!6kgY@g=<9;u7L<%S$+}Uo_80T*CSrFCkrw2iz5K|4V2u9CZo#>GVt3-)k-*-QIf%>GM(Z{x2?JJ72qm^!Ue1C>J)k l=L|MQr17?Qr6#oDaZSeOG!7UndfI+%J(k?gv#yQa4GS=>18Zu=gY`{dtJu&7hT5jI{Pxp(>nl92Vef-GU|WJFNduF`2OY8pGIFn JnnM^>E-})|Box!-;J+i{o7y3eviFUrvzu_m4+_O^XIN4zr1xN`~UkZS8hG(4+6`Bj `v+DLzu#L$dU|FR+yCk+%A3EfBHwL$6~|?-t2lmhuj06N0bfnaV^{9Ud!^vT}ymTyO#X70A&-ps#%pG4>714Pg@CYgQI?A2Lt|Pvhz5$sf^#aZYy*&60>MxtE=6g-6IUZN9X1U*8&368JHRL~Iq&~9gO(y?MY}d4#$hWzh NQZ+r5f4Y-L_RwICXV0Qn~3k1ZlZov58<|2-U9?nIa_^;{CLy1SndzMMf&;Ow>X}E{}%aZ^IO>Oop0guDdv9mE##vk&Hb`lsApby 3)^$+EyT|cZ(;klxs~nS#cl$`mG%QdAE{oy<3gmcq{REynz?pO1W^ut>mjW&HL}(N_>5IEBSNd+nB!DZIq+i0G=V`1D+}P xQ*kKyPbCA^S4ue?+78X81Se&SpL&@P%nJ`4(ekg?_~Xl+)4fIf;*`XJp*_Y=ykyNQoY?xB9S %{`Q_i|(O(JL?|y=fQiZcmMDn;`8(O(%x*jm+xJEFUS9tdnxB%yO(tSsr!hBmiyS=2?iGLW4mv-kNWi6_mTg1xgRtQIO~44|BDZx KJ;g*feRm`{#E)m>%H>ZoTpv|90%C&9rEL$-=QAxfVqFm+<*DIq|0T1j{>g#F6laWi2VJvhe$s!Jw&_r?|>ab7vG~^aw#B8Gv_bg qdk>h%X#7}YpDm`wU%`C&RUMshii%dmWQdgEO?l5>xze|N4x+C)7?4n`z-&C?~@L;d<1hB;KE0!$GrLo`}_4Du%6%ifb{UiAJR@a 5^#6GhXE_n?jO?MR(h0l|LUU#|Bo3z(qp8Da~`AKa5>;XfZu(LbidW(?8gp|Q+|$loOD0;aneKfamtV4*%o+my0;Cafmt$)sO-W9MHc%KMZ lJWQj=c~`Y!0|f$1@iF+FHm0p>jl!=r7x0yo_vw?^tTr|ZX3VEdN+TG^XPUjk-x{i#QwIwMEoB465COEiF9|`OPqf$e2Mz-I>1H0B)#1AOVa=6UM3xOy-fXL$;+%Se3|v1{xZkm5ij(&^%JK-(%>r?~JG0!i2i|zWFN&mWe {|1wOyLtZslm3vof7CpG;w|>)Ig|b?bN}nNsNes=)br=JsQ>=m)HCO8>J9VX=KR+CHuEieo9`d@z;i)A`FA+){qwib;Xp`FybJvR@Kb+4+hm>SPvB9&hCkEK -0>IC24Ls=j`OnM^RJLOxIgo6kT*h)AD~P$=1hg0WliTfw(>J(3})YmB={s~a%d!r5NRBvqn6ge^zQ0TD_ Q0B)I07ag!0u;V}&cF`$4D19HJRbun^5Fc9*`75UvmM_9oCNqPpv-$ae4>ta=_gqJ>3||BnW*{;y=%&eaCqZt{OSL%ckmVLN|i>iu(u?Q=F`KeybB^=}U-`sPl6GH(TdvJP;u xxaKX_W#?Pu^o>93ZFf>8S(wI%~_Qg8&KmX>7tZ(-AlpCFZqJN#R J@Y>R_+#Ps9r(QL)~WySVwd=R!lgWT-etS~lg7omm5p3UkBiO%xjo>)$u~VJuhqHDfU#|cZ J>~qJNRJQf#BqFdCnNuMB3}OlD02VPJF|V0b|!z#*qP-Xwlmvz)Xwbx@jH{Be+?*l=*A=K)DD|DlI5NRDD&_|Bl-Nkk?iL`M^e6S G>UK(psY_H04V;Y^8iKv|K#X8^-o?52-C;;_h^pmgAH}6*VHxEseU`Vk@R_fBl~q}Bk^=gBjx9J8rhGZoBQ7ZiXFAdF2vIwyO96< T__jAT}=CTp?tguP}VPgvkUp<@LieD2Nb<$>8|9z!Cm?MxLt{t(|0Aktl5?2-@Gf!ePCDO`w5fpT|lunw`k&cPHrNf&uk(c7Me&W XEibZZA~1{r<>T04*|u_+q{{u&`de=R5RtwYt0;o-!~I4pJ^c;Mzk<}QVZ)_+`{oaxrKapVGGOuO$+(@1HfYd4;)kHTnqREK=lKS ty4Sav9avO*5ioRnSlQQTn2a^U}b!r>a&|n;5^v|D0=D96PUjFZcOjkjqe|~8^`%uyRn`R0Y%?Gba%GzjNLhpy|g>~z3m=#YDXRo sQv;#(eFm?N%_&eC&%H&JxR~^?Mc3TYER0&_W;EX{={CS$C-O^oG#dl<90is=#k$C6nkjW-lWIk-hBUdK+$V{04R3v2Ya(0JGPSV +FD7Ui&{Bflv~-pvs=jrkGFDsf7{A&-+Us+XP1e@%bbbC^YV!t-ycq7y)R58-~Qe_-*ytq>6^sCAoD&+qI*IsB$cZ-6o;cI)AjNe^F}%<_ITne_E5K(VX-IGO$M_9dRn`;tD--Yj@RF(as0NQPB>{g^_fGbvz+s%Q(j#(o$})H>68=KP3JgVKb>;&*6EZ}_X5iL)tl3a&*}TuslHtS{2JgOp!iKcH>1w^ f$-Z5^6P#FP>z1(0P@$?2i7?s3ZEZHJRLrh^mEQk_V*eCZv#9B@Ov}KM+X7<5_fSWAWTAM&o6Uaww*=(oHC32efBK&$DK|5HUf&h JYhE5`NV9#cjO%6+rj>in@@c2J)iV>DBwz=oB5mv-k;C;VY>yCE4wcse=lCZdFbi|lzTq_ `~moKvxDo@pY_Zkq%&_J`Dx8U^67U0{|Wf`LgM|=LpjdR9Lo0p<4}(GR)aF+YG!-=+hdmb4E}OHM<9Fm@j^CM!iN7_A`TpZ3-!2~E43G770g4}VnMb<2!z10iT~|QrMFJk177PTUJHFpzo?J;;-h_> cQ?XL$Jie0S`@aVizw(G9*^YAn?*jbmk*x3LCFHlg^L5TGfW3Lr)7JegZ^wSp)2{uLEBp169u@+M-@Lz{ ^WdHZ>ig3Q#NWyS@v^GGem`3v9llc_UVjHDe%T$0%$GCp$|BqK450Wmk0{k?99sKPd~f@JdhXnS^mAcA`EqSQd3sC0ad|FayWbCp hs{E^e{#rq`QVUx#F-)K`ffn+_q`C3J{FWoXZbSu_M|fL|CKVw|LQX9zoX20zgK2CZYPIXKevqIUs}fb;N@lH+u|Vgy~-f__me@=(MHQDr<<3P-cJSmDd=wPa{5g!J(~K-lSfm({p3o* 9afUx#;znD766LBxUiDr_MMe%@21BP4+kAX`=s+2=KsMlrhUh-UBzQL{*NC^ygzX)`TXz4vi&<9M|-L9IF4`jIL@cn8~FZl?9bHW LEmWqk;fC?gC}6V$Nd$6i^UK;iFD+hT&I4(i%w>{-#(dk;lxwwoD%`VQ^@y!1(dkUmQ(rs_ERZG-vQhVKB7&vc4P6BtN`*CiS-u&Sbx*p2hN3p2hb5^eoEDQD?Kg*PTuNZ9Io`aNaqjlXn5X19-+) sHcDFT#n0yfD+gF(z)dSDPQHhb<$(dlH}AWE{-n1rAir#M A?be03(1dPxR7#T;)Q&F5uo_l^B1z;zrK+4Ir*YGjeA^v5%IX;#dW%lb=<`q_xAxI3Z0EEW%-56`2O`_GiHr#P=yz5I?`af_{;%D@pHvzLNFVuVQ~c2`KA&+pHr0FJ8s*K5-T2yZcs=4*t4|1Fj*#_qV9{I(yUtf%%|P5tB9t2rJYnCIJG!}9mLhJ4t44f}BuplmqU>RR%}YCxDk&X2C8UA4(|wD=g(#flLQNC_`H~T*iQ1+Mn?r!?)zIhMjQRQChwU69O{jTFa>e27s$9aGJ{nQuo_p`pG_fxJP Z{Vr-v;MOUyy$+mW0kr8y1BpUe)j*i`#Em+n)Dyu&wl;bJb%Hw_o}Jy9h2{Ulm6lT#P@~|u>MaxKzXyp1APC~2S`un7-DIB!4pfYC1=;5ff;^6mT}%WZg&`NtTzyMYrQWcgD}z8Md)-LoGg-5l~D`@8r-@St{7XH~I(e^*eJ_-Cjfqa-2oIllbPsD2T9HPd#%jC}|a01qJ4l(HvhmLFd^h`Zt>;HmZ Kd#TH=NhQ|?Q8POTBppL!V8Ds`5SdykCwl0s)@-^R#uT|L*#7nt|N?&(b6qWbR^@we48jzs>xEB!>;iRS(D&AXETF&#KROVH%$27b$=iB5TQ;&~gc 8_fHgnRFL$2GZu>*N$I3?tkgX8f^UD`zEi*VyJS?{U-e}$!ng8-c*uj^^DDszf(+IvR7~b>7rYnXVRVp+y!aN>P<|SDM$7VegW5? #5;q4$J8_CM(mb*&AZ>jZy%&@gFKJcaSdGlPBzb{nS@cu0~OJ^3h>N2#ze~BPfWf?>KQNe2mJP`=iUaWOwJm>zuiGA^Pw466xYk6FESh4)&~-hb3H#_?&u2hDT!@g(~2wt-NebROBt;Co+_{yU_v7GAzRUK6RVBV`;buG%0bxxUMj}`n@l|8?n`&1X2^uy{IZ;|}F!$8rKvoePGLEUnG0=Sdur`YVLnS6gry!%h& njCGU0&xoAF{Wowus*bTdlgzuKUx>~zqn>;I9t3zwJ!ARAFZKC4#`{RD-D;%&0lzw=-H!WD<9b8XaX}T&d>U!rM4spIJ4f;-p3lLx=<$!q_zADqF%JCeb&QuAk9UiS {F|8TqXGYcJRh3$X55mxIPcppTSSomBc5wk)6xTyS{<@q0H&H7W?}gllD5`Gk_A~GNO(#+VXcNe!oc6F}|L0r@zH7Gcn2q}}2{|IZ-Rn(xyCl*ze;s2R8_hjTap%Q4o~Q6vl+&~U_p-^K*tD0)yes9`aSycoJ%`_h^^AEHKb82R cEr7`3FH#={7=))EeyO!*W$nU74qFG`oIP}cj7kl?5`qUaJ>)Gx2|W5{1f<{ZORp&%|5x1RTKc?};`~6*@v*@#%cdq>ruVo|vyY++(z#mC=BWc(wr7;%obD9b<8K#P1kW-urbtFJpqa7u))H!FN65eUHHN%kg`#p8LY~ H2qkDv_F`7rl37v!1Zx>c8hr~v6E-ucc{p8lkXw?{uXz|S!?o&fAB0^--LX-*D?P4&$#c$^>o0o8*p#tH*kNq!?@xNkan?*u_@yU 1O0l&^PX+)->7HYYx3{k^^6f7M0r2Jb)QK;&9w7@I>rFYpPUi0De{aLJOSQV$Ni@po4gw!ZCjD+3EtWW*XLE$`5^Lq(d2orj(b<+ PtG`yxb0(Qo~=v2Bk?moleX0J43ux-UVMuZ_j)0IN7Qp~=Iah);uj(B;YfP}*Vp0qqQSx2fV-HoUz9rQxd)~l@ZW$NnP=kHnus=@ i2G0B*(XKrnP(DnSCaBFZsKod!R_`!-!1mIUSZHJ1;wts-yb%)o*VdCH`iS(xC6O--t|f)-wRx??3Vj{x2sq#7yIQcxf{q8vc-W^ xk$-%d*xiA*X=6~xcySN9|Xk!#g>XeIg}Rz-}M5&#hsSVbuW>us4Q1@izUCH&)xm?jd}Wpn<}4GwxrV1J?p4`pRc(2T!`9}opt>} cd=3^`_khszo!`ZO>VXlXp7M09z4HGg?!P=wzyLY$mSJ#eYYIs0Q0_dGVnvcAT_xIUQj?;7N_00pc`2XhJ4A<w9*azAXlt}_WiKMU0AGOKryI-Qo*ORyKk`M2l-rK39wpB*CDtD&QU}T#iO@be`&5;Dw1YN8ivm6^@F%*FCP|B vln#tY3X)AE1@842%b#NuHrH&R37Jx13+lr?-WoE)+>8%!+=tA#`Tt>VIIh;QAsEHf-N~5 49kAM+u(8J^Z70eaAV7)F=(7^;j})#dkMPKUdCWYtrM1s8<<1=ULd)8WZWz{rplRtj0MkjP+zTpnR`rf6NaQaU(pu&%gSIoU?g3_ {x&&Lgn4^(n0P57j|!woxi6=r)*BQnCHKgZ->bwNcmr;(AJhc-B5ls(3SrqRbo)aa?RJ1>S!JoOh@y~vX)fy*(^;o0wKAVH$r6;I V!71UL#0@Qq}?V%c+80Q}O{QxZqCpmU~{nlvXzbjFl$OBnu_mE5$7Zt&w&Duv7p!Y(`4h528uQnWC=C@Ad>a;Eb4OM3iNSWpIRcxJ#M< F}qYmAci9zOpIe`vNWb6Q30qm%;yxx*&{0>v(N}p=spt$^2tu!sP=J{x+ N@`-%c4@#H43(0E5_<{!+9vZwC&uXKFaZ?9!Nj%aV(KRH^Nbxv%A>eFI|vok`gECZze2Of^LxtU?J!X+Jul4D#Ec+ 0w+w#W^=JLc}RriIKAQ9#%0x6ihf}fW$Ee>!r Q9VefC)bO)m;{8`0uX|5MY%awuuW}}wwl^Jw;N1{?(vyX`V3q9U;-$Ys%;8)sp^H9!*jDivD7Th!CYIYw63F@ ^CR^m{Z5k+aH2}3+o!Fwt&mAq8^~!cIg%F5pi@v#zi)&%`xQOpv!oi-W+$!%BKzI;h^r4E$BSs(A4FXYQvIs#*uhjwpuVYkqk=?h jRr8A3(&!0FbHxFD&1vOC71YqNkj!`2O?{rh+I9&reG7ytziZu8NHa$j|`nBIMHRZ1u;#o-vVN$$ZyMORUz-1Y^u(AHmw+#8AEYk lEDo!rzM)*SFAvudU@b9J4o7>LD6nPe3U9>(Lig>EtxJK{MTe={pvPzI;+)Ol>@b#=4aBXM0KIAwmmH6y+JXN*r?vXAB3<9Os~LZ I_q%;<7+Y-gQEs=2nJ5)m%nPWB3mxJal7_g|$`DQLtn+|d_Eg9@o1d-e|I1HaFh6de& k6eXf`6C9c2~3BXvkd7_T;dJ7IYp{W)-4$=$2KIcx>Cp*HFqfLlNwqTn?&Xb^c-p4fN)+UMI%Md70LFs*RZ8 {9pz-!nER0RWCuopkG#v#EbQ$A=(z|8_k|#;_NS#`HU)LCh?-^#i|yXcBZQB@_V5&S5M5g=TWwyDz7m=LZR!SSXDV4mi+Eq&!C_q 5)_#l#4io>F_kJEutat?s-@P%B5x&{m0`O^^=G}XZ{m73JT6WftU6+%u@t~j`!KIS%&luiw|LWWRH_|Xzo;KVlO<_MKQxM5DK8c* jYpj@m7bN!A_Ww4PDMB`bTeWh1yEX0O8`k7K&R9x92(j{F<1i8=c(a7RrMTWxI}7Anmx0ASvB=0lD3CQEkpe%(ISo`Xs;HTWQ$6$ +GCmHIENK5%IIW`aWj%SC2=9Fq3@VkJDSL3HmNc0$|w+HWe+SQ+9@eSYE2kt1Hy7;ZwV$kiocBIht_l_MmET+jiEcTVGt6sF^p20 kR^_G8i_Z&j9i&CZIs>70P3^OfZ)wOry`6MEOMl}J^s$$v8r=CF| b&9Ho9IqaCfoXWBNdHDN382v!M=3+vik^bM0^6hJ%*cj3dT0}B MpBv)r8re+7Q90{!89RB<|@wAhfDPq2%5zkLjnP<+4N3B3?Q*6i5+e-wQJ(|#xU{L_@Qr&H*ZPThcrl932U%e$V#HQN@nbr8&G&3 %1qLwO&i%zfMFHnx>509)srZ5p(tLDP!lbd!)o*om#OAh6pEeQkeY!fIi~T7$wtN)N|5VL4r=vddRI&`Srw^N@R&#`iA3s9j`kIX Rdo~74|tj6l;m?|n#hkvO9{!{#wC_?cKwI1sZ7Xav%XNjxj<1RPe(;bg{aepg}LQE*wt662VhN_8nd>l5()0}XJBcjY&Uo);D`Ft1`z^-1~2?9vK^dgghvb#Qn4AU3HHz-g#D9**Q7|fC|&+M3bvO7ly{g-xU;>s541j 8g4$<6^IWxbVeQM=S%n>ig#X=Z+8kXG-_sVK~yuH8p$KhsA$4+M$Hz)f#sz2bNm7A+Z^Zt_`m3kn)_w^#OrQVYPSs{$QjiZdr|a8 -CEA5gDN?^IL`;=g?(DoJmb7zH@o|aT0c@@ZU9!$>2^;p+n3}@%oJeq(&ls^#n?5|y+JLm1NPSx;%a^g-OnQ1!F@%r(80w3L^Wz5 8q@&A*aMyQMjj%U{*_{PcO_6+3UVsP4vid9l#`KdbQ*vLm*%zGrnYyZvx~Ef+X0Clx;`{Gs4|sOF&+YB5{`1lQQQEkgaHH-@qY+r %QoiTaMn1>SWc86K=WHxvPlt}4Y|7>zBg2-!BR2?RS;gtJ$Ety})9aV{){UQ$rRc<7WwH9|ahA@$-!na^O (ht(^;}$gSF7@&iKW@e}@va2@F%wLWRT62zq^>}JQ>>|G95KLkLH&H8@l11?>8#RLQbrDPTj9R1)IGhJD#?(l78dFvkT^QYIF=lR hbo1ArDf|b!7M!dhXsY6@fdXX$$DbQWw?~%Y~Lhyz?JfPKDWeA_!6zdO>E%QyJ|I+BIP?Wj?QVC>z% ?}eR%saIzayJn>$D1GyWHV7ouvfii|(xntSrb*Aa2AHlU#~CjGG3ElXpTsGlrXR$+R;%8!V$kaqFt2C-w{WoTp|P0Qe_5`lqgc%A JnPwI>SRZUam@(-hi>$`S-*)EDb>4d*T4$a+NK?E=~H_I3U$RxRaDoFapA~PT|O_^%_&0B&_0aN^#^Yuch$h*yR(PVsHDng(ldn^kMf=mR12!oc>jDUiP(3hysuys-94E{!o7>_&B90aihd^0rDU8BR12WY>F6`@Ci`&LoW-I51ZzGj0I(I7BrxH9VW*nn)nE7o*4}TS-WLS6ZbmM$tv% S1g4mRu?sw4r*e_)F=TiUX6&)%j=pj7e{54(nM((51JTFwJh1>a%x%4t|+^V7}_eXQ9)_6UXkSe)Z)8FM92bn3mVpg3Cb$JQ*^q5 Diaz<-!LTJFfweEk|HBq3Mv)BB4UsWJ9`08m9;)@JF|g}#I)*)2}N2Gv$!(-XoslNvj2ns+pZ`O*rcqVyNMu}ai=46X4%dGXJ%ZS{eMV$bv-QgxUB$JsYx&{X`7urQ`R|kwVVg19DKXx)T(+*o8 Bwt;>q=m7n`roMuR$dm=CC=tRbx^l+oQR9g@wR%19&2tULXP@X29|x0Wnz&-G9)94v<_oV#Pvw3n5|PZD9=ks?_41l_WA1hAL#3B*VNZ2W!HY+V(#H+>#5z ri@_B3(RVMzw31ekY({AkYx~gEnfNnX{f!8=7j@XE9Md*23A}o5)6W8gSMUNksW4COMW0r*N%F~;~VI5}B8)1%WrX~XtYt$hGV#l LyYV$@wZn++m$7}!qZS%UkOO^G^>lg8S{IxA{nb(L3KpiEy$^*n@jJEGqr{mCX={PFzs_ARm^P| &+|4`CF@Mh0dJz0OlzBubTCG%Gff!W6_2&Oj>KVT5-J5x#hNT5#PPLY8+jw&UCFCqEs~c@3E-S1esnGJ$gyh-(_({N9aNwqM8IG7NelLwWb2Ro673VJ2w+DP;;rRA#3Oq6OSpJbU;Wnt<_ 1x1^;rPq|9u$RhI^%yUriYB$?lzjDcvNQp*F<+0d;mBciTzsy-q!vs?bl&c$R$FGWCC1&JXiID|RrqY(*-a+7w4^su$Xw0yVU%>E al!s5L<1aGh8A|?f5vN4O_5trNUkfF&y@$Ap_EIHexY3BQCKT2k>5tx(I}1OvdU|bt#KAwtF^O)#e6Pn?@EJi8wgsjG++u>5?m&H AX8M(F9uIiaY^n5P}w1*GcruP2Tltl+G44Piqu*kqZwnJCrFeXMd%MH85j;^Q4VFR^H0RW^y&CFd-lSG2FL}9>=JoNkv(06k^JX2 ^bM9UlZ1`tRzsyimGUM@#x2HlxhOM1^uQ9~(3Chhk7!VnqYjjNEZ&$Ic6P^z-+CO>mx41mD+bPP>;1h)6yaB-DB+jng<2;&fJNtSqo*lU{53tKX_npi)oQlpIJ9cx;x@=CPs$3|(H 7&?$2^xl0P;|;|GC2UsP&n)WhzSfyJx4<1eoRDBBhKBvw_b7Bjh*W~0#6#?hXIeH2a9*ihCnZ?4?Ia3%{KJp|!3fNHpR!W28>XO}3FubQ=#}n6*$0#SY16hj>_?FrF@}J1&L!Rq^t!U%*wdAS^s=netv@=|nu7 Lx{+}Bg^>xMkK}49$h#4Du?N1lBIK#2 7cD24JxX@xRc&vE@|$s2YC0z{>+*@}6+9J+orGb4)kRc~pxbs6X~GBlp0LW9XnrNL-w Nj;!j)ILgV2a8?RGls+#TX92AO)`fSOUZZuV=SpITeH|2FU9$Q7A0QB)H%`4a9$-GV7fpmCbM{_k*0fh>6uryQ3tWsMzvf0U%qGd p_WZG#v0XY;~fy~(y`mXZd-1YzwaKE|e(m*hvxb})JrfzxrE#*xs;w04;&RuZ Rn?;n;<+GcXES_PmhhmnMlolRQI#{nW&MVIOXnDZuhPyKCK*{)HEVrhNCeSyThM%iMCGj zFj<<0r`#z)-Uvy`da!ky?4ayJRJB`7Nsfd#&*OD^6Tu((*JasTUD>{Bh_#{{Rg@&? j@u!%1nZjD@J17{3gt_8X+$0=vwEnfTbO_?hNyb+l47*SZAdZN=u4I&x*$Ubix?i>L+n&Sw<>XRZ&K_Y-r108(R=NwSeWnFM*ceF)HyUAQ5Be+zGppelqU|d$>ZORrKRb-ZDhWgb7 SD4;fGMV|IF98%i(SbuD14z^jQX~F>+X$(yUX)Z9 fWz|HNPb0&iB`r!pH;;t9O43u-szP=E*FdW=J7429&^q^x~gG(4EUOI%y0p<-D0_AvbA#zG$pWEzr=XK`Mp}E$PdZq7A$)ZnVN0Khz`GvJAciiDLC<8xY~R;1Z4dXer~-Ecj0IYf@>DFY7@*Js|aN03Dtspx=1J;SZG USH=L)LbcKs}n`{pqHD&7d=<<8OClAwW4;mswa{Ej*h_6}FxN4w+yXP@kOq+bV9H#G&+KBKRIM}rBM7)Msl;y!_64fiw0i7>Tb-pb7JIwrTeFxQH7VDAcV}(cA9bnN#tBcF9?2fm(x86-i-R+jT!#tVgm8LqgXphX2$c^eq?&_G3 q&rq3!Fy#%D@<4cvx-GV!}O`vD)HzQlti^exJ*KJ1raIU)=&i{$~&?HcmaAxPiZa<&*3chT?9CBKqNl8Yhuk)~h*%C|UHh5iK q91#@CD)|MhQ3B;j<^=)C|N~f&5oQ|78$bEh5Q5Zi+yr)64R#ap2|9Nis@)Pv%_D}A`i?dOUZ32E$({9@>iE0M$?--qPm#azFs43 s1FyJNCAdGH59M7ju8xVB@wk>4srSanGZ6&qFpucO iDL(hq>TFtB|w(JVo@E%{K&Elp6=Z;R*#j`lZA3=1HxNc%w^fmF2B!%A(l9^6T}l16YHW@A05p}X@c9#>a8^+*Uj@W^9!wwZgHnb Y!jMm_ZMKA`RM%saTpvrJN!IWHOr?|%*ehHd72oBC{JvF{cpAjb<@9xf}^;~=rF+Ep}vmf3vp_zGq+$IOnSAhv();Fp>n#KNl?gy L3DbNBV`$jH8iAS9Y+b;gYODal(mSKT)d1HHbt8%OzfGaTK)4soq=c`EmKiC~{=*C{p5CY4eZgX1vv)ysd}umg=H SB=x2bVCilYB4OAk~Gm0@l08{C`fqw+yDb1_3KXk=q~d0&K2h5|Jo0`bQoWy+=>!26d6S7S(+=Vy_!@`+mwz2owlh?o1v=}D-(xy SPB-G?7ETQ#qvi?H&CwM;)wm)ivK|@P8&=HuRxjgSM-YoE2K+9ukyd8()S@ZnvS-dnw&tN!s5}KT(iGBUbRT&i *=X2hGPb7pST0Ujag4Dsuf&RR4{13>CI*0(L!9JE5D1)zN&6&BDl)RsKa8Kqx>vknn|Kg~*CZ3^`sSFEQi&t_U#?*oULOW6_UvGW3`N_UWki?SH6g#2BTIBS>jH%R2-(BKkDFCjY0iFR &AEQY9;`dm#qP{&O729h5db5^Cr2Z=dW4&XZ;{0ICu-LR3+prmu^e;!$4mnp*mIz|aUe%qF$Vq=$w_oDCYuPMm1Az#JZ56{K!r>p&(lYT;dU7{CEYU&;)nkngk0z*j ez%{KAn|y~QPSvaNp8hy&19(1v}Q&&*t66!8M@ge%^sze$xNwab45w=mfz2?}nzhKyyH8bwU5{Y`%_~q5H3gG~&O#$!cC4+8cX3HIX)4{jKnJ>1>KlJiI@IW&G98$vqL F|7LGiT{Jh3AC@6S1*BF%1osiA!E`hAdF@}&x+|wxR0of4stP8yTl>Y*9HyFKd6k45SwQ6O$Q$75iQsO7nJbj>GVxQqmRk93{6A*Jk7}r#^po6|BQtSyEU=9qx94SN;sZS* wIiu+G`Y1-6efwzZ=dS+FpCR#noY+lm2$XcYb8ahDk9xX^f@hM;^SC2SotW?*2TCH3ko7*LU!+EbPu9pZc@zyUPVauusBa?oi|5kOW^G;0k#rhrpL(Mr+P-@#&6mw$Y 1QKWTvB60fXGC}t-MD>N)FxcC4at3M8nh>0GlC5ehnvWjH&fW)P%XE?TD4UH$c@QY Ok94A_|V$ZOyXT0{u8}PXG`t(Bb6?C-ON_%`EPF4&NoNc2)G(#V?p$3+|hU@mI;>1RafGa3bXmkL_r$IVB$0|ySC%=JVX(J)21!a5Ci)n!I 3q+rlGFH64G}J`V6VTe#U!6QD%Zs-gM3R3sgqx5ngAvIP}oG9VI0FmFCkf$!Ig# g*%eleB*B`s%87pWypzA<^w7t!;j8R=YHx1d#YJ`bdHk*snGh*(uHh4PQ-&0ki@f%Ws^#!>YN4}nC7%6whhb1+g){YZYsHYAF-0# I!+*hV%qL=k*U@k Jvg70K5|_^wj5S{y?}b0`6xj38ehEev*jb-)up6(&F(*W{iCZl@5bS@q4o4Lhn&l3j^Wd2DE($)Emx%MC{PKi#}ZcTK{p@y@wygq {EN_%d5j0C4c1b7`T31gKH4ya1G|#J*!2JEQK-BkD&!^ij1s}gO-`|+huoUf2AN{4s8dYU%f#^`;*PNvkf}BbptnJLmO+9_ p|vVY4K0J`C#ADRQIDZLK`8ogAI-Z~cg4z#zNG$KvpcWD_yW?x5r_bpC?=}qWXmwG{Ac+-`Yg6#iZLNW$)akkY{YL{n>T&jYx)zz ?vO)K)^X@s^2`QM01&<}D~o~zrCLY_I^nX$5|ODl^=WjBXSYh7h;+rJVa*jiCdBL}OuojBMcZHh7g)o%a4cDk3=_`0F1s^5%aefY LaUK3aU5G*&;(a@MKK^Xi~|u;XNGv|;gO;rBpFc~AIO-QR#m@iT~6ANu-H=`V8Cu9Z>wh?^)1=4N-&SyHjHaDaye;%Rqbi@&>U%} 9t|x0FoFCUd1ZY14dbJNl4hNZu^Mt?Xx8Zt4D+VxLA2tL4jfB=bfCpupnE~${UU)c%+E4l=2Gk>2sm*BlPIOSc<7Z|Ga0e3^(8&w &91QN){oresv|FSa;mb2?Hppi<{THcuGzT8oLlo--Q|Qjpd}AETG|~wG8~;ARJ)ro(nM{5A-~9@#1tuVsn7CY;E0bW|6>@MlHc9P*`B6s39S(s+6*g3;XhU)N4^s2kdnQgvel4l0TZdyg&sno?M9&`Q(zni koYvO31ySm1}2Yd45MrLqGCt#BeBV-5$>-_9lXN3s(Ki0VrvPV;XY{T8Cp(%mW3N4`EB6YgXxFni@_*Sq=8u&sSZ%9y4L{z@N!$-XF7}qEQfeY6vm$fz3`-qyNGb&a6fo2#+ TSF&A3xVm;)QV~&*G47NaEtVy_|x{O!%GTTHLqfINkT!DvzlU!1(XmJOMxCBQt}G2QpE>)h--5wJJSp`r-?>X(^k0i0G2@=RFb4~C5l!PIqW tp~uZ7B@I=B(nN-oe{k*lQ*(xK*#MyCU<4D+O5G<8aP %WQ{G`Y^6-#g)L{jvPOp1(5(9D!k&~fFzq$tphf$d7!)#mL2)du*`}cCTvdTp#f8=7nX;tV^*dM?I$ecf84_-% L~FEd6QmY@b5FGaJr1UzB%?>uQiZ@Jk?PEEYukU`v?=ZTJM#-sM2Z@uHICPidOH`-LHUl7+I;lzi$;>xta=?~$JZ1`Ae_`1tVc1+_kha&qZ-Kmh? KJak@TjEcpB?^_5xcJz%bcOnCXgkct)u9i#r7cd!h?Oe^ey7L8(j<|Rkilj---$!EKfXcUq`OHtu3>6RZL-{Q^>*9Teok>1WGlh& F(RYGRG0}Z?BNtP73n&+7EDZ3)Q)7BCkND-{}JJgcJHR0LhZS?|5tma=kqgxZi6qIiW=>l%2hjqpLNnusS3wV+FR|RmcUxfJZj*ot%7aK9s`&C7{nMn}c(`yhcKqlXXyePNa(YETNp-DueVJ=$Mjl8JN0^={xFaJ3F8aacJqm2&fTe~fqsq5M}y&$=0A8(CjvK~pcz&M5z yQEX!&oGBgAFK;W8dDWT*hZF4F{o02889cC`t%6UAiZrVc|fJ{+TdiY{6ygO^t#=*XNsdu?UhWyvAo;w0JIr>oQ(BdES5e4Aj)w(=`b>+Btl%uQ7yx{t}sp(?`fesXRpH ;Q!+3hNdjeM0SD9T0-%M>h$~6wNI=~oWB@t7Y>u*;x-PKhp!g{$}KrGa)@Kzv?sP+YZV@!>~3OijsGKk0FF6nH%xbgCs#}BY#s6u iISN%E)pkF<2Ib2dMmdq!k=tocPDz=VW=ipqn+=u^VbMQLI1Q^h+iOr^mY9`$6HiSS|pbs`5bM6|nypDQGQe_WMVCtbBBS$`nj)zM9 N|4Hl!5Cg1+q2~2vrNq?p)KxkCmSR-NGAj3b=|9{Xugh@;}N8?*H%Jx`Mt-o7cPlT6EoZ)1ZoAh`Jy=`eez4f(E+^iWEFobwZ&Pu 5dY+0;OWzGq34_Fp=R=5lq?Sni0-FPZyuMp96w>V_)ZQNPCn&*^SHgok6kuy>|SH5o>-T4@|7BCory|1qhrD3z7q-BFna+3<_F^D U1-kIjK2q0E#O+5)CcaOWtE`=m|R`~1&nRkZD<+FZ|di$W$`A?6CJuIe3+f=O|IY4+fs8^T%uZafCtgXPt%SpI{$w*Xby9-+8;+lHdss3B^aNo %);2!)2(0fOd~6~!LEkCSl*6y2CGFIo61qu=^b`eUuCNO-7G!!EV1m9_w>yAz|<(_j%W`n^z@u49>dlMt!`%xG+gQhx&L;(cK(m- Y*Y4dpJF-G4~phsdFyQ(=JOto5zBzeB90yi;E3(N^~b>de60uU2rF{ohbAG9ULU|CN=x{iwT67#Z+c9mlUjuPgKtToDt#lh!D9IJdD;pg-ihf88 g%F+96jvza#&`C#p5~d^W@CP~y6UXRFtV$8cG#QCHczeehRq$tRyX!*?AHsEBHsd1&a};Ko(CZyZ#T<#7F*r%W5xP*qXZ{s>`|u89lqD!>drv+wcqqGV@@i-3YnalJ#+T{aa+f=jLl5r5=XOqwxiXR!|%sH 1m_A9Rpo;9wa@&H8O?je`J@GyQ<~+|Hdzf|+^Z{B&K%M_OL?#4Wt-(wDd>GwZ+3Ub?cF+lEPHcEv$3w!50Z0%|>B`O7eQyz0_vC^xH)zB>0-dqkm SFITFZbOc^J$_;B_2s}%l_?*fKdK^&=o+P9?dnjB%ms-z(C@Wt#BZGU#5^hGf#q=Rnjq(^+PXmECrd!Pzg$!W9g9#9GrAAd9prOzgoI2ysR}tvP%{b;NKo6wc&NA~ DYn!n|4ZFj`CL8PC6W@n19L%5A^S$UZm$BxTo#Q2`MKg>FoPAkYp+6cJkfVjjlg(<-}=Q87PlK;wFHTGdc8`wDmm5EwEhG%%NHL^ A!iP&Ecq3Y)hscUkdUm+5b9+y^)G!`Doy7>q{Q0mvNDTCyg6&E@V dGUThCQIoM_>fbA6*)u+W_rOjUt>`Uj&Us;Eztnmitb`JM#*KpKzpK6QInyV9aXXQ#dMr10*ss}-xNg#x26W2Ys&be;|~O-N{N!q `*FTu2_-+8$QCnF+86k`-ehRT9NVq7BU*rYyGa6G+>F1>mqw+l7hk~8UKk%yMW*SsYl`Vts%V^VC^Cl9zhA1zw=Tsqkk{534Zts( q9yV|tb9c=UK4V%)r|qwfEI-UQ7tGz$}E@lh?RIywECrr9zW=p=LMzff_w|i?eV&yE~x7U&6A1BC(=YDfUH&Qx)QVB-<4;{aTBw? ZDo1@GLkbI17&hafyogzXT=XH^zWB75r_#>Wav(p{N2*fRK#MFNH5t+8%BBEq8>T0_M5QzN5}nlGYnE}M-OelVw0^edKVHd&z0r^ #4ORQVoeZ`Qydk$fUI0lv+x4~@%>HpmU~{nlvWp0<)qSNZGV1rD%!F;*UagwNw^dCV?VhwpX)7H`J-N=V!qg$^OeU$N{cZhrb8u6 H$LlUh#_4-l%``Cj)X*`JV=m>P)ljDv}=}rJR+1iO(M|~wRy5~qH|msED*{JQmo`rjuHv!GRVpLj4Yzysji~fAyx@jqU8arAdqlJ kU+Xat=fvT5N(rpd_A{YCM3=~745DNv3A&7`%STev(m+-2@>mFy9UD+P%VgvC{1BWE+DxMB{%)}W7c2Ztc8b^o|8N`^B*joX>cFL 143G?$`O;(JD1T@9d21XtDaBV(05F?+Gs&Gm`{4g6TmChTGQaTlEaZ8aJpq?Jar-oJJYY$q1r_ds9?Q76$?h09sGURLnE iiw4k)wZBo3=%iS@uplKXiohgPGVwd;|#(=P(YX6mS>Z2-&Y0{{B*8JE79zroy96PLYmqVTuwe?)LDSYsA@#nDLnu0*(uP&@mn#ou AU?a--ce9pP1fbr9w_t*kM)`f%IlGVV7cg(;t|t)UbKnUb)awUaaL6XV^zJ_l$;d=1656qdaT__G#G@|mh29-1S1nIjV&#fX+D%h K!&1V^?PRKR2(f=`eFtNY}O1_+M~=x*<9I3aU%vPU}_0K>rtpAChIhMhOmzzj)*`?GW#!A-t}Y^yP~H;Yk5VH%r&HKldF;_(sKdq1N}NtRcy05JvrOz_o_lWxfAlNNt;%zn5lXJyKQzZxYOdwv&CFAb1F|7(}p8e46;(Y8lmlK@TBJS Om|Lg(xT4lei{|2@0H2qWm;&C)aIRtxu}VL+(IBCV-&{P*iij|3;p15 vO8hMCq^i?lhlZeawHg1W^Bm^BT`{D0AiDxw9!$ApPxCtM^$pfmNX6=0TEFy>H$yHf=>8F1dqtu;hc`{%zQi{t;Z-g$%-^ogwfK1 l5SZEp$QUqI-#{>q)3QF$zga;#UEANVMZ&duU9c!%DxqktMzoa33Xl$r$mmt&=?rmP9C~=xl}DmPV+LXDh?Blh4vhjXmn}N^)eX5 N^FgL6*W3!Koi=nwJ1$vAe78Bhfbr7xx&(%JQhsSfXGx8kW#wXJdq@HGIUjpni(~49r%bRreGM;NbP9x%&fh>e>mhfso@K|tDF1X l4P&CPm--=UcHHCi>u~JCR{8hL`+Fx?v4v7Wtd-+WI^=uz-14U+jp^jOKHD^_%gh{7t;L)~0nrA2)yX$zTJebknr>aVPt3kO!q2Oub8M_u&AT3szLbYZ#j x=~VU8WGj{Q?9=&Q09=8*dd0h+h0_(Nlc)RoS%o3Eh4bM82OxEDENkd#HS;sp3cI;xOqRx6e5qvxW-U3qB=7iXSSvh676yx*)ZsP a@ev>X^M6|JL_>Ul4KbS8?)|_^2twmw@)sRpl&TK!{?4I?zwK3?~~I35wZ$hx*LZ_yGG{;3ca1OynrnH &XTmYQ`ROMLoQLG-Fiehn~TooF&4H{&6$x6vJz|)YUFT-fMY1}HB|V%MA40!n^kE;CUV^w4Q%RhTUrM4u{}QBHD8L+ M0eyf=rJAU`oMUy*@3?nIAJ<*3&WX0?>&Je7mMeLNI;&GOCB{e4FYg~`CPHww|2Ev4D*C4tnW<_@91j l*{UFS(;k5;Z^~uywPbeXkCZTsL|QQ*+n+g$YznA9yvl^U8SJioHnE%2C-~Y8b_H4NHK{E>7)Ued?H@ADOMniGxETR6BOz@Rsuw6 k$4z#q4^_$5U0ihBYBmQ7S6b)-Q7NClBFpz7`d)k|^heeD4*~?xQxmnnMB!9`)`>gk>yN4sm &ISQ&Y1ALp)zww?zJBlb8dy1GLryUiB3486utQrAtsvha2JpuDugW$kz1B-O-6>l10aIeQcX<+x>-yfNojvaH*9%a3UWyqWOaie7 ;H9EfKF*&?*DgHtmK}%~bn;M40>Yv-?r&c% I0QI+z4%|0$@#SNMuZ-~wN$h(l6Vf!+aQBb`!KE+aH&th>lMVhu1avaMgw@dvwon$%gh0K`c@xcgTZni;RXMHrQr@ZBMR4KB#e6(FD&5KtK>`=>7B=cqYSJUB<; ;$W$}*h!`mzTSfd=UHzN+*HsDEh5DSfesf=+$S>5T8_A>-@N_Y*D4Fgq*jlvzo9`P& 4c%Gf$6}q3ntT#HbkS7HfsCpC$Wqp9ly=1Gh=5|vOTr9Ytg2}+s{B2GT`U2;lWJ|V VXZBDYNAGj69KDA2f2$tx&{pqee3MbNwyh_H<>`>mmS-U1lQDw0K8xNVMe$S^`M~?YlIa-XK4JZLG^TAYK$y$J`Q3McDKW31C2sv %wi5{xnpcY%ABdZy_~UDte9UoQ)8GD=c$dhDV(o>mspjATwzG-Y^PwKAfpE(WEJ%bWVK>w7TgRSGLLOYdjbXk2w8)|*8g%_+2NN9 wEF4q8{823K$9HNCwwz#4^(W>8e5?K;1`7adHl5K10a#Lf?^UP79xMOkR!%HNyB~@%oQ* +VS-3bL+TNWYQ)vrLh?rz!P7Aw_vB3OaP>v_MFb+adA()QRl)p-n>URhLQtZ=r;BFUDzi-zsH?>UZLga@wKD8y1D{rNZ4a=Go#q6 !^^gE@zCSQ29~qn1Uh8sx<1ulJPhccotHHA$x{Rf;!@yf*Wh;xcK#UP_5d#AsSY?FXh6W|gfun*WLSiV``!hg$lhpJul5KlGtGCu EJ9E35UhR=W2XhWbryhN-bMWU9x%YQEBJ#xP~jc;Bi`RA84YGC<}t4*##*m9cY(sg{9(cjdHwsD`YCYspwCnv68iW2Ik=tlh}qo< _sf1)bBRUU0bvpW=3)Ra!Q9ct#z76Yir*oP?NZRmJ=O+jUHZZ$XPAH3n+bgj*m3IUGO``D9V6FCL-*80*LKL3P2H;us{4^9p!2gfgWk 5IoLKaq=&Lw!|3Ei?#xa(Rx*tG-p$fP49HX;o=!M&OU2lF@ZZ%{q-Fjh*{~`A$TKKW%gMO`7e_?C=`H2%T54|*@Hq1dmajRnNDU_ >x53U6K7(lAbAVprQAcb!N=J#0RZ~C0C0*v}sXRiN>xnj!)n0nkK@2W}G0H{uB03)ZwmL(zijRs29sNjLQz> 94tGRST*9B|)@ft>8zZt&@MjG$zv TMFnBqd$jpDkA|yogMw}zqPf5jo<^oUUZN>f$S&rtrJDzL3TziK~Q|~2s&Ie&nH9T!#X*N`Vy)|(T#o(E}c!<83@xe$eKyC!R(C1 gg=@Fkk@*>Xanmgz#c4fT{UeXaDC;5+HQXIQ8lR$lMXe!CA$ix03u1)DM~ec^?ci_aa*K%bQ{M=%sBfMnGFakWY ^ZIvy8COr{>u+O!1{#1q%L7rhi2V7+bc>)jHhN)QAsiC8l0p-_&FOYG8`#orzW`vKH{XxaP0zade^FMCY!+Zw<3mSqDwIIv8*FvW $ajAX6Dw$oToLHdSe#-DNATb#9Wlm^1r$nSoj%RVPPgPaH=>{b+ff+EC_E{ir2lmJLLLywrY?3Trn%^bdPj50k_4qPNwEs1X(4%A sGscn)Xdm{WR$e`-~Ay!)367Hb@T83M6Ys{oERE`wT&z(&P_tAa)!VUk8V sLB)8tZ^;wAZKC431Dfk0o%Vr?nkUMP)e48>&H%SI;$~7!-uRfqajFo7flHp@56`Tzq7N$L;frL5J6oM;Jqnb;QAng?0Ebm-(7{S ubMsgFSvz|lqrk1Ww{#$0G;gmUK_z?;1kxpEZ-1t1qcoGvILge&lrW*| kt$j{#9bDbVC6|hS@bANwxc8`zz#k3&9N;VBL!=$Y7{(Z;gs!+ZwS|pWCEbgL`m!A$OmdTrLleSPLD@rsE}l|5*w5oE#%&dX?370 D;(z2p(}vbB-uZ&za@mqc-@Fw^_r}$64hwR$PH8V)-2F*_Gkxl?vYOc(m^;*S6{Xo0#9#>&nh&Ng7)$35ox7J2f$q>QZ~`m5=ja- (8YM)j9n?im#Z3Z!#9{A2pgh}QqjJ%Qv`zm$(q~YOIJlbzPwqp8`)WfUM4UX&{iP$i-FGNyHNZb{F*@wV$8;7wKiUrS=awr=^izP vBKci4K@kNDwUv0?n6_B2z?+s2;L5p1~`yPvCn$3SOKjInhd46s?>-pT?kM;-4D%l7R;r%KCThh-oy|Dh-n8t(h^&= Dmh!0!gXN_>P1vpUEa+4onXu6ALoh`g6tPz4G_f#vh}Q;GXWop0pC*G8{%Izl#30^WPx0olpH?>@lWyKq)SboTpVI$NZzYd%h6n- pxdEq2Rv*3@`>t^MhVdU#$;Dh`W+JM@J!yGCT-bK_jr@3aRe!=MJmZYtUijRqOnw0(!Afcdt4eH56ql_Wz1Uw(<0C5`yyF#m|0|t 4K~>~8O2AVmlfZfa%)ueW7!;h-d?1Q0bP|1OHA3u c(*d_$lail6^*~uI|y%U$Xai8_QdptqVtdqVUPaQOyj%n$t>fya2p!y;HLqp2*(5xMm#UuKm%V}m|9Q|RKJQDq$uZ?b6JXxr7S8qp7Asf@_7ejV0>h{W(c1U&$^sBjcqul)+~IU9P2fRZ-Mz-O 3|U#s-?_(`oFHRNI(fXD3Pb584$2}Jz<{dnKOElT6J8eER??cVC?r0|7@1#@W4YT)>3DOKT@*lMF$f!o=WVoKg8Fn8(Nqw~Fk%&x uP5+zvJ=RUyzxHdL1WuF=+-40YhE;~K^i`ZPsx7#SQx`}yZ8lhkCBdohnlQ&RlYy8pigYN7^=uV=d;C7-~zcDws-M2By~aw9=`Pe vXg+7Jxn8iXuiN~Erjjb^MC&Be}QeDoe*PHm=Y&10KAZKx=13VIG$QjAk<|dk;_J3+=P)OtlAgX>3PwD|6@UDLZPxfd*uK1F0Em 1)9{J9UDP2OAMN_u>i{G*SMd@f%GmrBTd}5(H@3zzvyuQW=}lN8Mzcq1ZMz*%U2TvO 4AcbqYrlrYvgdttTQfTIc6w;nV ZI(3PAReHKPt7DKc8Ehq*Wq<;`LkIk+T39Z~=^k$)_<5>7`rS>um>lmWV-!gAp-9gC|B=^VEct*ceAsWUw-h4;afdvlyK%K>1QzA!wg>*Gw(T) _TrA5HW|A686&gFJOoImct2skU4ItBSW(S*^|f*AF(R>O`{YLU>8Ihp{j)RrbN}KZ1KNE21AcRe$mhJWQzFjo#?NP1q6OlT8)OaV d`$t0lQuI)mPjJaWX??W|AL1w3`&Lm+Uo_-%W$l4j2rd@n72LDfh`C$nlQSJaa+&;9$b8uT~y>0bFp0Ts=4Us2)9D=*(@Y@9Qwkp Mk5p`%efOO76iaVNpHStcc9IJFluyiL3m}!v64JAFr2Y=F@@tfQa}I(b-i~I4IEuc`64txUNlRzH}r^!jTG8_z&&MB(p%){ihNF? Jp52S5&Aw5lm%NUpD`iHo6gnN1Ld>CA!cOWLv)lIucM6Afd)PA`d;AveN<)Ru*B4i$W^z-={AaNY&S!Ue}n;8Ln&#Aow5fe4|83F 6pFYtvIi$&o3kh9-&Z?G`=TQ;90T?UaGZzZtu08GHN-|~`(#9`J9QWk3u*!C&P?RxUkF|SLRvM{?}RyS-(4v2VKcDM<%aU=DJGen _@xt6%ZA+@s6%6v^idKueSl>B@)(yQXdN2_t(zeAj&;JA#EB^5@<#;Xt5#`pMNja{*G{MI==vS(&|rjOdzX8+2k%adxw0LDgWHL<|H`OEWa6zT2^m~73skMm=rYFOphE>dV(tojK446FL2FJB72070Fy2QyTT h&{dQ>VbD;o_PpwOMX2sOywfCRP=HU?tMyKaRVijmNS9XV}iNqnfGAerXJBZQz2=E5wdpnI#N3CQa#89h;Yzf1X}rEeAC|QPYt&D uLOYuCtkf#4gp*qbg`D$X$uRS_`y;Rh=rx$zk@!K-J`G#y7|S}eZS|}2R+A*<%py=>LIyCy$abWF_+GUJ#!k1;r!oD(kCSGhJEby A6L#)SH}m1f3Q+68dM8pNewdevPE8olsNjjAPyJ}@~@c=XN&OPonZQB!Ad?1jShj>FAMZ9S_rP!Zu=l6h(Ni6NE0yjabeNl>*70)QZ3E^{BfUEngqftbyupT2j%i7J`dfpE}(mM(6vU`!kcctxa88cvW{FvtL$r7tW49m&)@DEyJ`kDPr?36X@k#!u1jyF{>Q4~_id8T%+-VtD ;3lvN_aIh&-pQpWUS4C`?Y7Nk1FEhc$;NOEC2q1pU0?sg2=*n(}6oQZgm`O-Sc7VDlZS wf=s-e}&JLf_U(I|7p-l+aSnxf{D0TdAL6E2_r?u?TP9pA?3O%*6E`Cs*nu=8`ldaOG3wT_>hx|*_k8yqoBq1hFxTo+M9Kev^Cgx nBZX2m!YNNG36%n9$DLt@zWk4KZ3|pG?_4tA^aBwW(jaA2Fwa9uNl|`2i^zn35BilTa4>i)9e*9ZnYXUw2SV{YO(z{Gk9by>&u+#vJ$jK^&$qxCa{^wC>2{T#ov2GDuQsWixaK O|NQ>jMI=Ugu%&R&R$k?h|l;4BA+N{kO~Q@v8afTF+PikB>iEPi6k0g{2$bO8_jIWKm7FM?7^e#e1R4m8LQy+pYH%EU(2yBT~rk3 >%@hJrsZ`(9-W{aL5f&(0e$xk;P#s(f*P|y;!6p#t(f;IBi=*LZBkjRjzf6O N4{_Z>BI*av*w--1;N%ivXsM0sS~HpzZSXRW1{SUq7ixe6J6sRBQP*qL8Aph&k?gsnHC9>p(tX`iVge1tKXE*!29v_7P5Lj&$bT>WVNFY6p0Y`RCzs*}mjVGk8uII@nyKmKn&K|Utt`q &#Sq2{B?*oOX0^`%W0qFk^5Ncp~oIs1vfi<7SyWLiHpm14dZW`Ebdr;PdkqO)QRQ66O_c3J!O-IvV<33mMan_d9zy3cJ02)(Dkie pIj02&eok5;FQVTVtVAh2wptd=m}jGo4G+a!X-HJ@53u{?s3VuMAkx;vj-rS!*?ueQzr@YLLu-i*(}^Qke*A(WDTnuNj;*+k#tLA 9+Z~W32a*+jdPfODufDAEQ0j!CGC1tiadgyAr&Tv426l-sEbBX-lR|DVAU~t*>i|!LZI>eA^NR|;fE=`=2j!eAUr&))dhL7<@ fz~3yB@x_fh9oBaNwHHlBW}T`_wMnaVX%AYxn)2U$$w*>9xYm1D`xnqj65(#zb|SEEnAz$1Je^4oph9%>I&BH91;T{b!sq*GPp*E CV*SINx_>r*0}<n;a!GZzjk7aLys@Uso|Jvf{u2{TPlxik<7e}hq#CiRy&z(V@k&^HRe}L#B9WuHh1$kj qdYud_@5!noM30M;-W-=3zk|uEZ6z4`E1F`g>BmPAz Io{Iiq;xbLJ!@PTxPxp4gsF=rCGG_9*F!e@8fL%rfp1GP;$F%`i2Awxc>i%6GQE4j4^8iPp+F)-@R#)ZFGQ8nn=C&RB>^@IoP@*+ #?k$ue1|!~?Zo%mH__~aoJETv$hjy{rbeWZ677qxFzim_9-R}BL3^A@b=7G5Thb@RS7jGsx?09Qd`EU_ZpoXE90NMT=(SzyB&z*pJ};k=ZR6=9YRsU92bnN}1lI7qi%Q|eA?jl-(hrTVKc CgoC1Cf@i=bv$bCyFcVdyeBF{#CLz%Ge9cZ8X3T%YjHHV`-wlzFgyw?eA6KtyY;1;w(b?4T2T<+)l~D`@&&Iu%K5CTigO*;{(^4wYf)J*}^@MKur>PY#tA5MJ@sFz$N6}BtXMyTCRc|yxkl=sy_Z^ Z8338+E|*LW$?M{ukG!_@KhvDt1yoj6)|`i!mmv-8L?*PJl6g$HR;JSfIx>hHy?44&$zvKys_C*#Q5lrkoJ&Wghd~bCcQL+xqwIs m|yNi_K|k(Qw0_Kao`zBBwfIB^|?zd(Mc~=V9Dj8I=(*VkL4!W$InqdpzxWMK>e>i#hK(2V*W$*B8~x7zT&^U)H_B=4VeUvQy3;v (62#UI|6Q#q+u7~*tBDUHZWPFpn_yZp|c%g*fo}s7O-h4Wr@)%{h~rDehOgGXq2wd&4Pk>U#wQk=HSkq-~8q`<7siVn9qQ2W*lzX +R{|Pt^Urf_gsloTMOQtM;J68d4K#9neXz&gMI#*$VN-`?Jr?)_K8ymoLw`x>G140|ECYaR9N}(Ovz_hJ(l*(mYE~855f`~^~@8z yj9qwRKdQ&;xy3mwRH_BI=dKCDZo`%VrmXJ8dv2^bj5W&?5Yn#$K!-xtFER4jf^D@BqI34k7DoX3%WMr{M;10PVVmUxhdF~_(`K5b3_R& ?n7hmTXqUW=P92a=O;m80&#vJ${gSUW65silyp;zsmHfI8#_Vf;F$@J_Q9S-`9jwFDwfkAk+U5!RP*XsEh$Y-@y^ML_;^UwiCq*tMZ7c?=`B9`)V}d6E8;f9|A@x1g p^ie$M&;IG!17N|9(-~q{BdLwA!0-@7&X~>tZ{uSW_B1W6UOzrYQU60sLT_PA(`rPO`peWEm|PF^!6?pB~pahR14EuP9|ugaepP% 8sE~2a2znlhj9tMYg-%i%Z41FGCLQ#Y)k|nulw-XN2dA@*Pgo!8uM~p94^UI#<(UZD2sN6bd)O&eBi{g`@?k^ONHL-gSr6IOUj~@ >nQKJt*~+}1td+B#Z;U}QB;4)g}4xw%K5Z0o+JpNxN#v(1psPa|Mx0CIX^iCt_6`982!YQgfc(=?Be3V$>Vnx=LzN{VzCr-oJJ!? #He-8Rmb#E%D=&i9*i3+RouTWYsm~dlZ_1z!xr&M;Ogn|GAVk?>kInsd!ZKFg^C?Gonx=_yfwV|Nsmau9!(IMK{ sFp8nuvaypaclfuSjlWBhK7a42(|W=BtIo(Y{^0$ik7mjWPHzSRJf~d+SVR^mY@@%COXubo$pF^_byM_>GgX+Y2OCbE-Cy8^yBDQ =~rEWeuY*bumeC^A7{lP+EK`F8sirjyTT31?tojYa)_6h=bS=S?JjBZMoxDYu!3{RaKp5^Mw0Z@ S7*qAH%k>Gdg^L@PsE8yd 0=yC6lK2ECh|iobxlOJlIB{VpTY=PA!A%dgEF20=E-h$j3~|KcT_&@ZY?FhnE%a&iRFNK{3lB2c@Y0&1B`Cj*nD=EUQ92J=iQO9c>EgIDWddnU h%b?9?Le{?TT-*gsLA 8Xsu`^(pICU)BcVL+LZz-D~vsJ)q1bz%dtLjU*q+PIBZ-vhdF}hywFv=*jTl2AT+qwweX)c*Th^SBp6ll&^t7nH4FNOFxFH-uKTI >+Yj#AWQ~18yem|>dUh@9iWPrW#HH8IORLEO`VzYhi17Q*-G7WS(g)Gi8(U=7TZ4Fffzulgw7R)vU8W|HOeEddb(3Q3t!4)tuJ*- uG%GVYi-WnGfk;c#+@fC*IAPIfOFjx^>8^w=}c?7?RNUVU%-|fH&4Bp@2!NqY}yGw_>wO>nNQ#ygn1~(CyzBU_eaKMS zgMXbjR^;@;H!XkNio`G5rz*yb4$q~7LVd2nAm{Z!@kg(itxlV$?X6P6jR*_43rTZ6YwrtEJ2=xLj%-2a0L%XWKbP+a4;#^j6;tk _i>U=+8L_Wp3aFGLwC_uGz@LHnOr>!-L9I&T%=sX8KDib)8!Xo_X{Q%u+!l?z~4u!dPax#`YKPVH;J4cQrIOw6>iK<=R1U>IP0Ve qV@j(Ln?io%c5l<=m5^|0!D*8864*i0%q1*#z+uy~pd9nvN-BVPah{+?N_Ig4Y03P*h qkXo3&_Q;{iCA3IQ}eQ{CFwS*v>w8611^m15*nwFG}+5#O0~c^tM{E6PxzDg`f#+Zgo|{j^|yCseot-M0dEM(?;Om-59y5nxomum UfEB)ZlvojH^9c1tHWaGdZi&!z=FehcHQoF_ELP)ZFd_!s9QS#$(8#mn+0eTx|-M!KD&({Z_Ia9YM(qcv{^C9b*+ofR{5!?X>@eNjgwjLbEcKlJt2aBw@g6hd>}s;Bol75=*YE Q7MPGktOy@AJQTIvW7Mjc11#p&9KLqqt?p{6vZ#ot13v`^eXaCa5O+l2Rvo^Cq)wz`O~o9Qpld7l0~KR{(_*C@&^g?y*V5O;D#VE YS7ldgjAS%uLo;DJ3PkOY~7$(D*Q{PNnGO_5r>_E<8DiaPV0~lTxZJd6s}BA{~0bfp4%eop=%7nlUnCU!^fH1rVHOYfbS&MdhPAz xYGp^gW)(&Ce7mpLxDMW!=dYY{M6g?!+~bp76y;(YnVVgSOr!6;`lh+VHyyM?aPAGyR>UIXNin5>S90OeJeWJjYOWcp+9sR1}|VX zCtGdnvCirf(}|3t{6KSBU%c*E Gc37mKpf1ls3y2rOzOxWEX6~M5%X9^(oYJq#z#VbA?9b&m}Co6Rzyyr-mHq5Em<^T7U`znDvsR{ESx|`rC45Cc{#1YrmG}Y-C0xO YMfB90grVBd7BSe#{wr%d4<)|c8h1g7JXe2grWBm<&QpHS6-->J1nCAyaSGlZS+Ci{$n1r)A6)f;ZR%MNEr-$%(DbgC|{Thf)+fWU3<@4l0I=q`)%87%nbymt)6p PR-54;y`2ma4zaUm_j002Tqm6vh8Ioq?mH-cIqWk{Mvqwj_ce}WkifaOpL*7VDgJ#CDtCOPOO}Zlq&1oChyu8Gis5|D6)Y!F+zfq r>j1&W@`*YxOTw;SdB$4*k!9=2~1vW%taf~1rk3i5dFdgXPWWF9uXv_D6odcKG&4dGL=GoW-1#JA8|!0Yj)n_Y#znnd6&Qg7ZX>I ^a*xlRIzPf*lStg_p{JW(2E>1n}!&(QELWYH(a4-5K#p1gz)^OaG~mKpo7@I=cI|xk+vs%kt@^! !gpIEAi0JK*1}`WQTV3CVk0P0lJ;ivcX6RcCc2V|-`lA3hO<;!;)-#EjBi@K{tt}h0sjDvlmBkA%p2MPRs`wez|54q5mfyh1i-`> S%{(~5kA6&8RXz$_z&tQK71H{U?mDHKLLN}VK~8m>AxR7+`nsn-h2Op_%EozXwTBW_wWAf-h26r{O)@{eJ?pTfWEYC+L8C^)id*ct1wumXb#t?cJ4R%dyGBFr{@UL2u*WxIx7a6|+$W|MO? FQ%BK@7q<;pu7n?o?}+EL7YzA#5om`6u(By;OPi)oBlye(WbE*XbIRKkzT$xp6uyzUFl(?F?xDLABv3*zYarA6NK$bm@9i(EA0^8 |GTY%vY&e*V+4?Z9vkZf!KWovp)WB;Mp_TWQO=oCTd_B=09dJfg{0f;K7|6TSn%T?&JUk_nos)%FaaWc?;VSZp!(*LXAZ<2EjSeoH!h8QgQo6w<4RNbB0Q?rXHlom kPk9LH(kaQOn2qSz3hv&T4mGf#XkO6%x}spr~vSn57T9nYW`JL&Do&Cyxp&`PBH$qsKXslmIxsiO*Svv=h!U%Xy+Mq3;(?DI2!Mp )pkEh<*K}2#X^tw>0RyzE#bZo2HrO$vG=3yeqR>beO!F^GmgJ@wn#Y=(fwIdE@?>cM^n8BN2>68F45ivL6H&AjTTn)!9~hYF=n0y ^JKA7ivuhFjNxHf7)f}@3V?~(bkT<2*VX(o^rUQGWc)4JOndU_Sth+LygB*`%%w^Bb-w!wSHXPs^j;@~{%vDuywb&^2eSVI P)h>@6aWAK002*BhEMoOhaEyMN?BjM@3UFP)h>@6aWAK2mnuJhEPbxVwQyw007x4001ul 003-nV_|G%FJW>oOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ>3m!Y#hgVpVVqn)3Nx7M3t084aHa@CGkvBsv})w MlZ^uBUy|{$&bWVm%Jsp)^V5K-6KUeO-+fUD57wXhZCe|Ybc6BiXuf*GGkK-kS1w>phcRZZQ8y5krZ`PzzGU8L5m_lTlDwMH~Y9F B|GT>bH90f^Ue33x%*MYnpXrqQ)rvevTKC+Ch!}-CDiB52ZX2sE(13J{}#9f_%q-Kfe*Z2h+V)YU?uQbU=7gMfh58<;Cq1&1M7f~0CxbN0j>p(1FM0b2SOyV00b-X^#_^n_kh0%{A=J=;NNTfCGdXIc`egzTg&5=#=UF# +(W<*0NXX)vujx{69^W<2G#;U2`mNv=~|Zm=33VGyTBCiAN9WbOPOy)Detc;<@2_eGN0yB)}ynO>CftMe<|zbm-0EIdj2yS{{&bL ysr6w9k?0zZQy;te*zu_{!1y_d1o2(d!&rdIb6o_9M|}a#{M#J8SD4UGWNrL<;?H? avrbKSY6I>BlY+r|Gb>_SX;s4O%-gveHA?4UcqtnWCiQdTfygfdVQjT<^4Rc 75FOfh4%>YBfZ`MCqp&y9Plv7w~qaN8`uQ==XJdQ1M6A8n)Pg_M}Z%v_*&0#{i*eQ{+HJ?{la>-!yP^Tv-NDpztsDG2&|{L(scJ# vc2xFWO`Z2dhD!ZzO9vPmycF5{i#ak_Y`ml*sbUDn(oIM|5eldn_mAfJ^w$I?1wcQSpUimyuN({(>HElx({vOcxeT`1iL-9f$Pcl ejBu8A7BHp1e1-xJ-~-ao+^&t&sMSBUaR7LKd9oodb^7A<$tR<4rDdw=YeYW@3Cs$_f$2<#c(yt@yFFVUaQ$Zw}5HjTfmLvpN(7} (i{1_XE*Zv@J5c4&jHtypMd*;Zvqbh|5MLDvWfQ{-^6*@tHHrm;t3u7>ORB|Uz%hV8ak!+HI!8qSv=*06lP0R9g7y@u_v8%F;)@Z=Web7Kqd`;Nwc*ur}L Yzx=xQpuQ>yx){eH!9hGuSn*zr1ATb&;5zyIRAIxK44WX@9V5(z5Dcdu$JvHR?GWdu4Q|DNz;9+me2W%T0Z}$wH%-C-OA$!w{qMy Y-Ks01|B1RTiGw)-^%>n(&Go}*#EV4Ebnu5%x9>M<@szK+x4q;%H@2}n @7vDxwPQQy&AIJd4_*O20sN!w95-)oXE`?4b38QHvt3&CxV@g&&(w4NK3~uG`0wfY8Q>l|x1RIi=k=T~>l!$(+8UT&Mx&$gMc}Kz @diHUp>DEgD;QF#pGQuwS0r!G7q|^R~tdJDA@Wc5t3w(c|xE{3{^LrfTRzf@7WXhGfkM{(MLy)fLk10L6`nKa*%EKcYJ^_YB!U _vzkzT5w$pKjcfQmvoo9dagzkem;TLE4Z#uPIl;dia%R$J*w4n6a#gMy`+1Y?w`;|^@Du;f*w;Gc!Kk>G_jZbl|#Fr#}q%03HBT1 &hI8@DMm_k{|^NF=25{h{;c4;jXo;J1;^ZF!7-Ob`y|>a!8Nx9tqbip&_>YCqMc8iMR`@B`x9uEVBdcf?L{;b?UG)99<4|BDevhH XcinJ$q(h=5wt<7t+c*>L|Xi&ngRgnK+a*zfob&332`PYzibQ%#;x9h%Gybepc?&D~f7IzU-WVQ(&*6$i6fnX&pT -{Y>P^<sy{L4(5Dk!0@deBbyzO8Ibh&vfJo6mm8E?a&ZVli7|^T4Lc)QP&wRh+R-VN-KR)Fd2-OV9NW`F Y;jF#J3hp)d#yekpAl?AIbfVKqrQ_dvm&(ZVT^k4t#|P0(#v)CI@yfr${yD==#&JBl4^C5!4cQ$>-WWBoK5CAob#Y~DwPsP4BwQ# HDC(%j|S;kFPbuEpR=K!2wit142ZC!cg7}=y{9anm0 mfU5?K^LbvIZrw^$j=+(>@+$M*#itZ9+^jp+IHSIZI6s{bVZoUA=9NLL=%=$g3?2B*r`4#gU*l{2H8;uaU-$N=l5fvj85S}+rzPA XGhS_xzQ$Dk@W= eZc604me47wT@)m9m?qIA=`AVsj`4H^i=Ue`2X M?@6`#QQqddd?WuG39X&s->l>e4JWMr)jtv|2yle$=R`i@IZI88!Ei=Li^=+fw=1c-|9DbwpQY|+Wl&$4M=$F<1eVkhDb%IT4+s;iK`kRve>$3D)% *tHPVIwm@iLZFI=LsatE`JF4Hw6i})Ob|vn+ZUbI`G|JV?6G=BC|Om?_Zz+(wos&PaCBui3J#RAp?NPdTbEk&xY9=3DXg_0EF1OL >gm_+Vk?u`zykskrS{7HZnsr6tMv)TH`8hj{_&LBPA`PgJclhM8^VITEP=2;*9b(VJ76K!tlk9gh=iopf~4e83`_%}X(CG6VarpM jvN{iQ{=!EzO##KwHZqS?JS?=K~W~=e#4?DP`l@c7sB%7l$^&NSbkV%=qpj-YO$vxk2{lX2Ns<58uG6x2cP_DIl_IH`*ebJ>199;(5n91Z#m*AzOrtw&d `t(%mQp^gsQf$N~yI?21cDkdZ?bP9eooxa&AtTNZhZSX9X*^;=Yn2)n5t94(du0vdX;t*OTTsq;O8Zv7 zMix)sOL|c9=t{pK8+}*K9~5i1Ib0{)g=$4&@6J#4r((#Q)daASL>@eIEP($X~stxU-&6A|P$p78ptOyi+kpV!#sq+!qjy5a4f{sVmj aAyin&619jji(S;w7ZesS83VO)Y8=0w7aospKNYPx9n?d+SAljLbqpQmuuKw)3&sCSGJh}fgKg(Ld !0yZ8nrQ4Yje)d0=o;O44eU4E16eEOxP3828YV9}(SD*WR;xMHRD#DN-a`-qFLu;Lc;Ml|EYkMFct;qnXZnwx?mF7IH>M-8kb8}7 HeL#_SX%Dww)~Q(8Y9sg>A?jm8 EPpw;BJvkWvzw58g5;LyjG?oL6QGV>rnyLYCc6rKVMJOGu+MBT57~(jGEERSfw^Vy8I{2@oh6lq)4{Fi2pDxVxGsY)V|fY&g%Q*o 6DY+czKAC&Jgrm)vx#7#NF)*5Bo1tPUb`Cd7llKq4!aF9FujECRgl0QOW?Jvwk92k6-Yo99$RIt(BlZj@!$pX=NK{SJ80ii-HNo^98RGd>5Kvu^D!3=p2E7v(r #);7!MFR08rQQwQE;@V?UnCGLyFkjtJCqDFFocT08zg92z*5t}SA&Jn{>#e#U!x(iR(YM)z-^WdtztnITP(^KPDx!RD3r(;m*8Hc xVAOhkC@&rnz>1aN|Xl{>J1oESB072Dpv49w&1wQBco-bO}2(gL!4- +bTKgF@v1UPd13)TJRceUd9PyQ6Po|iw3GH?V`#YT3Q`DQB+>YpS*XTy`B<9NyE8J^28QT&W-Dm7{(9F%|@DyPn=dYZjq;wG*QXB p{Q;Yl3!nyH1fq=Nw2S1i@hG+KTJPEr8mJ`*?%;4;p@o$MOh#FsG)G4or$CLyoy2!jd4je84mY)As_W-aI*bnKOP~~GTtj}=6JUa7Sc|y|_M>gv|t7`Rfc)b^rbFJmlw#pXDj^$OZ>uZ>uj;k{kF$Q1s*ht Qhyc>7^B99PNZ$Lf|8ePn-|DJdY5v^rJ|iw `svvP+AGC^f;bkG-eoBY^lQP_s3NGR0F%?3s#v}P*$ZE$7ga60$Lp8>x+w}u6+yS?PDs9p5Sx7d7!}iDEq&MLt~hlD9PvsgyT3#~U;baL7J{oWqdD9GS9B_<+cSQ6+`FQyXY>Wq9#8&YDSGI{1vl{!)BB67 Zd%^;ucpFudnZ=J2+BlPf1)@bgreUj$v1G~WkE%g>mCwoMql(W$)}@ueL1>{r=oJOvb?GYoe7_6D}I~)8WlO6d__e(3yD^}Deujb v*vF6l0Tft_;?NS!y8#jWmHg-$I8r61-$o<)!BmIw3HXieCu6RkBW=LhIG7vO_!t6J)QiYLA{)AM3sTaE`aBfRIl6_<#LSY@>31` JeXA(qJ6GNn-l$(*yo6$JK^IldXMTWHdH8S?N#Oqj7R(mGBfr>*Rc}~Nn%w`UZcas{{c`-0Rj{Q6aWAK002*BhEMY-KM{O928D0~7!N0000_W`>18O928D0~7!N0000_W`O928D 0~7!N0000_W`003-nV_|G%FK%uxP)h*<6ay3h00000PiBTt00000 00000000003IG5A00000000mG?Ln3U003-nV_|G%FK=TnP)h*<6ay3h00000PiBTt0000000000000003IG5A00000000mG?Loc+ 003-nV_|G%FK}!xP)h*<6ay3h00000PiBTt0000000000000003IG5A00000000mG?Lp=P003-nV_|G%FK~1(P)h*<6ay3h00000 PiBTt0000000000000004FCWD00000000mG?LiI%003-nV_|G%FK~2ULQ*eKO928D0~7!N0000_W`{0Bmn#VQghDa&<3I O928D0~7!N0000_W`WV0Bmn# VQghDb9OIKO928D0~7!N0000_W`-B-0Bmn#VQghDbaF3HO928D0~7!N0000_W`Y-KNLWG_rZUrj|* Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhEPd0_8x@;00316001ul0000000000005+cumu1BY;R*>Y-KNLWG_rZUrj|*Q$a^XQ!jF1aA{;M aAWiMo9FHA#U O+`~vK}SVXFHlPX0u%!j0000808eIyP^znfZNr-Y0Gq@C051Rl00000000000HlHKmjD24Z)0I>WiMo9FHA#UO+`~vK}SVXFLGgU X=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNUZ!b(k Urj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhETkMx%U1H0040u001ul0000000000005+cF*E@HY;R*>Y-KNUZ!b(kUrj|*Q$a^XQ!jF1 aA{;MaAWiM-C VlPZXUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhET??Cd?KQ001E*001xm0000000000005+cG86&;Y;R*>Y-KNNVPY>#LtjlrQ&T}l MN= WiMrOFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP@^aWiMrOFHA#UO+`~v K}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEM Y-KNKbuUaqUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhER1)0bm}g004IR0RS%m0000000000005+ce%%59Y;R*>Y-KNKbuUaqUrj|* Q$a^XQ!jF1aA{;MaAJ0|0Dq V_|G%FLHG+OhaEyMN?BjM@3UFP)h*<6ay3h000O8PiBTtIw!_|aWiM!QFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyQ2nr27{~+w0H+85051Rl00000000000HlE{J_G=4Z)0I>WiM!QFHA#U O+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMP00000000005CH8#Ktluo Y;R*>Y-KNSbYDVJFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP@%qq{k)q10OH9305Sjo00000000000HlF;Lj(Y9Z)0I>WiN1a UqVtZOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j0000008eIyPyhe`000000000002TlM000000000G 0PR78-vj_`Z)0I>WiM`GFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP_0pcYGrHy0A?`(051Rl00000000000HlGp-vj_`Z)0I> WiM`GFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNXYcEVgUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhENuNbim9P004|U001ul0000000000005+colFG)Y;R*> Y-KNXYcEVgUrj|*Q$a^XQ!jF1aA{;MaAWiMlMFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP|qOPcfYFu0NMKi051Rl00000000000HlF`Ck6m) Z)0I>WiMlMFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNHY%fehUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhEUY-KNHY%fehUrj|*Q$a^XQ!jF1aA{;MaAWiMuFFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP}9DJw?P;H01h|+051Rl00000000000HlFI mj?iBZ)0I>WiMuFFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNFVJ}QWUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhEVt9A|zNG0025c001ul0000000000005+c 1F#1GY;R*>Y-KNFVJ}QWUrj|*Q$a^XQ!jF1aA{;MaA>14LtjlrQ&T}lMN=>14LtjlrQ&T}lMN=2mowvV_|G%FLP@zOhaEyMN?BjM@3UFP)h*<6ay3h000O8PiBTtGuNAJGaUc`KtTWiF8}}l0000000000 q=D%X2mowvV_|G%FLP@zOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j0000008eIyPyhe`0000000000 02TlM000000000G0PR6(F9-l^Z)0I>WiN1SFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP>*XDTp~^Y0IbFU051Rl0000000000 0HlGPF9-l^Z)0I>WiN1SFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMP00000000005CH8#41NdzY;R*>Y-KNcXkSB4FHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP%!3-xp5f)05doM05Sjo00000 000000HlFKeh2_;Z)0I>WiNVYUqenWOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j0000008eIyPyhe` 000000000002TlM000000000G0PR5pmWiMu7FHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP+4EdT5kaW0QUg^051Rl 00000000000HlF9mWiMu7FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNQZZAwjUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhEU%nv3h4`008zC0RS%m 0000000000005+cD4GZWY;R*>Y-KNQZZAwjUrj|*Q$a^XQ!jF1aA{;MaA@(wV_|G%FJ^KtOhaEyMN?BjM@3UFP)h*<6ay3h000O8PiBTtJ=#MH&XfQEyuASc F8}}l0000000000q=6+S2>@(wV_|G%FJ^KtOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j0000008eIy Pyhe`000000000002TlM000000000G0PR6Qy9oenZ)0I>WiMfJFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP)NpNmW2@j0NE-4 051Rl00000000000HlF*y9oenZ)0I>WiMfJFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ1qJ{B003tIX8;@> 002hK2><{9 """ if __name__ == '__main__': main() rapid-photo-downloader-0.9.23a1/po/0000755000175000017500000000000013645661366017265 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/po/LINGUAS0000644000175000017500000000025713645661365020315 0ustar damondamon00000000000000# 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 sr sv tr uk zh_CNrapid-photo-downloader-0.9.23a1/po/POTFILES.in0000644000175000017500000000177613645661365021054 0ustar damondamon00000000000000install.py upgrade.py raphodo/aboutdialog.py raphodo/backupfile.py raphodo/backuppanel.py raphodo/copyfiles.py raphodo/destinationdisplay.py raphodo/devicedisplay.py raphodo/devices.py raphodo/didyouknow.py raphodo/downloadtracker.py raphodo/errorlog.py raphodo/excepthook.py raphodo/filebrowse.py raphodo/foldercombo.py raphodo/generatenameconfig.py raphodo/generatename.py raphodo/jobcodepanel.py raphodo/messagewidget.py raphodo/nameeditor.py raphodo/newversion.py raphodo/preferencedialog.py raphodo/preferences.py raphodo/primarybutton.py raphodo/problemnotification.py raphodo/proximity.py raphodo/rapid.py raphodo/rememberthisdialog.py raphodo/renameandmovefile.py raphodo/renamepanel.py raphodo/rpdfile.py raphodo/storage.py raphodo/timeutils.py raphodo/thumbnaildaemon.py raphodo/thumbnaildisplay.py raphodo/utilities.py raphodo/viewutils.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 rapid-photo-downloader-0.9.23a1/po/ar.po0000644000175000017500000041753413645661365020244 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\n" "PO-Revision-Date: 2020-03-09 12:29-0400\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Arabic \n" "Language: ar\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 2.2.4\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Ĝ§ĜĜŞĜħ مĜĴلĜŻ Ù„ĜŞÙ†Ĝ²ÙŠÙ„ مقĜ§Ĝ·Ĝı Ĝ§Ù„فيĜŻÙŠÙˆ Ĝليه." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Ĝ´ÙƒĜħ Ĝ§Ù„Ù…Ĝ³Ĝ§Ù‡Ù…ين" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Ĝ§Ù„Ĝ£ĜħĜ´ÙĜİ Ù„ÙŠĜ³ĜŞ Ù…Ù‡ÙŠĜ£Ĝİ" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "لم نĜıĜĞĜħ Ĝıلى ĜĴهĜ§Ĝ² Ĝ£ĜħĜ´ÙĜİ" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "لم يĜ­ĜŻĜŻ Ù…ÙƒĜ§Ù† Ĝ£ĜħĜ´ÙĜİ Ù…Ù‚Ĝ¨ÙˆÙ„" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "Ĝ¨ĜمكĜ§Ù† ĜĴĜıل Ĝ§Ù„ĜµÙˆĜħ وĜ§Ù„مقĜ§Ĝ·Ĝı ĜŞĜ£ĜħĜ´Ù Ĝ§Ù„Ù‰ ĜıĜŻĜİ Ĝ£Ù…Ĝ§ÙƒÙ† ĜħيĜĞمى يĜŞÙ… Ĝ§Ù†Ĝ²ÙŠÙ„Ù‡Ĝ§ (مĜĞلĜ§ Ĝ§Ù„Ù‰ " "قĜħĜµ ĜµÙ„Ĝ¨ ĜĜ§ĜħĜĴي)" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Ĝ£ĜħĜ´Ù Ĝ§Ù„ĜµÙˆĜħ وĜ§Ù„مقĜ§Ĝ·Ĝı ĜıنĜŻ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "ĜŞĜıĜħف Ĝıلى ĜĴهĜ§Ĝ² Ĝ§Ù„Ĝ§ĜħĜ´ÙĜİ Ĝ˘Ù„ÙŠĜ§" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Ĝ§Ĝ³Ù… مĜĴلĜŻ Ĝ§Ù„ĜµÙˆĜħ:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Ĝ§Ĝ³Ù… مĜĴلĜŻ Ĝ§Ù„مقĜ§Ĝ·Ĝı (Ĝ§Ù„فيĜŻÙŠÙˆ):" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "مĜĞĜ§Ù„:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "مكĜ§Ù† Ĝ£ĜħĜ´ÙĜİ Ĝ§Ù„ĜµÙˆĜħ:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "مكĜ§Ù† Ĝ£ĜħĜ´ÙĜİ Ĝ§Ù„مقĜ§Ĝ·Ĝı (Ĝ§Ù„فيĜŻÙŠÙˆ):" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "Ĝ§Ù„Ù‚ĜħĜµ2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "مĜ³Ĝ§Ĝ­Ĝİ Ĝ§Ù„Ĝ£ĜħĜ´ÙĜİ Ĝ§Ù„Ù…ĜŞÙˆÙ‚ĜıĜİ" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "ĜيĜ§ĜħĜ§ĜŞ Ĝ§Ù„Ĝ£ĜħĜ´ÙĜİ" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "مĜµĜşĜħĜ§ĜŞ Ĝ§Ù„مقĜ§Ĝ·Ĝı (THM)" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "ĜµÙˆĜŞÙŠĜ§ĜŞ" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s مقĜ·Ĝı فيĜŻÙŠÙˆ" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "مُĜ³ĜŞĜĜŻÙŽÙ…" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Ĝ²Ĝ§ĜĤĜŻ" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "ĜµÙˆĜħ" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "مقĜ§Ĝ·Ĝı" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Ĝ§Ù„Ù…Ĝ³Ĝ§Ĝ­Ĝİ Ĝ§Ù„Ù…Ĝ³ĜŞĜĜŻÙ…Ĝİ Ĝ§Ù„Ù…ĜŞÙˆÙ‚ĜıĜİ Ĝ¨ĜıĜŻ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "مĜĜµĜµ..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "ĜĜµĜµ ĜنĜ´Ĝ§ĜĦ Ĝ§Ù„Ù…ĜĴلĜŻĜ§ĜŞ Ĝ§Ù„فĜħĜıيĜİ Ù„Ù„ĜµÙˆĜħ" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "ĜĜµĜµ ĜنĜ´Ĝ§ĜĦ Ĝ§Ù„Ù…ĜĴلĜŻĜ§ĜŞ Ĝ§Ù„فĜħĜıيĜİ Ù„Ù„Ù…Ù‚Ĝ§Ĝ·Ĝı" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Ĝ£ĜĜħى" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Ĝ§Ù„Ĝ¨Ĝ­ĜĞ Ĝıن ĜĴهĜ§Ĝ²..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "ĜŞĜĴĜ§Ù‡Ù„ هĜ°Ĝ§ Ĝ§Ù„ĜĴهĜ§Ĝ² مĜ¤Ù‚ĜŞĜ§" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "ĜŞĜĴĜ§Ù‡Ù„ هĜ°Ĝ§ Ĝ§Ù„ĜĴهĜ§Ĝ² ĜŻÙˆÙ…Ĝ§" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "ĜĜıĜ§ĜŻĜİ Ĝ§Ù„Ù…Ĝ³Ĝ­" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s ممĜŞÙ„Ù‰ĜĦ" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "كĜ§Ù…ÙŠĜħĜ§ĜŞ" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Ĝ£ĜĴهĜ²Ĝİ" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the
online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(number)s من %(total)s من Ĝ§Ù„Ù€ %(filetypes)s" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}." "

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Ĝ§Ù„ĜŞĜ§ĜħيĜ Ĝ§Ù„وقĜŞ" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "نĜµ" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Ĝ§Ĝ³Ù… Ĝ§Ù„ملف" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Ĝ§Ù„Ĝ¨ÙŠĜ§Ù†Ĝ§ĜŞ Ĝ§Ù„ÙˆĜµÙÙŠĜİ" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "ĜħمĜ² Ĝ§Ù„مهمĜİ" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "ĜŞĜ§ĜħيĜ Ĝ§Ù„ĜµÙˆĜħĜİ" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "ĜŞĜ§ĜħيĜ مقĜ·Ĝı Ĝ§Ù„فيĜŻÙŠÙˆ" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Ĝ§Ù„يوم" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "وقĜŞ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "Ĝ§Ù„Ĝ§Ĝ³Ù…" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Ĝ§Ù…ĜŞĜŻĜ§ĜŻ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Ĝħقم Ĝ§Ù„ĜµÙˆĜħĜİ" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "Ĝħقم مقĜ·Ĝı Ĝ§Ù„فيĜŻÙŠÙˆ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "فĜŞĜ­Ĝİ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "Ĝ§Ù„Ĝ­Ĝ³Ĝ§Ĝ³ÙŠĜİ (Ĝ§ÙŠĜ²Ùˆ)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "Ĝ§Ù„ĜŞĜıĜħيĜĥ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "Ĝ§Ù„Ĝ·ÙˆÙ„ Ĝ§Ù„Ĝ¨Ĝ¤Ĝħي" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "مĜµÙ†Ĝı Ĝ§Ù„ÙƒĜ§Ù…ÙŠĜħĜ§" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "موĜŻÙŠÙ„ Ĝ§Ù„ÙƒĜ§Ù…ÙŠĜħĜ§" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "Ĝ§Ù„Ĝħقم Ĝ§Ù„ĜŞĜ³Ù„Ĝ³Ù„ÙŠ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "ĜŞĜıĜŻĜ§ĜŻ Ĝ´ĜşÙ„ Ĝ§Ù„Ù…ĜµĜħĜ§Ĝı" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Ĝħقم Ĝ§Ù„ملف" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "مĜĴلĜŻ ÙÙ‚Ĝ·" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Ĝ§Ĝ³Ù… Ĝ§Ù„Ù…Ĝ§Ù„Ùƒ" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "نمĜ· Ĝ§Ù„ĜŞĜħميĜ²" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Ĝ§Ù„ĜıĜħĜĥ" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Ĝ§Ù„Ĝ·ÙˆÙ„" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Ĝ·ÙˆÙ„ Ĝ§Ù„مقĜ·Ĝı" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "لقĜ·Ĝ§ĜŞ Ù„ÙƒÙ„ ĜĞĜ§Ù†ÙŠĜİ" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Ĝ§Ù„فنĜ§Ù†" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "Ĝ­Ù‚وق Ĝ§Ù„Ù…Ĝ¤Ù„ف" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "ĜıĜŻĜŻ Ĝ§Ù„ملفĜ§ĜŞ Ĝ§Ù„Ù…Ĝ³ĜŞÙˆĜħĜŻĜİ Ĝ§Ù„يوم" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "Ĝħقم Ĝ§Ù„ĜĴلĜ³Ĝİ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "ĜıĜŻĜŻ Ĝ§Ù„Ù…ĜĴلĜŻ Ĝ§Ù„فĜħĜıي" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "Ĝ§Ù„Ĝħقم Ĝ§Ù„Ù…ĜĜ²Ù†" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "Ĝ§Ĝ­Ĝħف Ĝ§Ù„ĜŞĜ³Ù„Ĝ³Ù„" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "كل ĜĜ§Ù†Ĝ§ĜŞ Ĝ§Ù„Ĝ§ĜħقĜ§Ù…" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "Ĝ§Ù„ĜĜ§Ù†Ĝİ Ĝ§Ù„Ĝ§ĜيĜħĜİ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "Ĝ£Ĝ­Ĝħف كĜ¨ÙŠĜħĜİ" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "Ĝ£Ĝ­Ĝħف ĜµĜşÙŠĜħĜİ" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "ĜĜ§Ù†Ĝİ ÙˆĜ§Ĝ­ĜŻĜİ" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "ĜĜ§Ù†ĜŞĜ§Ù†" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "ĜĞلĜ§ĜĞ ĜĜ§Ù†Ĝ§ĜŞ" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Ĝ§ĜħĜ¨Ĝı ĜĜ§Ù†Ĝ§ĜŞ" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "ĜمĜ³ ĜĜ§Ù†Ĝ§ĜŞ" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Ĝ³ĜŞ ĜĜ§Ù†Ĝ§ĜŞ" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "Ĝ³Ĝ¨Ĝı ĜĜ§Ù†Ĝ§ĜŞ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "ĜĴĜ²ĜĦ من Ĝ§Ù„ĜĞĜ§Ù†ÙŠĜİ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "Ĝ§Ù„Ĝ´Ù‡Ĝħ (كĜ§Ù…Ù„Ĝ§)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "Ĝ§Ù„Ĝ´Ù‡Ĝħ (مĜĜŞĜµĜħ)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Ĝ£ĜŻĜل Ĝ¨ĜħمĜĴĜİ Ù…Ù‡Ù…Ĝİ ĜĴĜŻÙŠĜŻĜİ, Ĝ§Ùˆ Ĝ§Ĝ³ĜŞĜĜŻÙ… Ĝ¨ĜħمĜĴĜİ Ĝ³Ĝ§Ĝ¨Ù‚Ĝİ" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Ĝ§ĜŻĜل Ĝ¨ĜħمĜĴĜİ Ù…Ù‡Ù…Ĝİ ĜĴĜŻÙŠĜŻĜİ" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "ĜµÙˆÙŠĜħĜ§ĜŞ" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Ĝ§ĜŻĜل مĜ³Ĝ§Ĝħ لĜŞĜĴĜ§Ù‡Ù„Ù‡" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "Ĝ­ĜŻĜŻ Ù…Ĝ³Ĝ§Ĝħ لن يĜŞÙ… Ĝ£Ĝ¨ĜŻĜ§ مĜ³Ĝ­ مĜ§ فيه من ĜµÙˆĜħ Ĝ£Ùˆ مقĜ§Ĝ·Ĝı فيĜŻÙŠÙˆ" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "مĜ³Ĝ§Ĝħ:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "ĜيĜ§ĜħĜ§ĜŞ Ĝ§Ù„Ù…ĜĴلĜŻ Ĝ§Ù„فĜħĜıي يĜĴĜ¨ Ĝ£Ù† لĜ§ ĜŞĜ¨ĜŻĜ£ Ĝ¨Ù€ %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "ĜيĜ§ĜħĜ§ĜŞ Ĝ§Ù„Ù…ĜĴلĜŻ Ĝ§Ù„فĜħĜıي يĜĴĜ¨ Ĝ£Ù† لĜ§ ĜŞĜ¨ĜŞÙ‡ÙŠ Ĝ¨Ù€ %s" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "ĜيĜ§ĜħĜ§ĜŞ Ĝ§Ù„Ù…ĜĴلĜŻ Ĝ§Ù„فĜħĜıي يĜ¨ĜĴĜ¨ Ĝ£Ù† لĜ§ ĜŞĜ­ĜŞÙˆÙ‰ %s Ĝ§ĜĞنĜŞĜ§Ù† Ĝ§Ù„ÙˆĜ§Ĝ­ĜŻ ĜŞÙ„وى Ĝ§Ù„Ĝ§ĜĜħى" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "ĜŞÙ†Ĝ²ÙŠÙ„" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "ĜĴهĜ§Ĝ²" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "ĜيقĜ§Ù" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "مĜĴلĜŻĜ§ĜŞ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„ هĜ°Ĝ§ ĜşÙŠĜħ ĜµĜ­ÙŠĜ­Ĝİ: \n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "مĜĴلĜŻ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„ هĜ°Ĝ§ ĜşÙŠĜħ ĜµĜ­ÙŠĜ­: \n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "ĜµÙˆĜħ" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "فيĜŻÙŠÙˆ" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "ĜµÙˆĜħĜİ" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "فيĜŻÙŠÙˆ" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s ĜŞÙ… ĜŞÙ†Ĝ²ÙŠÙ„Ù‡Ĝ§" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s فĜ´Ù„ ĜŞÙ†Ĝ²ÙŠÙ„Ù‡Ĝ§" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "ĜŞĜ­Ĝ°ÙŠĜħ" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "كل Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„Ĝ§ĜŞ Ĝ£ÙƒĜŞÙ…Ù„ĜŞ" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s نوĜı فĜ´Ù„ ĜŞÙ†Ĝ²ÙŠÙ„Ù‡Ĝ§" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "ĜيĜ§ĜħĜ§ĜŞ Ĝ§Ù„Ĝ¨ĜħنĜ§Ù…ĜĴ ĜşÙŠĜħ ĜµĜ­ÙŠĜ­Ĝİ" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 #, fuzzy msgid "All settings and caches have been reset." msgstr "كل Ĝ§Ù„Ĝ§ĜıĜŻĜ§ĜŻĜ§ĜŞ ÙˆĜ§Ù„ĜيĜ§ĜħĜ§ĜŞ ĜŞÙ… Ĝ§Ĝ³ĜŞĜıĜ§ĜŻĜŞÙ‡Ĝ§ للĜ§ÙĜŞĜħĜ§Ĝĥي" #: ../raphodo/rapid.py:6555 #, fuzzy msgid "Thumbnail Cache has been reset." msgstr "كل Ĝ§Ù„Ĝ§ĜıĜŻĜ§ĜŻĜ§ĜŞ ÙˆĜ§Ù„ĜيĜ§ĜħĜ§ĜŞ ĜŞÙ… Ĝ§Ĝ³ĜŞĜıĜ§ĜŻĜŞÙ‡Ĝ§ للĜ§ÙĜŞĜħĜ§Ĝĥي" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "ĜµÙˆĜħ وفيĜŻÙŠÙˆ" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "ĜµÙˆĜħĜİ" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "مقĜ·Ĝı فيĜŻÙŠÙˆ" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 "ĜĴĜ§Ĝħي Ĝ§Ù„Ù…Ĝ³Ĝ­ ..." #~ 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 "" #~ "هل فĜıلĜ§ ĜŞĜħيĜŻ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„ من هنĜ§ĜŸ في Ĝ¨ĜıĜĥ Ĝ§Ù„Ĝ§Ù†Ĝ¸Ù…Ĝİ, مĜ³Ĝ­ هĜ°Ĝ§ Ĝ§Ù„مكĜ§Ù† يĜ³ĜŞĜşĜħق وقĜŞĜ§ " #~ "Ĝ·ÙˆÙŠÙ„Ĝ§ ĜĴĜŻĜ§." #~ msgid "Downloading from %(location)s." #~ msgstr "ĜŞÙ†Ĝ²ÙŠÙ„ من %(location)s" #~ msgid "Download cannot proceed" #~ msgstr "لĜ§ يمكن Ĝ¨ĜŻĜĦ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„" #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "ĜŞĜ¨Ù‚Ù‰ Ĝ­ÙˆĜ§Ù„ÙŠ %(minutes)i:%(seconds)02i ĜŻÙ‚يقĜİ" #~ msgid "Copy" #~ msgstr "نĜ³Ĝ" #~ msgid "From" #~ msgstr "مِن" #~ msgid "Auto Detect" #~ msgstr "Ĝ§ÙƒĜŞĜ´Ĝ§Ù ĜŞÙ„Ù‚Ĝ§ĜĤي" #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Ĝ§ĜĜŞĜħ مĜĴلĜŻ ÙŠĜ­ĜŞÙˆÙ‰ %(file_types)s" #~ 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 "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 "." #~ msgid "%(free)s free" #~ msgstr "%(free)s ĜĜ§Ù„ÙŠĜİ" #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ "ĜĴĜ§Ĝħي Ĝ£ĜħĜ´ÙĜİ Ĝ§Ù„ĜµÙˆĜħ Ĝ§Ù„Ù‰ Ĝ§Ù„Ù…Ĝ³Ĝ§Ĝħ %(path)s ومقĜ§Ĝ·Ĝı Ĝ§Ù„فيĜŻÙŠÙˆ Ĝ§Ù„Ù‰ Ĝ§Ù„Ù…Ĝ³Ĝ§Ĝħ %(path2)s" #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "ĜĴĜ§Ĝħي Ĝ§ĜħĜ´ÙĜİ Ĝ§Ù„ĜµÙˆĜħ ومقĜ§Ĝ·Ĝı Ĝ§Ù„فيĜŻÙŠÙˆ Ĝ§Ù„Ù‰ Ĝ§Ù„Ù…Ĝ³Ĝ§Ĝħ %(path)s" #~ msgid "Backing up to %(path)s" #~ msgstr "ĜĴĜ§Ĝħي Ĝ§Ù„Ĝ§ĜħĜ´ÙĜİ Ĝ§Ù„Ù‰ Ĝ§Ù„Ù…Ĝ³Ĝ§Ĝħ %(path)s" #~ msgid "Free space:" #~ msgstr "Ĝ§Ù„Ù…Ĝ³Ĝ§Ĝ­Ĝİ Ĝ§Ù„ĜĜ§Ù„ÙŠĜİ:" #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "مĜĴلĜŻ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„ لـ %(file_type)s لĜ§ يمكن Ĝ§Ù„ÙƒĜŞĜ§Ĝ¨Ĝİ ÙÙŠÙ‡" #~ msgid "Folder: %s" #~ msgstr "مĜĴلĜŻ: %s" #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "مĜĴلĜŻ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„ لـ %(file_type)s ĜşÙŠĜħ ĜµĜ­ÙŠĜ­" #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "مĜĴلĜŻ Ĝ§Ù„ĜŞÙ†Ĝ²ÙŠÙ„ لـ %(file_type)s ĜşÙŠĜħ موĜĴوĜŻ" #~ 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 "list photo and video file extensions the program recognizes and exit" #~ msgstr "" #~ "Ĝ§ĜıĜħĜĥ Ĝ§Ù…ĜŞĜŻĜ§ĜŻĜ§ĜŞ Ĝ§Ù„ĜµÙˆĜħ ومقĜ§Ĝ·Ĝı Ĝ§Ù„فيĜŻÙŠÙˆĜ§ĜŞ Ĝ§Ù„ĜŞÙŠ يĜŞĜıĜħف ĜıليهĜ§ Ĝ§Ù„Ĝ¨ĜħنĜ§Ù…ĜĴ وĜ§ĜşÙ„Ù‚" #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "لم نĜ³ĜŞĜ·Ĝı ĜنĜ´Ĝ§ĜĦ Ĝ§Ù„Ù…ĜĴلĜŻ Ĝ§Ù„Ù‡ĜŻÙ: %(directory)s\n" #~ 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 "" #~ "هل ĜŞĜħيĜŻ Ĝ§Ĝ³ĜŞĜĜŻĜ§Ù… هĜ°Ĝ§ Ĝ§Ù„ĜĴهĜ§Ĝ² Ĝ£Ùˆ ĜĴĜ²ĜĦ Ĝ§Ù„Ù‚ĜħĜµ Ĝ§Ù„ĜµÙ„Ĝ¨ لĜĜ³ĜŞÙŠĜħĜ§ĜŻ ĜµÙˆĜħ ومقĜ§Ĝ·Ĝı فيĜŻÙŠÙˆĜŸ" #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Ĝ§Ù„ملف: %(file)s" #~ msgid "Device Detected" #~ msgstr "ĜŞÙ… كĜ´Ù ĜĴهĜ§Ĝ²" #~ msgid "MB/s" #~ msgstr "م.Ĝ¨Ĝ§ÙŠĜŞ/ĜĞ" #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Ĝ§Ù„Ù…ĜµĜŻĜħ: %(source)s\n" #~ "Ĝ§Ù„Ù‡ĜŻÙ: %(destination)s" #~ msgid "_Remember this choice" #~ msgstr "ĜŞĜ°ÙƒĜħ هĜ°Ĝ§ Ĝ§Ù„ĜيĜ§Ĝħ" #~ 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 "ĜĜ·Ĝ£ في ĜĜıĜŻĜ§ĜŻĜ§ĜŞ ĜŞĜşÙŠÙŠĜħ Ĝ£Ĝ³Ù…Ĝ§ĜĦ مقĜ§Ĝ·Ĝı Ĝ§Ù„فيĜŻÙŠÙˆ" rapid-photo-downloader-0.9.23a1/po/be.po0000644000175000017500000043026113645661365020220 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-12 06: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: 2020-04-05 19:20+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: be\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "’Ñ‹ħярыцµ ż°żşÑƒ, şÑƒ´Ñ‹ сця³½ÑƒÑ†ÑŒ ²Ñ–´Ñ°." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "ÑžÑ‚°Ñ€Ñ‹" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "µ ·½ı´·µ½Ñ‹ żÑ€Ñ‹ğ°´Ñ‹ ´ğя рэ·µÑ€²²Ñ‹Ñ… şżÑ–ı" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "›°ş°Ñ†Ñ‹Ñ рэ·µÑ€²²Ñ‹Ñ… şżÑ–ı ½µ ²Ñ‹·½°Ñ‡°½°" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "œ°µÑ†Ñ†° ĵ°³Ñ‡Ñ‹ĵ°ÑÑ†ÑŒ ст²°Ñ€Ñ‹Ñ†ÑŒ рэ·µÑ€²²ÑƒÑŽ şżÑ–ÑŽ ²°ÑˆÑ‹Ñ… фт°·´Ñ‹ĵş°Ñž і ²Ñ–´Ñ° " "½°ÑžżÑ€ÑÑ‚ ż°´Ñ‡°Ñ іх ·°³Ñ€Ñƒ·şÑ–, у тыĵ ğіşÑƒ ½° ²½ş°²Ñ‹Ñ ц²Ñ‘Ñ€´Ñ‹Ñ ´Ñ‹ÑşÑ–." #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Ħт²°Ñ€°Ñ†ÑŒ рэ·µÑ€²²Ñ‹Ñ– şżÑ–Ñ– фт°·´Ñ‹ĵş°Ñž і ²Ñ–´Ñ° ż°´Ñ‡°Ñ ·°³Ñ€Ñƒ·şÑ–" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "ÑžÑ‚°ĵ°Ñ‚ыч½° ²Ñ‹·½°Ñ‡°Ñ†ÑŒ żÑ€Ñ‹ğ°´Ñƒ ´ğя рэ·µÑ€²²Ñ‹Ñ… şżÑ–ı" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "°·²° ż°żşÑ– · фт°:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "°·²° ż°żşÑ– · ²Ñ–´Ñ°:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "ŸÑ€Ñ‹şğ°´:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "›°ş°Ñ†Ñ‹Ñ ´ğя рэ·µÑ€²²Ñ‹Ñ… şżÑ–ı фт°·´Ñ‹ĵş°Ñž:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "›°ş°Ñ†Ñ‹Ñ рэ·µÑ€²²Ñ‹Ñ… şżÑ–ı ²Ñ–´Ñ°:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "´Ñ‹Ñş2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "°ğ°´Ñ‹ рэ·µÑ€²²Ñ‹Ñ… şżÑ–ı" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "ĵі½Ñ–ятуры ²Ñ–´Ñ°" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "°Ñž´Ñ‹Ñ‘" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s ²Ñ–´Ñ°" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "£ĥыт°" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "ŸµÑ€°²Ñ‹ÑˆÑ½½µ" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "Ħ²°ħ´½° %(size_free)s · %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "¤Ñ‚°·´Ñ‹ĵşÑ–" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "’Ñ–´Ñ°" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "£ğ°Ñ½°µ..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "—ş°½Ñ„Ñ–³ÑƒÑ€°²°Ñ†ÑŒ ż°´ż°żşÑ– ´ğя фт°" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "—ş°½Ñ„Ñ–³ÑƒÑ€°²°Ñ†ÑŒ ż°´ż°żşÑ– ´ğя ²Ñ–´Ñ°" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "†½Ñˆ°µ" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "ŸÑ€°²µÑ€ş° żÑ€Ñ‹ğ°´Ñ‹..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "§°Ñ²° і³½°Ñ€°²°Ñ†ÑŒ ³ÑÑ‚ую żÑ€Ñ‹ğ°´Ñƒ" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "—°ÑžÑÑ‘´Ñ‹ і³½°Ñ€°²°Ñ†ÑŒ ³ÑÑ‚ую żÑ€Ñ‹ğ°´Ñƒ" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "ŸµÑ€°Ñş°½°²°Ñ†ÑŒ" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "—°żÑž½µ½° %s" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "š°ĵµÑ€Ñ‹" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s żÑ€Ñ‹ğ°´°Ñž" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "°Ñ†Ñ–с½Ñ–цµ ½° сцяĥş ф°ığ°, ş°ħ ż°·½°Ñ‡Ñ‹Ñ†ÑŒ я³ ´ğя ·°³Ñ€Ñƒ·şÑ–." #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "¤°ığы, яşÑ–я ўĥ ħыğі ·°³Ñ€Ñƒĥ°½Ñ‹Ñ ·°ż°ĵі½°ÑŽÑ†Ñ†°. ’Ñ‹ ĵĥ°Ñ†µ ·½Ñž ż°·½°Ñ‡Ñ‹Ñ†ÑŒ уĥ " "·°³Ñ€Ñƒĥ°½Ñ‹Ñ ф°ığы, °ğµ я½Ñ‹ ½µ ż°·½°Ñ‡°½Ñ‹Ñ… ż° ·ĵ°ÑžÑ‡°½½Ñ–, і іх ĵі½Ñ–яцюры " "²Ñ‹³ğя´°ÑŽÑ†ÑŒ ħğьш цьĵя½Ñ‹ĵі, ş°ħ ²Ñ‹ ĵ°³ğі °´Ñ€·½Ñ–ць іх °´ ф°ığ°Ñž, яşÑ–я яшчэ " "ħу´ÑƒÑ†ÑŒ ·°³Ñ€Ñƒĥ°½Ñ‹." #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Ÿ°Ñ€°´° ´½Ñ" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Ĥі ²µ´°µÑ†µ ²Ñ‹, шт...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Ÿ°ş°·²°Ñ†ÑŒ ż°Ñ€°´Ñ‹ żÑ€Ñ‹ ·°żÑƒÑşµ" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&”°ğµı" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&°·°´" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 сµşÑƒ½´°" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d сµşÑƒ½´" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 х²Ñ–ğі½°" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d х²Ñ–ğі½(ы)" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 ³°´·Ñ–½°" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d ³°´·Ñ–½(ы)" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 ´·µ½ÑŒ" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d ´·Ñ‘½" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 х²Ñ–ğі½°, 1 сµşÑƒ½´°" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 х²Ñ–ğі½°, %d сµşÑƒ½´(ы)" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d х²Ñ–ğі½(ы), 1 сµşÑƒ½´°" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d х²Ñ–ğі½(ы), %(seconds)d сµşÑƒ½´(ы)" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 ³°´·Ñ–½°, 1 х²Ñ–ğі½°" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 ³°´·Ñ–½°, %d х²Ñ–ğі½(ы)" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d ³°´·Ñ–½(ы), 1 х²Ñ–ğі½°" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d ³°´·Ñ–½(ы), %(minutes)d х²Ñ–ğі½(ы)" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 ´·µ½ÑŒ, 1 ³°´·Ñ–½°" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 ´·µ½ÑŒ, %d ³°´·Ñ–½(ы)" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d ´·Ñ‘½, 1 ³°´·Ñ–½°" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d ´·Ñ‘½, %(hours)d ³°´·Ñ–½(ы)" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "—½°ıсці" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "—½°ıсці ½°ÑÑ‚уż½°µ суż°´·µ½½µ · фр°·°ı" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&Ÿ°´Ñ²ÑÑ†Ñ–ць усё" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Ÿ°´Ñ²ÑÑ†Ñ–ць усµ суż°´·µ½½Ñ– · фр°·°ı" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "¨Ñƒş°Ñ†ÑŒ · уğіş°ĵ рэ³Ñ–стр°" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Ħğ²Ñ‹ ц°ğş°ĵ" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "¨Ñƒş°Ñ†ÑŒ тğьşÑ– сğ²Ñ‹ ц°ğş°ĵ" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Ñ‡Ñ‹ÑÑ†Ñ–ць" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "’ыр°· ½µ ·½ı´·µ½Ñ‹" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "ŸÑ€°ħğµĵ° ў Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "ŸÑ€°ħğµĵ° °´ħыğ°ÑÑ ў Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "š°ğі ğ°Ñş°, ż°²µ´°ĵіцµ żÑ€° żÑ€°ħğµĵу ½° {website}\n" "\n" " ”°´°ıцµ log ф°ığ ´° ²°Ñˆ°ı сżÑ€°²°·´°Ñ‡Ñ‹ °ħ ż°ĵыğşµ, яşÑ– ·½°Ñ…´·Ñ–цц° ў " "{log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "´şÑ€Ñ‹Ñ†ÑŒ у ¤°ığ°²Ñ‹ĵ œÑ½°´ĥ°Ñ€Ñ‹..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "¤°ı𰲰я сістэĵ°" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "†½ÑˆÑ‹Ñ..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "”°Ñ‚°/ч°Ñ" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "˘ÑşÑÑ‚" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "°·²° ф°ığ°" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "ÑƒĵµÑ€°Ñ†Ñ‹Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "œµÑ‚ş°" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "”°Ñ‚° ·´Ñ‹ĵş°" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "”°Ñ‚° ²Ñ–´Ñ°" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Ħё½½Ñ" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "§°Ñ ·°³Ñ€Ñƒ·şÑ–" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "°·²°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Ÿ°ÑˆÑ‹Ñ€Ñ½½µ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Ñƒĵ°Ñ€ ·´Ñ‹ĵş°" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "Ñƒĵ°Ñ€ ²Ñ–´Ñ°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "”ыяфр°³ĵ°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "’ыт²Ñ€Ñ†° ş°ĵµÑ€Ñ‹" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "œ°´Ñğь ş°ĵµÑ€Ñ‹" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "ĦµÑ€Ñ‹ı½Ñ‹ ½Ñƒĵ°Ñ€" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "†ĵя ў𰴰ğь½Ñ–ş°" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "š´Ñş" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "¨Ñ‹Ñ€Ñ‹½Ñ" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "’ышы½Ñ" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "”°Ñžĥы½Ñ" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "š°´Ñ€°Ñž ·° сµşÑƒ½´Ñƒ" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Ñ€Ñ‚ыст" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "ÑžÑ‚°Ñ€ÑşÑ–я żÑ€°²Ñ‹" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "Ħця³½ÑƒÑ‚° сё½½Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "Ñƒĵ°Ñ€ сµ°½Ñ°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "Ñƒĵ°Ñ€ ż°´ż°żşÑ–" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "£Ñµ ğічħы" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "żÑˆ½ÑÑ ğічħ°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "’Ż›†š†Ż ›†˘ Ğ" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "ĵ°ğыя ğіт°Ñ€Ñ‹" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "´½° ğічħ°" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "”·²µ ğічħы" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "˘Ñ€Ñ‹ ğічħы" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "§°Ñ‚ыры ğічħы" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "ŸÑÑ†ÑŒ ğічħ°Ñž" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "¨ÑÑÑ†ÑŒ ğічħ°Ñž" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "Ħµĵ ğічħ°Ñž" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "““““œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "““œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "œœ””““““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "œœ””““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "””œœ““““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "””œœ““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "““““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "œœ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "œµÑÑÑ† (ц°ğş°ĵ)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "œµÑÑÑ† (сş°Ñ€Ñ‡°½°)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "““ĦĦ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "““-" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "ĦĦ" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "”°Ñ‚°" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "”°Ñ‚° і ĵµÑ‚ş°" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "““““œœ_œµÑ‚ş°" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "““““œœ" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "ĤэтğіşÑ–" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Ñ€Ñ‹³Ñ–½°ğь½°Ñ ½°·²° ф°ığ°" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "““““œœ””-““-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "““““œœ””-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "““““œœ””-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "““““œœ””-““-œµÑ‚ş°-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "““““œœ””-œµÑ‚ş°-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "““““œœ””_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "““““œœ””-““-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "£²Ñ´·Ñ–цµ ½²Ñ‹ цэтğіş °ħ ²Ñ‹ħярыцµ ст°Ñ€Ñ‹" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "œµÑ‚şÑ– ħу´ÑƒÑ†ÑŒ ´°´°½Ñ‹ ½° %s, у яşÑ–я яшчэ ½Ñĵ° ĵµÑ‚°ş." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "œµÑ‚şÑ– ħу´ÑƒÑ†ÑŒ ´°´°½Ñ‹ ½° %s, у яşÑ–я яшчэ ½Ñĵ° ĵµÑ‚°ş." #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "”°´°Ñ†ÑŒ ĵµÑ‚şÑƒ ´° ·°³Ñ€Ñƒĥ°½Ñ‹Ñ…" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "£²Ñ´·Ñ–цµ ½²Ñ‹ цэтğіş" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "²°Ñ ĵµÑ‚ş° ½µ ħу´·µ ´°´°½° ½° %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "²°Ñ ĵµÑ‚ş° ħу´·µ ´°´°½° ½° %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "ĤэтğіşÑ–" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "œÑ–½Ñ–яцюры" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "´ÑÑƒÑ‚½Ñ–ч°µ ż°ÑˆÑ‹Ñ€Ñ½½µ." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "´ÑÑƒÑ‚½Ñ–ч°µ ½Ñƒĵ°Ñ€." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Ħця³½ÑƒÑ†ÑŒ" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "ŸÑ€Ñ‹ğ°´°" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "ŸÑ€Ñ‹żÑ‹½Ñ–ць" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "·´Ñ‹ĵşÑ–" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "²Ñ–´Ñ°" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "·´Ñ‹ĵşÑ–" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "²Ñ–´Ñ°" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s сця³½ÑƒÑ‚Ñ‹" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s ½µ °Ñ‚рыĵ°ğ°ÑÑ сця³½ÑƒÑ†ÑŒ" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "ż°żÑÑ€Ñ´ĥ°½½Ñ–" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "£Ñµ сця³²°½½Ñ– сş½Ñ‡°½Ñ‹" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s ½µ °Ñ‚рыĵ°ğ°ÑÑ сця³½ÑƒÑ†ÑŒ" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "£Ñµ ½°ğ°´şÑ– ħыğі сşÑ–½ÑƒÑ‚Ñ‹." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "£Ñµ ½°ğ°´şÑ– ħыğі сşÑ–½ÑƒÑ‚Ñ‹." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "ż°´ż°żş° і ½°·²° ф°ığ°" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "½°·²° ф°ığ°" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "ż°´ż°żş°" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Ħця³½ÑƒÑ‚° сё½½Ñ:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "Ÿ°Ñ‡°Ñ‚°ş ´½Ñ:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "·´Ñ‹ĵşÑ– і ²Ñ–´Ñ°" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "—´Ñ‹ĵ°ş" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "’Ñ–´Ñ°" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "—Ñ€ħğµ½° ° %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "š°Ñ€Ñ‚Ñ‹ ż°ĵяці: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "—°³Ñ€Ñƒĥ°½° яş:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Ħş°żÑ–я²°Ñ†ÑŒ żÑƒÑ†ÑŒ" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s і %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "°´·Ñ–½" #: ../raphodo/utilities.py:516 msgid "two" msgstr "´²°" #: ../raphodo/utilities.py:517 msgid "three" msgstr "тры" #: ../raphodo/utilities.py:518 msgid "four" msgstr "ч°Ñ‚ыры" #: ../raphodo/utilities.py:519 msgid "five" msgstr "żÑÑ†ÑŒ" #: ../raphodo/utilities.py:520 msgid "six" msgstr "шэсць" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "сµĵ" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "²Ñµĵ" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "´·µ²ÑÑ†ÑŒ" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "´·µÑÑÑ†ÑŒ" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "°´·Ñ–½°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "´²°½°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "тры½°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "ч°Ñ‚ыр½°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "żÑÑ‚½°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "ш°Ñ½°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "сяĵ½°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "²°ÑÑĵ½°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "´·µ²ÑÑ‚½°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "´²°Ñ†Ñ†°Ñ†ÑŒ" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 "ŸÑ€Ñ‹ğ°´Ñ‹" rapid-photo-downloader-0.9.23a1/po/bg.po0000644000175000017500000037242413645661365020230 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\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" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}." "

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "£ÑÑ‚Ñ€ıст²" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "żÑ€µ´ÑƒżÑ€µĥ´µ½¸Ñ" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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" rapid-photo-downloader-0.9.23a1/po/ca.po0000644000175000017500000042670013645661365020220 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\n" "PO-Revision-Date: 2020-03-09 16:17-0400\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Catalan \n" "Language: ca\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 2.2.4\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Instal·lador del Rapid Photo Downloader" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Baixeu i instal·leu la versi³ mİs recent del Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "No s’ha trobat l’instal·lador:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "S’executar  l’ordre segĵent:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Voleu executar l’ordre ara?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Ha fallat l’ordre" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Heu d’habilitar el repositori Universe." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Heu d’habilitar el repositori EPEL." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Heu d’habilitar el repositori RPM Fusion Free." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Voleu desinstal·lar la versi³ anterior del Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "S’est  comprovant si la versi³ anterior fou instal·lada amb el pipâ€Ĥ" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Per a continuar, s’instal·laran alguns paquets necessaris per a executar " "l’aplicaci³." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Ha fallat la baixada del fitxer de versions." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "S’est  instal·lant l’aplicaci³â€Ĥ" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Voleu instal·lar les p gines del manual de l’aplicaci³?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Si desinstal·leu l’aplicaci³, heu de suprimir les p gines del manual v³s " "mateix." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Abans de continuar, heu d’instal·lar el paquet ÂĞpython3-aptÂğ." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Cancel·la" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Actualitza" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Tanca" #: ../upgrade.py:599 msgid "&Run" msgstr "&Executa" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" "Tanqueu el Rapid Photo Downloader abans d’executar aquesta actualitzaci³." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Ha fallat l’actualitzaci³. Feu clic a Tanca per a sortir." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Cr¨dits" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "No s’han configurat les c²pies de seguretat" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "No s’ha detectat cap dispositiu de c²pia" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" "Encara no s’han especificat ubicacions v lides per a la c²pia de seguretat" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Detecta autom ticament els dispositius de c²pies de seguretat" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Nom de la carpeta de fotos:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Nom de la carpeta de v­deos:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Exemple:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Ubicaci³ de la c²pia de les fotos:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Ubicaci³ de la c²pia dels v­deos:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "unitat2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Opcions de c²pia de seguretat" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "v­deo THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr " udio" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fotos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s v­deos" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "En şs" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "V­deos" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Torna a explorar" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "C meres" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s dispositius" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Consell del dia" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Sab­eu queâ€Ĥ?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Segĵent" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Anterior" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Uns quants segons" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 segon" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d segons" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minut" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minuts" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 hora" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d hores" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 dia" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dies" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minut i 1 segon" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minut i %d segons" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuts i 1 segon" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuts i %(seconds)d segons" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 hora i 1 minut" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 hora i %d minuts" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d hores i 1 minut" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d hores i %(minutes)d minuts" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 dia i 1 hora" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 dia i %d hores" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dies i 1 hora" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dies i %(hours)d hores" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "Resalta-&ho tot" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(number)s de %(total)s %(filetypes)s" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Neteja" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "No s’ha trobat la frase" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Cerca pendentâ€Ĥ" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}." "

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "Obre al gestor de fitxersâ€Ĥ" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Sistema de fitxers" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (la ubicaci³ no existeix)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Data i hora" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nom del fitxer" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadades" #: ../raphodo/generatenameconfig.py:196 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:199 msgid "Job code" msgstr "Codi de tasca" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Data de la imatge" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Data del v­deo" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Avui" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nom" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Extensi³" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Nşmero d’imatge" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Obertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Nşmero del fitxer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Nomİs la carpeta" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Nom del propietari" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "C²dec" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Amplada" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Al§ada" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Durada" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "minşscules" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Un d­git" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Dos d­gits" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Tres d­gits" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Quatre d­gits" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Cinc d­gits" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Sis d­gits" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Subsegons" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Data (guionets)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Data (guions baixos)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Codi de tasca" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Nom de fitxer original" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Resoluci³" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "IntroduŻu un codi de tasca nou o trieu un codi anterior" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "IntroduŻu un codi de tasca nou" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Elimina-ho tot" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniatures" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Gesti³ d’errors" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Miscel·l nia" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Exploraci³ de dispositius" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Afegeixâ€Ĥ" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Elimina" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Dispositius recordats" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Camins ignorats" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" "Utilitza expressions regulars a l’estil del Python" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Comen§a la baixada en engegar el programa" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Tanca el programa quan finalitzi la baixada" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "Tanca el programa fins i tot quan hi hagi errors o avisos" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Ignora la baixada" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Afegeix un identificador şnic" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Sobreescriu" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Omet" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "Cam­:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "Falten les metadades de tipus %(type)s." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "El nom del fitxer no hi tİ cap extensi³." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "El nom del fitxer no hi tİ el component num¨ric." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Baixa" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Dispositiu" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Atura" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Aquesta carpeta de baixada no İs v lida:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "v­deos" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "v­deo" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Problema en fer c²pia de seguretat" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s baixats" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "No s’han pogut baixar %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "S’han completat totes les baixades" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "No s’ha pogut baixar %(filetype)s" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "No s’ha baixat cap fitxer — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "No s’ha baixat cap fitxer" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Els par metres del programa no s³n v lids" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Torna a intentar-ho" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "CAM" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "CARPETA" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, 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:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 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:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "S’han reinicialitzat els par metres i les mem²ries cau." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "S’han reinicialitzat els par metres i les mem²ries cau." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "subcarpeta i nom del fitxer" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nom de fitxer" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "subcarpeta" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Baixades avui:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "Compatibilitat" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotos i v­deos" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "un v­deo" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 v­deo" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "una foto" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "V­deo" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "Arrel del sistema de fitxers" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Imatges" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Targetes de mem²ria: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "Targeta de mem²ria: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Copia el cam­ d’accİs" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "Marca els fitxers com a baixats" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "kB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s i %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "u" #: ../raphodo/utilities.py:516 msgid "two" msgstr "dos" #: ../raphodo/utilities.py:517 msgid "three" msgstr "tres" #: ../raphodo/utilities.py:518 msgid "four" msgstr "quatre" #: ../raphodo/utilities.py:519 msgid "five" msgstr "cinc" #: ../raphodo/utilities.py:520 msgid "six" msgstr "sis" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "set" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "vuit" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "nou" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "deu" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "onze" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "dotze" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "tretze" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "catorze" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "quinze" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "setze" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "disset" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "divuit" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "dinou" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "vint" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&D’acord" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "De&sa" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Ajuda" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&S­" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&No" #: ../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" #~ 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 "Size" #~ msgstr "Mida" #~ msgid "Download Progress" #~ msgstr "Progrİs de la baixada" #~ msgid "Auto Detect" #~ msgstr "Detecci³ autom tica" #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "Videos:" #~ msgstr "V­deos:" #~ msgid "Photos:" #~ msgstr "Fotos:" #~ msgid "and" #~ msgstr "i" #~ msgid "." #~ msgstr "." #~ msgid "Folder: %s" #~ msgstr "Carpeta: %s" #~ msgid "Error: %(inst)s" #~ msgstr "S’ha produŻt un error: %(inst)s" #~ 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" #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s i %(final_volume)s." #~ 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." #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s i %(volume)s." #~ 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" #~ 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" #~ msgid "About %i seconds remaining" #~ msgstr "Queden prop de %i segons" #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s de %(total)s %(filetypes)s (queden %(remaining)s)" #~ msgid "Downloading from %(location)s." #~ msgstr "Baixada des de %(location)s." #~ 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" #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Trieu una carpeta que contingui %(file_types)s" #~ msgid "To" #~ msgstr "A" #~ msgid "; " #~ msgstr "; " #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "No es pot escriure a la carpeta de baixada per %(file_type)s" #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "La carpeta de baixada per %(file_type)s İs incorrecta" #~ 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" #~ msgid "and %s" #~ msgstr "i %s" #~ msgid "Backing up error" #~ msgstr "S’ha produŻt un error en fer la c²pia de seguretat" #~ 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" #~ msgid "Example: %s" #~ msgstr "Exemple: %s" #~ msgid "Jakarta" #~ msgstr "Jakarta" #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "%s, " #~ msgstr "%s, " #~ msgid "The following metadata is missing: " #~ msgstr "Falten les metadades segĵents: " #~ msgid "%(previousproblem)s, and %(backinguperror)s" #~ msgstr "%(previousproblem)s i %(backinguperror)s" #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgid "Source: %(source)s" #~ msgstr "Origen: %(source)s" #~ 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:" #~ 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" #~ 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" #~ 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" #~ msgid "Backing up to %(path)s" #~ msgstr "S’est  copiant en %(path)s" #~ msgid "Device Detected" #~ msgstr "S’ha detectat un dispositiu" #~ msgid "Error generating component %s." #~ msgstr "S’ha produŻt un error en generar el component %s." #~ 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" #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "No s’han pogut llegir els metadades de ÂĞ%(filetype)sÂğ" #~ 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" #~ 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" #~ 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" rapid-photo-downloader-0.9.23a1/po/cs.po0000644000175000017500000065453513645661365020253 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-04-04 07:57+0000\n" "Last-Translator: Pavel Borecki \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: 2020-04-05 19:20+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: cs\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Aby bylo moĊnİ pokračovat, nejdĊ™­ve nainstalujte python3 bal­Äek setuptools " "a to pomoc­ systİmovİ sprĦvy bal­ÄkĊŻ." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "InstalĦtor aplikace Rapid Photo Downloader" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" "StĦhnout a nainstalovat nejnovějĊĦ­ verzi aplikace Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" "Do systİmu byl pĊ™idĦn repozitĦĊ™ software RPM Fusion Free a to z dĊŻvodu aby " "bylo moĊnİ (1) vytvĦĊ™et nĦhledy pro větĊĦ­ mnoĊstv­ videoformĦtĊŻ, a (2) " "pracovat s obrĦzky ve formĦtu HEIC / HEIF." #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "InstalĦtor nenalezen:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "InstalĦtor nen­ ve formĦtu tar.gz:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "ZadanĦ verze PyQt5 neexistuje. Platnİ verze jsou: {}." #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} bude aktualizovĦno z verze {} na verzi {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Budou nainstalovĦny novějĊĦ­ verze těchto bal­Äky Python3 a to jen pro tento " "uĊivatelsk½ şÄet (tj. ne pro cel½ systİm): {}" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "ZjiĊĦtěno nesprĦvnİ vlastnictv­ sloĊky. Vlastnictv­ bude změněno a pĊ™­stupovĦ " "prĦva resetovĦna pro {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "Bude spuĊĦtěn nĦsleduj­c­ pĊ™­kaz:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" "sudo vĦs mĊŻĊe vyzvat k zadĦn­ hesla k şÄtu, oprĦvněnİho k jeho pouĊit­." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Chcete spustit pĊ™­kaz nyn­?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Odpověď nen­ ano – ukončuje se." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "VykonĦvĦn­ pĊ™­kazu se nezdaĊ™ilo" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "UkončovĦn­" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Je tĊ™eba zapnout pouĊ­vĦn­ repozitĦĊ™e Universe." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "Je tĊ™eba pĊ™idat si komunitn­ repozitĦĊ™ IUS." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Je tĊ™eba, aby byl povolen repozitĦĊ™ EPEL." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Je tĊ™eba, aby byl povolen repozitĦĊ™ RPM Fusion Free." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Chcete odinstalovat pĊ™edchoz­ verzi Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "DotazovĦn­ systİmu sprĦvy bal­ÄkĊŻ zda je nainstalovanĦ starĊĦ­ verze Rapid " "Photo Downloader (mĊŻĊe to chv­li trvat)â€Ĥ" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "OdinstalovĦvĦ se bal­Äek, poskytovan½ systİmem" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "NedaĊ™­ se dotĦzat systİmu sprĦvy bal­ÄkĊŻ. Zkontrolujte pĊ™ipojen­ k Internetu " "a zkuste to znovu." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" "ZjiĊĦĊovĦn­ zda pĊ™edchoz­ verze byla nainstalovanĦ pomoc­ nĦstroje pipâ€Ĥ" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "NĦsleduj­c­ bal­Äek je systİmu neznĦm½: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Aby bylo moĊnİ pokračovat, budou nainstalovĦny bal­Äky potĊ™ebnİ pro provoz " "aplikace." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "ZjiĊĦĊovĦn­ nainstalovan½ch a dostupn½ch bal­ÄkĊŻ (mĊŻĊe chv­li trvat)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "DotazovĦn­ sprĦvce bal­ÄkĊŻ zypper zda a pĊ™­padně kterİ potĊ™ebnİ bal­Äky uĊ " "jsou nainstalovanİ (mĊŻĊe chv­li trvat)â€Ĥ " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "DotazovĦn­ sprĦvce bal­ÄkĊŻ yum zda jsou nainstalovanİ vĊĦechny potĊ™ebnİ " "bal­Äky (mĊŻĊe chv­li trvat)â€Ĥ " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "DotĦzat se na potvrzen­ pĊ™i kaĊdİm z krokĊŻ." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "PĊ™i stahovĦn­ nejnovějĊĦ­ verze, nainstalovat v½vojovou verzi pokud je " "novějĊĦ­, neĊ ta stabiln­." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Voliteln½ tar.gz archiv instalĦtoru Rapid Photo Downloader. Pokud nen­ " "zadĦn, bude z Internetu staĊena nejnovějĊĦ­ verze." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "NespouĊĦtět instalĦtor z tar.gz instalačn­ho archivu Rapid Photo Downloader " "pokud je novějĊĦ­ neĊ tato verze ({}). V½choz­m chovĦn­m je spustit kter½koli " "novějĊĦ­ instalĦtor." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Odinstalovat Rapid Photo Downloader kter½ byl nainstalovĦn pomoc­ pip s t­m, " "Ċe zĊŻstanou zachovanİ ostatn­ součĦsti, na kter½ch aplikace zĦvisela." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Odinstalovat ostatn­ součĦsti, na kter½ch aplikace zĦvisela (nainstalovanİ " "pomoc­ pip), nĦsledně aplikaci samotnou a pak skončit." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Pozn.: toto nikdy neodebere instalaci Rapid Photo Downloader nainstalovanou " "prostĊ™ednictv­m sprĦvy bal­ÄkĊŻ vĦmi pouĊ­vanİ Linuxovİ distribuce." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "SoučĦsti, na kter½ch aplikace zĦvisela budou odebrĦny pouze tehdy, pokud " "nejsou potĊ™ebnİ pro ĊĦdnİ dalĊĦ­ programy." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Pozn.: tato pĊ™edvolba odebere součĦsti, na kter½ch aplikace zĦvisela bez " "ohledu na to zda jsou potĊ™ebnİ pro dalĊĦ­ programy kterİ byly nainstalovanİ " "pomoc­ pip. Pokud chcete tomuto chovĦn­ zamezit, pĊ™ejděte na verzi pip 9.0 a " "novějĊĦ­. MĊŻĊete to provİst pĊ™­kazem „python3 -m pip install pip -U --user“. " "Takİ poznamenejme, Ċe nikdy neodebere instalaci Rapid Photo Downloader " "nainstalovanou prostĊ™ednictv­m sprĦvy bal­ÄkĊŻ vĦmi pouĊ­vanİ Linuxovİ " "distribuce." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Nainstalovat do stĦvaj­c­ho Python virtuĦln­ho prostĊ™ed­. ProstĊ™ed­, " "vytvoĊ™enĦ s pouĊit­m volby --system-site-packages nejsou podporovĦna." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "Konkrİtn­ verze PyQt5 k instalaci(v½choz­ je nejnovějĊĦ­ version{})." #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "Nam­sto pouĊit­ PyQt5 z PyPi, pouĊ­t verzi z vĦmi vyuĊ­vanİ linuxovİ " "distribuce. Odinstaluje jakİkoli PyPi verze, kterİ uĊ jsou nainstalovanİ." #: ../install.py:2200 msgid "Failed to download versions file." msgstr "NepodaĊ™ilo se stĦhnout soubor s verzemi." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "PĊ™i pĊ™­stupu k souboru s verzemi obdrĊen chybov½ k³d {}" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Je nĦm l­to, nepodaĊ™ilo se naj­t instalĦtor. Zkontrolujte pĊ™ipojen­ k " "Internetu a ověĊ™te, Ċe je dosaĊiteln½ web https://www.damonlynch.net\n" "\n" "Ukončuje se.\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Bal­Äek {} se sice nepodaĊ™ilo nainstalovat, ale instalace Rapid Photo " "Downloader bude pokračovat i tak." #: ../install.py:2459 msgid "Received error code" msgstr "ObdrĊen chybov½ k³d" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" "NepodaĊ™ilo se nainstalovat ostatn­ součĦsti, kterİ aplikace potĊ™ebuje: " "ukončuje se." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Aplikaci se nepodaĊ™ilo nainstalovat: ukončovĦn­â€Ĥ" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Instalace ostatn­ch součĦst­ potĊ™ebn½ch pro aplikaciâ€Ĥ" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" "Podpora pro vytvĦĊ™en­ nĦhledĊŻ z formĦtu HEIF / HEIC nen­ v systİmu k " "dispozici" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" "ProstĊ™ed­ KDE Neon -> neinstaluj­ se bal­Äky PyPI PyQt5 (uĊ jsou v systİmu)" #: ../install.py:2736 msgid "Installing application..." msgstr "Instalace aplikaceâ€Ĥ" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "PĊ™ejete si nainstalovat manuĦlovİ strĦnky aplikace?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Budou nainstalovĦny do {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Pokud aplikaci odinstalujete, tyto manuĦlovİ strĦnky potom odeberte." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Chcete nainstalovat manuĦlovİ strĦnky?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "ManuĦlovİ strĦnky jsou k dispozici v {}/share/man/man1" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Instalace manuĦlov½ch strĦnek do {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "NepodaĊ™ilo se vytvoĊ™it sloĊku pro manuĦlovou strĦnku: ukončuje se." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "NepodaĊ™ilo se zkop­rovat manuĦlovou strĦnku." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo Downloader je moĊnİ spustit bez aktivace virtuĦln­ho prostĊ™ed­ " "spuĊĦtěn­m {}/bin/rapid-photo-downloader" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Aby bylo moĊnİ aplikaci spustit (z pĊ™­kazovİho Ċ™Ħdku nebo kliknut­m na " "zĦstupce), mĊŻĊe b½t tĊ™eba restartovat poč­tač." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" "Pro spouĊĦtěn­ programu (z pĊ™­kazovİho Ċ™Ħdku či spouĊĦtěče) je tĊ™eba pĊ™idat si " "{path} do proměnnİ $PATH." #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Pokud pĊ™i ukončovĦn­ dojde k PoruĊĦen­ ochrany paměti (segmentation fault), " "nemus­te tomu věnovat pozornostâ€Ĥ)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "Pro odebrĦn­ instalace Rapid Photo Downloader provedenİ prostĊ™ednictv­m " "python3 nĦstroje pip je tĊ™eba,\n" "aby tento nĦstroj byl pĊ™­tomen. ProtoĊe tomu tak nen­, nelze pokračovat a " "ukončuje se." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "NespouĊĦtějte tento instalačn­ skript s prĦvy sprĦvy systİmu (sudo/root).\n" "SpusĊte ho jako uĊivatel kter½ bude aplikaci pouĊ­vat.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" "Zadejte jen jedno z --PyQt5-version nebo --use-system-PyQt5 – ne oboj­ narĦz." #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "Je nĦm l­to, ale pro platformu Intel / AMD 64 bit zadĦn­ konkrİtn­ verze " "PyQt5 vyĊaduje Python 3.5 a novějĊĦ­." #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Zadejte verzi PyQt5 v podobě X.X nebo X.X.X" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Chcete Rapid Photo Downloader nainstalovat do stĦvaj­c­ho virtuĦln­ho " "prostĊ™ed­?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "Je nĦm l­to, ale instalace Rapid Photo Downloader do Python virtuĦln­ho " "prostĊ™ed­ vyĊaduje Python verze 3.5 a novějĊĦ­ a 64 bit Intel nebo AMD " "platformu." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Pro instalaci Rapid Photo Downloader do Python virtuĦln­ho prostĊ™ed­, " "vytvoĊ™te a aktivujte takovİ, neĊ tento skript spust­te." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "PouĊit­m virtuĦln­mo prostĊ™ed­ pro instalaci pomoc­ pip." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" "Pokud pouĊijete tento, nezadĦvejte uĊ ĊĦdnİ dalĊĦ­ argumenty pĊ™­kazovİho Ċ™Ħdku" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Je nĦm l­to, ale tento instalĦtor nepodporuje vlastn­ instalace python.\n" "Ukončuje seâ€Ĥ" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "RestartovĦn­ skriptu pomoc­ systİmovİ instance interpreteru pythonâ€Ĥ" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "ZjiĊĦtěnĦ linuxovĦ distribuce {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "UkončovĦn­..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" "Aby bylo moĊnİ pokračovat, je tĊ™eba, aby byl nainstalovan½ bal­Äek python3-" "apt." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "ProstĊ™ednictv­m sprĦvy bal­ÄkĊŻ vĦmi pouĊ­vanİ Linuxovİ distribuce " "nainstalujte nĦsleduj­c­ bal­Äky a spusĊte tento instalĦtor znovu:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Pro spuĊĦtěn­ tİto aplikace je tĊ™eba, aby byly nainstalovanİ programy kterİ " "asistuj­ Python 3 a jeho sprĦva bal­ÄkĊŻ." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Instalace python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "PĊ™ej­t na novějĊĦ­ verzi Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Storno" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&PĊ™ej­t na novějĊĦ­ verzi" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Kliknut­m na „PĊ™ej­t na novějĊĦ­ verzi“ pĊ™ejdete na verzi %s." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" "PĊ™echod na novějĊĦ­ verzi zahĦj­te kliknut­m na stejnojmennİ tlač­tko." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&ZavĊ™­t" #: ../upgrade.py:599 msgid "&Run" msgstr "&Spustit" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" "PĊ™ed zahĦjen­m pĊ™echodu na novějĊĦ­ verzi Rapid Photo Downloader ukončete." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Prob­hĦ pĊ™echod na novějĊĦ­ verziâ€Ĥ" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "šspěĊĦně pov½ĊĦeno na %s. Kliknut­m na ZavĊ™­t ukončete nebo Spustit aplikaci " "spusĊte." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "PĊ™echod na novějĊĦ­ verzi şspěĊĦně dokončen. Kliknut­m na ZavĊ™­t ukončete nebo " "Spustit aplikaci spusĊte." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "PĊ™echod na novějĊĦ­ verzi se nezdaĊ™il. Kliknut­m na ZavĊ™­t ukončete." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "PĊ™echod na novějĊĦ­ verzi %sâ€Ĥ" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Pokračujte stiskem libovolnİ klĦvesyâ€Ĥ" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "PĊ™echod na novějĊĦ­ verzi Rapid Photo Downloader se nezdaĊ™il" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Python bal­Äek %s nebylo moĊnİ aktualizovat. Nelze pokračovat v pĊ™echodu na " "novějĊĦ­ verzi." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "PoděkovĦn­" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "ZĦlohy nejsou nastavenİ" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Nebyla zjiĊĦtěna ĊĦdnĦ zĦlohovac­ zaĊ™­zen­" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Doposud jste nezadali platnĦ um­stěn­ zĦloh" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Stahovanİ fotografie a videa hned zĦlohovat" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Automaticky zjiĊĦĊovat zĦlohovac­ zaĊ™­zen­" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "NĦzev sloĊky pro fotografie:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "NĦzev sloĊky pro videa:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "PĊ™­klad:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Um­stěn­ zĦloh fotografi­:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Um­stěn­ zĦloh vide­:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "şloĊiĊĦtě2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "PĊ™edpoklĦdanİ vyuĊit­ zĦlohovac­ho şloĊiĊĦtě" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "PĊ™edvolby zĦlohovĦn­" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "nĦhledovİ video (.THM)" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "zvuk" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fotografi­" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s vide­" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "VyuĊito" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "PĊ™ekračuje" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s voln½ch z %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Fotografie" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Videa" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "PĊ™edpoklĦdanİ vyuĊit­ şloĊiĊĦtě po dokončen­ stahovĦn­" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Vlastn­â€Ĥ" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Nastavit vyvĦĊ™en­ podsloĊek pro fotografie" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Nastavit vyvĦĊ™en­ podsloĊek pro videa" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Ostatn­" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "ZkoumĦn­ zaĊ™­zen­â€Ĥ" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Toto zaĊ™­zen­ dočasně ignorovat" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Toto zaĊ™­zen­ trvale ignorovat" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Znovu prohledat" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s zaplněno" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "FotoaparĦty" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, 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:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " V pĊ™­padě jak½chkoli problİmĊŻ se v doln­ čĦsti okna objev­ " "červenĦ ikona\n" " s označen­m kolik chybov½ch hlĦĊĦen­ se vyskytlo. Kliknut­ na n­ " "otevĊ™e okno s hlĦĊĦen­mi chyb.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " Okno s chybov½mi hlĦĊĦen­mi vypisuje jakİkoli problİmy kterİ se " "vyskytly pĊ™ed, v prĊŻběhu nebo po \n" " stahovĦn­. OranĊov½ trojşheln­k pĊ™estavuje varovĦn­, červen½ " "kruh znač­ nezdar, \n" " a čern½ kruh znač­ zĦvaĊnějĊĦ­ nezdar. Je moĊnİ kliknou na " "hypertextov½ odkaz a otevĊ™­t \n" " tak jeho soubor nebo zaĊ™­zen­ ve sprĦvci souborĊŻ. V hlĦĊĦen­ch je " "moĊnİ takİ vyhledĦvat pomoc­ \n" " pĊ™­sluĊĦnİ kolonky vlevo dole okna s chybov½mi hlĦĊĦen­mi.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" "\n" "

Ve v½ĊĦe uvedenİ ukĦzce je prvn­ Ċ™Ħdek časovİ osy čern½m p­smem, protoĊe " "vĊĦechny soubory \n" "k tomuto datu uĊ byly staĊenİ dĊ™­ve.

\n" "

Posuvn­k časovİ osy upravuje dobu uplynulou mezi po sobě jdouc­mi sn­mky " "kterĦ slouĊ­ \n" "pro vytvĦĊ™en­ časovİ osy:

\n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" "\n" " NĦhledovİ obrĦzky mohou b½t Ċ™azeny podle rĊŻzn½ch kritİri­:\n" "
    \n" "
  1. OkamĊik şpravy: kdy byl soubor naposledy upraven na zĦkladě şdajĊŻ " "z jeho vnitĊ™n­ch metadat (pokud \n" " jsou k dispozici) nebo podle şdajĊŻ souborovİho systİmu (nĦhradn­ " "Ċ™eĊĦen­).
  2. \n" "
  3. ZaĊĦkrtnuto: zda jsou soubory označenİ ke stahovĦn­.
  4. \n" "
  5. NĦzev souboru: şpln½ nĦzev souboru (včetně pĊ™­pony).
  6. \n" "
  7. PĊ™­pona: pĊ™­pona souborĊŻ. Je moĊnİ pouĊ­t napĊ™­klad pro seskupen­ " "jpeg a raw obrĦzku.
  8. \n" "
  9. Typ souboru: fotografie nebo video.
  10. \n" "
  11. ZaĊ™­zen­: nĦzev zaĊ™­zen­ ze kterİho jsou fotografie a videa " "stahovĦny.
  12. \n" "
" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" "\n" "PĊ™i vym½ĊĦlen­ svİ struktury sloĊek pro stahovĦn­ pamatujte na dva odliĊĦnİ " "typy sloĊek:\n" "
    \n" "
  1. C­lovĦ sloĊka, napĊ™. „ObrĦzky”, „Fotografie“ nebo „Videa“. Tato " "sloĊka by uĊ \n" "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" "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 \n" "ikonou ozubenİho kola na (şplně) pravİ straně.
  2. \n" "
  3. PodsloĊky pro stahovĦn­, coĊ jsou sloĊky kterİ budou automaticky " "vytvĦĊ™eny aplikac­ \n" "Rapid Photo Downloader. Nemus­ jeĊĦtě na poč­tači existovat, ale je v " "poĊ™Ħdku, pokud uĊ ano.\n" "Budou vytvĦĊ™eny pod c­lovou sloĊkou.
  4. \n" "
\n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "Fotografie a videa je moĊnİ stĦhnout do stejnİ c­lovİ sloĊky nebo určit pro " "kaĊdİ zvlĦĊĦĊ. \n" "To stejnİ plat­ pro podsloĊky pro stahovĦn­ – opět do stejn½ch nebo pro " "kaĊdİ jinİ schİma. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" "\n" "Pokud je to moĊnİ, aplikace zobraz­ nĦhled uspoĊ™ĦdĦn­ podsloĊek pro " "stahovĦn­ fotografi­ a vide­:\n" "
    \n" "
  1. Strom c­lovİ sloĊky zobrazuje podsloĊky, kterİ uĊ na poč­tači existuj­ " "(s nĦzvy v běĊn½m, \n" " 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. \n" "
  3. Strom sloĊek takİ zobrazuje do kter½ch podsloĊek budou soubory stahovĦny " "(do těch začerněn½ch).
  4. \n" "
\n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "NĦzvy podsloĊek pro stahovanİ typicky b½vaj­ tvoĊ™eny někter½mi z " "nĦsleduj­c­ch prvkĊŻ:\n" "
    \n" "
  1. Metadata souboru, velmi často včetně data vytvoĊ™en­ fotografie " "nebo videa, ale mĊŻĊe \n" "takİ zahrnovat model, sİriovİ Ä­slo fotoaparĦtu nebo pĊ™­ponu souboru – napĊ™. " "JPG nebo CR2.
  2. \n" "
  3. Ċ t­tek, coĊ je voln½ text kter½ zadĦte v okamĊiku stahovĦn­ jako " "tĊ™eba nĦzev udĦlosti nebo m­sta.
  4. \n" "
  5. Text kter½ chcete aby se objevil pokaĊdİ, jako tĊ™eba spojovn­k " "nebo mezera.
  6. \n" "
\n" "Naz½vĦn­ podsloĊek rokem, nĦsledovan½m měs­cem (v č­selnİm vyjĦdĊ™en­) a " "nakonec dnem \n" "usnadĊˆuje Ċ™azen­ ve sprĦvci souborĊŻ a proto je to v½choz­ pĊ™edvolba:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "Pro automatickİ vytvĦĊ™en­ podsloĊek v prĊŻběhu stahovĦn­ je moĊnİ pouĊ­t " "jednu z pĊ™ednastaven½ch \n" "sad, pĊ™­tomn½ch uĊ v aplikaci Rapid Photo Downloader, nebo vytvoĊ™it svou \n" "vlastn­. Kliknut­m na ikonu ozubenİho kola rozbal­te pĊ™­sluĊĦnou nab­dku: " " \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "Z rozbalovac­ nab­dky vyberte vestavěnou pĊ™ednastavenou sadu nebo klikněte " "na Vlastn­ a nastavte \n" "si svİ vlastn­ schema. To vytvoĊ™­te pomoc­ editoru vytvĦĊ™en­ podsloĊek pro " "fotografie nebo videa: \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 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/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "VnoĊ™enİ sloĊky pro stahovanİ nemus­te vytvĦĊ™et. Tato ukĦzka zobrazuje " "vytvĦĊ™en­ podsloĊek \n" "kterİ obsahuj­ pouze datum kdy byly fotografie poĊ™­zeny a ĊĦt­tek:\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "Ačkoli je k dispozici mnoho pĊ™edpĊ™ipraven½ch ĊĦablon pojmenovĦn­ dle " "data/času, je moĊnİ, Ċe \n" "budete potĊ™ebovat něco jinİho. Nen­ problİm vytvoĊ™it svoj­ vlastn­. Je moĊnİ " "kombinovat datum/čas \n" "a vytvĦĊ™et tak novĦ spojen­. NapĊ™­klad kdyĊ chcete formĦt data, kter½ " "kombinuje rok (RRRR), spojovn­k \n" "a měs­c (MM) do podoby RRRR-MM, je moĊnİ toho dosĦhnout takto (povĊĦimněte si " "červenİho krouĊku \n" "kolem spojovn­ku):\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "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.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "Ċ t­tky umoĊĊˆuj­ snadno zadat text kter½ popisuje sadu fotografi­ nebo " "vide­. MĊŻĊete je \n" "pak pouĊ­vat v nĦzvech podsloĊek a souborĊŻ. V tİto ukĦzce maj­ některİ " "soubory ĊĦt­tek „Ulice“ \n" "a označenİ soubory dostanou ĊĦt­tek „Ovocny_trh“: \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "Novİ Äi stĦvaj­c­ ĊĦt­tky je moĊnİ pouĊ­t pĊ™ed zahĦjen­m stahovĦn­. Pokud " "stahovĦn­ obsahuje \n" "nějakİ soubory, kterİ jeĊĦtě nejsou opatĊ™enİ ĊĦt­tkem, budete pĊ™ed zahĦjen­m " "stahovĦn­ vyzvĦni \n" "k jeho zadĦn­.\n" " " #: ../raphodo/didyouknow.py:318 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/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/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "Pokud budete souborĊŻm s fotografiemi a videi dĦvat neopakuj­c­ se nĦzvy, " "nikdy se vĦm \n" "nebude plİst kter½ soubor je kter½. PouĊit­ poĊ™adov½ch č­sel pro " "zajiĊĦtěn­ toho, \n" "Ċe jsou nĦzvy souborĊŻ neopakuj­c­ je velmi doporučeno!\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

\n" " " msgstr "" "\n" "

Jsou k dispozici čtyĊ™i typy poĊ™adov½ch č­sel, kterİ vĦm pomohou " "pĊ™iĊ™azovat fotografi­m a vide­m \n" "neopakuj­c­ se nĦzvy:\n" "

    \n" "
  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. \n" "
  3. 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.
  4. \n" "
  5. PoĊ™ad­ ve staĊen½ch nyn­: resetuje se pokaĊdİ, kdyĊ je aplikace " "spuĊĦtěnĦ.
  6. \n" "
  7. PoĊ™ad­ p­smeny: jako pĊ™edchoz­, ale s pouĊit­m p­smen.
  8. \n" "

\n" "

\n" "V­ce o poĊ™adov½ch č­slech se dočtete v dokumenta" "ci na webu projektu.

\n" " " #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "Panel PĊ™ejmenovat umoĊĊˆuje nastavit pĊ™ejmenovĦvĦn­ souborĊŻ. Je moĊnİ " "volit z existuj­c­ch sad \n" "nastaven­ nebo určit svĦ vlastn­. \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" "\n" "

PĊ™edvolba synchronizovat RAW + JPEG je uĊitečnĦ pokud pouĊ­vĦte " "funkci RAW + JPEG \n" "svİho fotoaparĦtu a poĊ™adovĦ č­sla pĊ™i pĊ™ejmenovĦvĦn­ fotografi­. Zapnut­ " "tİto pĊ™edvolby zpĊŻsob­, Ċe \n" "aplikace zjist­ dvojice RAW a JPEG fotografi­ a v nĦzvech obou pouĊije " "stejnİ poĊ™adovİ Ä­slo. PoĊ™adovİ \n" "č­slo se nĦsledně zv½ĊĦ­ jen o jednu fotografii.

\n" "

\n" "V­ce o pĊ™ejmenovĦvĦn­ souborĊŻ se dočtete v dokumentaci na " "webu projektu.

\n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "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 \n" "na extern­ pevnİ disky nebo s­ĊovĦ sd­len­. ZĦlohovac­ zaĊ™­zen­ mohou b½t " "zjiĊĦĊovĦna automaticky nebo \n" "je moĊnİ zadat pĊ™esnİ um­stěn­ zĦloh.\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "Některİ z pĊ™edvoleb aplikace je moĊnİ nastavit takİ z pĊ™­kazovİho Ċ™Ħdku, " "včetně určen­ zdrojĊŻ \n" "stahovĦn­, c­lĊŻ a zĦloh. DĦle je odtud moĊnİ resetovat nastaven­ na jejich " "v½choz­ hodnoty \n" "a vyčistit mezipaměti a zapamatovanİ soubory. \n" " " #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" "\n" "Rapid Photo Downloader zachĦz­ se tĊ™emi typy mezipamět­:\n" "
    \n" "
  1. MezipaměĊ nĦhledov½ch obrĦzkĊŻ jej­Ċ jedin½m şÄelem je uchovĦvat " "nĦhledy souborĊŻ, \n" "nachĦzej­c­ch se na vaĊĦich fotoaparĦtech, paměĊov½ch kartĦch a ostatn­ch " "zaĊ™­zen­ch.
  2. \n" "
  3. DočasnĦ mezipaměĊ souborĊŻ, staĊen½ch z fotoaparĦtu – jedna pro " "fotografie a druhĦ pro \n" "videa. NachĦzej­ se v dočasn½ch podsloĊkĦch v c­li stahovĦn­.
  4. \n" "
  5. MezipaměĊ nĦhledĊŻ desktopovİho prostĊ™ed­, do kterİ Rapid Photo " "Downloader uklĦdĦ nĦhledy \n" "RAW a TIFF fotografi­, jakmile jsou staĊeny. SprĦvci souborĊŻ, jako tĊ™eba " "Gnome Files tuto mezipaměĊ pouĊ­vaj­ \n" "takİ, takĊe jsou takİ schopnİ zobrazit nĦhledy těchto souborĊŻ.
  6. \n" "
\n" "V­ce o těchto mezipamětech a jejich vlivu na v½kon se dočtete v dokumentaci na " "webu projektu.\n" " " #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Tip dne" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Věděli jsteâ€Ĥ?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Zobrazovat tipy pĊ™i spuĊĦtěn­ aplikace" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&DalĊĦ­" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&PĊ™edchoz­" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "PĦr sekund" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 sekunda" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d sekund" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minuta" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minut" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 hodina" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d hodin" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 den" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dnĊŻ" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minuta, 1 sekunda" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuta, %d sekund" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minut, 1 sekunda" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minut, %(seconds)d sekund" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 hodina, 1 minuta" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 hodina, %d minut" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d hodin, 1 minuta" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d hodin, %(minutes)d minut" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 den, 1 hodina" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 den, %d hodin" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dny, 1 hodina" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dny, %(hours)d hodin" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Naj­t" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "ChybovĦ hlĦĊĦen­ – Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Hledat v hlĦĊĦen­ch" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Hledat pĊ™edchoz­ v½skyt frĦze" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Hledat nĦsleduj­c­ v½skyt frĦze" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "Zv½raznit vĊĦec&hny v½skyty" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Zv½raznit vĊĦechny v½skyty danİ frĦze" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "RozliĊĦovat velikost p­s&men" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "PĊ™i hledĦn­ rozliĊĦovat velikost p­smen" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "Pouze tato celĦ slova" #: ../raphodo/errorlog.py:201 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:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s z %(total)s shod" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Vyčistit" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "FrĦze nenalezena" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "HledĦn­â€Ĥ" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problİm v aplikaci Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" "Vyskytl se problİm v Rapid Photo Downloader

\n" " Please report the problem at {website}.

\n" " K hlĦĊĦen­ chyby pĊ™iloĊte soubory se zĦznamy udĦlost­ v programu " "(log). Je tĊ™eba, aby hlĦĊĦen­ chyby obsahovalo \n" " {log_file}, ale i pĊ™ipojen­ dalĊĦ­ch souborĊŻ se zĦznamy " "udĦlost­ je často nĦpomocnİ.

\n" " Pokud je to moĊnİ, pĊ™idejte takİ soubor s nastaven­mi programu\n" " {config_file}.

\n" " Kliknut­m sem otevĊ™ete sloĊku se " "zĦznamy udĦlost­ a \n" " sem sloĊku s nastaven­mi.

\n" " Pokud se stejn½ problİm vyskytne v rĦmci jednoho běhu programu " "znovu, toto je pouze oznĦmen­ o tom.\n" " " #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "V aplikaci Rapid Photo Downloader se vyskytl problİm\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Nahlaste pros­m problİm na {website}\n" "\n" " K hlĦĊĦen­ pĊ™ipojte soubor se zĦznamem udĦlost­, nachĦzej­c­ se v " "{log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "OtevĊ™­t ve sprĦvci souborĊŻâ€Ĥ" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Souborov½ systİm" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Jinİâ€Ĥ" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (um­stěn­ neexistuje)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Datum a čas" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "NĦzev souboru" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:196 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:199 msgid "Job code" msgstr "Ċ t­tek" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Datum obrĦzku" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Datum videa" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Dnes" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 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:212 ../raphodo/rapid.py:2261 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:215 msgid "Image number" msgstr "Č­slo obrĦzku" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Clona" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 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:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Počet cyklĊŻ zĦvěrky" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Č­slo souboru" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Pouze sloĊka" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Jmİno vlastn­ka" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Ċ ­Ċ™ka" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "V½ĊĦka" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Dİlka" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Sn­mkĊŻ za sekundu" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Umělec" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "malĦ p­smena" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Jedna č­slice" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Dvě č­slice" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "TĊ™i č­slice" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "ČtyĊ™i č­slice" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Pět č­slic" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Ċ est č­slic" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Milisekund" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "RRRRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "RRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "RRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "RR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 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:368 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:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Datum" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Datum (se spojovn­ky)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Datum (s podtrĊ­tky)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Datum a ĊĦt­tek" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "RRRRMM_stitek" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Datum a podsloĊka se ĊĦt­tkem" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "RRRRMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Ċ t­tek" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "PĊŻvodn­ nĦzev souboru" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Datum-čas a poĊ™ad­ v dnes staĊen½ch" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "RRRRMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Datum a poĊ™ad­ v dnes staĊen½ch" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "RRRRMMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Datum-čas a č­slo obrĦzku" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "RRRRMMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Datum-čas a ĊĦt­tek" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "RRRRMMDD-HHMM-stitek-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "RRRRMMDD-stitek-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Datum-čas a č­slo videa" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "RRRRMMDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "RozliĊĦen­" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "RRRRMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Zadejte nov½ ĊĦt­tek nebo vyberte nějak½ existuj­c­" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "PouĊ­t ĊĦt­tek na stahovanİ" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Zadejte nov½ ĊĦt­tek" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "Nov½ ĊĦt­tek nebude pouĊit na ĊĦdnİ fotografie ani videa." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "Nov½ ĊĦt­tek nebude pouĊit na %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Nov½ ĊĦt­tek bude pouĊit na %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Nov½ ĊĦt­tek" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "Ċ t­tek:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "Zapamatovat si p&ro pĊ™­ĊĦtě" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 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/jobcodepanel.py:197 msgid "Last Used" msgstr "Posledně pouĊito" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Ċ˜azen­ ĊĦt­tkĊŻ:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Vzestupně" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Sestupně" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Nov½â€Ĥ" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "PouĊ­t" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "Odeb&rat" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Odebrat vse" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "Opravdu odstranit veĊĦkerİ ĊĦt­tky?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Odebrat veĊĦkerİ ĊĦt­tky" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Ċ t­tky" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "UloĊit jako novou vlastn­ pĊ™ednastavenou saduâ€Ĥ" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "Odstranit veĊĦkerİ vlastn­ pĊ™ednastavenİ sadyâ€Ĥ" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(novĦ vlastn­ pĊ™ednastavenĦ sada)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (upraveno)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Aktualizovat vlastn­ pĊ™ednastavenou sadu „%s“" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "UloĊit novou vlastn­ pĊ™ednastavenou sadu – Rapid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "NĦzev pĊ™ednastavenİ sady:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "Editor pravidel vytvĦĊ™en­ podsloĊek pro fotografie" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "Editor pravidel vytvĦĊ™en­ podsloĊek pro videa" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Editor pravidel pĊ™ejmenovĦvĦn­ fotografi­" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Editor pravidel pĊ™ejmenovĦvĦn­ vide­" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "Znak %(separator)s vytvoĊ™­ dalĊĦ­ podşroveĊˆ sloĊek." #: ../raphodo/nameeditor.py:893 #, 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/nameeditor.py:901 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/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "PĊ™ednastavenĦ sada:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Z­skat nĦpovědu z webu projektuâ€Ĥ" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "VloĊit" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "UloĊit pĊ™ednastavenou sadu – Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "UloĊit novou pĊ™ednastavenou sadu" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "ZjiĊĦĊovĦn­ pĊ™­padnİ novİ verzeâ€Ĥ" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "Provozujete nejnovějĊĦ­ verzi." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "NepodaĊ™ilo se kontaktovat aktualizačn­ server." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Je k dispozici novĦ verze aplikace Rapid Photo Downloader (%s)." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "StĦhnout novou verzi?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "Změny v novİm vydĦn­ je moĊnİ zobrazit zde." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "PĊ™e&skočit tuto verzi" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&OtevĊ™­t strĦnku stahovĦn­" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Aktualizace aplikace Rapid Photo Downloader" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s z %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "StahovĦn­â€Ĥ" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "PĊ™edvolby" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "Jazyk" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatizace" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "NĦhledy" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Reakce na chyby" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "VarovĦn­" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "Konsolidace" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "RĊŻznİ" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "ProhledĦvĦn­ zaĊ™­zen­" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "ProhledĦvat pouze vnějĊĦ­ zaĊ™­zen­" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Skenovat pouze určitİ sloĊky na zaĊ™­zen­ch" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "SloĊky kterİ skenovat:" #: ../raphodo/preferencedialog.py:171 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/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "PĊ™idatâ€Ĥ" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Odebrat" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 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/preferencedialog.py:199 msgid "Remembered Devices" msgstr "ZapamatovanĦ zaĊ™­zen­" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Popisy ignorovan½ch um­stěn­" #: ../raphodo/preferencedialog.py:223 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/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 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­." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "PouĊ­vat regulĦ" "rn­ v½razy ve stylu programovac­ho jazyka Python" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 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/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* Projev­ se aĊ po restartu aplikace" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Automatizace v aplikaci" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "ZahĦjit stahovĦn­ pĊ™i spouĊĦtěn­ aplikace" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "PĊ™i pĊ™ipojen­ zaĊ™­zen­ zahĦjit stahovĦn­" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Po dokončen­ stahovĦn­ odpojit (umount) souborov½ systİm zaĊ™­zen­" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Po dokončen­ stahovĦn­ aplikaci ukončit" #: ../raphodo/preferencedialog.py:324 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/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "VytvĦĊ™en­ nĦhledov½ch obrĦzkĊŻ" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "VytvĦĊ™et nĦhledovİ obrĦzky" #: ../raphodo/preferencedialog.py:354 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/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "UklĦdat nĦhledovİ obrĦzky do mezipaměti" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "VytvĦĊ™et nĦhledovİ obrĦzky pro systİm" #: ../raphodo/preferencedialog.py:366 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/preferencedialog.py:375 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/preferencedialog.py:376 msgid "CPU cores:" msgstr "Jader procesoru:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "MezipaměĊ nĦhledov½ch obrĦzkĊŻ" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "V½početâ€Ĥ" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "dnĊŻ" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "napoĊ™Ħd" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Velikost mezipaměti:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Počet nĦhledov½ch obrĦzkĊŻ:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Velikost databĦze:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "UchovĦvat nepouĊ­vanİ nĦhledovİ obrĦzky po dobu:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Vyčistit mezipaměĊâ€Ĥ" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Optimalizovat mezipaměĊâ€Ĥ" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "PĊ™eskočit stahovĦn­" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "Soubor nestahovat a zobrazit chybovİ hlĦĊĦen­" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "PĊ™idat neopakuj­c­ se identifikĦtor" #: ../raphodo/preferencedialog.py:472 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/preferencedialog.py:480 msgid "Overwrite" msgstr "PĊ™epsat" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "PĊ™epsat dĊ™­ve zazĦlohovan½ soubor" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "PĊ™eskočit" #: ../raphodo/preferencedialog.py:484 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/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "VarovĦn­ aplikace" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Zobrazit varovĦn­ kdyĊ:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "Jsou stahovĦny soubory kterİ nyn­ nejsou zobrazeny" #: ../raphodo/preferencedialog.py:535 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/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Chyb­ zĦlohovac­ um­stěn­" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" "Softwarovİ knihovny potĊ™ebnİ pro běh aplikace chyb­ nebo jsou poĊĦkozenİ" #: ../raphodo/preferencedialog.py:541 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/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "Se nedaĊ™­ nastavit netadata souborovİho systİmu" #: ../raphodo/preferencedialog.py:545 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/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "Se naraz­ na neoĊĦetĊ™enİ soubory" #: ../raphodo/preferencedialog.py:549 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/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "Nevarovat pĊ™ed neoĊĦetĊ™en½mi soubory s pĊ™­ponami:" #: ../raphodo/preferencedialog.py:558 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/preferencedialog.py:561 msgid "Add" msgstr "PĊ™idat" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 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/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "Konsolidace fotografi­ a vide­" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "Konsolidovat soubory napĊ™­Ä zaĊ™­zen­mi a stahovĦn­mi" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "ZachĦzet s odpov­daj­c­mi si RAW a JPEG soubory jako:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Jedna fotografie" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "Dvě fotografie" #: ../raphodo/preferencedialog.py:620 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/preferencedialog.py:625 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/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "S odpov­daj­c­mi si RAW a JPEG fotografiemi:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "Neoznačovat JPEG ke staĊen­" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "Neoznačovat RAW ke staĊen­" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Označit obě pro staĊen­" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 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/preferencedialog.py:661 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/preferencedialog.py:667 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/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "Vyčistit dokončenĦ stahovĦn­" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Ponechat dokončenĦ stahovĦn­ zobrazenĦ" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Zeptat se co dělat" #: ../raphodo/preferencedialog.py:685 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/preferencedialog.py:690 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/preferencedialog.py:694 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/preferencedialog.py:739 msgid "Version Check" msgstr "Kontrola verze" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "ZjiĊĦĊovat dostupnost novİ verze pĊ™i spouĊĦtěn­" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" "ZjiĊĦĊovat dostupnost pĊ™­padnİ novİ verze aplikace pĊ™i kaĊdİm jej­m spouĊĦtěn­." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Zobrazovat i v½vojovİ verze" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "ZjiĊĦĊovat i alfa, beta a dalĊĦ­ v½vojovĦ vydĦn­ a nab­zet je jako novİ verze " "aplikace.\n" "\n" "Pokud uĊ v½vojovİ vydĦn­ provozujete, budou zahrnuty vĊdy." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "U MTP zaĊ™­zen­ ignorovat datum a čas z metadat DNG fotografi­" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "Nač­tat metadata fotografie pouze pomoc­ ExifTool" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "VrĦtit pĊ™edvolby %s na v½choz­ hodnoty" #: ../raphodo/preferencedialog.py:1292 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/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Vyčistit mezipaměĊ nĦhledov½ch obrĦzkĊŻ" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Optimalizovat mezipaměĊ nĦhledov½ch obrĦzkĊŻ" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Zadejte sloĊku kterou skenovat" #: ../raphodo/preferencedialog.py:1577 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/preferencedialog.py:1578 msgid "Folder:" msgstr "SloĊka:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Zadejte popis um­stěn­ kterİ ignorovat" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Popis um­stěn­:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Zadejte pĊ™­ponu souboru" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Zadejte pĊ™­ponu souboru (bez şvodn­ tečky)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "PĊ™­pona:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "NeplatnĦ pĊ™­pona souboru" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Svatba" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "Narozeniny" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "PĊ™edvolby podsloĊky by neměly zač­nat na %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "PĊ™edvolby podsloĊky by neměly končit na %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Chyba: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Chyba: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "Chyba knihovny GPhoto2: %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "NedaĊ™­ se č­st sloĊku %s" #: ../raphodo/problemnotification.py:150 #, 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:156 #, python-format msgid "Unable to read file %s" msgstr "NedaĊ™­ se nač­st soubor %s" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "NedaĊ™­ se zapsat do souboru %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "NedaĊ™­ se pĊ™esunout soubor %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "NedaĊ™­ se odebrat soubor %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "NedaĊ™­ se zkop­rovat soubor %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Soubor %s, kter½ mĦ nulovou velikost, nebude staĊen" #: ../raphodo/problemnotification.py:192 #, 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:198 #, python-format msgid "Unable to load metadata from %s" msgstr "NedaĊ™­ se nač­st metadata z %s" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s uĊ existuje." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, 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:323 #, 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:343 #, 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:358 #, 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:379 #, 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:395 #, 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:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "NedaĊ™­ se dokončit nĦzev souboru pro %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "Metadata %(type)s chyb­." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "Chyb­ nĦsleduj­c­ metadata: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "PĊ™evod data/času se nezdaĊ™il: %s." #: ../raphodo/problemnotification.py:529 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:535 msgid "Filename does not have an extension." msgstr "V nĦzvu souboru nen­ pĊ™­tomna pĊ™­pona." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "V nĦzvu souboru nen­ pĊ™­tomna č­selnĦ čĦst." #: ../raphodo/problemnotification.py:542 #, 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:559 #, 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:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "NedaĊ™­ se vytvoĊ™it podsloĊku pro staĊen­ %s." #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "NedaĊ™­ se vytvoĊ™it podsloĊku zĦlohy %s." #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "Problİmy pĊ™i prohledĦvĦn­ %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "Problİmy pĊ™i kop­rovĦn­ z %s" #: ../raphodo/problemnotification.py:684 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:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:1839 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:1844 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:1847 msgid "Timeline build pending..." msgstr "ČekĦn­ na vytvĦĊ™en­ časovİ osyâ€Ĥ" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "VytvĦĊ™en­ časovİ osyâ€Ĥ" #: ../raphodo/proximity.py:1850 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:1931 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:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "Problİm s ExifTool" #: ../raphodo/rapid.py:1205 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 sofwarovĦ knihovna libmediainfo chyb­

Aplikace " "Rapid Photo Downloader ji pouĊ­vĦ pro z­skĦvĦn­ data a času natočen­ videa. " "Aplikace bude spuĊĦtěna i tak, ale je doporučeno knihovnu nainstalovat." #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "Problİm s knihovnou libmediainfo" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "StahovĦn­ se nezdaĊ™ilo" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Je nĦm l­to, ale staĊen­ novİ verze aplikace Rapid Photo Downloader se " "nezdaĊ™ilo." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "NovĦ verze byla şspěĊĦně staĊena. Chcete ukončit aplikaci Rapid Photo " "Downloader a nainstalovat ji?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Aktualizovat aplikaci Rapid Photo Downloader" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Nainstalovat" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "NovĦ verze uloĊena" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "Tar archiv a instalačn­ skript jsou uloĊeny v:\n" "\n" " %s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "PĊ™echod na novějĊĦ­ verzi se nezdaĊ™il" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Je nĦm l­to, ale pĊ™echod na novějĊĦ­ verzi aplikace Rapid Photo Downloader se " "nezdaĊ™il kvĊŻli chybě pĊ™i otev­rĦn­ instalĦtoru." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "StĦhnout" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "Obnovitâ€Ĥ" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&PĊ™edvolby" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "Ukončit" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "ChybovĦ hlĦĊĦen­" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Vyčistit dokončenĦ stahovĦn­" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "OtevĊ™­t nĦpovědu z webu projektuâ€Ĥ" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&Tip dneâ€Ĥ" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "NahlĦsit problİmâ€Ĥ" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "PodpoĊ™it v½voj daremâ€Ĥ" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "PĊ™eloĊit texty v tİto aplikaci do svİho jazykaâ€Ĥ" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "O &aplikaciâ€Ĥ" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Zkontrolovat dostupnost aktualizac­â€Ĥ" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "ČasovĦ osa" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "C­l" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "PĊ™ejmenovat" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "ZĦlohovat" #. Devices Header and View #: ../raphodo/rapid.py:2112 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­" #. This Computer Header and View #: ../raphodo/rapid.py:2129 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:2131 msgid "This Computer" msgstr "Tento poč­tač" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Vyberte zdrojovou sloĊku" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "PĊ™edpoklĦdanİ vyuĊit­ şloĊiĊĦtě" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Vyberte c­lovou sloĊku" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "VĊĦe" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Novİ" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Zobrazit:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "OkamĊik şpravy" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "ZaĊĦkrtnuto" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Typ souboru" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "ZaĊ™­zen­" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "SeĊ™adit:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "StĦhnout %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Pokračovat ve stahovĦn­" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Pozastavit" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" "Problİmy pros­m hlaste na {website}.

\n" " K hlĦĊĦen­ chyby pĊ™iloĊte soubory se zĦznamy udĦlost­ v programu " "(log). Je tĊ™eba, aby hlĦĊĦen­ chyby obsahovalo \n" " {log_file}, ale i pĊ™ipojen­ dalĊĦ­ch souborĊŻ se zĦznamy " "udĦlost­ je často nĦpomocnİ.

\n" " Pokud je to moĊnİ, pĊ™idejte takİ soubor s nastaven­mi programu\n" " {config_file}.

\n" " Kliknut­m sem otevĊ™ete sloĊku se " "zĦznamy udĦlost­ a \n" " sem sloĊku s nastaven­mi.\n" " " #: ../raphodo/rapid.py:2678 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:2795 #, 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:2865 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:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " 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­?\n" " " #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Tato sloĊka pro stahovĦn­ nen­ platnĦ:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "StahovĦn­ se nezdaĊ™ilo" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "StahovĦn­ nemĊŻĊe pokračovat." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotografie" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "videa" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "fotografie" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Chyba zĦlohovĦn­" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s zb½vĦ (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s staĊeno" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s se nepodaĊ™ilo stĦhnout" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "varovĦn­" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "VĊĦechna stahovĦn­ dokončena" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s se nepodaĊ™ilo stĦhnout" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 nezdar" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d nezdarĊŻ" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 varovĦn­" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d varovĦn­" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nebyly staĊeny ĊĦdnİ soubory — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Ċ½Ħdnİ staĊenİ soubory" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "PĊ™edvolby aplikace nejsou platnİ" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "Zkusi&t znovu" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&Ignorovat toto zaĊ™­zen­" #: ../raphodo/rapid.py:4477 #, 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:4478 msgid "Unfortunately you cannot download from this device." msgstr "Z tohoto zaĊ™­zen­ Ċel nen­ moĊnİ stahovat." #: ../raphodo/rapid.py:4482 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:4487 msgid "Device scan failed" msgstr "ProhledĦn­ zaĊ™­zen­ se nezdaĊ™ilo" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "SoučasnĦ dokončenĦ stahovĦn­" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "Jsou zobrazeny %s jejihĊ stahovĦn­ je dokončeno." #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "Chcete vyčistit dokončenĦ stahovĦn­?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "Prezentace dokončen½ch stahovĦn­" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "Je zobrazeno %s jehoĊ stahovĦn­ je dokončeno." #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "Chcete vyčistit dokončenĦ stahovĦn­?" #: ../raphodo/rapid.py:5098 #, 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:5349 #, 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:5352 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:5356 #, 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:5358 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:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "StahovĦn­ z %(location)s na tomto poč­tači." #: ../raphodo/rapid.py:5666 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." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "VytvĦĊ™en­ nĦhledov½ch obrĦzkĊŻ pro %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "ProhledĦvĦn­ %s" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s z %(available files)s označeno ke staĊen­ (%(hidden)s skryto)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s z %(available files)s označeno ke staĊen­" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "Zobrazit č­slo verze a jeho knihoven a skončit." #: ../raphodo/rapid.py:5985 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:5989 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:5993 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:5997 msgid "Turn on or off the the renaming of photos." msgstr "Zapnout nebo vypnout pĊ™ejmenovĦvĦn­ fotografi­." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "Zapnout nebo vypnout pĊ™ejmenovĦvĦn­ vide­." #: ../raphodo/rapid.py:6005 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:6009 msgid "Turn on or off downloading from this computer." msgstr "Zapnout nebo vypnout stahovĦn­ z tohoto poč­tače." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "POPIS UMSTĚN" #: ../raphodo/rapid.py:6013 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:6017 msgid "The PATH where photos will be downloaded to." msgstr "POPIS UMSTĚN do kterİho budou stahovĦny fotografie." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "POPIS UMSTĚN do kterİho budou stahovĦna videa." #: ../raphodo/rapid.py:6025 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:6029 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:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "SLOĊ½KA" #: ../raphodo/rapid.py:6034 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:6043 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:6052 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:6059 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:6065 #, 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:6071 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:6076 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:6082 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:6088 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:6092 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:6097 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:6104 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:6110 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:6115 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:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "Nebyly zjiĊĦtěny ĊĦdnİ pĊ™edchoz­ pĊ™edvolby aplikace: ukončovĦn­." #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Import pĊ™edvoleb z Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:6260 #, 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:6271 msgid "Program aborting." msgstr "UkončovĦn­ aplikace." #: ../raphodo/rapid.py:6314 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:6318 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:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "VeĊĦkerĦ nastaven­ a mezipaměti byly resetovĦny." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "MezipaměĊ nĦhledov½ch obrĦzkĊŻ byla resetovĦna." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "Zapamatovanİ soubory byly zapomenuty." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "PĊ™­ĊĦtě uĊ se neptat" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "PĊ™e&d t­mto napĊ™­ĊĦtě nevarovat" #: ../raphodo/rememberthisdialog.py:73 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:567 msgid "subfolder and filename" msgstr "podsloĊka a nĦzev souboru" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nĦzev souboru" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "podsloĊka" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "Č­tač staĊen½ch poloĊek za kaĊd½ den" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "PoĊ™ad­ v dnes staĊen½ch:" #: ../raphodo/renamepanel.py:319 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/renamepanel.py:320 msgid "Stored number:" msgstr "PoĊ™ad­ v celkově staĊen½ch:" #: ../raphodo/renamepanel.py:331 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/renamepanel.py:332 msgid "Day start:" msgstr "Den zač­nĦ v:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "Synchronizovat RAW + JPEG" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "PoĊ™adovĦ č­sla" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "OdstraĊˆovat nekompatibiln­ znaky" #: ../raphodo/renamepanel.py:367 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/renamepanel.py:371 msgid "Compatibility" msgstr "Kompatibilita (slučitelnost)" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "PĊ™ejmenovĦvĦn­ fotografi­" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "PĊ™ejmenovĦvĦn­ vide­" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "PĊ™edvolby pĊ™ejmenovĦvĦn­" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotografie a videa" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "video" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "fotografie" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s na %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Fotografie" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "KoĊ™en souborovİho systİmu" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Fotografie" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "PoĊ™­zeno %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "PaměĊovİ karty: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "PaměĊovĦ karta: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "StaĊeno jako:" #: ../raphodo/thumbnaildisplay.py:558 #, 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:567 #, python-format msgid "

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

Ručně nastavit jako uĊ staĊenİ %(date)s" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Kop­rovat popis um­stěn­" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "Označit soubor jako uĊ staĊen½" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "Označit soubory jako uĊ staĊenİ" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s a %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "jedna" #: ../raphodo/utilities.py:516 msgid "two" msgstr "dvě" #: ../raphodo/utilities.py:517 msgid "three" msgstr "tĊ™i" #: ../raphodo/utilities.py:518 msgid "four" msgstr "čtyĊ™i" #: ../raphodo/utilities.py:519 msgid "five" msgstr "pět" #: ../raphodo/utilities.py:520 msgid "six" msgstr "ĊĦest" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "sedm" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "osm" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "devět" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "deset" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "jedenĦct" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "dvanĦct" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "tĊ™inĦct" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "patnĦct" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "patnĦct" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "ĊĦestnĦct" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "sedmnĦct" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "osmnĦct" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "devatenĦct" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "dvacet" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&OK" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&UloĊit" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&NĦpověda" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "VrĦtit na v½choz­ hodnoty" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Ano" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Ne" #: ../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Ħ." rapid-photo-downloader-0.9.23a1/po/da.po0000644000175000017500000050041113645661365020211 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-16 01:30+0000\n" "Last-Translator: Damon Lynch \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: 2020-04-05 19:20+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: da\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Rapid Photo Downloader installering" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Hent og installİr den seneste version af Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Hent og installİr den seneste version af Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Kunne ikke oprette undermappe." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Udviklere" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Sikkerhedskopi er ikke indstillet" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Ingen backup enheder fundet" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Sti til sikkerhedskopier er ikke angivet" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Tag sikkerhedskopi af fotos og videoer mens de downloades" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Opdag backup-enheder automatisk" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Navn til fotomappe:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Navn til videomappe:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Eksempel:" #: ../raphodo/backuppanel.py:462 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "VĤlg n¸jagtig placering af sikkerhedskopier, hvis du slr 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Placering af foto sikkerhedskopier:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Placering af video sikkerhedskopi:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "drev2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Forventet pladsforbrug til sikkerhedskopier" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Valg for sikkerhedskopier" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "lyd" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fotos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s videoer" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Brugt" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Overskud" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s fri af %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Videoer" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Forventet pladsforbrug efter download" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Brugerdefineret..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Andet" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ignorİr midlertidigt denne enhed" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Ignorİr altid denne enhed" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "S¸g igen" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s fuld" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Kameraer" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s enheder" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Dagens tip" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Vidste du...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Vis tips ved start" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&NĤste" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Forrige" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Et par sekunder" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 sekund" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d sekunder" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minut" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minutter" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 time" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d timer" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dage" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minut, 1 sekund" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minut, %d sekunder" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minut, 1 sekund" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutter, %(seconds)d sekunder" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 time, 1 minut" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 time, %d minutter" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timer, %(minutes)d minutter" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 dag, 1 time" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d timer" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dage, 1 hour" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dage, %(hours)d timer" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Find" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Find det foregende sted med denne frase" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Find det nĤste sted med denne frase" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&FremhĤv alle" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Hele ord" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "S¸g kun hele ord" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Ryd" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Tekst ikke fundet" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problem i Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Et problem er optrdt i Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Filsystem" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Anden..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (sti findes ikke)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Dato og klokkeslĤt" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Filnavn" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Sekvenser" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Job kode" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Billedets dato" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Videoens dato" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "I dag" #: ../raphodo/generatenameconfig.py:203 msgid "Yesterday" msgstr "I gr" #. Translators: Download time is the time and date that the download started (when the #. user clicked the Download button) #: ../raphodo/generatenameconfig.py:206 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:209 msgid "Name" msgstr "Navn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Udvidelse" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Billedets nummer" #: ../raphodo/generatenameconfig.py:216 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:219 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:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Lukker-antal" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Kun mappen" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Ejernavn" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Kodning" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Bredde" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "H¸jde" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "LĤngde" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Billeder per sekund" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Kunstner" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "Ophavsret" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "sm bogstaver" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Et ciffer" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "To cifre" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Tre cifre" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Fire cifre" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Fem cifre" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Seks cifre" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Delsekunder" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "…………MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "……MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDD…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDD……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMM…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMM……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "Mned (udskrevet)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "Mned (forkortet)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "TTMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "TTMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Dato" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Dato (bindestreger)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Dato (understreger)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Dato og jobkode" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "YYYYMM_Jobkode" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Dato og jobkode undermappe" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "YYYYMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Jobkode" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Oprindeligt filnavn" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Dato-tid og downloads i dag" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Dato og downloads i dag" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "YYYYMMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "DAto-tid og billed nummer" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "YYYYMMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Dato-tid og jobkode" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYYMMDD-HHMM-jobkode-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYMMDD-jobkode-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Dato-tid og video nummer" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "YYYYMMDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Opl¸sning" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Angiv en ny jobkode eller vĤlg en eksisterende" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "Anvend jobkode til download" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Angiv en ny jobkode" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "Den nye jobkode vil ikke blive anvendt til fotos og videoer." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "Den nye jobkode vil ikke blive anvendt til %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Den nye jobkode vil blive anvendt til %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Ny jobkode" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&Jobkode:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&Husk dette valg" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "Senest anvendt" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Jobkode sortering:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Stigende" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Faldende" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Ny..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Anvend" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&Fjern" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Fjern alle" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "Vil du virkelig fjerne alle jobkoder?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Fjern alle jobkoder" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Jobkoder" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Tip: %(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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (Ĥndret)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "F hjĤlp online..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "IndsĤt" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Tjek for ny version..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "Du bruger den nyeste version." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Kunne ikke f svar fra opdateringsserveren." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "En ny version af Rapid Photo Downloader (%s) er tilgĤngelig." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Vil du hente den nye version?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "†ndringer i den nye version kan lĤses her." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&Spring denne version over" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&…ben download siden" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Rapid Photo Downloader opdateringer" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s af %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Henter..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Indstillinger" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatisering" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Sm billeder" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Fejlhndtering" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Advarsler" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Diverse" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Enhedss¸gning" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "S¸g kun p eksterne enheder" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Tilf¸j â€Ĥ" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Fjern" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 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/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Ignorerede stier" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* TrĤder i kraft nĤste gang programmet starter" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Programautomatisering" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Start download nr programmet starter" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Start download nr enhed tilsluttes" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Afslut programmet nr download er afsluttet" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" "Afslut programmet selvom der opstod fejl eller advarsler ved download" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Miniaturer" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Dan miniaturer" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Dan miniaturer til programmets hovedvindue" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Gem miniaturer" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Dan systemminiaturer" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Miniature-cache" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Beregner..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "dage" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "for evigt" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Cache st¸rrelse:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Antal miniaturer:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Database st¸rrelse:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Ryd cache..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Optimİr cache..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Spring download over" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "Hent ikke filen, og vis en fejlmeddelelse" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Tilf¸j entydig angivelse" #: ../raphodo/preferencedialog.py:472 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/preferencedialog.py:480 msgid "Overwrite" msgstr "Overskriv" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "Overskriv den tidligere sikkerhedskopi" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Spring over" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "Overskriv ikke den tidligere sikkerhedskopi, og vis en fejlmeddelelse" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "Advarsler" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Vis en advarsel nr:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "Henter filer som ikke bliver vist" #: ../raphodo/preferencedialog.py:535 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/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Sti til sikkerhedskopiering mangler" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Programbiblioteker mangler eller er defekte" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Giv advarsel nr software biblioteker, som Rapid Photo Downloader beh¸ver, " "mangler eller ikke fungerer." #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "Metadata ikke kan skrives til filsystemet" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Giv advarsel nr der opstr fejl ved skrivning af metadata som f.eks. " "Ĥndringstidspunkt." #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "Tilf¸j" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "Versionskontrol" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "Kontroller ved programstart om der er en nyere version" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "Kontroller om der er en nyere version hver gang programmet starter." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Ryd miniature cache" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Optimİr miniature cache" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Angiv en sti der skal ignoreres" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Sti:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Angiv en filendelse" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Angiv en filendelse (uden punktum i starten)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Filendelse:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "Ugyldig filendelse" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Bryllup" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "F¸dselsdag" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Undermappe indstillinger b¸r ikke begynde med et %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Undermappe indstillinger b¸r ikke slutte med et %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Fejl: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Fejl: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 fejl: %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "Kan ikke lĤse mappen %s" #: ../raphodo/problemnotification.py:150 #, 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:156 #, python-format msgid "Unable to read file %s" msgstr "Kan ikke lĤse filen %s" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "Kan ikke skrive filen %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "Kan ikke flytte filen %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "Kan ikke fjerne filen %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "Kan ikke kopiere filen %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, 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:198 #, python-format msgid "Unable to load metadata from %s" msgstr "Kan ikke lĤse metadata fra %s" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s findes allerede." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "Der mangler %(type)s metadata." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "F¸lgende metadata mangler: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "Dato/tidskonvertering slog fejl: %s." #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "Filnavnet har ingen udvidelse." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Filnavnet indeholder ingen tal." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Hent" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Enhed" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Pause" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Denne download mappe er ugyldig:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "videoer" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s hentet" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s kunne ikke hentes" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "advarsler" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Alle downloads er afsluttet" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s kunne ikke hentes" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Programmets indstillinger er ugyldige" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Alle indstillinger er blevet nulstillet." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Miniaturecache er nulstillet." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "undermappe og filnavn" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "filnavn" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "undermappe" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Downloads i dag:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Husket nummer:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "Dagen begynder:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Fjern inkompatible tegn" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotos og videoer" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Kopiİr sti" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "Markİr fil som hentet" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "Markİr filer som hentet" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "kB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s og %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "en" #: ../raphodo/utilities.py:516 msgid "two" msgstr "to" #: ../raphodo/utilities.py:517 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:518 msgid "four" msgstr "fire" #: ../raphodo/utilities.py:519 msgid "five" msgstr "fem" #: ../raphodo/utilities.py:520 msgid "six" msgstr "seks" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "syv" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "otte" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "ni" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "ti" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "elleve" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "tolv" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "tretten" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "fjorten" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "femten" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "seksten" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "sytten" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "atten" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "nitten" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "tyve" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&OK" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Gem" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&HjĤlp" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Gendan standardindstillinger" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Ja" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Nej" #: ../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 "" #: ../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 nr 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 "Fejlhndtering" #~ 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 drligt, 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 slr 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 slr automatisk opdagelse fra, bliver hele enheden gennems¸gt. P " #~ "store enheder kan det tage lang tid.\n" #~ "\n" #~ "Nr 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\") nr 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, nr 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 plideligt" #~ 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, nr " #~ "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, nr automatisk genkendelse af bĤrbare enheder er slet 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 slet 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" rapid-photo-downloader-0.9.23a1/po/de.po0000644000175000017500000064237113645661365020231 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-04-04 14:01+0000\n" "Last-Translator: Volker B–DKER \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: 2020-04-05 19:20+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: de\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Installationsdatei der Rapid-Fotoĵbertragung" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" "Die neueste Version der Rapid-Fotoĵbertragung herunterladen und installieren." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Installationsdatei nicht gefunden:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Installationsdatei ist nicht im tar.gz-Format:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} wird von Version {} zu Version {} aktualisiert" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Die Ordner-Besitzrechte stimmen nicht. „ndern der Besitzrechte und " "zurĵcksetzen der Zugriffsrechte fĵr {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "Der folgende Befehl wird ausgefĵhrt:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "Sudo fragt mĥglicherweise nach dem Sudo-Passwort." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Mĥchten Sie den Befehl jetzt ausfĵhren?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Die Antwort ist nicht ja, deshalb Abbruch." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Ausfĵhrung des Befehls fehlgeschlagen" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Beenden" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Die Paketquelle ÂğUniverseÂĞ muss aktiviert sein." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "DIe IUS-Community-Paketquelle muss aktiviert werden." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Die Paketquelle ÂğEPEL repositoryÂĞ muss aktiviert sein." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Die Paketquelle ÂğRPM Fusion FreeÂĞ muss aktiviert sein." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" "Mĥchten Sie die bisherige Version der Rapid-Fotoĵbertragung deinstallieren?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Die Paketdatenbank wird nach einer installierten ¤lteren Version von Rapid-" "Fotoĵbertragung durchsucht. Das kann etwas dauern." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Systempaket wird deinstalliert" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Das Paketsystem kann nicht durchsucht werden. Bitte die Internetverbindung " "ĵberprĵfen und neu versuchen." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Es wird geprĵft, ob eine ¤ltere Version mit pip installiert wurde â€Ĥ" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" "Das folgende Paket wird fĵr ihr Betriebssystem nicht bereitgestellt: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Zur Fortsetzung werden einige von der Anwendung benĥtigte Pakete installiert." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Es wird nach installierten und nach verfĵgbaren Paketen gesucht (kann einen " "Moment dauern)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Es wird nach zypper gesucht um zu prĵfen, ob benĥtigte Pakete schon " "installiert sind (kann einen Moment dauern) " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Abfragen, um die Aktion bei jedem Schritt zu best¤tigen." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Wenn Sie die neueste Version herunterladen, installieren Sie die " "Entwicklerversion, falls diese aktueller als die aktuellste stabile Version " "ist." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Optionales tar.gz-Installationsarchiv der Rapid-Fotoĵbertragung. Wenn nicht " "anders angegeben, wird die aktuellste Version aus dem Internet geladen." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "Bitte nicht die Installationsdatei im Rapid-Installationsarchiv ausfĵhren, " "wenn dieses neuer als die Version ({}) ist. Die Voreinstellung ist, die " "jeweils neueste Version auszufĵhren." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Die mit pip installierte Rapid-Version wird deinstalliert. Abh¤ngigkeiten " "bleiben erhalten." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Die Abh¤ngigkeiten die mit pip durch die Rapid-Installation installiert " "wurden deinstallieren und ebenfalls die Rapid-Fotoĵbertragung – danach " "Programmenden." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Hinweis: das wird keine ĵber Ihre Paketverwaltung installierte Version der " "Rapid-Fotoĵbertragung deinstallieren." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "Abh¤ngigkeiten werden nur entfernt, wenn sie nicht von anderen Programmen " "benĥtigt werden." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Hinweis: diese Option entfernt die Abh¤ngigkeiten unabh¤ngig davon, ob sie " "von einem anderen Programm, das pip installiert hat, benĥtigt werden. " "Aktualisieren Sie auf pip 9.0 oder hĥher, wenn Sie dieses Verhalten " "vermeiden mĥchten. Sie kĥnnen das mit dem Befehl Âğpython3 -m pip install pip " "-U --userÂĞ erledigen. Beachten Sie auch, dass jede Version von der Rapid-" "Fotoĵbertragung, die von der Paketverwaltung Ihrer Linux-Distribution " "installiert wurde, erhalten bleibt." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Fehler beim Herunterladen der Versionsdatei." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" "Beim Versuch, auf die Versionsdatei zuzugreifen, wurde der Fehlercode {} " "zurĵckgegeben" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Leider konnte das Installationsprogramm nicht gefunden werden. Bitte " "ĵberprĵfen Sie Ihre Internetverbindung und testen Sie, ob Sie die Seite " "https://www.damonlynch.net/ erreichen kĥnnen.\n" "\n" "Programm wird beendet.\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "Fehlermeldung erhalten" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" "Beim Versuch, die erforderlichen Hifsdateien zu installieren, ist ein Fehler " "aufgetreten. Programm wird beendet." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" "Beim Versuch, das Programm zu installieren, ist ein Fehler aufgetreten: " "Programm wird beendet." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Anwendungsabh¤ngigkeiten werden installiert â€Ĥ" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "Anwendung wird installiert â€Ĥ" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Mĥchten Sie die Hilfeseiten zum Programm installieren?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Sie werden in das Verzeichnis {} installiert" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Wenn Sie das Programm deinstallieren, bitte diese Hilfeseiten selbst " "entfernen." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Mĥchten sie die Hilfeseiten installieren?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "Handbuchseiten kĥnnen in {}/share/man/man1 gefunden werden" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Die Hilfeseiten werden im Verzeichnis {} installiert" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" "Das Erstellen des Hilfeseitenverzeichnisses ist fehlgeschlagen. Programmende." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Fehler beim Kopieren der Hilfeseiten." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Mĥglicherweise mĵssen Sie den Rechner neu starten, um das Programm ĵber das " "Terminal oder das Startmenĵ starten zu kĥnnen." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Falls beim Beenden ein Aufteilungsfehler auftritt, kĥnnen Sie diesen " "vernachl¤ssigen â€Ĥ)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "Das Python3-Werkzeug ÂğpipÂĞ wird benĥtigt, um eine Version der Rapid-" "Fotoĵbertragung zu deinstallieren, die mit ÂğpipÂĞ installiert wurde.\n" "Vorgang kann nicht fortgesetzt werden. Das Programm wird beendet." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Bitte rufen sie dieses Installationsskript nicht als sudo oder root auf.\n" "Sondern als der Benutzer, der das Programm benutzen wird.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "Entschuldigung, die Installation von Rapid Photo Downloader in eine " "virtuelle Python-Umgebung erfordert Python 3.5 oder neuer auf einer Intel " "oder AMD 64-Bit-Platform." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "Beim Festlegen bitte keine andere Terminalbefehl-Argumente einfĵgen" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Leider funktioniert die Installationsprogramm unterstĵtzt keine " "benutzerdefinierte Python-Installation.\n" "Das Programm wird beendet â€Ĥ" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Skript wird mittels System-Python neu gestartet â€Ĥ" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Erkannte Linux-Distributionen {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "Wird beendet â€Ĥ" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Zum fortsetzen muss das Paket Âğpython3-aptÂĞ installiert sein." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Bitte installieren sie die folgenden Pakete ĵber ihren Paket-Manager, und " "wiederholen sie danach die Installation:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Um dieses Programm ausfĵhren zu kĥnnen mĵssten Hilfsprogramme fĵr Python3 " "und seine Paketverwaltung installiert sein." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Python requests werden installiert" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Rapid-Fotoĵbertragung aktualisieren" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "Abbre&chen" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Aktualisieren" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" "Bitte den Upgrade button anklicken, um auf Version %s zu aktualisieren." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" "Bitte den Upgrade button anklicken, um die Aktualisierung zu beginnen." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&SchlieŸen" #: ../upgrade.py:599 msgid "&Run" msgstr "RPD Starten" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Bitte vor der Aktualisierung die Rapid-Fotoĵbertragung schlieŸen." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Die Aktualisierung l¤uft â€Ĥ" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Die Aktualisierung auf die Version %s war erfolgreich. Zum Beenden bitte auf " "'SchlieŸen' klicken, zum Starten des aktualisierten Programms bitte 'Start' " "anklicken." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Die Aktualisierung war erfolgreich. Zum Beenden bitte auf 'SchlieŸen' " "klicken, zum Starten des aktualisierten Programms bitte 'Start' anklicken." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" "Die Aktualisierung hat nicht funktioniert. Zum beenden bitte 'SchlieŸen' " "anklicken." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "%s wird aktualisiert â€Ĥ" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Bitte eine Taste drĵcken, um fortzufahren â€Ĥ" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Aktualisierung der Rapid-Fotoĵbertragung ist fehlgeschlagen" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Das Python-Paket %s konnte nicht aktualisiert werden. Die Aktualisierung " "kann nicht fortgesetzt werden." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Mitwirkende" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Es ist keine Sicherung konfiguriert" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Es wurden keine Sicherungsger¤te gefunden" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Es existiert kein gĵltiges Ziel fĵr eine Sicherung" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Die Fotos und Filme w¤hrend des Herunterladens sichern" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Automatisch Sicherungsger¤te erkennen" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Name des Fotoordners:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Name des Filmordners:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Beispiel:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Sicherungsort der Fotos:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Sicherungsort der Filme:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "Laufwerk2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Prognostizierte Sicherungsspeichernutzung" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Optionen der Sicherung" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "Video THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "Audio" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Fotos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videos" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Genutzt" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "œberschreitung" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s frei von %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Filme" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Prognostizierte Speichernutzung nach der œbertragung" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Benutzerdefiniert â€Ĥ" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Fotounterordnererstellung konfigurieren" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Videounterordnererstellung konfigurieren" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Andere" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Ger¤t wird untersucht â€Ĥ" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ignoriere Ger¤t vorĵbergehend" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Ignoriere Ger¤t permanent" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Erneut einlesen" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s voll" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Kameras" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, 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:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " Im Falle von Problemen erscheint ein rotes Symbol am unteren " "Rand des Fensters\n" " und zeigt an, wie viele Fehlerberichte es gibt. Wenn Sie darauf " "klicken, ĥffnet sich der Fehlerbericht-\n" " Fenster.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" "\n" "

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

\n" "

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

\n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" "\n" " Vorschaubilder kĥnnen nach folgenden Kriterien sortiert werden:\n" "
    \n" "
  1. „nderungsdatm: Wann die Datei zuletzt ge¤ndert wurde, den " "Metadaten zufolge (sofern verfĵgbar) oder dem Dateisystem zufolge (als " "Ersatz).
  2. \n" "
  3. Markierung: Zeigt an, ob die Datei zur œbertragung ausgew¤hlt " "ist.
  4. \n" "
  5. Dateiname: Vollst¤ndiger Dateiname, einschlieŸlich " "Erweiterung.
  6. \n" "
  7. Erweiterung des Dateinamens. Damit lassen sich beispielsweise " "jpeg- und raw-Bilder gruppieren.
  8. \n" "
  9. Dateityp: Foto oder Video.
  10. \n" "
  11. Ger¤t: Bezeichnung des Ger¤ts, von dem Fotos und Videos " "heruntergeladen werden.
  12. \n" "
" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" "\n" "Bei der Ordnerstruktur fĵr œbertragungen sind zwei verschiedene Arten\n" "von Verzeichnissen zu berĵcksichtigen:\n" "
    \n" "
  1. Der Zielordner, z.B. "Bilder", "Fotos", oder\n" ""Videos". Dieses Verzeichnis sollte bereits auf Ihrem Computer " "vorhanden \n" "sein. In der Abbildung unten sind die Zielordner "Bilder" und " ""Videos". Der\n" "Name des Zielordners wird in der grauen Leiste direkt oberhalb des " "Verzeichnisbaums angezeigt, \n" "mit einem Ordnersymbol auf der linken und einem Zahnradsymbol auf der " "rechten Seite.
  2. \n" "
  3. Die Unterordner fĵr œbertratungen sind Verzeichnisse, die " "automatisch von \n" "Rapid Photo Downloader erzeugt werden. Sie mĵssen nicht unbedingt bereits " "auf Ihrem Rechner \n" "vorhanden sein, aber es ist in Ordnung, wenn sie bereits existieren.\n" "Sie werden unterhalb des Zielordners erzeugt.
  4. \n" "
\n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "Sie kĥnnen Fotos und Videos in den gleichen Zielordner ĵbertragen oder fĵr " "jeden Typ einen \n" "anderen Zielordner angeben. Das gleiche gilt fĵr die Unterordner von Fotos " "und \n" "Videos—ĵbertragen Sie Fotos und Videos zum gleichen Unterordner, oder " "verwenden \n" "Sie ein anderes Schema fĵr jeden Typ. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" "\n" "Wann immer es mĥglich ist, zeigt das Programm eine Vorschau der Unterordner " "fĵr œbertragungen an:\n" "
    \n" "
  1. Der Verzeichnisbaum des Zielordners zeigt bereits vorhandene Unterordner " "auf Ihrem Rechner \n" " (dargestellt in Standard-Schriftart, nicht-kursiv) und Unterordner, die " "beim œbertragen \n" " frisch erzeugt werden (dargestellt in kursiver Schriftart).
  2. \n" "
  3. Der Verzeichnisbaum zeigt auŸerdem die Unterordner, in denen die Dateien " "abgelegt werden (dargestellt\n" " in Schwarz).
  4. \n" "
\n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "Unterordner fĵr œbertragungen werden typischerweise erstellt durch " "Verwendung einiger oder aller der folgenden Elemente:\n" "
    \n" "
  1. Datei-Metadaten, sehr oft einschlieŸlich des Erstelldatums des " "Fotos oder Videos, aber mĥglicherweise \n" "auch \n" "einschlieŸlich des Kamera-Modells, der Seriennummer oder der " "Dateierweiterung (z.B. JPG oder CR2).
  2. \n" "
  3. Einen Auftragscode als freier Text, den Sie zum Zeitpunkt der " "œbertragung festlegen, wie\n" "den Namen einer Veranstaltung oder eines Orts.
  4. \n" "
  5. Text den Sie stets mitgeben mĥchten, wie ein Bindestrich oder ein " "Leerzeichen.
  6. \n" "
\n" "Unterordner mit Jahr, Monat und Tag im numerischen Format zu bezeichnen, " "erlaubt eine einfache \n" "Sortierung im Dateimanager. Deshalb ist dies die Voreinstellung:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "Um w¤hrend des Downloads automatisch Unterordner zu erstellen, \n" "kann eines der in Rapid Photo Downloader enthaltenen Presets genutzt werden, " "oder es kann ein eigenes \n" "Preset erstellt werden. Dazu bitte das Zahnradsymbol anklicken: \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "Nutzen Sie das Dropdown-Menĵ, um gegebene Voreinstellungen zu nutzen, oder " "w¤hlen sie Benutzerdefiniert \n" "fĵr Ihr eigenes Schema. Sie erstellen eigene Schemata mit dem Editor zur " "Erzeugung von Unterordnern fĵr Fotos oder Videos: \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 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/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "Sie mĵssen verschachtelte Unterordner fĵr œbertragungen nicht erzeugen. " "Diese Darstellung zeigt \n" "die Erstellung von Unterordnern, die lediglich das Aufnahmedatum und den " "Auftragscode beinhalten:\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "Obwohl es in RPD zahlreiche Vorlagen fĵr die Schreibweise von Datum/Zeit " "gibt, kann es \n" "sein, dass Sie etwas anderes wĵnschen. Deshalb kĥnnen Sie auch Ihre eigenen " "Vorlagen erzeugen. Durch die\n" "Auswahl vorhandener Datums-/Zeitstempel kĥnnen Sie neue Schreibweisen " "erstellen. Angenommen, \n" "Sie wĵnschen ein Datumsformat, dass Jahr (YYYY), Bindestrich und Monat (MM) " "enth¤lt, um \n" "YYYY-MM abzubilden, so kĥnnen Sie dieses so erstellen (beachten Sie den " "roten Kreis beim Bindestrich):\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "Lesen Sie mehr ĵber alle Mĥglichkeiten zum Erstellen von Unterordnern fĵr " "œbertragungen und Dateinamen im \n" "Online-" "Handbuch (EN).\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "Auftragscodes lassen Sie einfach Text eingeben, der eine Reihe von " "Fotos oder Videos beschreibt. Sie kĥnnen \n" "sie in Unterordnern oder fĵr Dateinamen verwenden. In dieser Darstellung ist " "einigen Dateien der Auftragscode \n" ""Street" zugewiesen, und die markierten Dateien werden den " "Auftragscode \n" ""Green Bazaar" erhalten: \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "Sie kĥnnen neue oder bestehende Auftragscodes zuweisen, bevor Sie eine " "œbertragung starten. Wenn die \n" "œbertragung Dateien beinhaltet, denen noch kein Auftragscode zugewiesen " "wurde, werden Sie vor Beginn der \n" "œbertragung nach einem Auftragscode gefragt.\n" " " #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" "Halten Sie Ausschau nach Hinweisen, wenn Sie mit Auftragscodes arbeiten:" #: ../raphodo/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/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "Indem Sie fĵr Ihre Fotos und Videos eindeutige Dateinamen vergeben, " "vermeiden Sie \n" "Verwechslungen. Der Einsatz von Sequenznummern fĵr eindeutige " "Dateinamen \n" "wird dringend empfohlen!\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

\n" " " msgstr "" "\n" "

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

    \n" "
  1. œbertragungen heute: Enth¤lt œbertragungen, die w¤hrend dieses " "Tages erfolgten.
  2. \n" "
  3. Gespeicherte Nummer: Identisch mit œbertragungen heute, bezieht " "sich jedoch auf den letzten \n" "Programmstart.
  4. \n" "
  5. Sitzungsnummer: Wird bei jedem Programmstart zurĵckgesetzt.
  6. \n" "
  7. Sequzenzbuchstabe: Wie Sitzungsnummer, verwendet allerdings " "Buchstaben.
  8. \n" "

\n" "

\n" "Lesen Sie mehr ĵber Sequenznummern in der Online-" "Dokumentation (EN).

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

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

\n" "

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

\n" " " msgstr "" "\n" "

Die Option Synchronisiere RAW + JPEG ist nĵtzlich, wenn Sie das " "RAW- + JPEG-Mĥglichkeit \n" "Ihrer Kamera und Sequenznummern beim Umbenennen Ihrer Fotos verwenden. Ist " "diese Option aktiv, so \n" "wird das Programm ĵbereinstimmende Paare von RAW- und JPEG-Fotos suchen und, " "sobald diese gefunden\n" "sind, beiden Fotos die gleiche Sequenznummer zuweisen. Darĵber hinaus werden " "Sequenzen so aktualisiert, \n" "als ob die beiden Fotos eines w¤ren.

\n" "

\n" "Lesen Sie mehr ĵber das Umbenennen von Dateien in der Online-" "Dokumentation (EN).

\n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "Sie kĥnnen Ihre Fotos und Videos w¤hrend der œbertragung an mehrere Orte " "sichern, wie z.B. \n" "externe Festplatten oder Netzlaufwerke. Sicherungsmedien kĥnnen automatisch " "erkannt oder \n" "ein Ort fĵr die Datensicherung festgelegt werden.\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "Viele Programmeinstellungen kĥnnen ĵber die Kommandozeile festgelegt werden, " "einschlieŸlich \n" "œbertragungsquellen, -zielen und Sicherungen. Zus¤tzlich lassen sich " "Voreinstellungen \n" "wiederherstellen und Zwischenspeicher sowie gemerkte Dateien lĥschen. " " \n" " " #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Tipp des Tages" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Wussten Sie schon â€Ĥ?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Tipps beim Start anzeigen" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Weiter" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Zurĵck" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Ein paar Sekunden" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 Sekunde" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d Sekunden" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 Minute" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d Minuten" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 Stunde" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d Stunden" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 Tag" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d Tage" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 Minute, 1 Sekunde" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 Minute, %d Sekunden" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d Minuten, 1 Sekunde" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d Minuten, %(seconds)d Sekunden" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 Stunde, 1 Minute" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 Stunde, %d Minuten" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d Stunden, 1 Minute" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d Stunden, %(minutes)d Minuten" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 Tag, 1 Stunde" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 Tag, %d Stunden" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d Tage, 1 Stunde" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d Tage, %(hours)d Stunden" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Suchen" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Fehlerberichte - Rapid-Fotoĵbertragung" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "In Berichten suchen" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Vorheriges Vorkommen der Phrase suchen" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "N¤chstes Vorkommen der Phrase suchen" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "Alles &hervorheben" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Alle Vorkommen der Phrase hervorheben" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&GroŸ-/Kleinschreibung beachten" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Suche mit Beachtung der GroŸ-/Kleinschreibung" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "Ganze &Wĥrter" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "Nur ganze Wĥrter suchen" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Leeren" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Ausdruck nicht gefunden" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Suche ausstehend â€Ĥ" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problem in Rapid-Fotoĵbertragung" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "In Rapid-Fotoĵbertragung ist ein Problem aufgetreten\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Bitte melden SIe das Verhalten an {website}\n" "\n" " Fĵgen Sie die Log-Datei zur Fehlermeldung hinzu, siehe {log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "In Dateiverwaltung ĥffnen â€Ĥ" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Dateisystem" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Andere â€Ĥ" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (Ort existiert nicht)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Datum & Uhrzeit" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Dateiname" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadaten" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Sequenzen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Auftragscode" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Bilddatum" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Filmdatum" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Heute" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Name" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Erweiterung" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Bildnummer" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Blende" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 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:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Verschlussz¤hler" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Dateinummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Nur Ordner" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Eigentĵmername" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Breite" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Hĥhe" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "L¤nge" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Bilder pro Sekunde" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Autor" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "Urheberrecht" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "kleinschreibung" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Eine Ziffer" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Zwei Ziffern" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Drei Ziffern" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Vier Ziffern" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Fĵnf Ziffern" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Sechs Ziffern" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Hundertstelsekunden" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "JJJJMMTT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "JJMMTT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMTTJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMTTJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMTT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "TTMMJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "TTMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "JJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Datum" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Datum (Bindestriche)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Datum (Unterstriche)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Datum und Auftragscode" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "JJJJMM_Auftragscode" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Datum- und Auftragscode-Unterordner" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "JJJJMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Auftragscode" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Ursprĵnglicher Dateiname" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Datum/Zeit und œbertragungen heute" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "JJJJMMTT-HHMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Datum und œbertragungen heute" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "JJJJMMTT-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Datum/Zeit und Bildnummer" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "JJJJMMTT-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Datum/Zeit und Auftragscode" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "JJJJMMTT-HHMM-Auftragscode-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "JJJJMMTT-Auftragscode-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Datum/Zeit und Videonummer" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "JJJJMMTT_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Auflĥsung" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "JJJJMMTT-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 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" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "Auftragscode auf œbertragung anwenden" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Geben Sie einen neuen Auftragscode ein" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "Der neue Auftragscode wird nicht auf Fotos oder Videos angewendet." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "Der neue Auftragscode wird nicht auf %s angewendet." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Der neue Auftragscode wird auf %s angewendet." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Neuer Auftragscode" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&Auftragscode:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "Diese Auswahl me&rken" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 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/jobcodepanel.py:197 msgid "Last Used" msgstr "Zuletzt verwendet" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Auftragscodesortierung:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Aufsteigend" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Absteigend" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Neu â€Ĥ" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Anwenden" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "Entfe&rnen" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Alle entfernen" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "Mĥchten Sie alle Auftragscodes wirklich entfernen?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Alle Auftragscodes entfernen" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Auftragscodes" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Hinweis: %(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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Neue benutzerdefinierte Voreinstellung speichern â€Ĥ" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "Alle benutzerdefinierten Voreinstellungen entfernen â€Ĥ" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(Neue benutzerdefinierte Voreinstellung)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (bearbeitet)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Benutzerdefinierte Voreinstellung Âğ%sÂĞ aktualisieren" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" "Neue benutzerdefinierte Voreinstellung speichern - Rapid-Fotoĵbertragung" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "Voreinstellungsname:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "Editor zur Erzeugung von Unterordnern fĵr Fotos" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "Editor zur Erzeugung von Unterordnern fĵr Videos" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Editor zum Umbenennen von Fotos" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Editor zum Umbenennen von Videos" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" "Das Zeichen %(separator)s erzeugt eine neue Unterordner-Ebene." #: ../raphodo/nameeditor.py:893 #, 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/nameeditor.py:901 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/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "Voreinstellung:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Im Netz Hilfe erhalten â€Ĥ" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Einfĵgen" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "Voreinstellung speichern - Rapid-Fotoĵbertragung" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Neue benutzerdefinierte Voreinstellung speichern" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Auf neue Version wird geprĵft â€Ĥ" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "Sie fĵhren die neueste Version aus." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Server fĵr Updates konnte nicht erreicht werden." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Eine neue Version von Rapid-Fotoĵbertragung (%s) ist verfĵgbar." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Mĥchten Sie die neue Version herunterladen?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" "„nderungen in der neuen Version kĥnnen hier " "eingesehen werden." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "Diese Version ĵber&springen" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "Herunterladeseite &ĥffnen" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Aktualisierungen der Rapid-Fotoĵbertragung" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s von %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Wird heruntergeladen â€Ĥ" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Einstellungen" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatisierung" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Vorschaubilder" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Fehlerbehandlung" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Warnungen" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "Zusammenfassung" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Verschiedenes" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Ger¤tedurchsuchung" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Nur externe Ger¤te durchsuchen" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Durchsuche nur spezifische Ordner auf Ger¤ten" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Ordner, die durchsucht werden sollen:" #: ../raphodo/preferencedialog.py:171 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/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Hinzufĵgen â€Ĥ" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Entfernen" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "Ger¤te, die automatisch ignoriert oder berĵcksichtigt werden sollen." #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Gemerkte Ger¤te" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Pfade ignorieren" #: ../raphodo/preferencedialog.py:223 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/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 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." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "Verwende regula" "r expressions im Python-Stil" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* Werden beim Programmneustart wirksam" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Programmautomatisierung" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Herunterladen beim Programmstart beginnen" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Mit dem Herunterladen beginnen, sobald ein Ger¤te verfĵgbar ist" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Ger¤t nach Abschluss der œbertragung aush¤ngen" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Programm beenden wenn alle œbertragungen abgeschlossen sind" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "Programm beenden auch wenn Fehler oder Warnungen aufgetreten sind" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Vorschaubildgenerierung" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Vorschaubilder generieren" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Erzeuge Vorschaubilder zur Anzeige im Hauptfenster" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Vorschaubilder zwischenspeichern" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Systemvorschaubilder generieren" #: ../raphodo/preferencedialog.py:366 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/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "Anzahl der CPU-Kerne, die zur Generierung von Vorschaubildern verwendet " "werden." #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "CPU-Kerne:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Vorschaubildzwischenspeicher" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Wird berechnet â€Ĥ" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "Tage" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "fĵr immer" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "ZwischenspeichergrĥŸe:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Anzahl der Vorschaubilder:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "DatenbankgrĥŸe:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "Speichere nichtverwendete Vorschaubilder fĵr:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Zwischenspeicher bereinigen â€Ĥ" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Zwischenspeicher optimieren â€Ĥ" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Herunterladen ĵberspringen" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "œbertrage die Datei nicht, und erzeuge eine Fehlermeldung" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Eine eindeutige Identifizierung hinzufĵgen" #: ../raphodo/preferencedialog.py:472 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/preferencedialog.py:480 msgid "Overwrite" msgstr "œberschreiben" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "Zuvor gesicherte Datei ĵberschreiben" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "œberspringen" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" "œberschreibe die Sicherungsdatei nicht, und erzeuge eine Fehlermeldung" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "Programmwarnungen" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Eine Warnung anzeigen, wenn:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "Dateien, die derzeit nicht angezeigt werden, werden heruntergeladen" #: ../raphodo/preferencedialog.py:535 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/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Sicherungsziele fehlen" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Programmbibliotheken fehlen oder sind defekt" #: ../raphodo/preferencedialog.py:541 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/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "Dateisystemmetadaten kĥnnen nicht festgelegt werden" #: ../raphodo/preferencedialog.py:545 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/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "Auffinden unbehandelter Dateien" #: ../raphodo/preferencedialog.py:549 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/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "Nicht warnen bei unbehandelten Dateien mit diesen Dateiendungen:" #: ../raphodo/preferencedialog.py:558 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/preferencedialog.py:561 msgid "Add" msgstr "Hinzufĵgen" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 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/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "Foto und Video Zusammenfassung" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "Dateien ĵber Ger¤te und œbertragungen hinweg zusammenfassen" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "Behandle ĵbereinstimmende RAW- und JPEG-Dateien als:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Ein Foto" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "Zwei Fotos" #: ../raphodo/preferencedialog.py:620 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/preferencedialog.py:625 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/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "Mit ĵbereinstimmende RAW- und JPEG-Fotos:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "JPEG nicht zum œbertragen markieren" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "RAW nicht zum œbertragen markieren" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Beide zum œbertragen markieren" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 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/preferencedialog.py:661 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/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Beim Einstecken eines Ger¤ts bei bestehender Anzeige abgeschlossener " "œbertragungen:" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "Abgeschlossene œbertragungen bereinigen" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Abgeschlossene œbertragungen weiterhin anzeigen" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Nachfragen, was getan werden soll" #: ../raphodo/preferencedialog.py:685 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/preferencedialog.py:690 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/preferencedialog.py:694 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/preferencedialog.py:739 msgid "Version Check" msgstr "Versionsĵberprĵfung" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "Beim Start auf neue Version prĵfen" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "Bei jedem Programmstart auf neue Version prĵfen." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Aktualisierungen fĵr Entwickler einbeziehen" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "Alpha, beta und andere Bereitstellungen fĵr Entwickler beim Prĵfen auf neue " "Programmversionen berĵcksichtigen.\n" "\n" "Sollten Sie gerade eine Entwicklerversion einsetzen, so findet die " "œberprĵfung immer statt." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "DNG-Datum/Zeit-Metadaten auf MTP-Ger¤ten ignorieren" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "Stellt Standard-Einstellungen von %s wieder her" #: ../raphodo/preferencedialog.py:1292 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/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Vorschaubildzwischenspeicher bereinigen" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Vorschaubildzwischenspeicher optimieren" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Geben Sie einen Ordner an, der durchsucht werden soll" #: ../raphodo/preferencedialog.py:1577 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/preferencedialog.py:1578 msgid "Folder:" msgstr "Ordner:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Geben Sie einen Pfad ein, welcher ignoriert werden sollen" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Pfad:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Dateiendung eingeben" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Geben Sie eine Dateiendung an (ohne den fĵhrenden Punkt)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Endung:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "Ungĵltige Dateiendung" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Hochzeit" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "Geburtstag" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Die Unterordnervoreinstellungen sollten nicht mit %s beginnen" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Die Unterordnervoreinstellungen sollten nicht mit %s enden" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "Die Unterordnervoreinstellungen sollten nicht zwei %s nacheinander enthalten" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Fehler: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Fehler: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2-Fehler: %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "Verzeichnis %s kann nicht gelesen werden" #: ../raphodo/problemnotification.py:150 #, 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:156 #, python-format msgid "Unable to read file %s" msgstr "Datei %s kann nicht gelesen werden" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "Datei %s kann nicht geschrieben werden" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "Datei %s kann nicht verschoben werden" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "Datei %s kann nicht entfernt werden" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "Datei %s kann nicht kopiert werden" #: ../raphodo/problemnotification.py:186 #, 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:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Konnte „nderungsdatum des Dateisystems von %s nicht bestimmen" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "Metadaten von %s kĥnnen nicht geladen werden" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s existiert bereits." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, 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:323 #, 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:343 #, 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:358 #, 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:379 #, 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:395 #, 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:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Dateiname fĵr %s kann nicht finalisiert werden" #. Translators: %(variable)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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "Die %(type)s Metadaten fehlen." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "Die folgenden Metadaten fehlen: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "Datum-/Zeitkonvertierung fehlgeschlagen: %s." #: ../raphodo/problemnotification.py:529 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:535 msgid "Filename does not have an extension." msgstr "Der Dateinamen enth¤lt keinen Dateitypen." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Der Dateinamen enth¤lt keine Zahlen." #: ../raphodo/problemnotification.py:542 #, 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:559 #, 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:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Unterordner %s fĵr œbertragung kann nicht erzeugt werden." #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Sicherungsunterordner %s kann nicht erstellt werden." #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "Probleme beim Durchsuchen von %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "Probleme beim Kopieren von %s" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problem beim Fertigstellen der Dateinamen und dem Erzeugen der Unterordner" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:1839 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:1844 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:1847 msgid "Timeline build pending..." msgstr "Zeitleiste wird gleich erstellt â€Ĥ" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "Zeitleiste wird erstellt â€Ĥ" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Schalte zwischen Synchronisieren Zeitleiste und Thumbnail Bildlauf (STRG-T)" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "Problem mit ExifTool" #: ../raphodo/rapid.py:1205 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 "" "Die Bibliothek libmediainfo scheint zu fehlen

Rapid Photo " "Downloader nutzt libmediainfo, um Aufnahmedatum und -uhrzeit eines Videos zu " "ermitteln. Das Programm wird ohne libmediainfo funktionieren; es wird jedoch " "empfohlen, libmediainfo zu installieren." #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "Problem mit libmediainfo" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "Herunterladen fehlgeschlagen" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Entschuldigung, das Herunterladen der neuen Version von Rapid Photo " "Downloader ist fehlgeschlagen." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Die neue Version wurde erfolgreich heruntergeladen. Mĥchten Sie Rapid Photo " "Downloader schlieŸen und jetzt installieren?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Rapid-Fotoĵbertragung aktualisieren" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Installieren" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "Neue Version gespeichert" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "Die tar-Datei und das Installationsskript sind gespeichert unter:\n" "\n" " %s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "Aktualisierung fehlgeschlagen" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Entschuldigung, Aktualisierung von Rapid Photo Downloader fehlgeschlagen " "wegen eines Fehlers beim –ffnen des Installers." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Herunterladen" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "Auff&rischen â€Ĥ" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Einstellungen" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&Beenden" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "Fehlerbe&richte" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Abgeschlossene œbertragungen bereinigen" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "Im Netz Hilfe erhalten â€Ĥ" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&Tipp des Tages â€Ĥ" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Ein Problem melden â€Ĥ" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Etwas spenden â€Ĥ" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Diese Anwendung ĵbersetzen â€Ĥ" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&œber â€Ĥ" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Auf Aktualisierungen prĵfen â€Ĥ" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "Zeitleiste" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Ziel" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Umbenennen" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "Sicherung" #. Devices Header and View #: ../raphodo/rapid.py:2112 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" #. This Computer Header and View #: ../raphodo/rapid.py:2129 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:2131 msgid "This Computer" msgstr "Dieser Rechner" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Quellordner ausw¤hlen" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Prognostizierte Speichernutzung" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Zielordner ausw¤hlen" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Alle" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Neu" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Anzeigen:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "„nderungszeit" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "Zustand geprĵft" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Dateityp" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Ger¤t" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Sortieren:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "%(files)s herunterladen" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Herunterladen fortsetzen" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Anhalten" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 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:2795 #, 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:2865 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:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " 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?\n" " " #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Dieser œbertragungsordner ist ungĵltig:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "Fehler beim œbertragen" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "Die œbertragung kann nicht fortfahren." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "Fotos" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "Filme" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "Foto" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "Film" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Sicherungsproblem" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s verbleibend (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s heruntergeladen" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s konnten nicht heruntergeladen werden" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "Warnungen" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Alle œbertragungen wurden abgeschlossen" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s konnten nicht heruntergeladen werden" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 Fehler" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d Fehler" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 Warnung" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d Warnungen" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Keine Dateien heruntergeladen — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Keine Dateien heruntergeladen" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Die Benutzervoreinstellungen sind ungĵltig" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Erneut versuchen" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&Dieses Ger¤t ignorieren" #: ../raphodo/rapid.py:4477 #, 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:4478 msgid "Unfortunately you cannot download from this device." msgstr "Leider kĥnnen Sie von diesem Ger¤t nicht ĵbertragen." #: ../raphodo/rapid.py:4482 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:4487 msgid "Device scan failed" msgstr "Ger¤tesuche fehlgeschlagen" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "Aktuelle œbertragungen abgeschlossen" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s, deren œbertragung abgeschlossen ist, werden angezeigt." #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "Mĥchten Sie abgeschlossene œbertragungen bereinigen?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "Aktuelle œbertragung abgeschlossen" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s, deren œbertragung abgeschlossen ist, wird angezeigt." #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "Mĥchten Sie die abgeschlossene œbertragung bereinigen?" #: ../raphodo/rapid.py:5098 #, 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:5349 #, 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:5352 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:5356 #, 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:5358 msgid "Any device with the same name will be ignored." msgstr "Jedes Ger¤t mit dem gleichen Namen wird ignoriert." #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Von %(location)s wird auf diesen Rechner ĵbertragen." #: ../raphodo/rapid.py:5666 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." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Vorschaubilder fĵr %s werden erstellt" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "%s wird eingelesen" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s von %(available files)s zur œbertragung angehakt (%(hidden)s " "versteckt)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s von %(available files)s zur œbertragung angehakt" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "Zeige Programminformation beim Start via Kommandozeile." #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "Zeige Debugging-Informationen beim Start via Kommandozeile." #: ../raphodo/rapid.py:5993 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:5997 msgid "Turn on or off the the renaming of photos." msgstr "Schalte das Umbenennen von Fotos an oder aus." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "Schalte das Umbenennen von Videos an oder aus." #: ../raphodo/rapid.py:6005 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:6009 msgid "Turn on or off downloading from this computer." msgstr "Das œbertragen von diesem Rechner an- oder ausschalten." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "PFAD" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "Der PFAD auf diesem Rechner, von dem ĵbertragen wird." #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "Der PFAD, auf den Fotos ĵbertragen werden." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "Der PFAD, auf den Videos ĵbertragen werden." #: ../raphodo/rapid.py:6025 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:6029 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:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "ORDNER" #: ../raphodo/rapid.py:6034 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:6043 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:6052 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:6059 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:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Fotos mit folgender Erweiterung auslassen: %s" #: ../raphodo/rapid.py:6071 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:6076 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:6082 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:6088 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:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "Zuvor heruntergeladene Dateien vergessen und beenden." #: ../raphodo/rapid.py:6097 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:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "gphoto2-Fehlerinformationen in Protokolldateien einschlieŸen." #: ../raphodo/rapid.py:6115 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:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "Keine frĵheren Programm-Voreinstellungen gefunden: SchlieŸe." #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importiere Voreinstellungen von Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:6260 #, 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:6271 msgid "Program aborting." msgstr "Programmabbruch." #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "Starten Sie dieses Programm niemals als sudo- oder root-Benutzer." #: ../raphodo/rapid.py:6318 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:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Alle Einstellungen und Zwischenspeicher wurden zurĵckgesetzt." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Vorschaubildpuffer wurde zurĵckgesetzt." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "Gemerkte Dateien wurden vergessen." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "Mich nicht mehr erneut &danach fragen" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "Mich nicht mehr erneut &darĵber warnen" #: ../raphodo/rememberthisdialog.py:73 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:567 msgid "subfolder and filename" msgstr "Unterordner und Dateiname" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "Dateiname" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "Unterordner" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "Ein Z¤hler fĵr die Anzahl der t¤glichen œbertragungen" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "œbertragungen heute:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "Ein Z¤hler, der sich die Anzahl der Programmstarts merkt " #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Gespeicherte Nummer:" #: ../raphodo/renamepanel.py:331 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/renamepanel.py:332 msgid "Day start:" msgstr "Beginn des Tages:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "RAW + JPEG synchronisieren" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "Sequenznummern" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Nicht kompatible Zeichen entfernen" #: ../raphodo/renamepanel.py:367 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/renamepanel.py:371 msgid "Compatibility" msgstr "Kompatibilit¤t" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Fotoumbenennung" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Videoumbenennung" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Umbenennungsoptionen" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "Fotos und Filme" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "ein Video" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 Video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "ein Foto" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s auf %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Film" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "Dateisystem-Root" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Bilder" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Aufgenommen am %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Speicherkarten: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "Speicherkarte: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "Heruntergelaen als:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

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

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

Manuell, wie zuvor heruntergeladen am %(date)s, festgelegt" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Pfad kopieren" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "Datei als heruntergeladen kennzeichnen" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "Dateien als heruntergeladen kennzeichnen" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s und %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "eins" #: ../raphodo/utilities.py:516 msgid "two" msgstr "zwei" #: ../raphodo/utilities.py:517 msgid "three" msgstr "drei" #: ../raphodo/utilities.py:518 msgid "four" msgstr "vier" #: ../raphodo/utilities.py:519 msgid "five" msgstr "fĵnf" #: ../raphodo/utilities.py:520 msgid "six" msgstr "sechs" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "sieben" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "acht" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "neun" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "zehn" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "elf" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "zwĥlf" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "dreizehn" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "vierzehn" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "fĵnfzehn" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "sechzehn" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "siebzehn" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "achtzehn" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "neunzehn" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "zwanzig" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&OK" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Speichern" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Hilfe" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Standardeinstellungen wiederherstellen" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Ja" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Nein" #: ../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 "" #: ../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" #~ msgid "Size" #~ msgstr "GröŸe" #, 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?" rapid-photo-downloader-0.9.23a1/po/el.po0000644000175000017500000041364313645661365020237 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-12 06:17+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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: el\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "ΠρόγρÎħÎĵÎĵÎħ ÎµÎ³ÎşÎħτÎĴστÎħσης Rapid Photo Downloader" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" "ΚÎħτεβÎĴστε ÎşÎħÎı ÎµÎ³ÎşÎħτÎħστÎστε την τεÎğευτÎħÎŻÎħ Î­ÎşÎ´ÎżÏƒÎ· Ï„ÎżÏ… Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Δεν Î²ÏÎ­Î¸Î·ÎşÎµ Ï„Îż πρόγρÎħÎĵÎĵÎħ ÎµÎ³ÎşÎħτÎĴστÎħσης:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Δεν Î²ÏÎ­Î¸Î·ÎşÎµ Ï„Îż πρόγρÎħÎĵÎĵÎħ ÎµÎ³ÎşÎħτÎĴστÎħσης σε ÎĵÎżÏÏ†Î tar.gz:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Î•Î½Ï„ÎżÏ€ÎŻÏƒÎ¸Î·ÎşÎµ ÎğÎħνθÎħσÎĵένη ÎşÏ…ÏÎıότητÎħ ÏƒÏ„ÎżÎ½ φÎĴκεÎğÎż. Î“ÎŻÎ½ÎµÏ„ÎħÎı ÎħÎğÎğÎħÎ³Î ÎşÏ…ÏÎıότητÎħς ÎşÎħÎı " "ρύθÎĵÎıση δÎıÎşÎħÎıωÎĵÎĴτων γÎıÎħ {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "Η πÎħρÎħÎşÎĴτω ÎµÎ½Ï„ÎżÎğΠθÎħ ÎµÎşÏ„ÎµÎğÎµÏƒÎ¸ÎµÎŻ:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "η ÎµÎ½Ï„ÎżÎğÎ sudo ενδέχετÎħÎı νÎħ σÎħς ÎĥητÎσεÎı Ï„ÎżÎ½ ÎşÏ‰Î´ÎıÎşÏŒ γÎıÎħ sudo." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "ΘέÎğετε νÎħ ÎµÎşÏ„ÎµÎğÎµÏƒÎ¸ÎµÎŻ η ÎµÎ½Ï„ÎżÎğΠτώρÎħ;" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Η ÎħπÎĴντηση δεν ÎµÎŻÎ½ÎħÎı θετÎıÎşÎ, έÎÎżÎ´ÎżÏ‚." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Η ÎµÎ½Ï„ÎżÎğÎ Îħπέτυχε" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "ΚÎğÎµÎŻÏƒÎıÎĵÎż" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Το ÎħÏ€ÎżÎ¸ÎµÏ„ÎρÎıÎż Universe πρέπεÎı νÎħ ÎµÎŻÎ½ÎħÎı ÎµÎ½ÎµÏÎ³ÎżÏ€ÎżÎıηÎĵÎ­Î½Îż." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Το ÎħÏ€ÎżÎ¸ÎµÏ„ÎρÎıÎż EPEL repository πρέπεÎı νÎħ ÎµÎŻÎ½ÎħÎı ÎµÎ½ÎµÏÎ³ÎżÏ€ÎżÎıηÎĵÎ­Î½Îż." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Το ÎħÏ€ÎżÎ¸ÎµÏ„ÎρÎıÎż RPM Fusion Free πρέπεÎı νÎħ ÎµÎŻÎ½ÎħÎı ÎµÎ½ÎµÏÎ³ÎżÏ€ÎżÎıηÎĵÎ­Î½Îż." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" "ΘέÎğετε νÎħ ÎħÏ€ÎµÎ³ÎşÎħτÎħστÎσετε την Ï€ÏÎżÎ·Î³ÎżÏÎĵενη Î­ÎşÎ´ÎżÏƒÎ· Ï„ÎżÏ… Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "ΑνÎħÎĥÎτηση ÎħÏ€ÎżÎ¸ÎµÏ„Î·ÏÎıÎżÏ… γÎıÎħ εÎĵφÎħνÎıση πÎħÎğÎħÎıότερης Î­ÎşÎ´ÎżÏƒÎ·Ï‚ Ï„ÎżÏ… Rapid Photo " "Downloader εÎħν ÎµÎŻÎ½ÎħÎı ÎµÎ³ÎşÎħτεστηÎĵÎ­Î½Îż (Îħυτό ÎĵÏ€ÎżÏÎµÎŻ νÎħ πÎĴρεÎı ÎğÎŻÎ³Îż Ï‡ÏÏŒÎ½Îż)..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Η δÎıερευνηση Ï„ÎżÏ… ÎħÏ€ÎżÎ¸ÎµÏ„Î·ÏÎıÎżÏ… Îħπετυχε. ΠÎħρÎħÎşÎħÎğώ εÎğέγÎτε τη σύνδεσΠσÎħς ÏƒÏ„Îż " "ΔÎıÎħδÎıÎşÏ„Ï…Îż ÎşÎħÎı Ï€ÏÎżÏƒÏ€ÎħθÎστε ÎÎħνÎĴ." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "ΈÎğÎµÎ³Ï‡ÎżÏ‚ Îħν η Ï€ÏÎżÎ·Î³ÎżÏÎĵενη Î­ÎşÎ´ÎżÏƒÎ· ÎµÎŻÎ½ÎħÎı ÎµÎ³ÎşÎħτεστηÎĵένη Îĵε pip..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "Το ÎħÎşÏŒÎğÎżÏ…Î¸Îż πÎħÎşÎ­Ï„Îż ÎµÎŻÎ½ÎħÎı ÎĴÎ³Î½Ï‰ÏƒÏ„Îż ÏƒÏ„Îż σύστηÎĵÎĴ σÎħς: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "ΓÎıÎħ νÎħ ÏƒÏ…Î½ÎµÏ‡ÎŻÏƒÎµÏ„Îµ, ÎĵερÎıÎşÎĴ πÎħÎşÎ­Ï„Îħ ÎħπÎħÎıÏ„ÎżÏ…Î½Ï„ÎħÎı γÎıÎħ νÎħ τρέÎεÎı η εφÎħρÎĵÎżÎ³Î ÎşÎħÎı νÎħ " "ÎµÎ³ÎşÎħτÎħστÎħθεί." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "ΑνÎħÎĥÎτηση ÎµÎ³ÎşÎħτεστηÎĵένων ÎşÎħÎı δÎıÎħθέσÎıÎĵων πÎħÎşÎ­Ï„Ï‰Î½ (Îħυτό ÎĵÏ€ÎżÏÎµÎŻ νÎħ πÎĴρεÎı ÎğÎŻÎ³Îż " "Ï‡ÏÏŒÎ½Îż)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "ΑνÎħÎĥÎτηση zypper γÎıÎħ νÎħ Î´ÎµÎŻÏ„Îµ Îħν ÎşÎĴÏ€ÎżÎıÎż Îħπό τÎħ πÎħÎşÎ­Ï„Îħ ÎµÎŻÎ½ÎħÎı Îδη " "ÎµÎ³ÎşÎħτεστηÎĵένÎħ (Îħυτό ÎĵÏ€ÎżÏÎµÎŻ νÎħ πÎĴρεÎı ÎğÎŻÎ³Îż Ï‡ÏÏŒÎ½Îż).. " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Î‘ÎŻÏ„Î·ÎĵÎħ γÎıÎħ επÎıβεβÎħÎıώση της ενέργεÎıÎħς σε ÎşÎĴθε βÎÎĵÎħ." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "ΌτÎħν ÎşÎħτεβÎĴσετε την τεÎğευτÎħÎŻÎħ Î­ÎşÎ´ÎżÏƒÎ·, ÎµÎ³ÎşÎħτÎħστÎστε την Î­ÎşÎ´ÎżÏƒÎ· ÎħνÎĴπτυÎης, Îħν " "ÎµÎŻÎ½ÎħÎı νεότερη Îħπό την στÎħÎ¸ÎµÏÎ Î­ÎşÎ´ÎżÏƒÎ·." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Î ÏÎżÎħÎıρετÎıÎşÏŒ tar.gz Rapid Photo Downloader installer ÎħÏÏ‡ÎµÎŻÎż. ΕÎĴν δεν " "ÎşÎħÎ¸ÎżÏÎŻÎĥετÎħÎı, η τεÎğευτÎħÎŻÎħ Î­ÎşÎ´ÎżÏƒÎ· εχεÎı ÎşÎħτεβÎĴστεÎı Îħπό Ï„Îż ΔÎıÎħδÎıÎşÏ„Ï…Îż." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "ΚÎħÎĵÎĵÎıÎħ ÎµÎşÏ„ÎµÎğεση Ï„ÎżÏ… πρόγρÎħÎĵÎĵÎħÏ„ÎżÏ‚ ÎµÎ³ÎşÎħτÎĴστÎħσης Ï„ÎżÏ… tar.gz Rapid Photo " "Downloader ÎħÏÏ‡ÎµÎŻÎżÏ… ÎµÎ³ÎşÎħτÎħστÎħσης, Îħν ÎµÎŻÎ½ÎħÎı Î½ÎµÏŒÏ„ÎµÏÎż Îħπό ÎħυτΠτην Î­ÎşÎ´ÎżÏƒÎ· ({}). " "Η Ï€ÏÎżÎµÏ€ÎıÎğÎżÎ³Î ÎµÎŻÎ½ÎħÎı νÎħ τρέÎεÎı ÏŒÏ€ÎżÎıÎż ÎħρχεÎıÎż ÎµÎ³ÎşÎħτÎħστÎħσης ÎµÎŻÎ½ÎħÎı Î½ÎµÏŒÏ„ÎµÏÎż." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Î‘Ï€ÎµÎ³ÎşÎħτÎĴστÎħση Ï„ÎżÏ… Rapid Photo Downloader Ï€ÎżÏ… ÎµÎŻÏ‡Îµ ÎµÎ³ÎşÎħτÎħστÎħθεί Îĵε pip , " "ÎşÏÎħτώντÎħς τÎıς εÎÎħρτÎσεÎıς Ï„ÎżÏ…." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Î ÏÎżÏƒÎżÏ‡Î·: Î‘Ï…Ï„Îż δεν θÎħ ÎħÏ€ÎµÎ³ÎşÎħτÎħστησεÎı ÎşÎħθε ÎµÎşÎ´ÎżÏƒÎ· Ï„ÎżÏ… Rapid Photo Downloader " "Ï€ÎżÏ… εχεÎı ÎµÎ³ÎşÎħτÎħστÎħθεÎı Îĵεσω Ï„ÎżÏ… Linux." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "ΟÎı εÎÎħρτÎσεÎıς ÎĵÏŒÎ½Îż θÎħ πρέπεÎı νÎħ ÎħφÎħÎıÏÎµÎ¸ÎżÏ…Î½, εÎĴν δεν ÎħπÎħÎıÏ„ÎżÏÎ½Ï„ÎħÎı Îħπό ÎĴÎğÎğÎħ " "Ï€ÏÎżÎ³ÏÎĴÎĵÎĵÎħτÎħ." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "ΣυγγνώÎĵη ÎħÎğÎğÎĴ δεν ÎµÎ½Ï„ÎżÏ€ÎŻÏƒÎ¸Î·ÎşÎµ Ï„Îż πρόγρÎħÎĵÎĵÎħ ÎµÎ³ÎşÎħτÎĴστÎħσης. ΠÎħρÎħÎşÎħÎğώ εÎğέγÎτε " "την σύνδεσΠσÎħς ÏƒÏ„Îż δÎıÎħÎ´ÎŻÎşÏ„Ï…Îż ÎşÎħÎı επÎıβεβÎħÎıώστε Îħν έχετε πρόσβÎħση ÏƒÏ„Îż " "https://www.damonlynch.net\n" "\n" "ΈÎÎżÎ´ÎżÏ‚\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "Î‘Ï€ÎżÏ„Ï…Ï‡ÎŻÎħ ÎµÎ³ÎşÎħτÎĴστÎħσης της εφÎħρÎĵÎżÎ³Îς: ΈÎÎżÎ´ÎżÏ‚." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Î‘Ï€ÎżÏ„Ï…Ï‡ÎŻÎħ ÎµÎ³ÎşÎħτÎĴστÎħσης της εφÎħρÎĵÎżÎ³Îς: ΈÎÎżÎ´ÎżÏ‚..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "Î“ÎŻÎ½ÎµÏ„ÎħÎı ÎµÎ³ÎşÎħτÎĴστÎħση της εφÎħρÎĵÎżÎ³Îς..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "ΘέÎğετε νÎħ ÎµÎ³ÎşÎħτÎħστÎσετε τÎıς σεÎğÎŻÎ´ÎµÏ‚ Î²ÎżÎθεÎıÎħς γÎıÎħ Ï„Îż πρόγρÎħÎĵÎĵÎħ;" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "ΘÎħ ÎµÎ³ÎşÎħτÎħστÎħÎ¸ÎżÏÎ½ ÏƒÏ„Îż {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Î‘Ï€ÎżÏ„Ï…Ï‡ÎŻÎħ ÎµÎ³ÎşÎħτÎĴστÎħσης της εφÎħρÎĵÎżÎ³Îς: ΈÎÎżÎ´ÎżÏ‚." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "ΈÎÎżÎ´ÎżÏ‚..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Î‘ÎşÏÏÏ‰ÏƒÎ·" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&ΑνÎħβÎĴθÎĵÎıση" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "ΠÎħτÎστε Ï„Îż ÎşÎżÏ…ÎĵÏ€ÎŻ ΑνÎħβÎĴθÎĵÎıση γÎıÎħ νÎħ ÎεκÎıνÎσεÎı η ÎħνÎħβÎĴθÎĵÎıση." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&ΚÎğÎµÎŻÏƒÎıÎĵÎż" #: ../upgrade.py:599 msgid "&Run" msgstr "&Î•ÎşÏ„Î­Îğεση" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "ΠρόγρÎħÎĵÎĵÎħ ÎµÎ³ÎşÎħτÎĴστÎħσης Rapid Photo Downloader." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "ΕπÎıτυχÎς ÎħνÎħβÎĴθÎĵÎıση σε %s. ΠÎħτÎστε ΚÎğÎµÎŻÏƒÎıÎĵÎż γÎıÎħ έÎοδο, Î Î•ÎşÎşÎŻÎ½Î·ÏƒÎ· γÎıÎħ νÎħ " "ÎεκÎıνÎσετε την εφÎħρÎĵÎżÎ³Î." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "ΕπÎıτυχÎς ÎħνÎħβÎĴθÎĵÎıση. ΠÎħτÎστε ΚÎğÎµÎŻÏƒÎıÎĵÎż γÎıÎħ έÎοδο, Î Î•ÎşÎşÎŻÎ½Î·ÏƒÎ· γÎıÎħ νÎħ " "ÎεκÎıνÎσετε την εφÎħρÎĵÎżÎ³Î." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Î‘Ï€ÎżÏ„Ï…Ï‡ÎŻÎħ ÎħνÎħβÎĴθÎĵÎıσης. ΠÎħτÎστε ΚÎğÎµÎŻÏƒÎıÎĵÎż γÎıÎħ έÎοδο." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "ΣυντεÎğεστές" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "ÎĤÎĴκεÎğÎżÏ‚ γÎıÎħ Ï†Ï‰Ï„ÎżÎ³ÏÎħÏ†ÎŻÎµÏ‚:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "ÎĤÎĴκεÎğÎżÏ‚ γÎıÎħ Î²ÎŻÎ½Ï„ÎµÎż:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "ΠÎħρÎĴδεÎıγÎĵÎħ:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "Î´ÎŻÏƒÎşÎżÏ‚2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "Î²ÎŻÎ½Ï„ÎµÎż THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "ÎÏ‡ÎżÏ‚" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Î’ÎŻÎ½Ï„ÎµÎż" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "ΧρησÎıÎĵÎżÏ€ÎżÎıÎµÎŻÏ„ÎħÎı" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s εÎğεύθερÎħ Îħπό %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "ÎĤÏ‰Ï„ÎżÎ³ÏÎħÏ†ÎŻÎµÏ‚" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Î’ÎŻÎ½Ï„ÎµÎż" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Î ÏÎżÏƒÎħρÎĵÎżÏƒÎĵÎ­Î½Îż..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "ÎĦύθÎĵÎıση δηÎĵÎıÎżÏ…ÏÎ³ÎŻÎħς Ï…Ï€ÎżÏ†ÎĴκεÎğÎżÏ… Ï†Ï‰Ï„ÎżÎ³ÏÎħφÎıών" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "ÎĦύθÎĵÎıση δηÎĵÎıÎżÏ…ÏÎ³ÎŻÎħς Ï…Ï€ÎżÏ†ÎĴκεÎğÎżÏ… Î²ÎŻÎ½Ï„ÎµÎż" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "ΆÎğÎğÎż" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "ΑνÎıχνεύετÎħÎı η ÏƒÏ…ÏƒÎşÎµÏ…Î..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Î ÏÎżÏƒÏ‰ÏÎıνΠÎħγνόηση ÏƒÏ…ÏƒÎşÎµÏ…Îς" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "ΜόνÎıÎĵη Îħγνόηση ÏƒÏ…ÏƒÎşÎµÏ…Îς" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "ΕπÎħνÎħσÎĴρωση" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s πÎğÎρης" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "ΚÎĴÎĵερες" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Î£Ï…ÏƒÎşÎµÏ…Î­Ï‚" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "ΠÎħτÎστε ÏƒÏ„Îż πÎğÎħÎŻÏƒÎıÎż εÎğÎ­Î³Ï‡ÎżÏ… Ï„ÎżÏ… ÎħÏÏ‡ÎµÎŻÎżÏ… γÎıÎħ νÎħ επÎıÎğέÎετε Î ÎħÏ€ÎżÎµÏ€ÎıÎğέÎετε γÎıÎħ " "ÎşÎħτέβÎħσÎĵÎħ." #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/δευτερόÎğÎµÏ€Ï„Îż" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Î›ÎŻÎ³Îħ δευτερόÎğεπτÎħ" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 δευτερόÎğÎµÏ€Ï„Îż" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d δευτερόÎğεπτÎħ" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 Îğεπτό" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d ÎğεπτÎĴ" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 ώρÎħ" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d ώρες" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 ηÎĵέρÎħ" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d ηÎĵέρες" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 Îğεπτό, 1 δευτερόÎğÎµÏ€Ï„Îż" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 Îğεπτό, %d δευτερόÎğεπτÎħ" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d ÎğεπτÎĴ, δευτερόÎğÎµÏ€Ï„Îż" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d ÎğεπτÎĴ, %(seconds)d δευτερόÎğεπτÎħ" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 ώρÎħ, 1 Îğεπτό" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "ΜίÎħ ώρÎħ, %d ÎğεπτÎĴ" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d ώρες, 1 Îğεπτό" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d ώρες, %(minutes)d ÎğεπτÎĴ" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 ηÎĵέρÎħ, 1 ώρÎħ" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 ηÎĵέρÎħ, %d ώρες" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d ηÎĵέρες, 1 ώρÎħ" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "ΏρÎħ ÎşÎħτεβÎĴσÎĵÎħÏ„ÎżÏ‚" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "ÎŒÎ½ÎżÎĵÎħ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Î•Ï€Î­ÎşÏ„Îħση" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "ΑρÎıθÎĵός εÎıÎşÏŒÎ½Îħς" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "ΔÎıÎĴφρÎħγÎĵÎħ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "Î§ÏÏŒÎ½ÎżÏ‚ Î­ÎşÎ¸ÎµÏƒÎ·Ï‚" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "ΕστÎıÎħκΠÎħπόστÎħση" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "ΚÎħτÎħÏƒÎşÎµÏ…ÎħστÎς ÎşÎĴÎĵερÎħς" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "ÎœÎżÎ½Ï„Î­ÎğÎż ÎşÎĴÎĵερÎħς" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "ΣεÎıρÎıÎħÎşÏŒÏ‚ ÎħρÎıθÎĵός" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "ΑρÎıθÎĵός ÎħÏÏ‡ÎµÎŻÎżÏ…" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "ÎŒÎ½ÎżÎĵÎħ ÎşÎħÏ„ÏŒÏ‡ÎżÏ…" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "Ï†Ï‰Ï„ÎżÎ³ÏÎħÏ†ÎŻÎµÏ‚ ÎşÎħÎı Î²ÎŻÎ½Ï„ÎµÎż" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "ένÎħ Î²ÎŻÎ½Ï„ÎµÎż" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 Î²ÎŻÎ½Ï„ÎµÎż" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "ÎĵÎŻÎħ Ï†Ï‰Ï„ÎżÎ³ÏÎħÏ†ÎŻÎħ" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s στÎıς %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "ÎĤÏ‰Ï„ÎżÎ³ÏÎħÏ†ÎŻÎħ" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Î’ÎŻÎ½Ï„ÎµÎż" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "ÎĦÎŻÎĥÎħ συστÎÎĵÎħÏ„ÎżÏ‚ ÎħÏÏ‡ÎµÎŻÏ‰Î½" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "ΕÎıÎşÏŒÎ½ÎµÏ‚" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "ΛÎψη την %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "ΚÎĴρτες ÎĵνÎÎĵης: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "ΚÎĴρτÎħ ÎĵνÎÎĵης: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "ΈγÎıνε ÎğÎψη ως:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Î ÏÎżÎ·Î³ÎżÏÎĵενη ÎğÎψη:
%(filename)s
%(path)s
%(date)s" #: ../raphodo/thumbnaildisplay.py:567 #, python-format msgid "

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "ΑντÎıγρÎħφΠΔÎıÎħÎ´ÏÎżÎĵÎς" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s ÎşÎħÎı %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "ένÎħ" #: ../raphodo/utilities.py:516 msgid "two" msgstr "Î´ÏÎż" #: ../raphodo/utilities.py:517 msgid "three" msgstr "Ï„ÏÎŻÎħ" #: ../raphodo/utilities.py:518 msgid "four" msgstr "τέσσερÎħ" #: ../raphodo/utilities.py:519 msgid "five" msgstr "πέντε" #: ../raphodo/utilities.py:520 msgid "six" msgstr "έÎÎı" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "επτÎĴ" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "ÎżÎşÏ„ÏŽ" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "εννέÎħ" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "δέκÎħ" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "Î­Î½Ï„ÎµÎşÎħ" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "Î´ÏŽÎ´ÎµÎşÎħ" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "δεκÎħÏ„ÏÎŻÎħ" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "δεκÎħτέσσερÎħ" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "δεκÎħπέντε" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "δεκÎħέÎÎı" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "δεκÎħεπτÎĴ" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "δεκÎħÎżÎşÏ„ÏŽ" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "δεκÎħεννέÎħ" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "ÎµÎŻÎşÎżÏƒÎı" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&ΟΚ" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "Î‘Ï€Îż&θÎÎşÎµÏ…ÏƒÎ·" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&ΒοÎθεÎıÎħ" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "ΕπÎħνÎħÏ†ÎżÏÎĴ Î ÏÎżÎµÏ€ÎıÎğÎżÎ³ÏŽÎ½" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&ΝÎħÎı" #: ../raphodo/viewutils.py:250 msgid "&No" 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" rapid-photo-downloader-0.9.23a1/po/es.po0000644000175000017500000065561713645661365020257 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-04-04 09:49+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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: es\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Para continuar, instale antes el paquete de python3 setuptools, usando el " "gestor de paquetes de su sistema." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Instalador de Rapid Photo Downloader" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Descargar e instalar la şltima versi³n de Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" "Se ha aħadido el repositorio de software RPM Fusion Free a su sistema para " "(1) permitir la generaci³n de miniaturas para un mayor nşmero de formatos de " "v­deo y (2) activar el soporte del formato de imagen HEIC / HEIF." #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Instalador no encontrado:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "El instalador no estĦ en formato tar.gz:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" "La versi³n indicada ded PyQt5 no existe. Las versiones vĦlidas son: {}." #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} se actualizarĦ de la versi³n {} a la {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Estos paquetes Python3 se actualizarĦn para su usuario (es decir, no para " "todo el sistema): {}" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Detectada propiedad de carpeta incorrecta. Cambiando el propietario y " "restaurando los permisos de {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "Se ejecutarĦ la siguiente orden:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "Es posible que sudo le solicite su contraseħa." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "ÂżDesea ejecutar la orden ahora?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Saliendo, porque la respuesta no es s­." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Fall³ la orden" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Saliendo" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Se debe activar el repositorio Universe." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "Se debe activar el repositorio IUS Community." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Se debe activar el repositorio EPEL." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Se debe activar el repositorio RPM Fusion Free." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" "ÂżDesea desinstalar la versiones anteriores de Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Consultando al sistema de paquetes para ver si estĦ instalada una versi³n " "antigua de Rapid Photo Downloader (puede llevar un tiempo)..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Desinstalando paquete del sistema" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "No se pudo consultar al sistema de paquetes. Compruebe su conexi³n a " "Internet e intİntelo de nuevo." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Comprobando si las versiones anteriores se instalaron con pip..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "El siguiente paquete es desconocido en su sistema: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Para continuar, se instalarĦn algunos paquetes necesarios para que la " "aplicaci³n se ejecute." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Consultando los paquetes instalados y disponibles (puede llevar un tiempo)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Consultando a zypper para ver si alguno de los paquetes necesarios ya estĦ " "instalado (puede llevar un tiempo)... " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "Consultando a yum para ver si los paquetes necesarios ya estĦn instalados " "(puede llevar un rato)... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Pedir confirmaci³n de las acciones a cada paso." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Al descargar la versi³n mĦs reciente, instalar la versi³n de desarrollo si " "es mĦs moderna que la versi³n estable." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Archivo instalador tar.gz de Rapid Photo Downloader opcional. Si no se " "indica, se descargarĦ la şltima versi³n de Internet." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "No ejecutar el instalador del archivo tar.gz de Rapid Photo Downloader si es " "mĦs moderno que esta versi³n ({}). De forma predeterminada se ejecutarĦ el " "instalador que sea mĦs moderno." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Desinstalar el Rapid Photo Downloader que se instal³ con pip, manteniendo " "sus dependencias." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Desinstalar las dependencias instaladas por pip durante la instalaci³n de " "Rapid Photo Downloader y el propio Rapid Photo Downloader y luego salir." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Nota: esto no desintalarĦ cualquier versi³n de Rapid Photo Downloader " "instalada por el gestor de paquetes de su distribuci³n de Linux." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "Las dependencias solo se eliminarĦn si no son necesarias para otros " "programas." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Nota: esta opci³n eliminarĦ las dependencias independientemente de si son " "necesarias para otros programas instalados por pip. Actualice a pip 9.0 o " "superior si quiere evitar este comportamiento. Puede hacerlo usando la orden " "ÂĞpython3 -m pip install pip -U --userÂğ. Tenga en cuenta tambiİn que no se " "desinstalarĦ cualquier versi³n de Rapid Photo Downloader instalada por el " "gestor de paquetes de su distribuci³n de Linux." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Instalar en el entorno virtual de Python actual. No se admiten los entornos " "virtuales creados con la opci³n --system-site-packages." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "Versi³n concreta de PyQt5 a instalar (de forma predeterminada es la versi³n " "mĦs reciente {})." #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "En lugar de usar PyQt5 de PyPi, use la versi³n de su distribuci³n de Linux. " "Desinstale cualquier versi³n PyPi ya instalada." #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Fall³ al descargar el archivo de versiones." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "Se recibi³ el c³digo de error {} al acceder al archivo de versiones" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "No se pudo localizar el instalador. Compruebe su conexi³n a Internet y " "asegşrese de que puede llegar a https://www.damonlynch.net\n" "\n" "Saliendo.\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "La instalaci³n del paquete {} fall³, pero la instalaci³n de Rapid Photo " "Downloader continuarĦ." #: ../install.py:2459 msgid "Received error code" msgstr "C³digo de error recibido" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "Fall³ al instalar los requisitos de la aplicaci³n: saliendo." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Fall³ al instalar la aplicaci³n: saliendo..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Instalando requisitos de la aplicaci³n..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" "No estĦ disponible el soporte del sistema para la generaci³n de miniaturas " "HEIF / HEIC" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "No se instala el paquete PyPi PyQt5 en el entorno KDE Neon" #: ../install.py:2736 msgid "Installing application..." msgstr "Instalando la aplicaci³n..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "ÂżDesea instalar las pĦginas man de la aplicaci³n?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Se instalarĦn en {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Si quiere desinstalar la aplicaci³n, elimine estĦs manpages por su cuenta." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "ÂżDesea instalar las pĦginas de man?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "EncontrarĦ pĦginas de manual en {}/share/man/man1" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Instalando las pĦginas man en {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Fall³ al crear el directorio de pĦginas man: saliendo." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Fall³ al copiar pĦgina man." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Es posible iniciar Rapid Photo Downloader sin activar el entorno virtual al " "ejecutar {}/bin/rapid-photo-downloader" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Es posible que necesite reiniciar el equipo para poder ejecutar el programa " "desde la l­nea de ³rdenes o el lanzador de aplicaciones." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" "Debe aħadir {path} a la variable $PATH de su equipo para ejecutar el " "programa desde la l­nea de ³rdenes o el lanzador de aplicaciones." #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(si se produce un fallo de segmentaci³n al salir, puede ignorarlo...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "Se necesita de la herramienta de python3 pip para desinstalar una versi³n de " "Rapid Photo Downloader que fue instalada con pip.\n" "No se puede continuar. Saliendo." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "No ejecute este script de instalaci³n como sudo o usuario root.\n" "Ejecştelo empleando el usuario que ejecutarĦ el programa.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Indique solo uno de --PyQt5-version o --use-system-PyQt5." #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "Indicar una versi³n concreta de PyQt5 requiere de Python 3.5 o superior en " "una plataforma Intel o AMD 64." #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Indique una versi³n de PyQt5 en formato X.X o X.X.X" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "ÂżQuiere instalar Rapid Photo Downloader en el entorno virtual actual?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "Lo sentimos, instalar Rapid Photo Downloader en un ambiente Phyton virtual " "requiere Phyton 3.5 o mayor, en plataformas Intel o AMD de 64 bits." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Para instalar Rapid Photo Downloader en un entorno virtual de Python, cree y " "active el entorno virtual antes de iniciar este programa." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "Usar entorno virtual para la instalaci³n usando pip." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" "No incluir ningşn otro parĦmetro de la l­nea de ³rdenes al especificar" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "El instalador no es compatible con las versiones de python personalizadas.\n" "Saliendo..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Reiniciando el script usando python del sistema..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Detectada distribuci³n de Linux {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "Saliendoâ€Ĥ" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Para continuar se debe instalar el paquete python3-apt." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Instalİ los siguientes paquetes usando el gestor de paquetes estĦndar de su " "distribuci³n Linux y luego vuelva a ejecutar este instalador:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Para ejecutar este programa, deben instalarse programas de apoyo a Python 3 " "y su gestor de paquetes." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Instalando python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Actualizar Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Cancelar" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Actualizar" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Pulse el bot³n Actualizar para actualizar a la versi³n %s." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Pulse el bot³n Actualizar para comenzar la actualizaci³n." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Cerrar" #: ../upgrade.py:599 msgid "&Run" msgstr "&Ejecutar" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Cierre Rapid Photo Downloader antes de iniciar la actualizaci³n." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Actualizaci³n en proceso..." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Actualizado correctamente a %s. Pulse Cerrar para salir o Ejecutar para " "iniciar el programa." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Actualizaci³n completada correctamente. Pulse Cerrar para salir o Ejecutar " "para iniciar el programa." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Fall³ la actualizaci³n. Pulse Cerrar para salir." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "Actualizando %s..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Pulse cualquier tecla para continuar..." #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Fall³ la actualizaci³n de Rapid Photo Downloader" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "El paquete de python %s no se ha podido actualizar. La actualizaci³n no " "puede continuar." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Agradecimientos" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Las copias de seguridad no estĦn configuradas" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "No se detectaron dispositivos de copia de seguridad" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" "No se ha indicado todav­a ubicaciones vĦlidas para las copias de seguridad" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Realizar copia de seguridad al descargar fotos y v­deos" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Detectar automĦticamente dispositivos de copia de seguridad" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Nombre de la carpeta de fotos:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Nombre de la carpeta de v­deos:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Ejemplo:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Ubicaci³n para las copias de fotos:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Ubicaci³n para las copias de v­deos:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "unidad2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Espacio usado previsto de copia de seguridad" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Opciones de copia de seguridad" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "v­deo THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "audio" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fotos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s v­deos" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Usado" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Exceso" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s libre de %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "V­deos" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Espacio usado previsto despuİs de la descarga" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Personalizado..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Configurar creaci³n de subcarpetas de fotos" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Configurar creaci³n de subcarpetas de v­deos" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Otros" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Comprobando dispositivo..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ignorar temporalmente este dispositivo" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Ignorar de forma permanente este dispositivo" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Reescanear" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s lleno" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "CĦmaras" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s dispositivos" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " En caso de problemas aparecerĦ un icono rojo en la parte " "inferior de la ventana\n" " indicando el nşmero de informes de error. Al hacer clic sobre el " "mismo se abre la\n" " ventana de Informes de error.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " La ventana de Informes de error muestra los errores encontrados " "antes, durante o despuİs\n" " de la descarga. Un triĦngulo naranja representa un aviso; un " "c­rculo rojo, un fallo; y \n" " un c­rculo negro, fallos mĦs serios. Puede hacer clic en los " "enlaces parar abrir\n" " el archivo o dispositivo en el administrador de archivos. " "Tambiİn puede buscar los\n" " informes usando el campo de bşsqueda en la parte inferior " "izquierda de la ventana\n" " de Informes de error.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" "\n" "

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

\n" "

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

\n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" "\n" " Las miniaturas se pueden ordenar usando diversos criterios:\n" "
    \n" "
  1. Hora de modificaci³n: cuĦndo se ha modificado por şltima vez el " "archivo, \n" "segşn sus metadatos (cuando estİn disponible) o segşn el sistema de " "archivos\n" "(como alternativa).
  2. \n" "
  3. Estado marcado: si el archivo estĦ marcado para ser " "descargado.
  4. \n" "
  5. Nombre de archivo: el nombre completo, incluyendo la " "extensi³n.
  6. \n" "
  7. Extensi³n: la extensi³n del nombre de archivo. Puede usarla para " "agrupar imĦgenes jpeg y raw, \n" "por ejemplo.
  8. \n" "
  9. Tipo de archivo: foto o v­deo.
  10. \n" "
  11. Dispositivo: nombre del dispositivo del que se estĦn descargando " "lasfotos y v­deos.
  12. \n" "
" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" "\n" "Cuando piense en su estructura de directorios de descarga, tenga en cuenta " "dos tipos\n" "diferentes de directorios:\n" "
    \n" "
  1. La carpeta de destino, por ejeplo "ImĦgenes", " ""Fotos" o\n" ""V­deos". Este directorio deber­a existir ya en su equipo. En la " "imagen\n" "inferior, las carpetas de destino son "ImĦgenes" y " ""V­deos". El\n" "nombre de la carpeta de destino se muestra en la barra gris directamente " "sobre el Ħrbol de \n" "carpetas, con un icono de carpeta a su izquierda y un icono de engranaje en " "el extremo derecho.
  2. \n" "
  3. Las subcarpetas de descarga, que son directorios que se generarĦn " "automĦticamente\n" "por Rapid Photo Downloader. No es necesario que existan ya en su equipo, " "pero no pasa nada si\n" "existen. Se generarĦn dentro de la carpeta de destino.
  4. \n" "
\n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "Puede descargar fotos y v­deos en la misma carpeta de destino o indicar una " "carpeta de\n" "destino diferente para cada uno. Lo mismo aplica a las subcarpetas de " "descarga para fotos y\n" "v­deos; descargar fotos y v­deos en las mismas subcarpetas o usar un esquema " "diferente para\n" "cada tipo. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" "\n" "Siempre que sea posible, el programa muestra una vista previa de las " "subcarpetas de descarga de\n" "fotos y v­deos a descargar:\n" "
    \n" "
  1. El Ħrbol de carpetas de destino muestra las subcarpetas de descarga ya " "existentes en su equipo \n" " (en texto normal, no cursiva) y las subcarpetas que se crearĦn durante " "la descarga \n" " (las que aparecen con el nombre en cursiva).
  2. \n" "
  3. El Ħrbol de carpetas tambiİn muestra en quİ subcarpetas se descargarĦn " "los archivos (las que \n" " estĦn en negro).
  4. \n" "
\n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "Los nombres de subcarpetas de descarga se generan habitualmente usando " "algunos o todos de los siguientes elementos:\n" "
    \n" "
  1. Metadatos de archivos, muy a menudo incluyendo la fecha de " "creaci³n de la foto o v­deo, pero\n" "tambiİn podr­a \n" "incluir el modelo de la cĦmara, nşmero de serie o extensi³n del archivo (por " "ejemplo, JPG o CR2).
  2. \n" "
  3. Un c³digo de trabajo, que es un texto libre que se introduce en " "el momento de la descarga, tal como\n" "el nombre de un evento o ubicaci³n.
  4. \n" "
  5. Texto que desea que aparezca cada vez, como un gui³n o un " "espacio.
  6. \n" "
\n" "Nombrar las subcarpetas con el aħo, seguido del mes y finalmente el d­a en " "formato numİrico hace\n" "sencillo mantenerlas ordenadas en un explorador de archivos, por lo que esta " "es la opci³n predeterminada:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "Para crear automĦticamente subcarpetas de descarga segşn se descargan, puede " "\n" "usar una las configuraciones predefinidas en Rapid Photo Downloader o crear " "una personalizada.\n" "Haga clic el icono del engranaje para abrir el menş desplegable: " "\n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "Usando el menş desplegable, seleccione una configuraci³n predefinida o pulse " "Personalizada\n" "para configurar su propio esquema. Puede crear sus propios esquemas usando " "el editor de generaci³n\n" "de subcarpetas de fotos o v­deos: \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 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/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "No es necesario que cree subcarpetas de descarga anidadas. Esta imagen " "muestra\n" "la generaci³n de subcarpetas de descarga que contienen solo la fecha en la " "que se tomaron\n" "las fotos y un c³digo de trabajo:\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "Aunque hay muchas opciones de nombrado de fecha/hora predefinidas, es " "posible que necesite \n" "algo diferente. No hay problema porque cree la suya propia. Puede combinar " "opciones de fecha/hora para\n" "generar nuevas combinaciones. Imagine que quiere crear un formato de fecha " "que combine el aħo (AAAA),\n" "un gui³n y el mes (MM) para formar AAAA-MM. Puede crearlo as­ (note el " "c­rculo rojo alrededor del gui³n):\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "Lea mĦs sobre todas las maneras en las que puede generar nombres de " "subcarpetas de descarga y nombres\n" "de archivo en la documen" "taci³n en l­nea.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "Los c³digos de trabajo le permiten introducir fĦcilmente texto que " "describa un conjunto de\n" "fotos y v­deos. Puede usarlos en subcarpetas y nombres de archivos. En esta " "imagen, a algunos archivos\n" "se les ha aplicado el c³digo de trabajo "Calle" y a los archivos " "seleccionados se les va a\n" "aplicar el c³digo de trabajo "Bazar verde": \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "Puede aplicar un c³digo de trabajo nuevo o existente antes de comenzar una " "descarga. Si hay\n" "algşn archivo en la descarga que todav­a no tenga un c³digo de trabajo " "aplicado se le pedirĦ que\n" "introduzca un c³digo de trabajo antes de que la descarga comience.\n" " " #: ../raphodo/didyouknow.py:318 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/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/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "Cuando asigna nombres de archivos şnicos a sus fotos y v­deos no tendrĦ " "dudas en saber \n" "quİ archivo es cada uno. ÂĦEs muy recomendable usar nşmero de " "secuencia para crear nombres de archivos şnicos!\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

\n" " " msgstr "" "\n" "

Hay disponibles cuatro tipos de valores de secuencia para ayudarle a " "asignar nombres şnicos a sus fotos y v­deos:\n" "

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

\n" "

\n" "Lea mĦs sobre nşmeros de secuencia en la documenta" "ci³n en l­nea.

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

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

\n" "

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

\n" " " msgstr "" "\n" "

La opci³n Sincronizar RAW + JPEG es ştil si usa la caracter­stica " "de RAW + JPEG de su cĦmara y emplea nşmeros de secuencia en el renombrado de " "las fotos. Activando esta opci³n harĦ que el programa\n" "busque parejas de fotos RAW y JPEG y que cuando las encuentre aplique el " "mismo nşmero de secuencia\n" "a ambos nombres de foto. Y lo que es mĦs, las secuencias se actualizarĦn " "como si las fotos fueran una sola.

\n" "

\n" "Lea mĦs sobre el renombrado de archivos en la documentaci³n en " "l­nea.

\n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "Puede hacer copias de sus fotos y v­deos en varias ubicaciones segşn se van " "descargando, tales como\n" "discos duros externos o carpetas compartidas en red. Los dispositivos de " "copia se pueden detectar\n" "automĦticamente o indicar ubicaciones de copia especificamente.\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "Varias de las preferencias del programa se pueden establecer desde la l­nea " "de ³rdenes, incluyendo\n" "or­genes de descarga, destinos y copias. AdemĦs, los parĦmetros se pueden " "reiniciar a su valor\n" "predeterminado y las cachİs y archivos recordados limpiados. \n" " " #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" "\n" "Rapid Photo Downloader gestiona tres tipos de cachİs:\n" "
    \n" "
  1. Una cachİ de miniaturas, cuyo şnico prop³sito es almacenar las " "miniaturas de archivos de sus cĦmaras, \n" "tarjetas de memoria y otros dispositivos.
  2. \n" "
  3. Una cachİ temporal de archivos descargados de una cĦmara, una " "para fotos y otra para \n" "v­deos. EstĦn ubicadas en subcarpetas temporales en el destino de la " "descarga.
  4. \n" "
  5. La cachİ de miniaturas del escritorio, en la que Rapid Photo " "Downloader almacena miniaturas de\n" "fotos RAW y TIFF una vez descargadas. Los exploradores de archivos como " "Gnome Archivos usan tambiİn \n" "esta cachİ, lo que significa que tambiİn mostrarĦn miniaturas para estos " "archivos. \n" "
  6. \n" "
\n" "Lea mĦs sobre estas cachİs y su efecto en al velocidad de descarga en la documentaci³n en " "l­nea.\n" " " #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Sugerencia del d­a" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "ÂżSab­a que...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Mostrar sugerencias al inicio" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Siguiente" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Anterior" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Unos pocos segundos" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 segundo" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d segundos" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minuto" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minutos" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 hora" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d horas" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 d­a" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d d­as" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minuto, 1 segundo" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuto, %d segundos" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutos, 1 segundo" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutos, %(seconds)d seconds" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 hora, 1 minuto" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 hora, %d minutos" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d horas, 1 minuto" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d horas, %(minutes)d minutos" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 d­a, 1 hora" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 d­a, %d horas" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d d­as, 1 hora" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d d­as, %(hours)d horas" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Buscar" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Informes de errores - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Buscar en los informes" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Buscar la ocurrencia anterior de la frase" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Buscar la siguiente ocurrencia de la frase" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&Resaltar todo" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Resaltar todas las ocurrencias de la frase" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&Coincidier mayşsculas y minşsculas" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Bşsqueda sensible a mayşsculas" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Palabras completas" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "Buscar solo palabras completas" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s de %(total)s coincidencias" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Limpiar" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Frase no encontrada" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Buscar pendientes..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problema en Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" "Se ha producido un problema en Rapid Photo Downloader

\n" " Por favor, informe del problema en {website}.

\n" " Incluya en el informe de error los archivos de traza del " "programa. El informe debe incluir \n" " {log_file}, pero adjuntar otros archivos de traza a " "menudo resulta ştil.

\n" " Si es posible incluya tambiİn el archivo de configuraci³n del " "programa\n" " {config_file}.

\n" " Haga clic aqu­ para abrir el " "directorio de trazas y \n" " aqu­ para el directorio de " "configuraci³n.

\n" " Si de produce de nuevo el mismo problema antes de que se salga " "del programa, esta serĦ\n" " la şnica notificaci³n.\n" " " #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Ha ocurrido un problema en Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Por favor, informe del problema en {website}\n" "\n" " Adjunte el archivo de trazas a su informe de errores, que se encuentra " "en {log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "Abrir en el Explorador de archivos..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Sistema de archivos" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Otros..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (la ubicaci³n no existe)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Fecha Hora" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Texto" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nombre de archivo" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadatos" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Secuencias" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "C³digo de trabajo" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Fecha de la imagen" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Fecha del v­deo" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Hoy" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nombre" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 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:215 msgid "Image number" msgstr "Nşmero de imagen" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Apertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Contador de disparos" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Nşmero de archivo" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Carpeta solamente" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Nombre del propietario" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "C³dec" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Ancho" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Alto" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Duraci³n" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Fotogramas por segundo" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Autor" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "minşsculas" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Un d­gito" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Dos d­gitos" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Tres d­gitos" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Cuatro d­gitos" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Cinco d­gitos" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Seis d­gitos" #: ../raphodo/generatenameconfig.py:308 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:311 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:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "AAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "AAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 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:368 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:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Fecha" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Fecha (guiones)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Fecha (subrayados)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Fecha y C³digo de trabajo" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "AAAAMM_C³digo de trabajo" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Subcarpeta Fecha y C³digo de trabajo" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "AAAAMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "C³digo de trabajo" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Nombre de archivo original" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Fecha-hora y descargas hoy" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "AAAAMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Fecha y descargas hoy" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "AAAAMMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Fecha-hora y nşmero de imagen" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "AAAAMMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Fecha-hora y c³digo de trabajo" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "AAAAMMDD-HHMM-C³digo de trabajo-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "AAAAMMDD-C³digo de trabajo-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Fecha-hora y nşmero de v­deo" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "AAAAMMDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Resoluci³n" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "AAAAMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Inserte un nuevo c³digo de trabajo o seleccione uno anterior" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "Aplicar el c³digo de trabajo a las descargas" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Inserte un nuevo c³digo de trabajo" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "El nuevo c³digo de trabajo no se aplicarĦ a ninguna foto o v­deo." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "El nuevo c³digo de trabajo nose aplicarĦ a %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "El nuevo c³digo de trabajo se aplicarĦ a %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Nuevo c³digo de trabajo" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "C³digo de trabajo:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&Recordar esta selecci³n" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 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/jobcodepanel.py:197 msgid "Last Used" msgstr "šltimo usado" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Tipo de c³digo de trabajo:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Ascendente" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Descendente" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Nuevo..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Aplicar" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&Eliminar" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "&Eliminar todos" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "ÂżQuiere realmente eliminar todos los c³digos de trabajo?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Eliminar todos los c³digos de trabajo" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "C³digos de trabajo" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Consejo: %(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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Guardar nueva configuraci³n personalizada..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "Eliminar todas las configuraciones personalizadas..." #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(nueva configuraci³n personalizada)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (editada)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Actualizar configuraci³n personalizada ÂĞ%sÂğ" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Guarda nueva configuraci³n personalizada - Raphid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "Nombre de configuraci³n:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "Editor de generaci³n de subcarpetas de fotos" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "Editor de generaci³n de subcarpetas de v­deos" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Editor de renombrado de fotos" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Editor de renombrado de v­deos" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, 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/nameeditor.py:893 #, 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/nameeditor.py:901 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/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "Configuraci³n:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Obtener ayuda en l­nea..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Insertar" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "Guardar configuraci³n - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Guardar nueva configuraci³n personalizada" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Comprobando nueva versi³n..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "Ya estĦ usando la şltima versi³n." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "No se pudo conectar con el servidor de actualizaciones." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "EstĦ disponible una nueva versi³n de Rapid Photo Downloader (%s)." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "ÂżQuiere descargar la nueva versi³n?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" "Se pueden ver los cambios en la nueva versi³n en aqu­." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&Omitir esta versi³n" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&Abrir la pĦgina de descargas" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Rapid Photo Downloader actualizaciones" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s de %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Descargando..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Preferencias" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "Idioma" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatizaci³n" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniaturas" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Manejo de errores" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Avisos" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "Consolidaci³n" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Varios" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Explorando dispositivo" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Explorar solo dispositivos externos" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Explorar solo carpetas espec­ficas en los dispositivos" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Carpetas a explorar:" #: ../raphodo/preferencedialog.py:171 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/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Aħadir..." #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Eliminar" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 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/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Dispositivos recordados" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "IRutas ignoradas" #: ../raphodo/preferencedialog.py:223 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/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 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." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "Usar expres" "iones regulares tipo python" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 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/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* Tiene efecto en el siguiente reinicio del programa" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Automatizaci³n del programa" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Empezar descargas al iniciar el programa" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Comenzar a descargar al conectar un dispositivo" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Extraer (expulsar) el dispositivo al concluir la descarga" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Salir del programa cuando se completen las descargas" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" "Salir del programa, incluso si la descarga tiene advertencias o errores" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Generaci³n de miniaturas" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Generar miniaturas" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Generar miniaturas para mostrar en la ventana principal del programa" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Cachİ de miniaturas" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Generar miniaturas de sistema" #: ../raphodo/preferencedialog.py:366 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/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "Nşmero de nşcleos de CPU a usar para generar las miniaturas." #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "Nşcleos de CPU:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Cachİ de miniaturas" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Calculando..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "d­as" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "para siempre" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Tamaħo de la cachİ:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Nşmero de miniaturas:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Tamaħo de la base de datos:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "Cachear las miniaturas no accedida durante:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Purgar cachİ..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Optimizar cachİ..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Saltar descarga" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "No descargar el archivo y emitir un mensaje de error" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Agregar identificador şnico" #: ../raphodo/preferencedialog.py:472 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/preferencedialog.py:480 msgid "Overwrite" msgstr "Sobreescribir" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "Sobre escribir el archivo de copia de seguridad previo" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Saltar" #: ../raphodo/preferencedialog.py:484 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/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "Avisos del programa" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Mostrar un aviso cuando:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "Se descarguen archivos que no se estİn mostrando actualmente" #: ../raphodo/preferencedialog.py:535 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/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Faltan destinos de copias de seguridad" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Faltan bibliotecas del programa o estĦn corruptas" #: ../raphodo/preferencedialog.py:541 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/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "No se pueden establecer metadatos del sistema de archivos" #: ../raphodo/preferencedialog.py:545 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/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "Encuentro de archivos no gestionados" #: ../raphodo/preferencedialog.py:549 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/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "No avisar de archivos no gestionados con extensi³n:" #: ../raphodo/preferencedialog.py:558 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/preferencedialog.py:561 msgid "Add" msgstr "Aħadir" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 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/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "Consolidaci³n de fotos y v­deos" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "Consolidar archivos entre dispositivos y descargas" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "Tratar los archivos RAW y JPEG como:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Una foto" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "Dos fotos" #: ../raphodo/preferencedialog.py:620 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/preferencedialog.py:625 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/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "Con fotos coincidentes de RAW y JPEG:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "No marcar JPEG para descargar" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "No marcar RAW para descargar" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Marcar ambos para descargar" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 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/preferencedialog.py:661 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/preferencedialog.py:667 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/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "Limpiar las descargas completadas" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Seguir mostrando las descargas completadas" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Preguntar quİ hacer" #: ../raphodo/preferencedialog.py:685 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/preferencedialog.py:690 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/preferencedialog.py:694 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/preferencedialog.py:739 msgid "Version Check" msgstr "Comprobaci³n de versi³n" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "Comprobar nuevas versiones al arrancar" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" "Comprobar si existe una nueva versi³n del programa cada vez que se inicie el " "mismo." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Incluir emisiones de desarrollo" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "Incluir emisiones de desarrollo alfa, beta y otras cuando se busquen nuevas " "versiones del programa.\n" "\n" "Si estĦ ejecutando una versi³n de desarrollo, la comprobaci³n se realizarĦ " "siempre." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorar metadatos de fecha/hora DNG en dispositivos MTP" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "Leer metadatos fotogrĦficos solo mediante ExifTool" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "Idioma del sistema" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "Restaura a los valores de preferencias %s predeterminados" #: ../raphodo/preferencedialog.py:1292 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/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Purgar la cachİ de miniaturas" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Optimizar la cachİ de miniaturas" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Introducir carpeta a explorar" #: ../raphodo/preferencedialog.py:1577 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/preferencedialog.py:1578 msgid "Folder:" msgstr "Carpeta:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Escriba una ruta para ignorar" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Ruta:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Introduzca una extensi³n de archivos" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Indique una extensi³n de archivo (sin el punto inicial)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Extensi³n:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "Extensi³n de archivo no vĦlida" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Boda" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "Cumpleaħos" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferencias de subcarpeta no debe empezar con una %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferencias de subcarpeta no debe terminar con una %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Error: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Error: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 Error: %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "No se puede leer el directorio %s" #: ../raphodo/problemnotification.py:150 #, 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:156 #, python-format msgid "Unable to read file %s" msgstr "No se puede leer el archivo %s" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "No se puede escribir el archivo %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "No se puede mover el archivo %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "No se puede eliminar el archivo %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "No se puede copiar el archivo %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "El archivo %s con longitud cero no se descargarĦ" #: ../raphodo/problemnotification.py:192 #, 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:198 #, python-format msgid "Unable to load metadata from %s" msgstr "No se puede cargar los metadatos de %s" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s ya existe." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, 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:323 #, 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:343 #, 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:358 #, 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:379 #, 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:395 #, 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:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "No se puede finalizar el nombre de archivo para %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "Faltan los metadatos de %(type)s." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "Faltan los siguientes metadatos: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "Fall³ la conversi³n de fecha/hora: %s." #: ../raphodo/problemnotification.py:529 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:535 msgid "Filename does not have an extension." msgstr "El nombre del archivo no tiene extension." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "El nombre del archivo no tiene componentes numİricos." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Error generando componente %(component)s. Error: %(error)s" #: ../raphodo/problemnotification.py:559 #, 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:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "No se puede crear la subcarpeta de descargas %s." #: ../raphodo/problemnotification.py:619 #, 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:670 #, python-format msgid "Problems scanning %s" msgstr "Problemas explorando %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "Problemas copiando desde %s" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "Problemas al finalizar los nombres de archivo y generar subcarpetas" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:1839 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:1844 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:1847 msgid "Timeline build pending..." msgstr "Construcci³n de l­nea de tiempo pendiente..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "La l­nea de tiempo se estĦ construyendo..." #: ../raphodo/proximity.py:1850 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:1931 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:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "Problema con ExifTool" #: ../raphodo/rapid.py:1205 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 "" "Parece que falta la biblioteca libmediainfo

Rapid Photo " "Downloader usa libmediainfo para obtener la fecha y hora en el que se grab³ " "un v­deo. El programa se ejecutarĦ sin ella, pero se recomienda su " "instalaci³n." #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "Problema con libmediainfo" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "Fall³ la descarga" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "No se pudo completar la descarga de la versi³n nueva de Rapid Photo " "Downloader." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Se ha descargado con İxito la nueva versi³n. ÂżDesea cerrar Rapid Photo " "Downloader e instalarla ahora?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Actualizar Rapid Photo Downloader" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Instalar" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "Versi³n nueva guardada" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "El archivo tar y el script de instalaci³n estĦn guardados en:\n" "\n" " %s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "Fall³ la actualizaci³n" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Fall³ la actualizaci³n de Rapid Photo Downloader porque se produjo un error " "al abrir el instalador." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Descargar" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "&Refrescar..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Preferencias" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&Salir" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "&Informes de errores" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Limpiar descargas completadas" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "Obtener ayuda en l­nea..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&Sugerencia del d­a..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Reportar un problema..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Hacer una donaci³n..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Traducir esta aplicaci³n..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&Acerca de..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Buscar actualizacionesâ€Ĥ" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "L­nea de tiempo" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Destino" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Renombrar" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "Copia de seguridad" #. Devices Header and View #: ../raphodo/rapid.py:2112 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" #. This Computer Header and View #: ../raphodo/rapid.py:2129 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:2131 msgid "This Computer" msgstr "Este equipo" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Seleccionar una carpeta origen" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Uso de almacenamiento previsto" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Seleccionar una carpeta destino" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Todos" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Nuevos" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Mostrar:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "Hora de modificaci³n" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "Estado comprobado" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Tipo de archivo" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Ordenaci³n:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "Descargar %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Continuar la descarga" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Pausar" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" "Por favor, informe del problema en {website}.

\n" " Incluya en el informe de error los archivos de traza del " "programa. El informe debe incluir\n" " Incluya en el informe de error los archivos de traza del " "programa. El informe debe incluir \n" " {log_file}, pero adjuntar otros archivos de traza a " "menudo resulta ştil.

\n" " Si es posible incluya tambiİn el archivo de configuraci³n del " "programa\n" " {config_file}.

\n" " Haga clic aqu­ para abrir el " "directorio de trazas y \n" " aqu­ para el directorio de " "configuraci³n.

\n" " " #: ../raphodo/rapid.py:2678 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:2795 #, 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:2865 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:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " 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?\n" " " #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Esta carpeta de descarga no es vĦlida:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "Fallo de descarga" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "No se puede iniciar la descarga." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "v­deos" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "v­deo" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Problema de copia de seguridad" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — queda %(time_left)s (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s descargados" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "No se pudieron descargar %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Completadas todas las descargas" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "No se pudieron descargar %(filetype)s" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 fallo" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d fallos" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 aviso" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d avisos" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ningşn archivo descargado — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Ningşn archivo descargado" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Las preferencias del programa no son vĦlidas" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "In&tentar de nuevo" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&Ignorar este dispositivo" #: ../raphodo/rapid.py:4477 #, 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:4478 msgid "Unfortunately you cannot download from this device." msgstr "Lamentablemente no se puede descargar de este dispositivo." #: ../raphodo/rapid.py:4482 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:4487 msgid "Device scan failed" msgstr "La exploraci³n del dispositivo ha fallado" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "Descargas completadas presentes" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "Se muestran %s cuyas descargas se han completado." #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "ÂżDesea limpiar las descargas completadas?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "Descarga completada presente" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "Se muestra %s cuya descarga se ha completado." #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "ÂżDesea limpiar la descarga completada?" #: ../raphodo/rapid.py:5098 #, 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:5349 #, 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:5352 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:5356 #, 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:5358 msgid "Any device with the same name will be ignored." msgstr "Cualquier dispositivo con el mismo nombre serĦ ignorado." #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Descargando de %(location)s a Este equipo." #: ../raphodo/rapid.py:5666 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." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Generando miniaturas para %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "Escaneando %s" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s de %(available files)s comprobados para descarga (%(hidden)s " "hidden)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s de %(available files)s seleccionados/as para su descarga" #: ../raphodo/rapid.py:5981 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:5985 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:5989 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:5993 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:5997 msgid "Turn on or off the the renaming of photos." msgstr "Activar o desactivar el renombrado de fotos." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "Activar o desactivar el renombrado de v­deos." #: ../raphodo/rapid.py:6005 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:6009 msgid "Turn on or off downloading from this computer." msgstr "Activar o desactivar la descarga desde este equipo." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "RUTA" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "La RUTA en este equipo desde la que descargar." #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "La RUTA donde se descargarĦn las fotos." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "La RUTA en la que se descargarĦn los v­deos." #: ../raphodo/rapid.py:6025 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:6029 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:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "CARPETA" #: ../raphodo/rapid.py:6034 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:6043 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:6052 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:6059 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:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorar fotos con las siguientes extensiones: %s" #: ../raphodo/rapid.py:6071 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:6076 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:6082 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:6088 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:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "Olvidar los archivos que se han descargado previamente y salir." #: ../raphodo/rapid.py:6097 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:6104 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:6110 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:6115 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:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "No se ha encontrado preferecias de programas anteriores: saliendo." #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importando preferencia de Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:6260 #, 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:6271 msgid "Program aborting." msgstr "Abortando el programa." #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "Nunca ejecute este programa como el usuario sudo / root." #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Debe instalar ExifTool para ejecuar Rapid Photo Downloader." #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Todos los ajustes y cachİs se han reiniciado." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "La cachİ de miniaturas ha sido reiniciada." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "Los archivos recordados se han olvidado." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "No me pregunte sobre esto de nuevo" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "No me avise sobre esto de nuevo" #: ../raphodo/rememberthisdialog.py:73 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:567 msgid "subfolder and filename" msgstr "subdirectorio y nombre de archivo" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nombre de archivo" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "subdirectorio" #: ../raphodo/renamepanel.py:296 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/renamepanel.py:297 msgid "Downloads today:" msgstr "Descargas de hoy:" #: ../raphodo/renamepanel.py:319 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/renamepanel.py:320 msgid "Stored number:" msgstr "Nşmero almacenado:" #: ../raphodo/renamepanel.py:331 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/renamepanel.py:332 msgid "Day start:" msgstr "D­a de inicio:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "Sincronizar RAW + JPEG" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "Nşmeros de secuencia" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Quitar carĦcteres incompatibles" #: ../raphodo/renamepanel.py:367 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/renamepanel.py:371 msgid "Compatibility" msgstr "Compatibilidad" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Renombado de fotos" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Renombrado de v­deos" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Opciones de renombrado" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotos y v­deos" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "un v­deo" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 v­deo" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "una foto" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s en %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "V­deo" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "Ra­z del sistema de archivos" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "ImĦgenes" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Tomadas a las %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Tarjetas de memoria: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "Tarjeta de memoria: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "Descargada como:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

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

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

Establecer manualmente como descargados previamente el " "%(date)s" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Copiar ruta" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "Marcar archivo como descargado" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "Marcar archivos como descargados" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s y %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "uno" #: ../raphodo/utilities.py:516 msgid "two" msgstr "dos" #: ../raphodo/utilities.py:517 msgid "three" msgstr "tres" #: ../raphodo/utilities.py:518 msgid "four" msgstr "cuatro" #: ../raphodo/utilities.py:519 msgid "five" msgstr "cinco" #: ../raphodo/utilities.py:520 msgid "six" msgstr "seis" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "siete" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "ocho" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "nueve" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "diez" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "once" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "doce" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "trece" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "catorce" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "quince" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "dieciseis" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "diecisiete" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "dieciocho" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "diecinueve" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "veinte" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&Aceptar" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Guardar" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Ayuda" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Restaurar los valores predeterminados" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&S­" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&No" #: ../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." rapid-photo-downloader-0.9.23a1/po/et.po0000644000175000017500000037177313645661365020256 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\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" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}." "

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Faili nimi" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metaandmed" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Pildi kuup¤ev" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Video kuup¤ev" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "T¤na" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nimi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Laiend" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Pildi number" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Ava" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Faili number" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Ainult kataloog" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Omaniku nimi" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Laius" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Kµrgus" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Kestvus" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Pisipildid" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Laadi arvutisse" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Seade" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Peata" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotod" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "videod" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "hoiatused" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Kµik allalaadimised lµpetatud" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotod ja videod" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 "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 "_Remember this choice" #~ msgstr "_M¤leta seda valikut" #~ 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" rapid-photo-downloader-0.9.23a1/po/fa.po0000644000175000017500000037216413645661365020227 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\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" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}." "

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "ÚİĜŻ ĜŻĜ³ĜŞÙˆĜħ" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 " " rapid-photo-downloader-0.9.23a1/po/fi.po0000644000175000017500000043557713645661365020247 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-16 01:32+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: 2020-04-05 19:20+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: fi\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Nopea kuvien lataus asentaja" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Lataa ja asenna viimeisin versio Nopeasta kuvien lataajasta." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Asentajaa ei lĥytynyt:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "Seuraavan komennon suorittaminen:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Haluatko suorittaa komennon nyt?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Vastaus ei ole kyll¤, poistutaan." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Komento ep¤onnistui" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Poistutaan" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Haluatko poistaa vanhemman version Nopeasta kuvien latajasta?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Poistetaan j¤rjestelm¤pakettia" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Tarkistetaan onko aikaisempaa versiota asennettu pip:ll¤..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "Seuraavaa pakettia ei tunnistettu koneeltasi: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Jatkaaksesi, muutamia paketteja on suoritettava ohjelman asennuksessa." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Kysy vahvistaakseen jokainen vaihe." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Ladatessasi uusinta versiota, asenna kehitysversio, jos se on vakaata " "versiota uudempi." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Poista Nopea kuvien lataaja, joka on asennettu PIP:ll¤, s¤ilyt¤ sen " "riippuvuudet." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "Riippuvuudet poistetaan, jos niit¤ ei vaadita ohjelmaan." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Ep¤onnistui lataamaan tiedoston versiota." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "Ilmeni virhekoodi {} hakiessa versiotiedostoa" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Anteeksi, ei lĥydetty asentajan sijaintia. Tarkista internetyhteys ja " "vahvista p¤¤setko osoitteeseen https://www.damonlynch.net\n" "\n" "Poistutaan\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "Vastaanotettu virhekoodi" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "Ep¤onnistui asentamaan ohjelman riippuvuudet: poistutaan." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Ep¤onnistui asentamaan ohjelmaa: poistutaan.." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Asennetaan ohjelman riippuvuudet.." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "Asennetaan ohjelmaa.." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Haluatko asentaa ohjelman k¤yttĥohjesivut?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Ne asennetaan kohteeseen: {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Jos poistat ohjelman, poista n¤m¤ k¤yttĥohjesivut itse." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Haluatko asentaa k¤yttĥohjesivut?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "Ohjesivut lĥytyy {}/share/man/man1" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Asennetaan k¤yttĥohjesivuja {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Ep¤onnistui luomaan k¤yttĥohjesivujen kansiota: poistutaan." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Ep¤onnistui kopioimaan k¤yttĥohjesivuja." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Nopea kuvien lataaja voidaan k¤ynnist¤¤ ilman virtuaaliymp¤ristĥn " "aktivointia suorittamalla {}/bin/rapid-photo-downloader" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "K¤ynnist¤ tietokone uudelleen mahdollistaaksesi ohjelman k¤yt¤tmisen " "komentorivilta tai ohjelman pikakuvakkeesta." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Haluatko asentaa Nopean kuvien lataajan nykyiseen virtuaaliymp¤ristĥĥn?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "Pahoittelut, Nopean kuvien lataajan asentaminen Python virtuaaliymp¤ristĥĥn " "vaatii Python 3.5 tai uudemman version Intelin tai AMD 64 bittisell¤ " "alustalla." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Asentaaksesi Nopean kuvien lataajan python virtuaaliymp¤ristĥĥn, luo ja " "aktivoi virtuaaliymp¤rsistĥ ennen t¤m¤n komennon suorittamista." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Pahoittelut, asentaja ei tue mukautettuja python asennuksia.\n" "Suljetaan.." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Uudelleenk¤ynnistet¤¤n ohjelmistoa k¤ytt¤m¤ll¤ python j¤rjestelm¤¤.." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "Poistutaan..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Asennetaan python pyynnĥt" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "P¤ivit¤ Nopea kuvien lataaja" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Peruuta" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&P¤ivit¤" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Klikkaa p¤ivit¤ nappia p¤ivitt¤¤ksesi version %s." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Klikkaa p¤ivit¤ nappia p¤ivitt¤¤ksesi." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Sulje" #: ../upgrade.py:599 msgid "&Run" msgstr "&Suorita" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Sulje Nopea kuvien lataaja ennen p¤ivitt¤mist¤." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "P¤ivitet¤¤n.." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "P¤ivitys onnistui %s. Sulje ikkuna tai Suorita k¤ynnist¤¤ksesi ohjelman." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "P¤ivitys onnistui. Klikkaa Sulje poistuaksesi, tai Suorita k¤ynnist¤¤ksesi " "ohjelman." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "P¤ivitys ep¤onnistui. Klikkaa sulje poistuaksesi." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "P¤ivitet¤¤n %s..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Varmuuskopiolaitetta ei lĥytynyt" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Varmuuskopioi kuvat ja videot ladattaessa" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Tunnista automaattisesti varmuuskopiolaitteet" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Ennustettu varmuuskopion muistik¤yttĥ" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Ennustettu muistin k¤yttĥ lataamisen j¤lkeen" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Ajankohta" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Teksti" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Tiedostonimi" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metatieto" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Numeroinnit" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Tyĥkoodi" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Kuvan p¤iv¤m¤¤r¤" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Videon p¤iv¤m¤¤r¤" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "T¤n¤¤n" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nimi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 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:215 msgid "Image number" msgstr "Kuvan numero" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Aukko" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "Herkkyys" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Suljinlaskuri" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Omistajan nimi" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Koodekki" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Leveys" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Korkeus" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Pituus" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Kuvataajuus" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "pienet kirjaimet" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Yksi numero" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Kaksi numeroa" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Kolme numeroa" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Nelj¤ numeroa" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Viisi numeroa" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Kuusi numeroa" #: ../raphodo/generatenameconfig.py:308 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:311 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:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "VVVVKKPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "VVKKPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "KKPPVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "KKPPVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "KKPP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "PPKKVVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "PPKKVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "VVVV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "VV" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "KK" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "PP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "hhmmss" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "hhmm" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Tyĥkoodi" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Syĥt¤ tyĥkoodi tai valitse edellisist¤" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Syĥt¤ uusi tyĥkoodi" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Tyĥkoodit" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatisointi" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Virheenk¤sittely" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Aloita lataus kun ohjelma k¤ynnistet¤¤n" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Aloita lataaminen kun laite kiinnitet¤¤n" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Ohita lataus" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Lis¤¤ yksilĥllinen tunniste" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Ylikirjoita" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Ohita" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Alikansioiiden asetusten ei tulisi alkaa %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Alikansioiden asetusten ei tulisi loppua %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "T¤m¤ tietokone" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Muistin k¤yttĥ" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Laite" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "kuvat" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "videot" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "kuva" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s ladattu" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s ei voitu ladata" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "varoitukset" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Kaikki lataukset valmiita" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s lataus ei onnistunut" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Kaikki asetukset ja m¤¤ritykset tyhjennetty." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Kaikki asetukset ja m¤¤ritykset tyhjennetty." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "alikansio ja tiedstonimi" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "tiedostonimi" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "alikansio" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Latauksia t¤n¤¤n:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Tallennettu numero:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "P¤iv¤n alku:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Poista yhteensopimattomat merkit" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "kuvat ja videot" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Kuva" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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" rapid-photo-downloader-0.9.23a1/po/fr.po0000644000175000017500000064327013645661365020247 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-04-04 08:12+0000\n" "Last-Translator: Jean-Marc \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: 2020-04-05 19:20+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: fr\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Pour continuer, installez d'abord le paquet python3 setuptools en utilisant " "le gestionnaire de paquets de votre syst¨me." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Programme d'installation de Rapid Photo Downloader" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" "Tİlİcharger et installer la derni¨re version de Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" "Le depot RPM Fusion Free a İtİ ajoutİ a votre syst¨me pour (1) permettre de " "gİnİrer des vignettes pour un grand nombre de formats vidİos et (2) de " "pouvoir utiliser le format HEIC/HEIF." #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Programme d'installation non trouvİ :" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Le programme d'installation n'est pas au format tar.gz :" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" "La version PyQt5 spİcifiİe n'existe pas. Les versions valides sont : {}." #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} sera mis   niveau de la version {}   la version {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Ces paquets Python3 seront mis   niveau pour votre utilisateur (c'est- -dire " "pas   l'İchelle du syst¨me) : {}" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Dİtection d'une propriİtİ de dossier incorrecte. Modification de la " "propriİtİ et rİinitialisation des autorisations pour {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "La commande suivante sera exİcutİe :" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "sudo peut vous demander le mot de passe sudo." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Voulez-vous exİcuter la commande maintenant ?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "La rİponse n'est pas oui, sortie." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "La commande a İchouİ" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Sortie" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Le dİp´t ÂĞ Universe Âğ doit Ştre activİ." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "Le dİp´t de la communautİ IUS doit Ştre activİ." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Le dİp´t EPEL doit Ştre activİ." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Le dİp´t RPM Fusion Free doit Ştre activİ." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" "Voulez-vous dİsinstaller la prİcİdente version de Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Consultation du syst¨me de paquets pour voir si une ancienne version de " "Rapid Photo Downloader est installİe (cela peut prendre un certain temps)..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Dİsinstallation du paquet syst¨me" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Impossible d'interroger le syst¨me de paquets. Veuillez vİrifier votre " "connexion   internet et rİessayez." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Vİrifie si la version prİcİdente a İtİ installİe avec pip..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "Le paquet suivant est inconnu sur votre syst¨me : {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Pour continuer, certains paquets requis pour exİcuter l'application seront " "installİs." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Consultation des paquets installİs et disponibles (cela peut prendre un " "certain temps)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Demande   zypper de voir si des paquets requis sont dİj  installİs (cela " "peut prendre un moment)... " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "Interroger yum pour voir si des paquets requis sont dİj  installİs (cela " "peut prendre un certain temps)... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Interroger pour confirmer l'action   chaque İtape." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Lors du tİlİchargement de la derni¨re version, installer la version de " "dİveloppement si elle est plus rİcente que la version stable." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Archive d'installation optionnelle tar.gz de Rapid Photo Dowloader. Si non " "spİcifiİe, la derni¨re version est tİlİchargİe depuis internet." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "N'exİcutez pas le programme d'installation dans l'archive du programme " "d'installation tar.gz de Rapid Photo Downloader si elle est plus rİcente que " "cette version ({}). La valeur par dİfaut est d'exİcuter le programme " "d'installation le plus rİcent." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Dİsinstaller Rapid Photo Downloader qui a İtİ installİ avec pip, en " "conservant ses dİpendances." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Dİsinstaller les dİpendances installİes par pip durant l'installation de " "Rapid Photo Downloader, et Rapid Photo Dowloader lui-mŞme, puis quitter." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Note : ceci ne dİsinstallera aucune version de Rapid Photo Downloader " "installİe par le gestionnaire de paquets de votre distribution Linux." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "Les dİpendances ne seront supprimİes que si elles ne sont pas requises par " "d'autres programmes." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Note: cette option supprime les dİpendances sans tenir compte du fait " "qu'elles sont requises par d'autres programmes installİs par pip. Mettez   " "niveau pip en version 9.0 ou plus si vous souhaitez İviter ce comportement. " "Vous pouvez le faire avec la commande 'python3 -m pip install pip -U --" "user'. Notez İgalement que toute version de Rapid Photo Downloader installİe " "via le gestionnaire de paquets de votre distribution ne sera pas " "dİsinstallİe." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Installer dans l'environnement virtuel Python actuel. Les environnements " "virtuels crİİs avec l'option --system-site-packages ne sont pas pris en " "charge." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "Version spİcifique de PyQt5   installer (la version par dİfaut est la plus " "rİcente {})." #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "Au lieu d'utiliser PyQt5 de PyPi, utilisez la version de votre distribution " "Linux. Dİsinstalle toutes les versions de PyPi dİj  installİes." #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Impossible de tİlİcharger le fichier de versions." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "Code d'erreur {} lors de l'acc¨s au fichier de versions" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Dİsolİ, l'installateur ne peut Ştre trouvİ. Merci de vİrifier votre " "connexion internet et que vous pouvez ouvrir https://www.damonlynch.net\n" "\n" "Fermeture\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Le package {} n' a pu Ştre installİ mais l'installation de Rapid Photo " "Downloader va continuer." #: ../install.py:2459 msgid "Received error code" msgstr "Code erreur re§u" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "‰chec de l'installation des applications requises; Fermeture." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Impossible d'installer l'application : sortie..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Installation des applications requises..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" "La prise en charge du syst¨me pour gİnİrer des miniatures HEIF/HEIC n'est " "pas disponible" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "Ne pas installer le paquet PyPI PyQt5 dans l'environnement KDE Neon" #: ../install.py:2736 msgid "Installing application..." msgstr "Installation de l'application..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Voulez-vous installer les pages de manuel de l'application ?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Elles seront installİes dans {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Si vous dİsinstallez l'application, supprimez ces pages de manuel vous-mŞme." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Voulez-vous installer les pages de manuel ?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "Les pages de manuel se trouvent dans {}/share/man/man1" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Installation des pages de manuel dans {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Impossible de crİer le rİpertoire de pages de manuel : sortie." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Impossible de copier la page de manuel." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo Downloader peut Ştre dİmarrİ sans activer l'environnement " "virtuel en exİcutant {}/bin/rapid-photo-downloader" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Vous devrez peut-Ştre redİmarrer l'ordinateur pour pouvoir exİcuter le " "programme en ligne de commande ou depuis le lanceur d'applications." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" "Vous devez ajouter {path}   la variable $PATH de votre ordinateur pour " "exİcuter le programme en ligne de commande ou depuis le lanceur " "d'applications." #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Si un dİfaut de segmentation survient en quittant, vous pouvez l'ignorer...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "L'outil python3 pip est requis pour dİsinstaller une version de Rapid Photo " "Downloader qui a İtİ installİe avec pip.\n" "Impossible de continuer. Fermeture." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Ne lancez par le script d'installation avec sudo ou en tant qu'utilisateur " "root\n" "Lancez le en tant que l'utilisateur qui exİcutera le programme.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Spİcifier une seule version --PyQt5 ou --use-system-PyQt5." #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "Dİsolİ, la spİcification d'une version spİcifique de PyQt5 nİcessite Python " "3.5 ou une version plus rİcente sur une plate-forme Intel ou AMD 64 bits." #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Veuillez spİcifier une version PyQt5 au format X.X ou X.X.X" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Voulez-vous installer Rapid Photo Downloader dans l'environnement virtuel " "actuel ?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "Dİsolİ, l'installation de Rapid Photo Downloader dans un environnement " "virtuel Python nİcessite Python 3.5 ou une version ultİrieure sur une plate-" "forme Intel ou AMD 64 bits." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Pour installer Rapid Photo Downloader dans un environnement virtuel Python, " "crİez et activez-le avant de lancer ce script." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" "Utilisation de l'environnement virtuel pour l'installation   l'aide de pip." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" "N'incluez aucun autre argument de ligne de commande lors de la spİcification" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Dİsolİ, ce programme d'installation ne prend pas en charge une installation " "python personnalisİe.\n" "Sortie..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Redİmarrage du script en utilisant le syst¨me python..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Distribution Linux dİtectİe {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "Fermeture..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Pour continuer, le paquet python3-apt doit Ştre installİ." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Installez les paquets suivants en utilisant le gestionnaire de paquets " "standard de votre distribution Linux, puis rİexİcutez ce programme " "d'installation:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Pour exİcuter ce programme, les programmes pour assister Python 3 et sa " "gestion de paquets doivent Ştre installİs." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Installation des requŞtes Python" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Mettre   niveau Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Annuler" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Mise   niveau" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" "Cliquez sur le bouton ÂĞ Mettre   niveau Âğ pour passer   la version %s." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Cliquer sur le bouton ÂĞ Mettre   niveau Âğ pour mettre   niveau." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Fermer" #: ../upgrade.py:599 msgid "&Run" msgstr "&Exİcuter" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Fermer Rapid Photo Downloader avant d'exİcuter cette mise   niveau." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Exİcution de la mise   niveau..." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Mise   niveau vers %s rİussie. Cliquez sur Fermer pour quitter ou Exİcuter " "pour lancer le programme." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Mise   niveau rİussie. Cliquez sur Fermer pour quitter ou Exİcuter pour " "lancer le programme." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "‰chec de la mise   niveau. Cliquer sur ÂĞ Fermer Âğ pour sortir." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "Mise   niveau de %s..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Appuyez sur une touche pour continuerâ€Ĥ" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Mise   niveau de Rapid Photo Downloader İchouİe" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Le paquet python %s n'a pas pu Ştre mis   jour. La mise   niveau ne peut pas " "continuer." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Crİdits" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Les sauvegardes ne sont pas configurİes" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Aucun volume de sauvegarde dİtectİ" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Les emplacements de sauvegarde valides ne sont pas encore spİcifiİs" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Sauvegarder les photos et les vidİos lors du transfert" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Dİtecter automatiquement les volumes de sauvegarde" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Nom du dossier photo :" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Nom du dossier vidİo :" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Exemple :" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Emplacement de sauvegarde des photos :" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Emplacement de sauvegarde des vidİos :" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "lecteur2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Utilisation projetİe de stockage de sauvegarde" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Options de sauvegarde" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "vidİo THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "audio" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s 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. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Vidİos" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Utilisİ" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Exc¨s" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s libre sur %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Photos" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Vidİos" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Utilisation prİvue du stockage apr¨s transfert" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Personnalisİ..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Configurer la crİation de sous-dossier photo" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Configurer la crİation de sous-dossier vidİo" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Autre" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Analyse du pİriphİrique..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ignorer ce pİriphİrique provisoirement" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Ignorer ce pİriphİrique dİfinitivement" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Analyser   nouveau" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s plein" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Appareils photo" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, 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:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " Au moindre probl¨me, une icone rouge apparatra en bas de la " "fenŞtre\n" " indiquant le nombre d'erreur. Cliquer dessus ouvrira la fenŞtre " "du \n" " rapport d'erreur.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " La fenŞtre du rapport d'erreur liste le moindre probl¨me " "rencontrİ rencontrİ avant, pendant ou apr¨s le \n" " transfert. Un triangle orange reprİsente un avertissement, un " "cercle rouge indique un İchec, \n" " et un cercle noir indique une dİfaillance plus sİrieuse. Vous " "pouvez cliquer sur l'hyperlien pour \n" " ouvrir son fichier ou pİriphİrique dans un gestionnaire de " "fichier. Vous pouvez aussi chercher les rapports   l'aide \n" " du champ de recherche en bas   gauche de la fenŞtre du rapport " "d'erreur.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" "\n" "

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

\n" "

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

\n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" "\n" " Les miniatures peuvent Ştre triİes en utilisant divers crit¨res :\n" "
    \n" "
  1. heure de modification: quand le fichier a İtİ modifiİ pour la " "derni¨re fois \n" " ou selon le syst¨me de fichiers.
  2. \n" "
  3. cochİ : si le fichier est marquİ pour transfert.
  4. \n" "
  5. nom de fichier : le nom complet incluant l'extension.
  6. \n" "
  7. extension: l'extension de fichier. Vous pouvez l'utiliser pour " "regrouper les images JPEG et RAW, par \n" "exemple.
  8. \n" "
  9. type de fichier : photo ou vidİo.
  10. \n" "
  11. pİriphİrique : nom du pİriphİrique depuis lequel les photos et " "vidİos sont transfİrİes.
  12. \n" "
" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" "\n" "Lorsque que vous pensez   la structure de vos dossiers de transfert, garder " "  l'esprit deux types\n" "de dossier :\n" "
    \n" "
  1. Le dossier de destination, e.g. "Images", " ""Photos", ou\n" ""Vidİos". Ce dossier doit dİj  exister sur votre ordinateur. Sur " "l'illustration \n" "ci dessous, les dossiers de destination sont "Pictures" et " ""Videos". Le \n" "nom du dossier de destination est affichİ dans la barre grise juste au " "dessus de l'arborescence des dossiers, \n" "avec une icone de dossier   gauche et une icone d'engrenage tout   fait   " "droite.
  2. \n" "
  3. Les sous-dossiers de transfert, qui sont des rİpertoires " "automatiquement crİİs \n" "par Rapid Photo Downloader. Ils peuvent dİj  exister sur votre ordinateur, " "mais n'ont pas besoin de l'Ştre.\n" "Ils seront gİnİrİs dans le dossier de destination.
  4. \n" "
\n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "Vous pouvez transfİrer les photos et vidİos vers le mŞme dossier de " "destination, ou spİcifier des dossiers \n" "de destination diffİrents pour chaque type. De mŞme que pour les sous-" "dossiers de transfert photos et \n" "les vidİos—Transfİrez photos et vidİos vers les mŞmes sous-dossiers, " "ou utilisez des structures diffİrentes pour chaque \n" "type. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "Pour crİer automatiquement des sous-dossiers de tİlİchargement lorsque vous " "transfİrez, \n" "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 \n" "l'ic´ne en forme d'engrenage pour afficher un menu dİroulant : \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "€ l'aide du menu dİroulant, sİlectionnez un prİrİglage intİgrİ ou cliquez " "sur Personnalisİ pour configurer votre propre \n" "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 : \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 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/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "Vous ne devez pas crİer de sous-dossiers de tİlİchargement imbriquİs. Cette " "illustration montre \n" "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 \n" "İtiquette de transfert :\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "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.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "Les İtiquettes de transfert vous permettent d'entrer facilement du " "texte pour dİfinir des ensembles de photos et de vidİos. Vous pouvez \n" "les utiliser dans les sous-dossiers et les noms de fichiers. Dans cette " "illustration, certains fichiers ont re§u l'İtiquette \n" ""Street", et les fichiers sİlectionnİs sont sur le point d'obtenir " "l'İtiquette \n" ""Green Bazaar": \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "Vous pouvez appliquer des İtiquettes, nouvelles ou existantes, avant de " "commencer un transfert. Si il n'y a\n" "aucun fichier auquel une İtiquette a İtİ appliquİe, vous serez invitİ   " "entrer \n" "une İtiquette de transfert avant que ne dİbute le transfert.\n" " " #: ../raphodo/didyouknow.py:318 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/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/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "Vous pouvez sauvegarder vos photos et vos vidİos   plusieurs emplacements " "comme \n" "des disques durs externes en partage rİseau. Les pİriphİriques de sauvegarde " "peuvent Ştre dİtectİs automatiquement ou \n" "spİcifiİs.\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "Plusieurs des prİfİrences du programme peuvent Ştre dİfinies   partir de la " "ligne de commande, y compris les sources \n" "de transfert, les destinations et les sauvegardes. En outre, les param¨tres " "peuvent Ştre rİinitialisİs   leur \n" "İtat par dİfaut et les caches et fichiers mİmorisİs effacİs. \n" " " #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Astuce du jour" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Le saviez-vous ?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Afficher les astuces au dİmarrage" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Suivant" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Prİcİdent" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "Mo/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Quelques secondes" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 seconde" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d secondes" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minute" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minutes" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 heure" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d heures" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 jour" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d jours" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minute, 1 seconde" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minute, %d secondes" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutes, 1 seconde" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutes, %(seconds)d secondes" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 heure, 1 minute" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 heure, %d minutes" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d heures, 1 minute" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d heures, %(minutes)d minutes" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 jour, 1 heure" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 jour, %d heures" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d jours, 1 heure" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d jours, %(hours)d heures" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Rechercher" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Rapports d'erreur - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Rechercher dans les rapports" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Rechercher l'occurrence prİcİdente de la phrase" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Rechercher la prochaine occurrence de la phrase" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&Surligner tout" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Surligner toutes les occurrences de la phrase" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&Casse identique" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Recherche sensible   la casse" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Mots entiers" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "Rechercher uniquement les mots entiers" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Effacer" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Phrase introuvable" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Recherche..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Probl¨me dans Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Un probl¨me s'est produit dans Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Veuillez signaler le probl¨me   {website}\n" "\n" " Joindre le fichier journal   votre rapport de bogue, trouvİ   " "{log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "Ouvrir dans l'explorateur de fichiers..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Syst¨me de fichiers" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Autre..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (l'emplacement n'existe pas)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Date/heure" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Texte" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nom de fichier" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Mİtadonnİes" #: ../raphodo/generatenameconfig.py:196 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:199 msgid "Job code" msgstr "‰tiquette de transfert" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Date de l'image" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Date de la vidİo" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Aujourd'hui" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nom" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Extension" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Numİro d'image" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Ouverture" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 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:248 msgid "File number" msgstr "Numİro de fichier" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Rİpertoire seulement" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Nom du propriİtaire" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Largeur" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Hauteur" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Longueur" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Images par seconde" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Artiste" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "minuscules" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Un chiffre" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Deux chiffres" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Trois chiffres" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Quatre chiffres" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Cinq chiffres" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Six chiffres" #: ../raphodo/generatenameconfig.py:308 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:311 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:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "AAAAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "AAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMJJAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMJJAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "JJMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "JJMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 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:368 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:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Date" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Date (tirets)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Date (tirets bas)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Date et İtiquette de transfert" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "AAAAMM_İtiquette de transfert" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Sous-rİpertoire date et İtiquette de transfert" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "AAAAMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "‰tiquette de transfert" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Nom de fichier originel" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Date/heure et transferts aujourd'hui" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "AAAAMMJJ-HHMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Date et transferts aujourd'hui" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "AAAAMMJJ-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Date/heure et numİro d'image" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "AAAAMMJJ-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Date/heure et İtiquette de transfert" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "AAAAMMJJ-HHMM-İtiquette de transfert-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "AAAAMMJJ-İtiquette de transfert-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Date/heure et numİro de vidİo" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "AAAAMMJJ_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Rİsolution" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "AAAAMMJJ-HHMM-1-1920 x 1080" #: ../raphodo/jobcodepanel.py:62 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" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "Appliquer une İtiquette au transfert" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Entrez une nouvelle İtiquette de transfert" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" "La nouvelle İtiquette de transfert ne sera appliquİ   aucune photo ou vidİo." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" "La nouvelle İtiquette de transfert ne sera pas appliquİe   %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "La nouvelle İtiquette de transfert sera appliquİe   %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Nouvelle İtiquette de transfert" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&‰tiquette de transfert :" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&Se souvenir de ce choix" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 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/jobcodepanel.py:197 msgid "Last Used" msgstr "Derniers utilisİs" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Types d'İtiquettes de transfert :" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Ordre croissant" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Ordre dİcroissant" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Nouveau..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Appliquer" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&Supprimer" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Tout supprimer" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" "Souhaitez-vous vraiment supprimer toutes les İtiquettes de transfert ?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Supprimer toutes les İtiquettes de transfert" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "‰tiquettes de transfert" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Astuce : %(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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Enregistrer un nouveau prİrİglage personnalisİ..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "Supprimer tous les prİrİglages personnalisİs..." #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(Nouveau prİrİglage personnalisİ)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (modifiİ)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Mettre   jour le prİrİglage personnalisİ ÂĞ %s Âğ" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" "Enregister le nouveau prİrİglage personnalisİ - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "Nom du prİrİglage :" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "‰diteur de sous-rİpertoires photo" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "‰diteur de sous-rİpertoires vidİo" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Renommage de photos" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Renommage de vidİos" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, 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/nameeditor.py:893 #, 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/nameeditor.py:901 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/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "Prİrİglage :" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Obtenir de l'aide en ligne..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Insİrer" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "Enregistrer le prİrİglage - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Enregister le nouveau prİrİglage personnalisİ" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Recherche d'une nouvelle version..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "Vous utilisez la derni¨re version." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Impossible de contacter le serveur de mise   jour." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Une nouvelle version de Rapid Photo Downloader (%s) est disponible." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Voulez-vous tİlİcharger la nouvelle version ?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" "Les modifications apportİes   la nouvelle version peuvent Ştre visualisİes " "ici." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&Passer cette version" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&Ouvrir la page de transfert" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Mises   jour de Rapid Photo Downloader" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s sur %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Transfert..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Prİfİrences" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "Langues" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatisation" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniatures" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Gestion des erreurs" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Avertissements" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "Consolidation" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Divers" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Analyse de pİriphİrique" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Analyser uniquement les pİriphİriques externes" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Analyser uniquement les dossiers spİcifiques sur les pİriphİriques" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Dossiers   analyser :" #: ../raphodo/preferencedialog.py:171 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/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Ajouter..." #: ../raphodo/preferencedialog.py:176 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 entrane une nouvelle analyse de tous les " "pİriphİriques." #: ../raphodo/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Supprimer" #: ../raphodo/preferencedialog.py:181 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 entrane une nouvelle analyse de tous les " "pİriphİriques." #: ../raphodo/preferencedialog.py:198 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/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Pİriphİriques mİmorisİs" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Emplacements exclus" #: ../raphodo/preferencedialog.py:223 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/preferencedialog.py:228 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 entrane l'analyse de tous les pİriphİriques." #: ../raphodo/preferencedialog.py:233 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 entrane l'analyse de tous les pİriphİriques." #: ../raphodo/preferencedialog.py:238 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 entrane l'analyse de tous les pİriphİriques." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "Utiliser les expres" "sions rİguli¨res de style Python" #: ../raphodo/preferencedialog.py:250 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 entrane l'analyse de tous les pİriphİriques." #: ../raphodo/preferencedialog.py:291 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/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* Prend effet au prochain dİmarrage" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Automatisation du programme" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Dİmarrer le transfert au dİmarrage de l'application" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Commencer le transfert lors de l'insertion d'un pİriphİrique" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Dİmonter (İjecter) le pİriphİrique   la fin du transfert" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Quitter l'application apr¨s un transfert rİussi" #: ../raphodo/preferencedialog.py:324 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/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Gİnİration de miniatures" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Gİnİrer des miniatures" #: ../raphodo/preferencedialog.py:354 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/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Mettre en cache les miniatures" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Gİnİrer des miniatures syst¨me" #: ../raphodo/preferencedialog.py:366 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/preferencedialog.py:375 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/preferencedialog.py:376 msgid "CPU cores:" msgstr "CĊ“urs de processeur :" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Cache des miniatures" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Calcul..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "jours" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "indİfiniment" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Taille du cache :" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Nombre de miniatures :" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Taille de la base de donnİes :" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "Cacher les miniatures non traitİes pour :" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Purger le cache..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Optimiser le cache..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Passer le transfert" #: ../raphodo/preferencedialog.py:468 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/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Ajouter un identifiant unique" #: ../raphodo/preferencedialog.py:472 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/preferencedialog.py:480 msgid "Overwrite" msgstr "‰craser" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "‰craser le fichier prİcİdemment sauvegardİ" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Passer" #: ../raphodo/preferencedialog.py:484 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/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "Avertissements de programme" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Afficher un avertissement lorsque :" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "Transfert des fichiers actuellement non affichİs" #: ../raphodo/preferencedialog.py:535 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/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Les destinations de sauvegarde sont manquantes" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Les biblioth¨ques de programme sont manquantes ou cassİes" #: ../raphodo/preferencedialog.py:541 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/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "Les mİtadonnİes du syst¨me de fichiers ne peuvent pas Ştre dİfinies" #: ../raphodo/preferencedialog.py:545 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/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "Fichiers non gİrİs rencontrİs" #: ../raphodo/preferencedialog.py:549 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/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "Ne pas avertir   propos des fichiers non gİrİs avec des extensions :" #: ../raphodo/preferencedialog.py:558 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/preferencedialog.py:561 msgid "Add" msgstr "Ajouter" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 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/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "Consolidation de photos et de vidİos" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "Traiter les fichiers RAW et JPEG en tant que :" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Une photo" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "Deux photos" #: ../raphodo/preferencedialog.py:620 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/preferencedialog.py:625 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/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "Avec des photos RAW et JPEG correspondantes :" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "Ne pas marquer les JPEG pour le tİlİchargement" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "Ne marque pas les RAW pour le tİlİchargement" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Marquer les deux pour le tİlİchargement" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 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/preferencedialog.py:661 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/preferencedialog.py:667 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/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "Effacer les transferts terminİs" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Conserver l'affichage des transferts terminİs" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Demander ce qu'il faut faire" #: ../raphodo/preferencedialog.py:685 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/preferencedialog.py:690 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/preferencedialog.py:694 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/preferencedialog.py:739 msgid "Version Check" msgstr "Vİrification de la version" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "Vİrifier l'existence d'une nouvelle version au dİmarrage" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "Rechercher une nouvelle version du programme   chaque dİmarrage." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Inclure les versions de dİveloppement" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "Inclure les versions de dİveloppement alpha, bŞta et autres lors de la " "vİrification d'une nouvelle version du programme.\n" "\n" "Si vous exİcutez actuellement une version de dİveloppement, la vİrification " "s'effectuera toujours." #: ../raphodo/preferencedialog.py:762 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/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "Lire les mİtadonnİes des photos en utilisant uniquement ExifTool" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "< Langue du syst¨me >" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "Rİtablit les valeurs de prİfİrence %s par dİfaut" #: ../raphodo/preferencedialog.py:1292 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/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Purger le cache des miniatures" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Optimiser le cache des miniatures" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Saisir un dossier   analyser" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Spİcifiez un dossier qui sera analysİ" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "Dossier :" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Saisissez un emplacement   exclure" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Emplacement :" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Saisir une extension de fichier" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Spİcifier une extension de fichier (sans le point)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Extension :" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "Extension de fichier non valide" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Mariage" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "Anniversaire" #: ../raphodo/preferences.py:644 #, 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/preferences.py:648 #, 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/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Erreur : %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Erreur : %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "Erreur GPhoto2 : %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "Impossible de lire le rİpertoire %s" #: ../raphodo/problemnotification.py:150 #, 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:156 #, python-format msgid "Unable to read file %s" msgstr "Impossible de lire le fichier %s" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "Impossible d'İcrire le fichier %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "Impossible de dİplacer le fichier %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "Impossible de supprimer le fichier %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "Impossible de copier le fichier %s" #: ../raphodo/problemnotification.py:186 #, 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:192 #, 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:198 #, python-format msgid "Unable to load metadata from %s" msgstr "Impossible de charger les mİtadonnİes depuis %s" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s existe dİj ." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, 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:323 #, 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:343 #, 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:358 #, 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:379 #, 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:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Impossible de finaliser le nom de fichier pour %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "La mİtadonnİe %(type)s est manquante." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "Les mİtadonnİes suivantes sont manquantes : %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "Conversion de date/heure İchouİe : %s." #: ../raphodo/problemnotification.py:529 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:535 msgid "Filename does not have an extension." msgstr "Le nom de fichier n'a pas d'extension." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Le nom du fichier n'a pas de composante unique." #: ../raphodo/problemnotification.py:542 #, 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:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, 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:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Impossible de crİer le sous-dossier de sauvegarde %s." #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "Probl¨mes durant l'analyse de %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "Probl¨mes de copie depuis %s" #: ../raphodo/problemnotification.py:684 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:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:1839 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:1844 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:1847 msgid "Timeline build pending..." msgstr "Chronologie en construction..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "Construction de la chronologie..." #: ../raphodo/proximity.py:1850 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:1931 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:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "Probl¨me avec ExifTool" #: ../raphodo/rapid.py:1205 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 biblioth¨que libmediainfo semble manquante

Rapid Photo " "Downloader utilise libmediainfo pour obtenir la date et l'heure   laquelle " "une vidİo a İtİ tournİe. Le programme fonctionnera sans, mais son " "installation est recommandİe." #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "Probl¨me avec libmediainfo" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "Le tİlİchargement a İchouİ" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Dİsolİ, le tİlİchargement de la nouvelle version de Rapid Photo Downloader a " "İchouİ." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "La nouvelle version a İtİ tİlİchargİe avec succ¨s. Voulez-vous fermer Rapid " "Photo Downloader et l'installer maintenant ?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Mise   jour de Rapid Photo Downloader" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Installer" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "Nouvelle version enregistrİe" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "Le fichier tar et le script d'installation sont enregistrİs sur :\n" "\n" " %s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "‰chec de la mise   jour" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Dİsolİ, la mise   niveau de Rapid Photo Downloader a İchouİ car une erreur " "s'est produite lors de l'ouverture du programme d'installation." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Tİlİcharger" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "&Actualiser..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Prİfİrences" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&Quitter" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "&Rapports d'erreur" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Effacer les transferts terminİs" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "Obtenir de l'aide en ligne..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&Astuce du jour..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Signaler un probl¨me..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Faire un don..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Traduire cette application..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&€ propos..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Rechercher des mises   jour..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "Chronologie" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Destination" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Renommer" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "Sauvegarde" #. Devices Header and View #: ../raphodo/rapid.py:2112 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" #. This Computer Header and View #: ../raphodo/rapid.py:2129 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:2131 msgid "This Computer" msgstr "Cet ordinateur" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Sİlectionner un rİpertoire source" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Utilisation projetİe du stockage" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Sİlectionner un rİpertoire de destination" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Tout" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Nouveau" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Afficher :" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "Heure de modification" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "‰tat enregistrİ" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Type de fichier" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Pİriphİrique" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Tri :" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "Transfİrer %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Reprendre le transfert" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Suspendre" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 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:2795 #, 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:2865 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:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, 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:3117 msgid "Download Failure" msgstr "‰chec de transfert" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "Le transfert ne peut pas se dİrouler." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "photos" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "vidİos" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "photo" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "vidİo" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Probl¨me de sauvegarde" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s left (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s transfİrİs" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "erreur lors du transfert de %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "avertissements" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Tous les transferts sont terminİs" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "‰chec de transfert pour %(filetype)s" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 İchec" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d İchecs" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 avertissement" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d avertissements" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Aucun fichier transfİrİ â€” %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Aucun fichier transfİrİ" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Les prİfİrences de l'application ne sont pas valides" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Rİessayer" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&Ignorer ce pİriphİrique" #: ../raphodo/rapid.py:4477 #, 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:4478 msgid "Unfortunately you cannot download from this device." msgstr "" "Malheureusement, vous ne pouvez pas transfİrer depuis ce pİriphİrique." #: ../raphodo/rapid.py:4482 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:4487 msgid "Device scan failed" msgstr "Analyse du pİriphİrique İchouİe" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "Tİlİchargement terminİ" #: ../raphodo/rapid.py:5009 #, 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:5011 msgid "Do you want to clear the completed downloads?" msgstr "Voulez-vous effacer les transferts terminİs ?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "Tİlİchargement terminİ" #: ../raphodo/rapid.py:5015 #, 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:5017 msgid "Do you want to clear the completed download?" msgstr "Voulez-vous effacer le transfert terminİ ?" #: ../raphodo/rapid.py:5098 #, 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:5349 #, 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:5352 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:5356 #, 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:5358 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:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Transfert de %(location)s vers cet ordinateur." #: ../raphodo/rapid.py:5666 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." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Gİnİration des miniatures pour %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "Analyse de %s" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s sur %(available files)s contr´lİs pour transfert (%(hidden)s " "hidden)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s de %(available files)s contr´lİs pour transfert" #: ../raphodo/rapid.py:5981 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:5985 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:5989 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:5993 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 reconnat " "et quitter." #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "Activer ou dİsactiver le renommage de photos." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "Activer ou dİsactiver le renommage de vidİos." #: ../raphodo/rapid.py:6005 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:6009 msgid "Turn on or off downloading from this computer." msgstr "Activer ou dİsactiver le transfert   partir de cet ordinateur." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "CHEMIN" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "Le CHEMIN sur cet ordinateur depuis lequel transfİrer." #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "Le CHEMIN vers lequel les photos seront transfİrİes." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "Le CHEMIN vers lequel les vidİos seront transfİrİes." #: ../raphodo/rapid.py:6025 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:6029 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:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "R‰PERTOIRE" #: ../raphodo/rapid.py:6034 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:6043 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:6052 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:6059 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:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorer les photos avec l'extension suivante : %s" #: ../raphodo/rapid.py:6071 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:6076 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:6082 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:6088 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:6092 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:6097 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:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" "Inclure les information de dİbogage de gphoto2 dans les fichiers journaux." #: ../raphodo/rapid.py:6115 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:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "Aucune prİfİrence de programme prİalable dİtectİe : sortie." #: ../raphodo/rapid.py:6193 #, 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:6260 #, 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:6271 msgid "Program aborting." msgstr "Abandon du programme." #: ../raphodo/rapid.py:6314 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:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Vous devez installer ExifTool pour exİcuter Rapid Photo Downloader." #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Tous les param¨tres et caches ont İtİ rİinitialisİs." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Le cache des miniatures a İtİ rİinitialisİ." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "Les fichiers mİmorisİs ont İtİ oubliİs." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "&Ne plus me demander" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "&Ne plus m'avertir" #: ../raphodo/rememberthisdialog.py:73 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:567 msgid "subfolder and filename" msgstr "sous-dossier et nom de fichier" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nom de fichier" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "sous-dossier" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "Un compteur pour le nombre de transferts quotidiens" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Transferts journaliers :" #: ../raphodo/renamepanel.py:319 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/renamepanel.py:320 msgid "Stored number:" msgstr "Nombre stockİ :" #: ../raphodo/renamepanel.py:331 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/renamepanel.py:332 msgid "Day start:" msgstr "Dİbut du jour :" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "Synchroniser RAW + JPEG" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "Numİros de sİquence" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Enlever les caract¨res incompatibles" #: ../raphodo/renamepanel.py:367 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/renamepanel.py:371 msgid "Compatibility" msgstr "Compatibilitİ" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Renommage de photos" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Renommage de vidİos" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Options de renommage" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "photos et vidİos" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "une vidİo" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 Vidİo" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "une photo" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s sur %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Photo" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Vidİo" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "Racine du syst¨me de fichiers" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Images" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Prise le %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Cartes mİmoire : %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "Carte mİmoire : %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "Transfİrİ comme :" #: ../raphodo/thumbnaildisplay.py:558 #, 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:567 #, 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:1900 msgid "Copy Path" msgstr "Copier le chemin" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "Marquer le fichier comme İtant tİlİchargİ" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "Marquer les fichiers comme İtant tİlİchargİs" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "o" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "ko" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "Mo" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "Go" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "To" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "Po" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s et %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "un" #: ../raphodo/utilities.py:516 msgid "two" msgstr "deux" #: ../raphodo/utilities.py:517 msgid "three" msgstr "trois" #: ../raphodo/utilities.py:518 msgid "four" msgstr "quatre" #: ../raphodo/utilities.py:519 msgid "five" msgstr "cinq" #: ../raphodo/utilities.py:520 msgid "six" msgstr "six" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "sept" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "huit" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "neuf" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "dix" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "onze" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "douze" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "treize" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "quatorze" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "quinze" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "seize" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "dix-sept" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "dix-huit" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "dix-neuf" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "vingt" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&Valider" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Enregistrer" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Aide" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Rİtablir les valeurs par dİfaut" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Oui" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Non" #: ../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" rapid-photo-downloader-0.9.23a1/po/hr.po0000644000175000017500000037572313645661365020256 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\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" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

\n" "

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

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

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

\n" "

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

\n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
    \n" "
  1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
  2. \n" "
  3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
  4. \n" "
  5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
  6. \n" "
\n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

\n" " Please report the problem at {website}." "

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

\n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Ime datoteke" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Danas" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "Naziv" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Ekstenzija" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Broj slike" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Ime vlasnika" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "mala slova" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "GGGGMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "GGMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDGGGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMGGGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "GGGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatizacija" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Preskoči preuzimanje" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Dodaj jedinstveni identifikator" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Preskoči" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Uređaj" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

\n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

\n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

\n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotografije" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "video snimke" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "fotografija" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "upozorenja" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Sva preuzimanja su zavrĊĦena" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "ime datoteke" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 "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 "Preferences: Rapid Photo Downloader" #~ msgstr "Postavke: Rapid Photo Downloader" #~ 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" rapid-photo-downloader-0.9.23a1/po/hu.po0000644000175000017500000065141713645661365020256 0ustar damondamon00000000000000# 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 0.9.2\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2020-04-03 16:16-0400\n" "PO-Revision-Date: 2020-03-21 09:11+0100\n" "Last-Translator: csola48 \n" "Language-Team: magyar\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2020-03-21 07:36+0000\n" "X-Generator: Poedit 2.0.6\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "A folytatĦshoz elĊ‘szĥr telep­tse a python3 csomag beĦll­tĦsait a rendszer " "csomagkezelĊ‘jİvel." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Rapid Photo Downloader telep­tĊ‘" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" "A Rapid Photo Downloader legfrissebb verzi³jĦnak letĥltİse İs telep­tİse." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" "Az RPM Fusion Free szoftvertĦrol³t hozzĦadtĦk a rendszerİhez, hogy (1) " "lehetĊ‘vİ tegye a miniatĊħrĥk generĦlĦsĦt a videoformĦtumok szİlesebb kĥre " "szĦmĦra, İs (2) lehetĊ‘vİ tegye a HEIC / HEIF kİpformĦtum tĦmogatĦsĦt." #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Telep­tĊ‘ nem talĦlhat³:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "A telep­tĊ‘ nem tar.gz t­pusş:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "A megadott PyQt5 verzi³ nem lİtezik. ‰rvİnyes verzi³k: {}." #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} friss­tİsre kerĵl a {} verzi³r³l a {} verzi³ra" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Ezek a Python3 csomagok friss­tİsre kerĵlnek a felhasznĦl³ szĦmĦra (azaz nem " "a rendszer egİszİre): {}" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Helytelen mappa tulajdonjogot İszleltĵnk. A(z) {file_system_path} " "tulajdonjogĦnak megvĦltoztatĦsa İs engedİlyek visszaĦll­tĦsa." #: ../install.py:979 msgid "The following command will be run:" msgstr "A kĥvetkezĊ‘ parancs fog futni:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "a sudo parancs lehet, hogy bekİri a sudohoz a jelsz³t." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Szeretnİ most futtatni a pancsot?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Kilİpİs, mert nincs \"igen\" vĦlasz." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Sikertelen parancs" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Kilİpİs" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Engedİlyezve kell lennie az Universe tĦrol³nak." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "Az IUS kĥzĥssİgi tĦrol³t engedİlyezni kell." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Az EPEL szoftvertĦrol³t engedİlyezni kell." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Az RPM Fusion Free tĦrol³t engedİlyezni kell." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Akarja az elĊ‘zĊ‘ verzi³jş Rapid Photo Downloader eltĦvol­tĦsĦt?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "A csomagkezelĊ‘ lekİrdezİse, van-e rİgebbi verzi³jş Rapid Photo Downloader " "telep­tve (eltarthat egy ideig)..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "A rendszercsomag eltĦvol­tĦsa" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "A csomagkezelĊ‘t nem tudtam lekİrdezni. Kİrem ellenĊ‘rizze az Internet " "kapcsolatodat İs pr³bĦlja şjra." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "EllenĊ‘rizze, hogy az elĊ‘zĊ‘ verzi³ pip-el lett-e telep­tve ..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "A kĥvetkezĊ‘ csomagok ismeretlenek a rendszerİben: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Az alkalmazĦs telep­tİsİnek folytatĦshoz tovĦbbi csomagok telep­tİse " "szĵksİges." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Telep­tett İs rendelkezİsre Ħll³ csomagok lekİrdezİse (ez eltarthat egy " "ideig)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "A csomagkezelĊ‘ lekİrdezi, hogy a szĵksİges csomagok telep­tve vannak-e (ez " "eltarthat egy ideig) " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "A yum lekİrdezİse, ha meg szeretnİ tekinteni, hogy a szĵksİges csomagok mĦr " "telep­tve vannak (ez eltarthat egy ideig) ... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Lİpİsenkİnti megerĊ‘s­tİs." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "A legfrissebb verzi³ letĥltİsekor telep­tse a fejlesztĊ‘i verzi³t, ha az " "şjabb, mint a stabil vĦltozat." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "OpcionĦlis tar.gz Rapid Photo Downloader telep­tĊ‘ arch­vuma. Ha nincs " "megadva, a legfrissebb verzi³ letĥltĊ‘dik az internetrĊ‘l." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "Ne futtassa a telep­tĊ‘t a tar.gz Rapid Photo Downloader telep­tĊ‘ " "arch­vumĦban, ha az şjabb, mint ez a verzi³ ({}). Az alapİrtelmezİs az, " "hogy a legşjabb telep­tĊ‘t futtassa." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "TĦvol­tsa el a Rapid Photo Downloader-t, amelyet pip-el telep­tett İs tartja " "a fĵggĊ‘sİgİt." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "TĦvol­tsa el a pip seg­tsİgİvel telep­tett fĵggĊ‘sİgeket a Rapid Photo " "Downloader telep­tİsİnİl İs magĦt a Rapid Photo Downloader programot, majd " "lİpjen ki." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Megjegyzİs: Ez nem fogja eltĦvol­tani a Linux disztribşci³ csomagkezelĊ‘je " "Ħltal telep­tett Rapid Photo Downloader-t." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "A fĵggĊ‘sİgek csak akkor tĦvol­that³ak el, ha mĦs program nem igİnyli." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Megjegyzİs: ez az opci³ eltĦvol­tja a fĵggĊ‘sİget, fĵggetlenĵl att³l, hogy " "egy mĦsik program pip telep­tve van-e. Friss­tse a pip-et 9.0 vagy şjabb " "verzi³ra, ha el akarja kerĵlni ezt a viselkedİst. Ezt a \"python3 -m pip " "install pip -U - felhasznĦl³\" paranccsal teheti meg. Ezenk­vĵl vegye " "figyelembe, hogy a Linux disztribşci³ csomagkezelĊ‘je Ħltal telep­tett Rapid " "Photo Downloader bĦrmely verzi³jĦt nem tĦvol­tjĦk el." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Telep­tse a jelenlegi Python virtuĦlis kĥrnyezetbe. A --system-site-package " "opci³val lİtrehozott virtuĦlis kĥrnyezetek nem tĦmogatottak." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "A telep­tendĊ‘ PyQt5 speciĦlis verzi³ja (az alapİrtelmezİs a {} legfrissebb " "verzi³ja)." #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "A PyPt-bĊ‘l szĦrmaz³ PyQt5 hasznĦlata helyett hasznĦlja a Linux disztribşci³ " "verzi³jĦt. EltĦvol­tja a mĦr telep­tett PyPi verzi³kat." #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Nem sikerĵlt letĥlteni a verzi³k fĦjljĦt." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "A verzi³fĦjl elİrİse kĥzben kapott hibak³d {}" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "SajnĦljuk, a telep­tĊ‘ nem talĦlhat³. EllenĊ‘rizze az internetkapcsolatot İs " "ellenĊ‘rizze, hogy elİrheti-e a\n" "https://www.damonlynch.net c­met\n" "\n" "Kilİpİs\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "A(z) {} csomag telep­tİse nem sikerĵlt, de a Rapid Photo Downloader " "telep­tİse folytat³dni fog." #: ../install.py:2459 msgid "Received error code" msgstr "Fogadott hibak³d" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" "Sikertelen az alkalmazĦshoz szĵksİges kĥvetelmİnyek telep­tİse: kilİpİs." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Sikertelen az alkalmazĦs telep­tİse: kilİpİs..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Az alkalmazĦshoz szĵksİges kĥvetelmİnyek telep­tİse ..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" "A HEIF / HEIC miniatĊħrĥk lİtrehozĦsĦra szolgĦl³ rendszer tĦmogatĦs nem " "İrhetĊ‘ el" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "A PyPI PyQt5 csomagot nem telep­tjĵk a KDE Neon kĥrnyezetbe" #: ../install.py:2736 msgid "Installing application..." msgstr "AlkalmazĦs telep­tİse..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Akarja az alkalmazĦshoz tartoz³ kİzikĥnyv (man) lapokat telep­teni?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Ide lesznek telep­tve {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Ha eltĦvol­tja az alkalmazĦst, a hozzĦ tartoz³ kİzikĥnyv (man) oldalakat " "ĥnmagĦnak kell eltĦvol­tania." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Akarja telep­teni a kİzikĥnyv (man) oldalakat?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "Az oldalak a {}/share/man/man1 oldalon talĦlhat³k" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "A kİzikĥnyv (man) oldalak telep­tİse ide {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" "Nem sikerĵlt lİtrehozni a mappĦt a kİzikĥnyv (man) oldalak szĦmĦra: kilİpİs." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Sikertelen a kİzikĥnyv (man) oldalak mĦsolĦsa." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "A Rapid Photo Downloader a virtuĦlis kĥrnyezet aktivĦlĦsa nİlkĵl ind­that³ a " "{} / bin / quick-photo-downloader futtatĦsĦval" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Lehetsİges, hogy şjra kell ind­tania a szĦm­t³gİpet, hogy parancssorb³l vagy " "grafikus felĵletrĊ‘l elind­thassa a programot." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" "A program futtatĦsĦhoz a parancssorb³l vagy az alkalmazĦsind­t³b³l hozzĦ " "kell adnia a {path} -ot a szĦm­t³gİp $PATH vĦltoz³jĦhoz." #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "(Ha a szegmentĦlĦsi hiba kilİp, akkor figyelmen k­vĵl hagyhatja ...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "A python3 segİdprogram eltĦvol­tĦsa szĵksİges a pipen telep­tett Rapid Photo " "Downloader verzi³jĦnak eltĦvol­tĦsĦhoz.\n" "Nem folytathat³. Kilİpİs." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Ne futtassa a telep­tĊ‘ szkriptet root / sudo felhasznĦl³kİnt.\n" "Azzal a felhasznĦl³val futtassa aki hasznĦlni fogja a programot.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" "Csak az egyiket adja meg a --PyQt5-verzi³ vagy a --rendszer Ħltal hasznĦlt--" "PyQt5 kĥzĵl." #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "SajnĦljuk, de a PyQt5 adott verzi³jĦnak meghatĦrozĦsĦhoz a Python 3.5 vagy " "şjabb verzi³ra van szĵksİg az Intel vagy az AMD 64 bites platformon." #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Kİrjĵk, adja meg a PyQt5 verzi³t X.X vagy X.X.X formĦtumban" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Szeretnİ telep­teni a Rapid Photo Downloadert a jelenlegi virtuĦlis " "kĥrnyezetbe?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "SajnĦljuk, a Rapid Photo Downloader Python virtuĦlis kĥrnyezetbe tĥrtİnĊ‘ " "telep­tİsİhez Python 3.5 vagy şjabb verzi³ra van szĵksİg egy Intel vagy AMD " "64 bites platformon." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "A Rapid Photo Downloader Python virtuĦlis kĥrnyezetbe tĥrtİnĊ‘ telep­tİsİhez " "hozza lİtre İs aktivĦlja a virtuĦlis kĥrnyezetet, mielĊ‘tt elind­tanĦ ezt a " "parancsfĦjlt." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "A virtuĦlis kĥrnyezet hasznĦlata a pip hasznĦlatĦhoz." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "Ne adjon meg mĦs parancssori argumentumokat a specifikĦci³ sorĦn" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "SajnĦljuk, ez a telep­tĊ‘ nem tĦmogatja az egyİni python telep­tİst.\n" "Kilİpİs ..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "A szkript şjraind­tĦsa a python rendszer hasznĦlatĦval ..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Felismert Linux-disztribşci³ {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "Kilİpİsâ€Ĥ" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "A folytatĦshoz python3-apt -nek telep­tve kell lennie." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Az alĦbbi csomagokat telep­tse a Linux disztribşci³ szabvĦnyos " "csomagkezelĊ‘jİvel, majd telep­tse şjra ezt a telep­tĊ‘t:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "A program futtatĦsĦhoz programokat kell telep­teni a python3 İs a " "csomagkezelİs tĦmogatĦsĦra." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Pythonhoz szĵksİges dolgok telep­tİse" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "A Rapid Photo Downloader friss­tİse" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Megszĵnteti" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Friss­tİs" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Kattintson a Friss­tİs gombra a %s verzi³ra tĥrtİnĊ‘ friss­tİshez." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Kattintson a Friss­tİs gombra a friss­tİs elind­tĦsĦhoz." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&BezĦrĦs" #: ../upgrade.py:599 msgid "&Run" msgstr "&FuttatĦs" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" "A friss­tİs futtatĦsa elĊ‘tt zĦrja be a Rapid Photo Downloader alkalmazĦst." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "A friss­tİs folyamatban..." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Sikeresen friss­tve a %s -re. Kattintson a BezĦrĦs gombra a kilİpİshez, vagy " "a FuttatĦs a program elind­tĦsĦhoz." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "A friss­tİs sikeresen befejezĊ‘dĥtt. Kattintson a BezĦrĦs gombra a " "kilİpİshez, vagy a FuttatĦs a program elind­tĦsĦhoz." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Friss­tİs sikertelen. A kilİpİshez kattintson a BezĦrĦs gombra." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "%s friss­tİse ..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Nyomjon meg egy gombot a folytatĦshoz..." #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "A Rapid Photo Downloader friss­tİse sikertelen" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "A(z) %s python csomag nem friss­thetĊ‘. A friss­tİs nem folytathat³." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "KĥzremĊħkĥdĊ‘k" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "A biztonsĦgi mĦsolatok nincsenek beĦll­tva" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "A biztonsĦgi mĦsolat eszkĥze nem elİrhetĊ‘" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Mİg nincs İrvİnyes biztonsĦgi mentİsi hely megadva" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 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/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "BiztonsĦgi mentİs eszkĥzĥk automatikus İrzİkelİse" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Fİnykİp mappa neve:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Vide³ mappa neve:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Pİlda:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Fİnykİpek biztonsĦgi mentİsİnek helye:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Vide³ biztonsĦgi mentİsİnek helye:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "meghajt³2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "ElĊ‘rejelzett biztonsĦgi mĦsolat tĦrolĦsa" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "BiztonsĦgi mentİs beĦll­tĦsok" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "vide³ THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "hang" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s fİnykİpek" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s vide³k" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "FelhasznĦlt" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Tĥbblet" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "Szabad %(size_free)s a(z) %(size_total)s -b³l" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Fİnykİpek" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Vide³k" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "A tervezett tĦrolĦs letĥltİs utĦn" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Egyİniâ€Ĥ" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "A fİnykİp almappa lİtrehozĦsĦnak konfigurĦlĦsa" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "A vide³ almappa lİtrehozĦsĦnak konfigurĦlĦsa" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Egyİb" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Tapint³ eszkĥz ..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ideiglenesen figyelmen k­vĵl hagyja ezt az eszkĥzt" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "A kİszĵlİket tart³san figyelmen k­vĵl hagyja" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "šjrakeresİs" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s teljes" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "FİnykİpezĊ‘gİpek" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, python-format msgid "Downloading from %(device_names)s" msgstr "Letĥltİs: %(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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, 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:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " BĦrmely problİma esetİn egy piros ikon jelenik meg az ablak " "aljĦn\n" " Jelezve, hogy hĦny hibajelentİs lİtezik. Kattintson rĦ a Hiba " "jelentİs ablakra\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " A Hiba jelentİs ablak felsorolja az elĊ‘tte, alatt vagy utĦn " "tapasztalt problİmĦkat\n" " Letĥltİs. A narancssĦrga hĦromszĥg figyelmeztetİst jelent, a " "piros kĥr hibĦt jelez,\n" " ‰s egy fekete kĥr nagyobb, sşlyos hibĦkat jelez. Kattintson a " "hiperhivatkozĦsokra,\n" " nyissa meg fĦjljĦt vagy az eszkĥzt egy fĦjlkezelĊ‘ben. A " "jelentİsek KeresĊ‘mezĊ‘t a\n" " hibajelentİs ablak bal als³ rİszİn talĦlja.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

\n" "

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

\n" " " msgstr "" "\n" "

A fenti ĦbrĦn az idĊ‘vonal elsĊ‘ sorszĦma fekete, mert minden fĦjl be van " "kapcsolva.\n" "Ez a dĦtum korĦbban letĥltĥtt.

\n" "

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:

\n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
    \n" "
  1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
  2. \n" "
  3. Checked State: whether the file is marked for download.
  4. \n" "
  5. Filename: the full filename, including extension.
  6. \n" "
  7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
  8. \n" "
  9. File Type: photo or video.
  10. \n" "
  11. Device: name of the device the photos and videos are being " "downloaded from.
  12. \n" "
" msgstr "" "\n" " Az bİlyegkİpek kĵlĥnbĥzĊ‘ kritİriumok alapjĦn vĦlogathat³k:\n" "
  1. M³dos­tĦsi idĊ‘: a fĦjl utols³ m³dos­tĦsakor, metaadatai " "szerint (ahol\n" " rendelkezİsre Ħllnak) vagy a fĦjlrendszer szerint (visszaĦll­tĦskİnt). \n" "
  2. EllenĊ‘rzĥtt Ħllapot: , hogy a fĦjl letĥltİsre van-e jelĥlve. \n" "
  3. Filenİv: a teljes fĦjlnİv, beleİrtve a kiterjesztİst.
  4. \n" "
  5. BĊ‘v­tmİny: a fĦjlnİv kiterjesztİse. Ezt felhasznĦlhatja a jpeg " "İs a RAW kİpek csoportos­tĦsĦhoz\n" "PİldĦul.
  6. \n" "
  7. FĦjlt­pus: fİnykİp vagy vide³.
  8. \n" "
  9. Eszkĥz: a kİszĵlİk neve, ahovĦ a fot³k İs vide³k letĥltĥttek. " "
" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
    \n" "
  1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
  2. \n" "
  3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
  4. \n" "
\n" " " msgstr "" "\n" "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\n" "A kĥnyvtĦrban:\n" "
    \n" "
  1. A cİlmappa , pl. Kİpek & Fot³k vagy\n" "Vide³k. Ez a kĥnyvtĦr mĦr lİtezik a szĦm­t³gİpen. Az ĦbrĦn\n" "az alĦbbiakban a cİlmappĦk a \"Kİpek\" İs \"Vide³k\".\n" "A cİlmappa neve megjelenik a szĵrke sĦvban kĥzvetlenĵl a mappĦk felett,\n" "Egy bal oldali mappa ikonra İs egy fogaskerİk ikonra a jobb szİlİn.
  2. \n" "
  3. A letĥltİsi almappĦk , amelyek automatikusan lİtrejĥvĊ‘ " "kĥnyvtĦrak\n" "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.\n" "Ezeket a rendeltetİsi mappa alatt hozza lİtre.
\n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "Fot³kat İs vide³kat ugyanabba a cİlmappĦba tĥlthet le vagy megadhat mĦs\n" "cİlmappĦt is. Ugyanez vonatkozik a fot³k İs vide³k letĥltİsi almappĦira;\n" "Fot³kat İs vide³kat ugyanabba az almappĦra tĥltheti le vagy egy mĦsik sİmĦt " "is hasznĦlhat. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
    \n" "
  1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
  2. \n" "
  3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
  4. \n" "
\n" " " msgstr "" "\n" "LehetĊ‘sİg szerint a program elĊ‘nİzeti kİpeket İs vide³felvİteleket letĥltĊ‘ " "almappĦkat tĥlt le:\n" "
    \n" "
  1. A cİl kĥnyvtĦrfĦja a szĦm­t³gİpen talĦlhat³ letĥltİsi almappĦkat " "mutatja\n" " Egy normĦl, nem dĊ‘lt betĊħs betĊħt­pust), valamint a letĥltİs sorĦn " "lİtrehozott almappĦkat\n" " (Amelyeknek a neve dĊ‘lt.)
  2. \n" "
  3. A mappafĦjl azt is megmutatja, hogy mely alkĥnyvtĦrak tĥltik le a " "fĦjlokat (azok a sz­nesek\n" " fekete).
  4. \n" "
\n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
    \n" "
  1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
  2. \n" "
  3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
  4. \n" "
  5. Text which you want to appear every time, such as a hyphen or a " "space.
  6. \n" "
\n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "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:\n" "
    \n" "
  1. FĦjl metaadat , nagyon gyakran beleİrtve a fİnykİp vagy vide³ " "lİtrehozĦsĦnak dĦtumĦt, de lehet\n" "is\n" "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. \n" "
  2. A Munka-k³d , amely a letĥltİskor megadott szabad szĥveg, " "pİldĦul az\n" "esemİny vagy hely neve.
  3. \n" "
  4. Szĥveg , amelyet mindig meg szeretne jelen­teni, pİldĦul egy " "kĥtĊ‘jelet vagy egy sz³kĥzt. \n" "\n" "Az almappĦk elnevezİse az İvvel, majd a h³nap, majd a nap a numerikus " "formĦtumban\n" "Kĥnnyen kezelhetĊ‘k egy fĦjlkezelĊ‘ben, ezİrt az alapİrtelmezett beĦll­tĦs:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "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. \n" "Kattintson a fogaskerİk ikonra egy legĥrdĵlĊ‘ menĵ " "megjelen­tİsİhez. \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "A legĥrdĵlĊ‘ menĵbĊ‘l vĦlassza ki a beİp­tett elĊ‘beĦll­tĦst, \n" "vagy kattintson a Egyİni lehetĊ‘sİgre a sajĦtrendszer.\n" " SajĦt rendszereit a Fİnykİp vagy Vide³ almappĦk generĦci³s szerkesztĊ‘je " "seg­tsİgİvel hozhatja lİtre: \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 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/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "Nem kell egymĦsba Ħgyazott letĥltİsi almappĦkat lİtrehoznia. Ez az " "illusztrĦci³ mutatja\n" "a letĥltİsi almappĦk lİtrehozĦsĦt, amelyek csak a fot³k dĦtumĦt " "tartalmazzĦk, İs a\n" "Munka-k³d:\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "BĦr sok beİp­tett dĦtum/idĊ‘ elnevezİsi opci³ van, elĊ‘fordulhat, hogy –nnek\n" "valami mĦsra van szĵksİge. Nem problİma egy sajĦt opci³ lİtrehozĦsa.\n" "A dĦtum/idĊ‘ vĦlasztĦsa kombinĦlhat³ İs şj kombinĦci³kat generĦl. Feltİve, " "hogy olyan\n" "dĦtumformĦtumot szeretne, amely az İv (‰‰‰‰), a kĥtĊ‘jel, h³nap (HH) " "szimb³lumokb³l Ħll. \n" "Lİtrehozhatja ­gy (jegyezze fel a kĥtĊ‘jel kĥrĵli vĥrĥs kĥrĥket):\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "Olvassa el az ĥsszes fĦjlt, amelyen letĥltheti az alkĥnyvtĦros neveket İs " "fĦjlneveket a\n" " " "online dokumentĦci³ .\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "A Munka-k³d lehetĊ‘vİ teszi, hogy egyszerĊħen besorolja a fİnykİpeket " "İs vide³kat. \n" "HasznĦlja Ċ‘ket almappĦban İs fĦjlnevekben. Ebben az illusztrĦci³ban egyes " "fĦjlok rendelkeznek a munka- k³ddal\n" "\"Utca\" İs a kivĦlasztott fĦjlok hamarosan megkapjĦk a munka-k³dot\n" "\"Zĥld BazĦr\": \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "šj vagy meglİvĊ‘ munka-k³dokat alkalmazhat a letĥltİs megkezdİse elĊ‘tt, ha " "van ilyen.\n" "A letĥltĥtt fĦjloknĦl, amelyeknek mİg nem volt munka-k³djuk, akkor be kell " "­rnia\n" "egy megfelelĊ‘ k³dot a letĥltİs megkezdİse elĊ‘tt.\n" " " #: ../raphodo/didyouknow.py:318 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/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/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "Amikor a fİnykİpek İs a vide³k egyedi fĦjlneveket kapnak, akkor soha nem " "lesz kavarodĦs, hogy\n" "melyik fĦjl melyik. A sorszĦmok hasznĦlatĦval a fĦjlnevek " "egyedĵlĦll³ak lesznek, ezİrt ez\n" "erĊ‘sen ajĦnlott!\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

    \n" "

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

    \n" " " msgstr "" "\n" "

    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:\n" "

      \n" "
    1. A mai letĥltİsek : az adott napon befejezett letĥltİsek nyomon " "kĥvetİse.
    2. \n" "
    3. TĦrolt szĦm : hasonl³ a mai letĥltİsek szĦmĦhoz, de az utoljĦra " "futott ideje
    4. \n" "
    5. Szakasz szĦma : minden alkalommal, amikor a program fut, " "şjraind­t.
    6. \n" "
    7. Szekvencia betĊħ : hasonl³an a munkamenet szĦmaihoz, de betĊħket " "hasznĦl.
    8. \n" "

    \n" "

    \n" "TovĦbbi informĦci³ a online dokumentĦci³ban .

    \n" " " #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "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. \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

    \n" "

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

    \n" " " msgstr "" "\n" "

    A RAW + JPEG szinkronizĦlĦs beĦll­tĦs akkor hasznos, ha a RAW + " "JPEG funkci³t hasznĦlja a\n" "fİnykİpezİskor İs a fİnykİp Ħtnevezİsİvel sorszĦmokat hasznĦlhat. Ha " "engedİlyezi ezt az opci³t\n" "akkor a program İszleli a RAW İs JPEG illeszkedĊ‘ pĦrokat İs ha İszlelik " "Ċ‘ket,\n" "ugyanazok a sorszĦmok kerĵlnek alkalmazĦsra mindkİt fİnykİpnİvre. TovĦbbĦ, a " "szekvenciĦk lesznek\n" "friss­tve, mintha a fot³k lennİnek.

    \n" "

    \n" "TovĦbbi informĦci³ a fĦjl ĦtnevezİsİrĊ‘l a online dokumentĦci³ban .

    \n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "LehetĊ‘sİge van arra, hogy fİnykİpeit İs vide³it tĥbb helyre mentse le, " "amikor letĥltĥtte. PİldĦul\n" "kĵlsĊ‘ merevlemezek vagy hĦl³zati megosztĦsok. A biztonsĦgi mentİs eszkĥzei " "automatikusan İszlelhetĊ‘k vagy pontosak\n" "A megadott mentİsi helyek.\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "Tĥbb program beĦll­tĦsa a parancssorb³l Ħll­that³ be, beleİrtve a letĥltİst\n" "forrĦsokat, cİlokat İs mentİseket is. Ezenk­vĵl a beĦll­tĦsok " "visszaĦll­that³k\n" "az alapİrtelmezett Ħllapotba, valamint a gyors­t³tĦrakat İs a megjegyzett " "fĦjlokat tĥrĥltİk. \n" " " #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
      \n" "
    1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
    2. \n" "
    3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
    4. \n" "
    5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
    6. \n" "
    \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" "\n" "A Rapid Photo Downloader hĦromfİle gyors­t³tĦrral foglalkozik:\n" "
      \n" "
    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. \n" "
    3. 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.
    4. \n" "
    5. Az asztali bİlyegkİp gyors­t³tĦr , amelyben a Rapid Photo " "Downloader bİlyegkİpeket tĦrol\n" "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.\n" "\n" "
    \n" "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\n" "online " "dokumentĦci³ban .\n" " " #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "A nap tippje" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Tudta...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Tippek az ind­tĦskor" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&KĥvetkezĊ‘" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&ElĊ‘zĊ‘" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "NİhĦny mĦsodperc" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 mĦsodperc" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d mĦsodperc" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 perc" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d perc" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 ³ra" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d ³ra" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 nap" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d nap" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 perc 1 mĦsodperc" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 perc %d mĦsodperc" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d perc 1 mĦsodperc" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d perc %(seconds)d mĦsodperc" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 ³ra 1 perc" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 ³ra %d perc" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d ³ra 1 perc" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d ³ra %(minutes)d perc" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 nap 1 ³ra" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 nap %d ³ra" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d nap 1 ³ra" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d nap %(hours)d ³ra" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "TalĦlat" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Hibajelentİsek - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Jelentİsek keresİse" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Keresse meg a kifejezİs korĦbbi elĊ‘fordulĦsĦt" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Keresse meg a kifejezİs kĥvetkezĊ‘ elĊ‘fordulĦsĦt" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&Jelĥlje ki az ĥsszeset" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Jelĥlje ki a kifejezİs ĥsszes elĊ‘fordulĦsĦt" # !!! #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&TalĦlat esetİn" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Keresİs a kisbetĊħk İrzİkenysİgİvel" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Teljes szavak" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "Keresİs teljes szavakra" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(total)s %(filetypes)s ĥsszesen. Letĥltve: %(number)s" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Tiszta" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Kifejezİs nem talĦlhat³" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Keresİs folyamatban ..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problİma a Rapid Photo Downloader-ben" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

    \n" " Please report the problem at {website}." "

    \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

    \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

    \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" " Problİma merĵlt fel a Rapid Photo Downloader alkalmazĦsban \n" " Jelentse a problİmĦt a {website} " "oldalon.

    \n" " Helyezze be a hibajelentİsbe a program napl³fĦjljait. A " "hibajelentİsnek tartalmaznia kell\n" " {log_file} , de a tĥbbi napl³fĦjl csatolĦsa gyakran " "hasznos.

    \n" " Ha lehetsİges, kİrjĵk, csatolja a program konfigurĦci³s fĦjljĦt " "is\n" " {config_file} .
    \n" " Kattintson a itt elemre a " "napl³kĥnyvtĦr megnyitĦsĦhoz, İs\n" " itt a konfigurĦci³s kĥnyvtĦr " "megnyitĦsĦhoz.

    \n" " Ha ugyanaz a problİma a program kilİpİse elĊ‘tt ismİt felmerĵl, " "ez az egyetlen İrtes­tİs errĊ‘l\n" " " #: ../raphodo/excepthook.py:118 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:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Kİrjĵk, jelentse a problİmĦt {website}\n" "\n" " Csatolja a napl³fĦjlt a hibajelentİshez, amely megtalĦl a {log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "Nyissa meg a fĦjlbĥngİszĊ‘ben ..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "FĦjlrendszer" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Egyİb..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (hely nem lİtezik)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "DĦtum İs idĊ‘" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Szĥveg" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "FĦjlnİv" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metaadat" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Sorozatok" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Munka-szĦm" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Kİp dĦtuma" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Vide³ dĦtuma" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Ma" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 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:212 ../raphodo/rapid.py:2261 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:215 msgid "Image number" msgstr "Kİp szĦma" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Rekesz" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "ZĦr szĦmlĦl³" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "FĦjl (sor)szĦm" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Csak mappa" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "A tulajdonos neve" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Szİlessİg" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "MagassĦg" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "HosszşsĦg" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Kİpkoca/mĦsodperc" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Kİsz­tette" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "kisbetĊħs" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Egy szĦmjegy" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Kİt szĦmjegy" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "HĦrom szĦmjegy" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Nİgy szĦmjegy" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "–t szĦmjegy" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Hat szĦmjegy" #: ../raphodo/generatenameconfig.py:308 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:311 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:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "‰‰‰‰HHNN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "‰‰HHNN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "HHNN‰‰‰‰" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "HHNN‰‰" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "HHNN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "NNHH‰‰‰‰" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "NNHH‰‰" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "‰‰‰‰" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "‰‰" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "NN" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 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:368 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:371 msgid "HHMMSS" msgstr "““PPMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "““PP" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "MM" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "DĦtum" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "DĦtum (elvĦlasztva)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "DĦtum (alĦhşzĦssal)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "DĦtum İs munka-k³d" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "YYYYMM_munka-k³d" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "DĦtum İs munka-k³d aldossziİ" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "‰‰‰‰HH" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Munka-k³d" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Eredeti fĦjlnİv" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "DĦtum-idĊ‘ İs mai letĥltİsek" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "‰‰‰‰HHNN-““PP-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "DĦtum İs mai letĥltİsek" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "‰‰‰‰HHNN-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "DĦtum-idĊ‘ İs Fot³ szĦma" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "‰‰‰‰HHNN-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "DĦtum-idĊ‘ İs munka-k³d" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "‰‰‰‰HHNN-““PP-munka-k³d-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "‰‰‰‰HHNN-munka-k³d-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "DĦtum-idĊ‘ İs Vide³ szĦma" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "‰‰‰‰HHDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "FelbontĦs" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "‰‰‰‰HHNN-““PP-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 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" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "Munka-k³d alkalmazĦsa a letĥltİshez" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Adjon meg şj munka-k³dot" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "Az şj munka-k³d nem alkalmazhat³ semmilyen fİnykİpen vagy vide³n." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "Az şj munka-k³dot nem kell alkalmazni a %s -ra." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, 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/jobcodepanel.py:97 msgid "New Job Code" msgstr "šj munka-k³d" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&Munka-k³d:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&Emlİkezzen erre a vĦlasztĦsra" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 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/jobcodepanel.py:197 msgid "Last Used" msgstr "UtoljĦra hasznĦlt" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Munka-k³d rendezİs:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "NĥvekvĊ‘" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "CsĥkkenĊ‘" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&šj..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Alkalmaz" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&EltĦvol­t" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Mindent eltĦvol­t" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "–sszes munka-k³d eltĦvol­tĦsa?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "–sszes munka-k³d eltĦvol­tĦsa" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Munka-k³d" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Az şj egyİni elĊ‘beĦll­tĦsok mentİse ..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "–sszes egyİni elĊ‘beĦll­tĦs eltĦvol­tĦsa ..." #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(šj egyİni beĦll­tĦs)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (edited)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Egyİni beĦll­tĦsok friss­tİse \"%s\"" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Mentse az şj egyİni beĦll­tĦsokat - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "ElĊ‘re beĦll­tott nİv:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "Fİnykİp alkĥnyvtĦr generĦci³s szerkesztĊ‘" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "Vide³ alkĥnyvtĦr generĦci³s szerkesztĊ‘" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Fİnykİp Ħtnevezİs szerkesztĊ‘" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Vide³ Ħtnevezİs szerkesztĊ‘" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "A karakter %(separator)s şj almappĦt Ħll­t elĊ‘." #: ../raphodo/nameeditor.py:893 #, 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/nameeditor.py:901 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/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "ElĊ‘beĦll­tĦs:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Online seg­tsİg kİrİse ..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "BeszşrĦs" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "ElĊ‘beĦll­tĦs mentİse - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "šj egyİni beĦll­tĦs mentİse" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "šj verzi³ ellenĊ‘rzİse ..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "–n a legşjabb verzi³t futtatja." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Nem sikerĵlt kapcsolatba lİpni a friss­tİst tartalmaz³ szerverrel." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "A Rapid Photo Downloader (%s) şj verzi³ja elİrhetĊ‘." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Szeretnİ letĥlteni az şj verzi³t?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" "Az şj verzi³ban tĥrtİnt vĦltozĦsok megtekinthetĊ‘k: itt ." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&KiadĦs kihagyĦsa" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&Letĥltİsi oldal megnyitĦsa" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "A Rapid Photo Downloader friss­tİsei" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "Letĥltve: %(downloaded)s / –sszes: %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Letĥltİs ..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "BeĦll­tĦsok" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "Nyelv" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "AutomatizĦlĦs" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Bİlyegkİpek" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Hibakezelİs" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Figyelmeztetİsek" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "MegerĊ‘s­tİs" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Egyebek" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Eszkĥzkeresİs" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Csak kĵlsĊ‘ eszkĥzĥket vizsgĦljon" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Csak speciĦlis mappĦkat vizsgĦljon az eszkĥzĥn" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "MappĦk keresİse:" #: ../raphodo/preferencedialog.py:171 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/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "HozzĦadĦs ..." #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "EltĦvol­t" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 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/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Megjegyzett eszkĥzĥk" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "MellĊ‘zĥtt elİrİsi şt" #: ../raphodo/preferencedialog.py:223 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/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 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." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" "HasznĦljon python st­lusş szabĦlyos kifejezİseket " #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 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/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* A program şjraind­tĦsakor İrvİnyesĵl" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Program automatizĦlĦs" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "A letĥltİs megkezdİse a program ind­tĦsakor" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Azonnali letĥltİs a kİszĵlİk csatlakoztatĦsĦt kĥvetĊ‘en" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "A letĥltİs befejeztİvel tĦvol­tsa el a forrĦs eszkĥzt" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Kilİpİs a programb³l a letĥltİs vİgeztİvel" #: ../raphodo/preferencedialog.py:324 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/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Bİlyegkİp generĦci³" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Bİlyegkİpek lİtrehozĦsa" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Bİlyegkİpek lİtrehozĦsa a fĊ‘ programablakban" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Bİlyegkİpek gyors­t³tĦr" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Rendszerbİlyegkİpek lİtrehozĦsa" #: ../raphodo/preferencedialog.py:366 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/preferencedialog.py:375 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/preferencedialog.py:376 msgid "CPU cores:" msgstr "CPU magok:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Bİlyegkİp gyors­t³tĦr" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "SzĦm­tĦs..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "napok" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "ĥrĥkkİ" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Gyors­t³tĦr mİret:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Bİlyegkİpek szĦma:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "AdatbĦzis mİrete:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "Gyors­t³tĦrnak nem elİrhetĊ‘ bİlyegkİpek:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Gyors­t³tĦr tiszt­tĦsa..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Gyors­tĦs optimalizĦlĦsa..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "A letĥltİs kihagyĦsa" #: ../raphodo/preferencedialog.py:468 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/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Egyedi azonos­t³ megadĦsa" #: ../raphodo/preferencedialog.py:472 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/preferencedialog.py:480 msgid "Overwrite" msgstr "Felĵl­rĦs" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "Felĵl­rja az elĊ‘zĊ‘leg mentett fĦjlt" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "KihagyĦs" #: ../raphodo/preferencedialog.py:484 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/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "Program figyelmeztetİsek" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Figyelmeztetİs megjelen­tİse, ha:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "A jelenleg nem megjelen­tett fĦjlok letĥltİse" #: ../raphodo/preferencedialog.py:535 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/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "A mentİsi cİlok hiĦnyoznak" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "A programkĥnyvtĦrak hiĦnyoznak vagy hibĦsak" #: ../raphodo/preferencedialog.py:541 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/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "A fĦjlrendszer metaadatait nem lehet beĦll­tani" #: ../raphodo/preferencedialog.py:545 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/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "Nem kezelt fĦjlok talĦlkozĦsa" #: ../raphodo/preferencedialog.py:549 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/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "Ne figyelmeztesse a nem kezelt fĦjlokat kiterjesztİssel:" #: ../raphodo/preferencedialog.py:558 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/preferencedialog.py:561 msgid "Add" msgstr "HozzĦad" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 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/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "Fİnykİp İs vide³ megerĊ‘s­tİs" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "ErĊ‘s­tse meg a fĦjlokat eszkĥzĥkĥn İs letĥltİseken" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "Az illeszkedĊ‘ RAW İs JPEG fĦjlok kezelİse:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Egy fİnykİp" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "Kİt fİnykİp" #: ../raphodo/preferencedialog.py:620 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/preferencedialog.py:625 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/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "MegfelelĊ‘ RAW İs JPEG kİpekkel:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "Ne jelĥlje meg a JPEG letĥltİst" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "Ne jelĥlje meg a RAW letĥltİst" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Jelĥlje meg mind a letĥltİshez" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 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/preferencedialog.py:661 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/preferencedialog.py:667 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/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "A befejezett letĥltİsek tĥrlİse" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Folytassa a befejezett letĥltİsek megjelen­tİsİt" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Kİrje, mit tegyen" #: ../raphodo/preferencedialog.py:685 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/preferencedialog.py:690 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/preferencedialog.py:694 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/preferencedialog.py:739 msgid "Version Check" msgstr "Verzi³ellenĊ‘rzİs" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "EllenĊ‘rizze az şj verzi³t ind­tĦskor" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "A program minden egyes ind­tĦsakor ellenĊ‘rizze a program şj verzi³jĦt." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Fejlesztİsi kiadĦsokat is tartalmaz" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "Alfa-, bİta- İs mĦs fejlesztİsi kiadĦsokat is tartalmazhat a program şj " "verzi³jĦnak ellenĊ‘rzİsİhez.\n" "\n" "Ha jelenleg fejlesztİsi verzi³t futtat, az ellenĊ‘rzİs mindig megtĥrtİnik." #: ../raphodo/preferencedialog.py:762 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/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "VisszaĦll­tja az alapİrtelmezett %s preferenciaİrtİkeket" #: ../raphodo/preferencedialog.py:1292 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/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Tĥrĥlje a bİlyegkİp gyors­t³ fĦjlt" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "A bİlyegkİp gyors­t³tĦr optimalizĦlĦsa" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Mappa megadĦsa keresİshez" #: ../raphodo/preferencedialog.py:1577 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/preferencedialog.py:1578 msgid "Folder:" msgstr "Mappa:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Adja meg a mellĊ‘zni k­vĦnt elİrİsi ştvonalat" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "štvonal:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Adja meg a fĦjl kiterjesztİsİt" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Adjon meg egy fĦjlkiterjesztİst (a vezetĊ‘ pont nİlkĵl)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Kiterjesztİs:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "‰rvİnytelen fĦjlkiterjesztİs" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "EskĵvĊ‘" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "Szĵletİsnap" #: ../raphodo/preferences.py:644 #, 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/preferences.py:648 #, 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/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Hiba: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Hiba: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 hiba: %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "A(z) %s kĥnyvtĦr nem olvashat³" #: ../raphodo/problemnotification.py:150 #, 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:156 #, python-format msgid "Unable to read file %s" msgstr "A(z) %s fĦjl nem olvashat³" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "A(z) %s fĦjl nem ­rhat³" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "A(z) %s fĦjl nem mozgathat³" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "A(z) %s fĦjl nem eltĦvol­that³" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "A(z) %s fĦjl nem mĦsolhat³" #: ../raphodo/problemnotification.py:186 #, 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:192 #, 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:198 #, 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:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s mĦr lİtezik." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, 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:323 #, 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:343 #, 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:358 #, 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:379 #, 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:395 #, 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:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "A(z) %s fĦjlnİv vİgleges­tİse nem sikerĵlt" #. Translators: %(variable)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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "A(z) %(type)s metaadat hiĦnyzik." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "A kĥvetkezĊ‘ metaadatok hiĦnyoznak: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "A dĦtum/idĊ‘ konverzi³ sikertelen: %s." #: ../raphodo/problemnotification.py:529 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:535 msgid "Filename does not have an extension." msgstr "A fĦjlnİvnek nincs kiterjesztİse." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "A fĦjlnİvnek nincs szĦm rİsze." #: ../raphodo/problemnotification.py:542 #, 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:559 #, 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:573 #, 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:591 #, 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:607 #, 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:619 #, 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:670 #, python-format msgid "Problems scanning %s" msgstr "ProblİmĦk szkennelİse %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "ProblİmĦk mĦsolĦsa %s-r³l" #: ../raphodo/problemnotification.py:684 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:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)d “" #: ../raphodo/proximity.py:1839 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:1844 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:1847 msgid "Timeline build pending..." msgstr "A fĵggĊ‘ben lİvĊ‘ idĊ‘vonal lİtrehozĦsa ..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "Az idĊ‘vonal İpĵl ..." #: ../raphodo/proximity.py:1850 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:1931 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:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "Problİma az ExifTool-tal" #: ../raphodo/rapid.py:1205 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 kĥnyvtĦr libmediainfo hiĦnyzik

    A Rapid " "Photo Downloader a libmediainfo hasznĦlatĦval kapja meg a dĦtumot İs az " "idĊ‘t. A program fut e nİlkĵl is, de a telep­tİs ajĦnlott." #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "Problİma a libmediainfo-val" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "Sikertelen letĥltİs" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "SajnĦljuk, a Rapid Photo Downloader şj verzi³jĦnak letĥltİse nem sikerĵlt." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Az şj verzi³ sikeresen letĥltĥtt. Szeretnİ bezĦrni a Rapid Photo Downloader " "programot, İs telep­teni?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "A Rapid Photo Downloader friss­tİse" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Telep­tİs" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "šj verzi³ mentve" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "A tar fĦjl İs a telep­tĊ‘ szkript a kĥvetkezĊ‘ helyre kerĵl:\n" "\n" "%s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "Friss­tİs sikertelen" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "SajnĦljuk, a Rapid Photo Downloader friss­tİse sikertelen volt, mert hiba " "tĥrtİnt a telep­tĊ‘ megnyitĦsakor." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Letĥltİs" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "&Friss­tİs..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&PreferenciĦk" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&Kilİpİs" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "&Hibaĵzenetek" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "A befejezett letĥltİsek tĥrlİse" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "Sşg³ online ..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&A nap tippje..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Problİma jelentİse..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Adakozzon..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Ezen alkalmazĦs ford­tĦsaâ€Ĥ" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&Nİvjegy." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Friss­tİsek keresİse..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "IdĊ‘vonal" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Letĥltİsi cİl" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "tnevezİs" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "BiztonsĦgi mentİs" #. Devices Header and View #: ../raphodo/rapid.py:2112 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" #. This Computer Header and View #: ../raphodo/rapid.py:2129 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:2131 msgid "This Computer" msgstr "Ez a szĦm­t³gİp" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "VĦlasszon ki egy forrĦs mappĦt" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Tervezett tĦrolĦsi hasznĦlat" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "VĦlasszon ki egy cİlmappĦt" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Minden" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "šj" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Mutat:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "M³dos­tĦsi idĊ‘" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "EllenĊ‘rzĥtt Ħllapot" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "FĦjlt­pus" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Eszkĥz" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Fajta:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "Letĥltİs %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Letĥltİs folytatĦsa" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "MegĦll­tĦs" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

    \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

    \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" "Jelentse a problİmĦt a {website} oldalon.
    \n" " Helyezze a hibajelentİsbe a program napl³fĦjljait. A " "hibajelentİsnek tartalmaznia kell\n" " {log_file} , de a tĥbbi napl³fĦjl csatolĦsa gyakran " "hasznos.
    >\n" " Ha lehetsİges, kİrjĵk, csatolja a program konfigurĦci³s fĦjljĦt " "is\n" " {config_file} .
    >\n" " Kattintson a itt elemre a " "napl³kĥnyvtĦr megnyitĦsĦhoz İs\n" " itt a konfigurĦci³s kĥnyvtĦr " "megnyitĦsĦhoz\n" " " #: ../raphodo/rapid.py:2678 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:2795 #, 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:2865 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:2875 #, 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:2956 msgid "" "\n" "Downloading all files

    \n" "A download always includes all files that are checked 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?\n" " " 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?\n" " " #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "‰rvİnytelen letĥltİsi kĥnyvtĦr:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "Letĥltİs hiba" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "A letĥltİs nem folytathat³." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fİnykİpek" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "vide³k" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "fİnykİp" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "vide³" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Problİma a biztonsĦgi mentİssel" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s - %(time_left)s maradt (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Letĥltve: %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s : sikertelen letĥltİs" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "figyelmeztetİsek" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Minden letĥltİs befejezĊ‘dĥtt" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s letĥltİse sikertelen volt" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 hiba" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d hibĦk" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 figyelmeztetİs" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d figyelmeztetİs" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nincs letĥltĥtt fĦjl - %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Nincs letĥltĥtt fĦjl" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "A program beĦll­tĦsa nem j³" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Pr³bĦlja şjra" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&A kİszĵlİk figyelmen k­vĵl hagyĦsa" #: ../raphodo/rapid.py:4477 #, 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:4478 msgid "Unfortunately you cannot download from this device." msgstr "Sajnos nem lehet letĥlteni az eszkĥzrĊ‘l." #: ../raphodo/rapid.py:4482 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:4487 msgid "Device scan failed" msgstr "Az eszkĥz lekeresİse sikertelen" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "Befejezett letĥltİsek jelen" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "A(z) %s letĥltİs befejezĊ‘dĥtt." #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "Szeretnİ tĥrĥlni a befejezett letĥltİseket?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "Befejezett letĥltİsek jelen" #: ../raphodo/rapid.py:5015 #, 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:5017 msgid "Do you want to clear the completed download?" msgstr "Szeretnİ tĥrĥlni a befejezett letĥltİst?" #: ../raphodo/rapid.py:5098 #, 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:5349 #, 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:5352 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:5356 #, 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:5358 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:5663 #, 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:5666 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." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Bİlyegkİpek lİtrehozĦsa a kĥvetkezĊ‘hĥz: %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "A(z) %s beolvasĦsa" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s %(available files)s ellenĊ‘rzĥtt letĥltİs (%(hidden)s rejtett)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s %(available files)s ellenĊ‘rzĥtt a letĥltİsre" #: ../raphodo/rapid.py:5981 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:5985 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:5989 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:5993 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:5997 msgid "Turn on or off the the renaming of photos." msgstr "Kapcsolja be vagy ki az Ħtnevezİs kİpek." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "Kapcsolja be vagy ki a vide³k Ħtnevezİsİt." #: ../raphodo/rapid.py:6005 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:6009 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:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "EL‰R‰SI šT" #: ../raphodo/rapid.py:6013 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:6017 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:6021 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:6025 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:6029 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:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "MAPPA" #: ../raphodo/rapid.py:6034 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:6043 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:6052 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:6059 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:6065 #, 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:6071 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:6076 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:6082 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:6088 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:6092 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:6097 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:6104 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:6110 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:6115 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:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "Nincs korĦbbi programbeĦll­tĦs: kilİpİs." #: ../raphodo/rapid.py:6193 #, 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:6260 #, 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:6271 msgid "Program aborting." msgstr "A program megszak­tĦsa." #: ../raphodo/rapid.py:6314 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:6318 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:6330 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:6387 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:6547 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:6555 msgid "Thumbnail Cache has been reset." msgstr "A bİlyegkİp gyors­t³tĦr vissza lett Ħll­tva." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "Elfelejtettİk a megjegyzett fĦjlokat." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "&Ne kİrdezzen şjra errĊ‘l" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "&Ne figyelmeztessen şjra errĊ‘l" #: ../raphodo/rememberthisdialog.py:73 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:567 msgid "subfolder and filename" msgstr "alkĥnyvtĦr İs fĦjlnİv" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "fĦjlnİv" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "alkĥnyvtĦr" #: ../raphodo/renamepanel.py:296 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/renamepanel.py:297 msgid "Downloads today:" msgstr "Mai letĥltİsek:" #: ../raphodo/renamepanel.py:319 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/renamepanel.py:320 msgid "Stored number:" msgstr "TĦrolt szĦm:" #: ../raphodo/renamepanel.py:331 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/renamepanel.py:332 msgid "Day start:" msgstr "Nap kezdete:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "RAW + JPEG szinkronizĦlĦsa" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "SorszĦmok" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Az inkompatibilis karakterek kihagyĦsa" #: ../raphodo/renamepanel.py:367 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/renamepanel.py:371 msgid "Compatibility" msgstr "KompatibilitĦs" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Fot³ Ħtnevezİse" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Vide³ Ħtnevezİse" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "tnevezİsi beĦll­tĦsok" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fİnykİpek İs vide³k" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "egy vide³" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 vide³" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "egy fİnykİp" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Fİnykİp" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Vide³" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "A fĦjlrendszer gyĥkere" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Kİpek" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Felvett %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Mem³riakĦrtyĦk: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "Mem³riakĦrtya: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "Letĥltve, mint:" #: ../raphodo/thumbnaildisplay.py:558 #, 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:567 #, 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:1900 msgid "Copy Path" msgstr "MĦsolĦs elİrİsi şt" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "A fĦjl megjelĥlİse letĥltİsre" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "A fĦjlok megjelĥlİse letĥltİsre" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s İs %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "egy" #: ../raphodo/utilities.py:516 msgid "two" msgstr "kettĊ‘" #: ../raphodo/utilities.py:517 msgid "three" msgstr "hĦrom" #: ../raphodo/utilities.py:518 msgid "four" msgstr "nİgy" #: ../raphodo/utilities.py:519 msgid "five" msgstr "ĥt" #: ../raphodo/utilities.py:520 msgid "six" msgstr "hat" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "hİt" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "nyolc" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "kilenc" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "t­z" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "tizenegy" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "tizenkettĊ‘" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "tizenhĦrom" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "tizennİgy" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "tizenĥt" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "tizenhat" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "tizenhİt" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "tizennyolc" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "tizenkilenc" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "hşsz" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&OK" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Mentİs" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Sug³" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Alapİrtİkek visszaĦll­tĦsa" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Igen" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Nem" #: ../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 (%(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: " rapid-photo-downloader-0.9.23a1/po/id.po0000644000175000017500000037143313645661365020233 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\n" "PO-Revision-Date: 2020-03-09 14:53-0400\n" "Last-Translator: Abdul Munif Hanafi \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2020-01-12 22:16+0000\n" "X-Generator: Poedit 2.2.4\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Perintah gagal" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

    \n" "

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

    \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
      \n" "
    1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
    2. \n" "
    3. Checked State: whether the file is marked for download.
    4. \n" "
    5. Filename: the full filename, including extension.
    6. \n" "
    7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
    8. \n" "
    9. File Type: photo or video.
    10. \n" "
    11. Device: name of the device the photos and videos are being " "downloaded from.
    12. \n" "
    " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
      \n" "
    1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
    2. \n" "
    3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
    4. \n" "
    \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
      \n" "
    1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
    2. \n" "
    3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
    4. \n" "
    \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
      \n" "
    1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
    2. \n" "
    3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
    4. \n" "
    5. Text which you want to appear every time, such as a hyphen or a " "space.
    6. \n" "
    \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

    \n" "

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

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

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

    \n" "

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

    \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
      \n" "
    1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
    2. \n" "
    3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
    4. \n" "
    5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
    6. \n" "
    \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

    \n" " Please report the problem at {website}." "

    \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

    \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

    \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Teks" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nama Berkas" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Urutan" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Tanggal gambar" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Tanggal video" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Hari ini" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "Nama" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Ekstensi" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Jumlah gambar" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniatur gambar" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Unduh" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Perangkat" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Jeda" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

    \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

    \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

    \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Folder unduh ini tidak valid:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

    On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "foto dan video" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

    Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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" #~ 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" #~ 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:" #~ msgid "and %s" #~ msgstr "dan %s" rapid-photo-downloader-0.9.23a1/po/it.po0000644000175000017500000053446013645661365020254 0ustar damondamon00000000000000# 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. # msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-16 01:31+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: 2020-04-05 19:20+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: it\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Per continuare, innanzitutto installare il pacchetto python3 setuptools " "usando il vostro gestore di pacchetti." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Installatore di Rapid Photo Downloader" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Scarica e installa l'ultima versione di Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Installatore non trovato:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Installatore non in formato tar.gz:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} verr  aggiornato dalla versione {} alla versione {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Proprietario non corretto per la cartella. Cambiarne il proprietario e " "ripristinare i permessi per {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "Sar  eseguito il seguente comando:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "sudo potr  chiedervi la password di sudo." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Vuoi eseguire ora il comando?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "La risposta non ¨ SĴ, uscire." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Comando fallito" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Uscita" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Il repository dell'Universo deve essere abilitato." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "Deve essere abilitato il repository della IUS Community." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Il repository dell'EPEL deve essere abilitato." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Il repository dell'RPM Fusion Free deve essere abilitato." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Vuoi disinstallare la precedente versione di Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Il sistema dei pacchetti ¨ in interrogazione per verificare se ¨ installata " "una versione di Rapid Photo Downloader piı vecchia (pu² essere necessario un " "po' di tempo)..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Disinstallazione del pacchetto di sistema" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Impossibile interrogare il sistema dei pacchetti. Verificare la connessione " "a Internet e riprovare." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Verifica se una precedente versione ¨ installata con pip..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "Il seguente pacchetto ¨ sconosciuto sul vostro sistema: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Per continuare, sono richiesti alcuni pacchetti per eseguire l'applicazione " "che sar  installata." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Sono in interrogazione i pacchetti installati e disponibili (pu² richiedere " "un po' di tempo)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Zypper in interrogazione per verificare se i pacchetti richiesti sono gi  " "installati (pu² richiedere un po' di tempo)... " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "yum in interrogazione per verificare se i pacchetti richiesti sono gi  " "installati (pu² richiedere un po' di tempo)... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Durante lo scaricamento dell'ultima versione, installare la versione di " "sviluppo se ¨ piı recente della versione stabile." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Disinstallare Rapid Photo Downloader installato con pip, conservando le sue " "dipendenze." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Disinstallare le dipendenze installate da pip durante l'installazione di " "Rapid Photo Downloader, quindi Rapid Photo Downloader stesso, infine uscire." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Nota: questo non disinstaller  alcuna versione di Rapid Photo Downloader " "installata dal gestore pacchetti della vostra distribuzione Linux." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "Le dipendenze saranno rimosse solo se non richieste da alcun altro programma." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Nota: questa opzione rimuover  le dipendenze indipendentemente dal fatto che " "siano richieste da altri programmi installati da pip. Aggiornare a pip 9.0 o " "superiore se volete evitare questo comportamento. Potete far questo con il " "comando 'python3 -m pip install pip -U --user'. Si noti che non sar  " "disinstallata qualsiasi altra versione di Rapid Photo Downloader installata " "dal vostro gestore pacchetti." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Installa nel corrente ambiente virtuale di Python (Gli ambienti virtuali " "creati con l'opzione --system-site-packages non sono supportati)." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" "Si ¨ verificato un errore nella creazione della sottocartella di download." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "Codice d'errore {} accedendo al file versioni" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Spiacente, ¨ impossibile trovare l'installatore. Verificare la connessione a " "Internet e verificare se https://www.damonlynch.net ¨ raggiungibile\n" "\n" "In uscita.\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "Ricevuto codice di errore" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "Installazione dell'applicazione fallita: uscita." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Installazione dell'applicazione fallita: uscita..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Requisiti dell'applicazione in installazione..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "Applicazione in installazione..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Volete installare le pagine di documentazione dell'applicazione?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Questi saranno installati in {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Se disinstallate l'applicazione, rimuovete voi stessi questa documentazione." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Volete installare la documentazione?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "La documentazione si pu² trovare in {}/share/man/man1" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Documentazione in installazione in {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" "Fallita la creazione della cartella per la documentazione: in uscita." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Fallita la copia della documentazione." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo Downloader pu² essere avviato senza l'attivazione dell'ambiente " "virtuale eseguendo {}/bin/rapid-photo-downloader" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Potrebbe essere richiesto il riavvio del computer per permettere " "l'esecuzione del programma da linea di comando o attraverso l'icona di avvio " "dell'applicazione." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Se accade un errore di segmentazione durante l'uscita potete ignorarlo...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "Per disinstallare la versione di Rapid Photo Downloader installata con pip ¨ " "necessario lo strumento python3 pip.\n" "Impossibile continuare. In uscita." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Non eseguire questo installatore come utente sudo / root.\n" "Eseguirlo utilizzando l'utente che eseguir  il programma.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Volete installare Rapid Photo Downloader nel corrente ambiente virtuale?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "Spiacente, l'installazione di Rapid Photo Downloader nell'ambiente virtuale " "Python richiede Python 3.5 o piı recente su una piattaforma Intel od AMD 64 " "bit." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Per installare Rapid Photo Downloader in un ambiente virtuale Python, creare " "e attivare l'ambiente virtuale prima di avviare lo script." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "Utilizzare l'ambiente virtuale per l'installazione con pip." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "Non includere altri argomenti da linea di comando" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Spiacente, questo installatore non supporta una installazione python " "personalizzata.\n" "In chiusura..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Riavviare lo script utilizzando system python..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Rilevata la distribuzione Linux {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "In chiusura..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Per continuare deve essere installato il pacchetto python3-apt." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Installare i seguenti pacchetti usando il gestore standard di pacchetti " "della vostra distribuzione Linux, quindi rieseguire l'installatore:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Per avviare questo programma, programmi di assistenza a Python 3 ed il suo " "gestore di pacchetti devono essere installati." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Phyton requests in installazione" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Aggiorna Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Annulla" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "A&ggiorna" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Clicca il pulsante Aggiorna per aggiornare alla versione %s." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Clicca il pulsante Aggiorna per iniziare l'aggiornamento." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Chiudi" #: ../upgrade.py:599 msgid "&Run" msgstr "&Esegui" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" "Chiudi Rapid Photo Downloader prima di effettuare questo aggiornamento." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Aggiornamento in esecuzione..." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Aggiornato con successo al %s. Clicca Chiudi per uscire oppure Esegui per " "eseguire il programma." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Aggiornamento concluso con successo. Clicca Chiudi per uscire oppure Esegui " "per eseguire il programma." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Aggiornamento fallito, Clicca Chiudi per uscire." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "%s in aggiornamento..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Premere un tasto qualsiasi per continuare..." #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Aggiornamento di Rapid Photo Downloader fallito" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Il pacchetto python %s non pu² essere aggiornato. L'aggiornamento non pu² " "continuare." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Riconoscimenti" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Nessun backup configurato" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Non ¨ stato rilevato alcun dispositivo di backup" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Nessuna posizione valida per i backup ¨ stata specificata" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Effettua il backup delle foto e dei video durante il download" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Rileva automaticamente i dispositivi di backup" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Nome cartella foto:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Nome cartella video:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Esempio:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Posizione del salvataggio delle fotografie:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Posizione del salvataggio dei video:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "unit 2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Utilizzo previsto dei backup" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Opzioni backup" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "audio" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s 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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s video" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Utilizzati" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Eccesso" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s liberi su %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Foto" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Video" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Spazio in uso previsto dopo lo scaricamento" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Personalizzato..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Configura la creazione delle sottocartelle per le foto" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Configura la creazione delle sottocartelle per i video" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Altro" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Test dispositivo..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ignora temporaneamente il dispositivo" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Ignora permanentemente il dispositivo" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Analizza di nuovo" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s pieno" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Camere" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s dispositivi" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " Nel caso un qualunque problema, un'icona rossa apparir  in fondo " "alla pagina\n" "per indicare il numero corrente dei resoconti d'errore. Cliccando su di essa " "la \n" "pagina dei resoconti d'errore verr  aperta.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " La finestra dei resoconti d'errore elenca ogni problema " "incontrato in precedenza, durante o dopo\n" "lo scaricamento. Un triangolo arancione rappresenta un avvertimento, un " "cerchio rosso indica un malfunzionamento,\n" "e un cerchio nero indica un malfunzionamento grave. Puoi cliccare sui " "collegamenti per\n" "aprire i relativi file e dispositivi in un file manager. Puoi anche cercare " "tra i resoconti utilizzando\n" "la casella di ricerca in basso a sinistra nella finestra dei resoconti " "d'errore.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

    \n" "

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

    \n" " " msgstr "" "\n" "

    Nell'illustrazione soprastante, la prima linea della Timeline ¨ nera " "perchİ tutti i file\n" "di quella data sono stati scaricati in precedenza.

    \n" "

    Il cursore scorrevole della Timeline permette di regolare il tempo " "trascorso tra gli scatti consecutivi necessario alla costruzione \n" "della Timeline:

    \n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
      \n" "
    1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
    2. \n" "
    3. Checked State: whether the file is marked for download.
    4. \n" "
    5. Filename: the full filename, including extension.
    6. \n" "
    7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
    8. \n" "
    9. File Type: photo or video.
    10. \n" "
    11. Device: name of the device the photos and videos are being " "downloaded from.
    12. \n" "
    " msgstr "" "\n" " Le anteprime possono essere ordinate per mezzo di una variet  di " "criteri:\n" "
      \n" "
    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. \n" "
    3. Stato del contrassegno: se il file ¨ contrassegnato per lo " "scaricamento.
    4. \n" "
    5. Nome del File: il nome completo del file, inclusa la sua " "estensione.
    6. \n" "
    7. Estensione: l'estensione del nome del file. Lo puoi usare per " "raggruppare immagini jpeg e raw, per esempio.
    8. \n" "
    9. Tipo del File: foto o video.
    10. \n" "
    11. Dispositivo: il nome del dispositivo dal quale le fotografie e i " "video vengono scaricati.
    12. \n" "
    " #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
      \n" "
    1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
    2. \n" "
    3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
    4. \n" "
    \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "ˆ possibile scaricare le fotografie e i video nella stessa cartella di " "destinazione, oppure cartelle di destinazione \n" "differenti possono essere specificate. Lo stesso vale per le sottocartelle " "di scaricamento per fotografie e\n" "video— ¨ possibile scaricare fotografie e video nella stessa " "sottocartella o utilizza uno schema differente \n" "per ciascun tipo. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
      \n" "
    1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
    2. \n" "
    3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
    4. \n" "
    \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
      \n" "
    1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
    2. \n" "
    3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
    4. \n" "
    5. Text which you want to appear every time, such as a hyphen or a " "space.
    6. \n" "
    \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "Utilizzando il menu a discesa, selezionare una preimpostazione o cliccare su " "Personalizzato per \n" "configurare il vostro schema. Create il vostro schema usando l'Editor di " "Generazione delle sottocartelle Foto o Video: \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "Leggete di piı sulle modalit  di creazione delle sottocartelle di " "scaricamento e riniomina dei file su online " "documentation.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "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.\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

    \n" "

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

    \n" " " msgstr "" #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "Il pannello Rinomina permette di configurare la rinomina dei file. " "Per rinominare i vostri file, \n" "potete scegliere fra le opzioni predefinite oppure crearne di vostra scelta. " " \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

    \n" "

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

    \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
      \n" "
    1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
    2. \n" "
    3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
    4. \n" "
    5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
    6. \n" "
    \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Suggerimento del giorno" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Lo sapete..?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Mostra suggerimenti all'avvio" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Successivo" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Precedente" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Alcuni secondi" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "Un secondo" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d secondi" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "un minuto" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minuti" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "Un'ora" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d ore" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "un giorno" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d giorni" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "un minuto e un secondo" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "un minuto e %d secondi" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuti e un secondo" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "un'ora e un minuto" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "un'ora e %d minuti" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d ore e un minuto" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "un giorno e un'oira" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "un giorno e %d ore" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d giorni e un'ora" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Cerca" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Report errori - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Cerca nei report" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Trova l'occorrenza precedente della frase" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Trova l'occorrenza successiva della frase" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "E&videnzia tutto" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Evidenzia tutte le occorrenze della frase" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&Maiuscole/minuscole" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Cerca &Maiuscole/minuscole" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "Parole &intere" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "Cerca solo parole intere" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Pulisci" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Frase non trovata" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Ricerca in corso..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problema in Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

    \n" " Please report the problem at {website}.

    \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

    \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

    \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "C'¨ stato un problema in Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "File system" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Altro..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (la posizione non esiste)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Data e ora" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Testo" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nome file" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Meta-dati" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Ordinamenti" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Codice lavoro" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Data dell'immagine" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Data del video" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Oggi" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nome" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Estensione" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Numero immagine" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Apertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Contatore dell'otturatore" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Numero file" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Solo la cartella" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Nome del proprietario" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Larghezza" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Altezza" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Lunghezza" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Fotogrammi per secondo" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "Copyright" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "minuscolo" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Una cifra" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Due cifre" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Tre cifre" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Quattro cifre" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Cinque cifre" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Sei cifre" #: ../raphodo/generatenameconfig.py:308 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:311 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:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "AAAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "AAMMGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMGGAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMGGAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "GGMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "GGMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 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:368 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:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Data (con trattini)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Data (con trattini bassi)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Data e Codice di Lavoro" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Data e Codice di Lavoro della sottocartella" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "YYYYMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Codice lavoro" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Nome originale del file" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "YYYYMMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "YYYYMMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Data-Ora e Codice di Lavoro" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Risoluzione" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Inserire un nuovo codice lavoro o selezionarne uno precedente" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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.." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Inserire un nuovo codice lavoro" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "Il nuovo Codice di Lavoro non sar  applicato ad alcun video o foto." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "Ultimo utilizzato" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Ascendente" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Discendente" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Nuovo..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Applica" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&Rimuovi" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Rimuovi tutto" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Codici Lavoro" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Chiedi aiuto online..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Inserisci" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "E' in uso la versione piı aggiornata." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "E' disponibile una vnuova versione di Rapid Photo Downloader (%s)" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Volete scaricare la nuova versione?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&Saltare questa versione" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Preferenze" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automazione" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniature" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Gestione degli errori" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Avvisi" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "Consolidamento" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Varie" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Sc ansiona solo specifiche cartelle sui dispositivi" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Cartelle da scansionare:" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Aggiungi..." #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Rimuovi" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Dispositivi memorizzati" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Percorsi Ignorati" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Inizia il download all'avvio del programma" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Inizia il download quando il dispositivo viene inserito" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Smonta (scollega) il dispositivo al completamento dello scaricamento" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Esce dal programma quando il download ¨ completo" #: ../raphodo/preferencedialog.py:324 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/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Generazione delle minature" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Gednera miniature" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Genera le miniature di sistema" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Cache delle miniature" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Calcolo in corso..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "giorni" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "per sempre" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Dimensione della cache:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Dimensione del database:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Salta il download" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Aggiunta di un identificatore univoco" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Sovrascrivi" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Salta" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Mostra un avviso quando:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "Controllare la presenza di nuove versioni all'avvio" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Includi versioni di sviluppo" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Inserire un persorco da ignorare" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Percorso:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Le preferenze della sotto-cartella non dovrebbero iniziare con un %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" "Le preferenze della sotto-cartella non dovrebbero terminare con un %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "Il %(type)s metadata ¨ mancante." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "Il nome del file non ha un'estensione." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Il nome del file non ha una componente numerica." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Scarica" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Traduci questa applicazione..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Sospendi" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

    \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

    \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

    \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "La seguente cartella da scaricare non ¨ valida:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "foto" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "video" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Problema nel backup" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Scaricati %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Impossibile scaricare %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "avvisi" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Scaricamenti completati" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "impossibile scaricare %(filetype)s" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Le preferenze del programma non sono valide" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

    On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Tutte le impostazioni e preferenze sono state reimpostate." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Cache delle miniature." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "sottocartella e nome del file" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nome del file" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "sotto-cartella" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Downloads oggi:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Numero memorizzato:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "Giorno iniziale:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Elimina caratteri incompatibili" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Rinomina foto" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Rinomina video" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Opzioni di rinomina" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "foto e video" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s su %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Immagini" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Schede di memoria: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "Scaricato come:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

    Scaricamenti precedenti:
    %(filename)s
    %(path)s
    %(date)s" #: ../raphodo/thumbnaildisplay.py:567 #, python-format msgid "

    Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Copia percorso" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s e %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "uno" #: ../raphodo/utilities.py:516 msgid "two" msgstr "due" #: ../raphodo/utilities.py:517 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:518 msgid "four" msgstr "quattro" #: ../raphodo/utilities.py:519 msgid "five" msgstr "cinque" #: ../raphodo/utilities.py:520 msgid "six" msgstr "sei" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "sette" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "otto" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "nove" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "dieci" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "undici" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "dodici" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "tredici" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "quattordici" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "quindici" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "sedici" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "diciassette" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "diciotto" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "diciannove" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "venti" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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: " rapid-photo-downloader-0.9.23a1/po/ja.po0000644000175000017500000070022613645661365020225 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-25 16:35+0000\n" "Last-Translator: Koji \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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: ja\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "ċ…ˆĞ進‚€ĞŻïĵŒŠä½ż„‚·‚ıƒ†ƒ ƒ‘ƒƒ‚ħƒĵ‚¸ƒžƒƒĵ‚¸ƒ£‚’ä½ż£ĤïĵŒpython3ƒ‘ƒƒ‚ħƒĵ‚¸setuptools‚’šċ°Žċ…—Ĥ •„ïĵŽ" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ƒğ‚¤ƒ³‚ıƒˆƒĵƒİ" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ĉœ€ĉ–°ç‰ˆ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—Ĥċ°Žċ…—™ïĵŽ" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" "‚½ƒ•ƒˆ‚Ĥ‚§‚˘ƒŞƒ‚¸ƒˆƒŞRPM Fusion " "FreeŒ‚·‚ıƒ†ƒ Ğèż½ċŠ •‚Œ—Ÿïĵށ“‚ŒĞ‚ˆ‚ŠïĵŒ(1)•‚‰Ğċ¤šċ‹•ç”ğċ½˘ċĵĞċ݁—ĤïĵŒ‚µƒ ƒ‚¤ƒĞ‚’生ĉˆ™‚‹“¨ŒċŻèƒ½ĞŞ‚ŠïĵŒ(2) HEIC / " "HEIFç”ğċƒċ½˘ċĵ‚µƒƒĵƒˆŒċŻèƒ½¨Ş‚Ё—ŸïĵŽ" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "‚¤ƒ³‚ıƒˆƒĵƒİŒèĤ‹¤‹‚Ё›‚“ïĵš" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "‚¤ƒ³‚ıƒˆƒĵƒİŒtar.gzċ½˘ċĵĞŞ£Ĥ„›‚“ïĵš" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "ĉŒ‡ċš•‚ŒŸPyQt5ƒƒĵ‚¸ƒ§ƒ³Œċ­˜ċœ¨—›‚“ïĵŽĉœ‰ċŠıŞƒƒĵ‚¸ƒ§ƒ³Ż{}§™ïĵŽ" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{}Żƒƒĵ‚¸ƒ§ƒ³{}‹‚‰{}Ğ‚˘ƒƒƒ—‚°ƒĴƒĵƒ‰•‚Œ™" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "ĉĴĦ‚³ƒžƒ³ƒ‰ŒċŸèĦŒ•‚Œ™ïĵš" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "sudoŒsudoƒ‘‚ıƒŻƒĵƒ‰‚’ċ°‹­‚‹‹‚‚—‚Œ›‚“ïĵŽ" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "“‚³ƒžƒ³ƒ‰‚’„ċŸèĦŒ—™‹ïĵŸ" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "ċ›žç­”Œ€ŒŻ„€§Ż‚‚Ё›‚“§—Ÿ§çµ‚了—™ïĵŽ" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "‚³ƒžƒ³ƒ‰ċ¤ħĉ•—" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "終了—™" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "UniverseƒŞƒ‚¸ƒˆƒŞ‚’ĉœ‰ċŠıĞ—ŞĤŻŞ‚Ё›‚“ïĵŽ" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "IUS‚³ƒŸƒƒ‹ƒ†‚£ƒŞƒ‚¸ƒˆƒŞ‚’ĉœ‰ċŠıĞ™‚‹ċż…èĤŒ‚‚Ё™ïĵŽ" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "EPELƒŞƒ‚¸ƒˆƒŞ‚’ĉœ‰ċŠıĞ—ŞĤŻŞ‚Ё›‚“ïĵŽ" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "RPM Fusion FreeƒŞƒ‚¸ƒˆƒŞ‚’ĉœ‰ċŠıĞ—ŞĤŻŞ‚Ё›‚“ïĵŽ" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "ĉ—§ç‰ˆéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€Œċ°Žċ…ĉ¸ˆż‹ƒ‘ƒƒ‚ħƒĵ‚¸‚·‚ıƒ†ƒ Ğċ•„ċˆ‚›Ĥ„™ïĵˆ“‚ŒĞŻĉ™‚é–“‚’èĤ™‚‹“¨Œ‚‚Ё™ïĵ‰â€Ĥ" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "‚·‚ıƒ†ƒ ƒ‘ƒƒ‚ħƒĵ‚¸‚’‚˘ƒ³‚¤ƒ³‚ıƒˆƒĵƒĞ—Ĥ„™" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "ĉ—§ç‰ˆŒċ°Žċ…ĉ¸ˆż‹pip§ç˘şèލ—Ĥ„™â€Ĥ" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "ĉĴĦƒ‘ƒƒ‚ħƒĵ‚¸Ż‚·‚ıƒ†ƒ ä¸Š§ĉ—˘çŸ§Ż‚‚Ё›‚“ïĵš{}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "çĥš‘‚‹¨ïĵŒ‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³‚’ċŸèĦŒ™‚‹Ğċż…èĤŞƒ‘ƒƒ‚ħƒĵ‚¸Œċ°Žċ…•‚Œ™ïĵŽ" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "ċ°Žċ…ĉ¸ˆż§ċˆİ用§‚‹ƒ‘ƒƒ‚ħƒĵ‚¸‚’ċ•„ċˆ‚›Ĥ„™ïĵˆ“‚ŒĞŻĉ™‚é–“‚’èĤ™‚‹“¨Œ‚‚Ё™ïĵ‰" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "ċż…èĤŞƒ‘ƒƒ‚ħƒĵ‚¸Œċ°Žċ…ĉ¸ˆż‹zypperĞċ•„ċˆ‚›Ĥ„™ïĵˆ“‚ŒĞŻĉ™‚é–“‚’èĤ™‚‹“¨Œ‚‚Ё™ïĵ‰â€Ĥ " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "ċż…èĤ¨Ş‚‹ƒ‘ƒƒ‚ħƒĵ‚¸Œ™§Ğċ°Žċ…ĉ¸ˆż‹İ†‹yumĞċ•„ċˆ‚›Ĥ„™ïĵˆĉ™‚é–“‹‹‚‹ċ ´ċˆŒ‚‚Ё™ïĵ‰â€Ĥ " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "ċ„ĉµéšŽ§ĉ“ä½œç˘şèލ‚’ĉħ‚‚‚‹" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "ĉœ€ĉ–°ç‰ˆ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹éš›ïĵŒé–‹ç™şç‰ˆŒċ‰ċšç‰ˆ‚ˆ‚Š‚‚ĉ–°—‘‚Œ°ïĵŒĦ‚‰‚’‚¤ƒ³‚ıƒˆƒĵƒĞ™‚‹" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "‚ރ—‚·ƒ§ƒ³éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚¤ƒ³‚ıƒˆƒĵƒİtar.gz版‚˘ƒĵ‚Ğ‚¤ƒ–ïĵށ“‚Œ‚’ĉŒ‡ċš—Ş„ċ ´ċˆŻïĵŒĉœ€ĉ–°ç‰ˆŒ‚¤ƒ³‚żƒĵƒƒƒƒˆ‹‚‰ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚Œ™ïĵŽ" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚¤ƒ³‚ıƒˆƒĵƒİtar.gz版‚˘ƒĵ‚Ğ‚¤ƒ–ŒïĵŒ“ƒƒĵ‚¸ƒ§ƒ³ïĵˆ{}ïĵ‰‚ˆ‚Š‚‚ĉ–°—„¨§‚‚ïĵŒ‚˘ƒĵ‚Ğ‚¤ƒ–ċ†…‚¤ƒ³‚ıƒˆƒĵƒİŻċŸèĦŒ—Ş„ïĵŽĉ—˘ċšċ€¤" "§ŻïĵŒĉ–°—„ĉ–ı‚¤ƒ³‚ıƒˆƒĵƒİ‚’ċŸèĦŒ—™ïĵŽ" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "pip§‚¤ƒ³‚ıƒˆƒĵƒĞ—ŸéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚’ïĵŒäċ­˜ƒ—ƒ­‚°ƒİƒ ŻäżĉŒ—ŸïĵŒ‚˘ƒ³‚¤ƒ³‚ıƒˆƒĵƒĞ—™ïĵŽ" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚’pip§‚¤ƒ³‚ıƒˆƒĵƒĞ中Ğ‚¤ƒ³‚ıƒˆƒĵƒĞ—Ÿäċ­˜ƒ—ƒ­‚°ƒİƒ ‚’‚˘ƒ³‚¤ƒ³‚ıƒˆƒĵƒĞ—ïĵŒéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€è‡ŞèşĞ‚‚‚˘ƒ³‚¤ƒ³‚ıƒˆƒĵƒĞ—ĤïĵŒçµ‚了—" "™ïĵŽ" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "€è¨ğ€‘“ĉ“ä½œ§ŻïĵŒLinux頒ċ¸ƒç‰ˆƒ‘ƒƒ‚ħƒĵ‚¸ƒžƒƒĵ‚¸ƒ£Œ‚¤ƒ³‚ıƒˆƒĵƒĞ—ŸéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ŻïĵŒ‚˘ƒ³‚¤ƒ³‚ıƒˆƒĵƒĞ•‚Œ›‚“ïĵŽ" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "äċ­˜ƒ—ƒ­‚°ƒİƒ ŻïĵŒä𖁃—ƒ­‚°ƒİƒ Ğ‚ˆ£Ĥċż…èĤ¨•‚ŒĤ„Ş„ċ ´ċˆĞżċ‰Šé™¤•‚Œ™ïĵŽ" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "€è¨ğ€‘“‚ރ—‚·ƒ§ƒ³ŻïĵŒpipŒ‚¤ƒ³‚ıƒˆƒĵƒĞ—Ÿä𖁃—ƒ­‚°ƒİƒ Ğċż…èĤ¨•‚ŒĤ„‚‹‹ċĤ‹Ğ関‚‚‰šïĵŒäċ­˜ƒ—ƒ­‚°ƒİƒ ‚’ċ‰Šé™¤—™ïĵށ“ĉŒ™ċ‹•‚’ċ›žéż—Ÿ„ċ ´ċˆĞŻ" "ïĵŒpip 9.0äğ上Ğ‚˘ƒƒƒ—‚°ƒĴƒĵƒ‰—Ĥ •„ïĵŽ‚³ƒžƒ³ƒ‰€Œpython3 -m pip install pip -U --" "user€§‚˘ƒƒƒ—‚°ƒĴƒĵƒ‰§™ïĵށŸïĵŒLinux頒ċ¸ƒç‰ˆƒ‘ƒƒ‚ħƒĵ‚¸ƒžƒƒĵ‚¸ƒ£Œ‚¤ƒ³‚ıƒˆƒĵƒĞ—ŸéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ŻïĵŒ‚˘ƒ³‚¤ƒ³‚ıƒˆƒĵƒĞ•‚ŒŞ„“¨Ğĉ³¨" "ĉ„—Ĥ •„ïĵŽ" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "çċœ¨Pythonƒƒĵƒƒ£ƒĞ環ċ˘ƒĞ‚¤ƒ³‚ıƒˆƒĵƒĞ—Ĥ •„€‚--system-site-" "packages‚ރ—‚·ƒ§ƒ³‚’ä𘁑Ĥ生ĉˆ•‚ŒŸƒƒĵƒƒ£ƒĞ環ċ˘ƒŻ‚µƒƒĵƒˆ•‚Œ›‚“€‚" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "ƒƒĵ‚¸ƒ§ƒ³ƒ•‚Ħ‚¤ƒĞ¸‚˘‚Ż‚ğ‚ı中ĞïĵŒ‚¨ƒİƒĵ‚³ƒĵƒ‰{}‚’ċ—‘ċ–‚Ё—ŸïĵŽ" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "”‚‚“Ş•„ïĵŽ‚¤ƒ³‚ıƒˆƒĵƒİŒèĤ‹¤‹‚Ё›‚“§—ŸïĵŽ‚¤ƒ³‚żƒĵƒƒƒƒˆĉŽçĥš‚’確èލ—ĤïĵŒhttps://www.damonlynch.netĞŸİ‚Šç€‘‚‹“¨‚’確" "‹‚Ĥ •„ïĵŽ\n" "\n" "終了—™ïĵŽ\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "‚¨ƒİƒĵ‚³ƒĵƒ‰‚’ċ—‘ċ–‚Ё—Ÿ" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³Ğċż…èĤŞ‚‚‚¤ƒ³‚ıƒˆƒĵƒĞĞċ¤ħĉ•———ŸïĵŽçµ‚了—™ïĵŽ" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³ċ°Žċ…Ğċ¤ħĉ•———Ÿïĵšçµ‚了—™â€Ĥ" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³ċż…èĤç‰İ‚’ċ°Žċ…—Ĥ„™â€Ĥ" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "HEIF / HEIC‚µƒ ƒƒĵƒĞ‚’生ĉˆ™‚‹Ÿ‚‚µƒƒĵƒˆ‚’‚·‚ıƒ†ƒ Œĉä›—Ĥ„›‚“ïĵŽ" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "KDE Neon環ċ˘ƒĞŻPyPl PyQt5‚’‚¤ƒ³‚ıƒˆƒĵƒĞ—›‚“" #: ../install.py:2736 msgid "Installing application..." msgstr "‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³‚’ċ°Žċ…—Ĥ„™â€Ĥ" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³manƒšƒĵ‚¸‚’ċ°Žċ…—™‹ïĵŸ" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "“‚Œ‚‰Ż{}Ğċ°Žċ…•‚Œ™" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³‚’‚˘ƒ³‚¤ƒ³‚ıƒˆƒĵƒĞ—Ÿċ ´ċˆĞŻïĵŒ“‚Œ‚‰manƒšƒĵ‚¸‚’”è‡ŞèşĞ§ċ‰Šé™¤—Ĥ •„ïĵŽ" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "manƒšƒĵ‚¸‚‚‚¤ƒ³‚ıƒˆƒĵƒĞ—™‹ïĵŸ" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "Manƒšƒĵ‚¸Ż{}/share/man/man1Ğ‚‚Ё™" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "manƒšƒĵ‚¸‚’{}Ğ‚¤ƒ³‚ıƒˆƒĵƒĞ—Ĥ„™" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "manƒšƒĵ‚¸ç”¨ƒ‡‚£ƒĴ‚ŻƒˆƒŞ‚’作ĉˆ§›‚“§—ŸïĵŽçµ‚了—™ïĵŽ" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "manƒšƒĵ‚¸‚’‚³ƒ”ƒĵ§›‚“§—Ÿ" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo DownloaderŻ{}/bin/rapid-photo-" "downloader‚’ċŸèĦŒ™‚Œ°€ƒƒĵƒƒ£ƒĞ環ċ˘ƒ‚’ĉœ‰ċŠıċŒ–›šĞèµ·ċ‹•™‚‹“¨Œ§™" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "ƒ—ƒ­‚°ƒİƒ ‚’‚³ƒžƒ³ƒ‰ƒİ‚¤ƒ³‚„‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³ƒğƒ­ƒ³ƒƒ£ƒĵ‹‚‰èµ·ċ‹•™‚‹Ÿ‚ĞŻïĵŒ‚³ƒ³ƒ”ƒƒĵ‚ż‚’ċ†èµ·ċ‹•™‚‹ċż…èĤŒ‚‚‹‹‚‚—‚Œ›‚“ïĵŽ" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" "ƒ—ƒ­‚°ƒİƒ ‚’‚³ƒžƒ³ƒ‰ƒİ‚¤ƒ³‚„‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³ƒğƒ­ƒ³ƒƒ£ƒĵ‹‚‰ċŸèĦŒ™‚‹Ÿ‚ĞŻïĵŒ{path}‚’Šä½ż„‚³ƒ³ƒ”ƒƒĵ‚żƒĵ$PATHċ¤‰ĉ•°Ğèż½ċŠ —ŞĤŻŞ‚Ё›" "‚“ïĵŽ" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "ïĵˆçµ‚了ĉ™‚Ğ‚ğ‚°ƒĦƒ³ƒ†ƒĵ‚·ƒ§ƒ³ƒ•‚݃ЃˆŒèµ·Ÿ¨—Ĥ‚‚ïĵŒç„ĦèĤ–—Ĥĉ§‹„›‚“â€Ĥïĵ‰" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "pip§‚¤ƒ³‚ıƒˆƒĵƒĞ—ŸéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚’‚˘ƒ³‚¤ƒ³‚ıƒˆƒĵƒĞ™‚‹ĞŻïĵŒpython3ƒ„ƒĵƒĞpipŒċż…èĤ§™ïĵŽ\n" "ċ…ˆĞ進‚›‚“ïĵŽçµ‚了—™ïĵŽ" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "“‚¤ƒ³‚ıƒˆƒĵƒĞ‚ı‚ŻƒŞƒ—ƒˆ‚’sudo‚‚—ŻrootƒĤƒĵ‚ĥ¨—ĤċŸèĦŒ—ĤŻ„‘›‚“ïĵŽ\n" "“ƒ—ƒ­‚°ƒİƒ ‚’ċŸèĦŒ™‚‹ƒĤƒĵ‚ĥ¨—ĤċŸèĦŒ—Ĥ •„ïĵŽ\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "Rapid Photo Downloader‚’çèĦŒƒƒĵƒƒ£ƒĞ環ċ˘ƒĞ‚¤ƒ³‚ıƒˆƒĵƒĞ—™‹ïĵŸ" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "申—訳‚‚Ё›‚“€‚Rapid Photo " "Downloader‚’Pyrhonƒƒĵƒƒ£ƒĞ環ċ˘ƒĞċ°Žċ…™‚‹ĞŻ€Intel‚‚—ŻAMD64ƒ“ƒƒƒˆƒ—ƒİƒƒƒˆƒ•‚݃ĵƒ ä¸ŠPython3.5äğ降Œċż…èĤ§™€‚" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Rapid Photo " "Downloader‚’Pythonƒƒĵƒƒ£ƒĞ環ċ˘ƒĞċ°Žċ…™‚‹ĞŻ€“‚ı‚ŻƒŞƒ—ƒˆ‚’èµ·ċ‹•™‚‹ċ‰Ğƒƒĵƒƒ£ƒĞ環ċ˘ƒ‚’生ĉˆ—€‹¤ĉœ‰ċŠıĞ—Ĥ •„€‚" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "pip‚’ä½ż£Ÿċ°Žċ…Ğƒƒĵƒƒ£ƒĞ環ċ˘ƒ‚’ä½żç”¨—Ĥ„™€‚" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "ĉŒ‡ċšĉ™‚Ğä𖁂³ƒžƒ³ƒ‰ƒİ‚¤ƒ³ċĵ•ĉ•°‚’ċ…‚ŒŞ„§ •„" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "”‚‚“Ş•„ïĵŒ“‚¤ƒ³‚ıƒˆƒĵƒİŻ‚Ğ‚ı‚żƒ python‚¤ƒ³‚ıƒˆƒĵƒĞŻ‚µƒƒĵƒˆ—Ĥ„›‚“ïĵŽ\n" "終了—™â€Ĥ" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "‚·‚ıƒ†ƒ python‚’ä½żç”¨—Ĥ‚ı‚ŻƒŞƒ—ƒˆ‚’ċ†é–‹—™â€Ĥ" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Linux頒ċ¸ƒç‰ˆ{}{}‚’ĉ¤œċ‡ş——Ÿ" #: ../install.py:3111 msgid "Exiting..." msgstr "終了—™..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "çĥš‘‚‹ĞŻïĵŒpython3-aptƒ‘ƒƒ‚ħƒĵ‚¸Œċ°Žċ…ĉ¸ˆż§ŞĤŻŞ‚Ё›‚“ïĵŽ" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "“ƒ—ƒ­‚°ƒİƒ ‚’ċŸèĦŒ™‚‹ĞŻïĵŒPython3¨ƒ‘ƒƒ‚ħƒĵ‚¸çĦ理‚’èĦŒ†ƒ—ƒ­‚°ƒİƒ Œċ°Žċ…ĉ¸ˆż§ŞĤŻŞ‚Ё›‚“ïĵŽ" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "python requests‚’ċ°Žċ…—Ĥ„™" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚’ĉ›´ĉ–°" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "中ĉ­˘(&C)" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "ĉ›´ĉ–°(&U)" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "ƒƒĵ‚¸ƒ§ƒ³%sĞĉ›´ĉ–°™‚‹ĞŻïĵŒĉ›´ĉ–°ƒœ‚żƒ³‚’‚ŻƒŞƒƒ‚݁—Ĥ •„" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "ĉ›´ĉ–°‚’é–‹ċ§‹™‚‹ĞŻïĵŒĉ›´ĉ–°ƒœ‚żƒ³‚’‚ŻƒŞƒƒ‚݁—Ĥ •„ïĵŽ" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "閉˜‚‹(&C)" #: ../upgrade.py:599 msgid "&Run" msgstr "ċŸèĦŒ(&R)" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "ĉ›´ĉ–°ä¸­§™â€Ĥ" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "%s¸ĉ›´ĉ–°ĞĉˆċŠŸ——ŸïĵŽçµ‚了™‚‹ĞŻé–‰˜‚‹‚’‚ŻƒŞƒƒ‚݁—Ĥ •„ïĵŽƒ—ƒ­‚°ƒİƒ ‚’ċŸèĦŒ™‚‹ĞŻċŸèĦŒ‚’‚ŻƒŞƒƒ‚݁—Ĥ •„ïĵŽ" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "ĉ›´ĉ–°ŻĉˆċŠŸ——ŸïĵŽçµ‚了™‚‹ĞŻé–‰˜‚‹‚’‚ŻƒŞƒƒ‚݁—Ĥ •„ïĵŽƒ—ƒ­‚°ƒİƒ ‚’ċŸèĦŒ™‚‹ĞŻċŸèĦŒ‚’‚ŻƒŞƒƒ‚݁—Ĥ •„ïĵŽ" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "ĉ›´ĉ–°Ğċ¤ħĉ•———ŸïĵŽé–‰˜‚‹‚’‚ŻƒŞƒƒ‚݁—Ĥ終了—Ĥ •„ïĵŽ" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "%s‚’ĉ›´ĉ–°ä¸­â€Ĥ" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "何‹‚­ƒĵ‚’ĉŠĵ—Ĥçĥš‘Ĥ •„â€Ĥ" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ĉ›´ĉ–°Ğċ¤ħĉ•———Ÿ" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "pythonƒ‘ƒƒ‚ħƒĵ‚¸%s‚’ĉ›´ĉ–°§›‚“§—ŸïĵŽ‚˘ƒƒƒ—‚°ƒĴƒĵƒ‰‚’çĥš‘‚‹“¨Œ§›‚“ïĵŽ" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "‚ŻƒĴ‚¸ƒƒƒˆ" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—è¨­ċšŒç‚ş•‚ŒĤ„›‚“" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—ƒ‡ƒ‚¤‚ı‚’ĉ¤œċ‡ş§›‚“" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "ĉœ‰ċŠıŞƒƒƒ‚Ż‚˘ƒƒƒ—ċ ´ĉ‰€Œ ĉŒ‡ċš•‚ŒĤ„›‚“" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰Ğ際—ĤïĵŒċ†™çœŸ‚„ċ‹•ç”ğ‚’複ĉ•°ċ ´ĉ‰€(ä‹: ċ¤–部ƒƒĵƒ‰ƒ‡‚£‚ı‚Ż)Ğƒƒƒ‚Ż‚˘ƒƒƒ—™‚‹“¨Œ§™ïĵŽ" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰éš›ïĵŒċ†™çœŸ‚„ċ‹•ç”ğ‚’ƒƒƒ‚Ż‚˘ƒƒƒ—" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—ƒ‡ƒ‚¤‚ı‚’è‡Şċ‹•ĉ¤œċ‡ş" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "ċ†™çœŸƒ•‚݃Ѓ€ċïĵš" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "ċ‹•ç”ğƒ•‚İƒĞƒ€ċïĵš" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "ä‹ïĵš" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "ċ†™çœŸƒƒƒ‚Ż‚˘ƒƒƒ—ċ ´ĉ‰€ïĵš" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "ċ‹•ç”ğƒƒƒ‚Ż‚˘ƒƒƒ—ċ ´ĉ‰€ïĵš" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "ƒ‰ƒİ‚¤ƒ–ïĵ‘" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "ƒ‰ƒİ‚¤ƒ–ïĵ’" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—äşˆĉ¸Ĵä½żç”¨ċı量" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ— ‚ރ—‚·ƒ§ƒ³" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "ċ‹•ç”ğTHM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "音ċ£°" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)sċ€‹ċ‹•ç”ğ" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "ä½żç”¨é‡" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "èĥ…過量" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_total)s中%(size_free)sçİş" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "ċ†™çœŸ" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "ċ‹•ç”ğ" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċŒäşˆĉ¸Ĵä½żç”¨ċı量" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "設ċš..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "ċ†™çœŸ‚µƒ–ƒ•‚݃Ѓ€ç”Ÿĉˆè¨­ċš" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "ċ‹•ç”ğ‚µƒ–ƒ•‚݃Ѓ€ç”Ÿĉˆè¨­ċš" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "äğ–" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "ƒ‡ƒ‚¤‚ı‚’ĉ¤œç´˘ä¸­..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "一ĉ™‚çš„Ğ“ƒ‡ƒ‚¤‚ı‚’ç„ĦèĤ–™‚‹" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "ĉ’äı…çš„Ğ“ƒ‡ƒ‚¤‚ı‚’ç„ĦèĤ–™‚‹" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "ċ†èµ°ĉŸğ" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%sä½żç”¨ĉ¸ˆ" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "‚ЃĦƒİ" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)sċ€‹%(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)sċ€‹ƒ‡ƒ‚¤‚ı" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹‹ċĤ‹ƒžƒĵ‚݁™‚‹ĞŻïĵŒƒ•‚Ħ‚¤ƒĞƒ‚§ƒƒ‚Żƒœƒƒ‚Ż‚ı‚’‚ŻƒŞƒƒ‚݁—Ĥ •„ïĵŽ" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "™§Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚ŒŸƒ•‚Ħ‚¤ƒĞŻè¨˜ĉ†ĥ•‚ŒĤ„™ïĵŽċ‰ċ›žƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—Ÿƒ•‚Ħ‚¤ƒĞ‚’ċ†ċşĤƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹‚ˆ†Ğƒžƒĵ‚݁™‚‹“¨‚‚§™ŒïĵŒĉ—˘ċšċ€¤§Ż“‚Œ‚‰" "ƒ•‚Ħ‚¤ƒĞƒ‚§ƒƒ‚݁Żċ¤–•‚ŒĤŠ‚ŠïĵŒ‚µƒ ƒƒĵƒĞ‚‚ïĵŒ“‚Œ‹‚‰ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—ŞĤŻŞ‚‰Ş„ƒ•‚Ħ‚¤ƒĞ‹‚‰ċŒşċˆ™‚‹Ÿ‚ĞïĵŒĉ·Ħ色èĦ¨ç¤ş•‚ŒĤ„™ïĵŽ" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "ƒ‡ƒ‚¤‚ıċ†…ċ…¨ƒ•‚Ħ‚¤ƒĞ‚’ïĵŒĉ‰‹ĉ—݁ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ç”¨ĞĉŒ‡ċš—Ÿ‚Šċ¤–—Ÿ‚Ё™‚‹ĞŻïĵŒƒ‡ƒ‚¤‚ıƒ‚§ƒƒ‚Żƒœƒƒ‚Ż‚ı‚’‚ŻƒŞƒƒ‚݁—Ĥ •„ïĵŽ" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " ċ•éĦŒŒç”Ÿ˜Ÿċ ´ċˆĞŻïĵŒ‚¨ƒİƒĵƒĴƒƒĵƒˆĉ•°‚’èĦ¨ç¤ş—Ÿ\n" " 赤„‚˘‚¤‚³ƒ³Œ‚Ĥ‚£ƒ³ƒ‰‚Ĥ下部ĞèĦ¨ç¤ş•‚Œ™ïĵށ‚Œ‚’\n" " ‚ŻƒŞƒƒ‚݁™‚‹¨‚¨ƒİƒĵƒĴƒƒĵƒˆ‚Ĥ‚£ƒ³ƒ‰‚ĤŒé–‹™ïĵŽ\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " ‚¨ƒİƒĵƒĴƒƒĵƒˆ‚Ĥ‚£ƒ³ƒ‰‚ĤĞŻïĵŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ä¸­Š‚ˆ³ċ‰ċŒĞ生˜Ÿċ•éĦŒċ…¨ĤŒ\n" " èĦ¨ç¤ş•‚Œ™ïĵŽĉݙ色ä¸‰è§’ċ½˘Żè­Ĥċ‘Š‚’赤丸Ż‚¨ƒİƒĵ‚’ïĵŒéğ’丸Ż•‚‰Ğĉ·ħċˆğŞ‚¨ƒİƒĵ\n" " ‚’示—™ïĵŽƒ‚¤ƒ‘ƒĵƒŞƒ³‚Ż‚’‚ŻƒŞƒƒ‚݁™‚‹¨ïĵŒċ½“èݲƒ•‚Ħ‚¤ƒĞ‹ƒ•‚Ħ‚¤ƒĞƒžƒƒĵ‚¸ƒ£ƒĵ\n" " 中Ğƒ‡ƒ‚¤‚ıŒé–‹™ïĵށŸïĵŒ‚¨ƒİƒĵƒĴƒƒĵƒˆ‚Ĥ‚£ƒ³ƒ‰‚Ĥċ·Ĥ下Ğ‚‚‹ĉ¤œç´˘ƒœƒƒ\n" " ‚Ż‚ı§ïĵŒƒĴƒƒĵƒˆĞċ݁—Ĥĉ¤œç´˘‚’‹‘‚‹“¨‚‚§™ïĵŽ\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

    \n" "

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

    \n" " " msgstr "" "\n" "

    上‚¤ƒİ‚ıƒˆ§ïĵŒĉ™‚é–“èğ¸ĉœ€ċˆèĦŒŻïĵŒĉ—ƒ•‚Ħ‚¤ƒĞŒċ…¨Ĥäğċ‰Ğ\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚ŒĤ—£Ĥ„‚‹§ïĵŒé𒁏Ş£Ĥ„™ïĵŽ

    \n" "

    ĉ™‚é–“è𸁂ıƒİ‚¤ƒ€ŻïĵŒĉ™‚é–“èğ¸ĉ§‹ç݉Ğä½ż†ċ„ĉ’ċ½ħ間çµŒéŽĉ™‚é–“‚’èŞżçŻ€\n" "™‚‹Ğä½ż‚‚Œ™ïĵŽ

    \n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰éš›ŻïĵŒĉ™‚é–“èğ¸Œä½żç”¨•‚ŒĤ„‚‹Ÿ‚Ğçċœ¨èĦ¨ç¤ş•‚ŒĤ„Ş„ƒ•‚Ħ‚¤ƒĞ‚‚ċĞżïĵŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ç”¨Ğƒ‚§ƒƒ‚݁•‚ŒĤ„‚‹ċ…¨Ĥƒ•‚Ħ‚¤ƒĞŒ¤­Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•" "‚Œ™ïĵŽ" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
      \n" "
    1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
    2. \n" "
    3. Checked State: whether the file is marked for download.
    4. \n" "
    5. Filename: the full filename, including extension.
    6. \n" "
    7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
    8. \n" "
    9. File Type: photo or video.
    10. \n" "
    11. Device: name of the device the photos and videos are being " "downloaded from.
    12. \n" "
    " msgstr "" "\n" " ‚µƒ ƒƒĵƒĞŻĉ§˜€…Şĉ–ıĉ³•§ĉ•´ċş™‚‹“¨Œ§™ïĵš\n" "
      \n" "
    1. äżĉ­£ĉ—ĉ™‚ïĵšĉœ€ċŒĞƒ•‚Ħ‚¤ƒĞŒäżĉ­£•‚ŒŸ¨ïĵŽïĵˆċŻèƒ½Ş‚‰°ïĵ‰ƒĦ‚żƒ‡ƒĵ‚ż‚’ä½żç”¨—ïĵŒïĵˆ†§Ş„ĉ™‚Żïĵ‰ƒ•‚Ħ‚¤ƒĞ‚·‚ıƒ†ƒ ƒ‡ƒĵ‚ż‚’ä½żç”¨—™ïĵŽ" "
    2. \n" "
    3. ƒ‚§ƒƒ‚ŻçŠĥĉ…‹ïĵšƒ•‚Ħ‚¤ƒĞŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ç”¨Ğƒžƒĵ‚݁•‚ŒĤ„‚‹‹ċĤ‹ïĵŽ
    4. \n" "
    5. ƒ•‚Ħ‚¤ƒĞċïĵšĉ‹Ħċĵµċ­‚’ċĞ‚€ċŒċ…¨ƒ•‚Ħ‚¤ƒĞċïĵŽ
    6. \n" "
    7. ĉ‹Ħċĵµċ­ïĵšƒ•‚Ħ‚¤ƒĞċĉ‹Ħċĵµċ­ïĵށŸ¨ˆ°ïĵŒJPEGç”ğċƒ¨RAWç”ğċƒ‚’‚°ƒĞƒĵƒ—ċŒ–™‚‹Ğä½ż†“¨Œ§™ïĵŽ
    8. \n" "
    9. ƒ•‚Ħ‚¤ƒĞċž‹ïĵšċ†™çœŸ§‚‚‹‹ċ‹•ç”ğ§‚‚‹‹ïĵŽ
    10. \n" "
    11. ƒ‡ƒ‚¤‚ıïĵšċ†™çœŸ‚„ċ‹•ç”ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċ…ƒ§‚‚‹ƒ‡ƒ‚¤‚ıċïĵŽ
    12. " #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" "\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ƒ‡‚£ƒĴ‚ŻƒˆƒŞĉ§‹é€ ‚’考ˆ‚‹éš›ĞŻïĵŒƒ‡‚£ƒĴ‚ŻƒˆƒŞċž‹Œ2¤‚‚‹“¨‚’ċżµé ­ĞŠ„Ĥ •„ïĵš\n" "
        \n" "
      1. ċ—ċ…ċ…ˆƒ•‚݃Ѓ€ïĵˆä‹ïĵš€Œƒ”‚Żƒƒ£€ƒğ€Œƒ•‚݃ˆ€ƒğ€Œƒ“ƒ‡‚Ş€ïĵ‰\n" "“ƒ‡‚£ƒĴ‚ŻƒˆƒŞŻïĵŒ‚³ƒ³ƒ”ƒƒĵ‚żä¸ŠĞĉ—˘ĞŞĤŻŞ‚Ё›‚“ïĵŽ\n" "下‚¤ƒİ‚ıƒˆ§ŻïĵŒċ—ċ…ċ…ˆƒ•‚݃Ѓ€Ż€ŒPictures€¨€ŒVideos€§™ïĵŽ\n" "ċ—ċ…ċ…ˆƒ•‚݃Ѓ€ċŻïĵŒƒ•‚݃Ѓ€ƒ„ƒŞƒĵç›´ä¸ŠĞ灰色ƒƒĵ§èĦ¨ç¤ş•‚ŒïĵŒ\n" "ċ·ĤĞƒ•‚݃Ѓ€‚˘‚¤‚³ƒ³ïĵŒé›˘‚ŒĤċ³ċ´Ğĉ­ŻèğŠ‚˘‚¤‚³ƒ³ŒèĦ¨ç¤ş•‚Œ™ïĵŽ
      2. \n" "
      3. ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ‚µƒ–ƒ•‚݃Ѓ€ïĵˆéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€Œè‡Şċ‹•§\n" "生ĉˆ™‚‹ƒ‡‚£ƒĴ‚ŻƒˆƒŞïĵ‰“ƒ•‚݃Ѓ€ŻïĵŒ‚³ƒ³ƒ”ƒƒĵ‚żä¸ŠĞŻ‚£Ĥ‚‚\n" "ŞĤ‚‚ĉ§‹„›‚“ïĵŽċ—ċ…ċ…ˆƒ•‚݃Ѓ€ä¸‹Ğè‡Şċ‹•§ä½œĉˆ•‚Œ™ïĵŽ
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "ċ†™çœŸ¨ċ‹•ç”ğŻïĵŒċŒ˜ƒ•‚݃Ѓ€Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹“¨‚‚§™ŒïĵŒċˆ€…ƒ•‚݃Ѓ€‚’ĉŒ‡ċš™‚‹\n" "“¨‚‚§™ïĵŽċ†™çœŸ¨ċ‹•ç”ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ‚µƒ–ƒ•‚݃Ѓ€Ğ¤„Ĥ‚‚ċŒĉ§˜§™ïĵŽâˆ’ ċ†™çœŸ¨ċ‹•ç”ğ‚’\n" "ċŒ˜‚µƒ–ƒ•‚݃Ѓ€Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’™‚‹“¨‚‚§™ŒïĵŒċ„ċž‹Ğċˆ€…‚ı‚­ƒĵƒ ‚’ä½żç”¨™‚‹“\n" "¨‚‚§™ïĵŽ \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" "\n" "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ŻïĵŒ„¤§‚‚ċŻèƒ½Şċ ´ċˆŻïĵŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹ċ†™çœŸƒğċ‹•ç”ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ‚µƒ–ƒ•‚݃Ѓ€‚’ƒ—ƒĴƒ“ƒƒĵ—™ïĵš\n" "
        \n" "
      1. ċ—ċ…ċ…ˆƒ•‚݃Ѓ€ƒ„ƒŞƒĵĞŻïĵŒ™§Ğ‚³ƒ³ƒ”ƒƒĵ‚żä¸ŠĞ‚‚‹ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰\n" " ‚µƒ–ƒ•‚݃Ѓ€ïĵˆĉ–œċ­—体§Ş„通ċ¸¸ƒ•‚݃³ƒˆïĵ‰¨ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ä¸­Ğ作ĉˆ•‚Œ‚‹\n" " ƒ€‚Ĥƒ³ƒ•‚݃Ѓ€ïĵˆĉ–œċ­—体ïĵ‰ŒèĦ¨ç¤ş•‚Œ™ïĵŽ
      2. \n" "
      3. ƒ•‚݃Ѓ€ƒ„ƒŞƒĵĞŻïĵŒƒ•‚Ħ‚¤ƒĞŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚Œ‚‹‚µƒ–ƒ•‚݃Ѓ€‚‚\n" " èĦ¨ç¤ş•‚Œ™ïĵˆéğ’色ïĵ‰ïĵŽ
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ‚µƒ–ƒ•‚݃Ѓ€ċŻïĵŒé€šċ¸¸ïĵŒäğ下èĤç´ ‚’ïĵŒċ…¨ĤŸŻä¸€éƒ¨ä½ż£Ĥĉ§‹ĉˆ•‚Œ™ïĵš\n" "
        \n" "
      1. ƒ•‚Ħ‚¤ƒĞ ƒĦ‚żƒ‡ƒĵ‚żïĵšé€šċ¸¸ïĵŒċ†™çœŸ‚„ċ‹•ç”ğŒç”Ÿĉˆ•‚ŒŸĉ—‚’ċĞż™ŒïĵŒ\n" "‚ЃĦƒİƒ˘ƒ‡ƒĞċïĵŒ‚ЃĦƒİ‚·ƒŞ‚˘ƒĞ番ċ·ïĵŒJPG‚„CR2Şİƒ•‚Ħ‚¤ƒĞĉ‹Ħċĵµċ­‚‚\n" "ċĞ‚Œ‚‹“¨Œ‚‚Ё™ïĵŽ
      2. \n" "
      3. ‚¸ƒ§ƒ–‚³ƒĵƒ‰ïĵš‚¤ƒ™ƒ³ƒˆċ‚„ċœ°ċŞİïĵŒ\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ŒèĦŒ‚‚ŒŸĉ™‚ĞĉŒ‡ċš—Ÿè‡Şç”ħĉ–‡ïĵŽ
      4. \n" "
      5. ƒ†‚­‚ıƒˆïĵšƒ‚¤ƒ•ƒ³‚„çİşç™½ŞİïĵŒċ¸¸ĉ™‚èĦ¨ç¤ş•‚Œ‚‹èĤç´ ïĵŽ
      6. \n" "
      \n" "ċı´ĉœˆĉ—ĉ•°ċ­—§‚µƒ–ƒ•‚݃Ѓ€‚’ċ‘½ċ™‚‹¨ïĵŒç°Ħċ˜Ğƒ•‚Ħ‚¤ƒĞƒžƒ‚¸ƒ£ä¸­§ĉ•´ċş•‚ŒŸçŠĥĉ…‹Ğ§™§ïĵŒ“‚ŒŒĉ—˘ċš‚Şƒ—‚·ƒ§ƒ³ĞŞ£Ĥ„™ïĵš\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰¨ċŒĉ™‚Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ‚µƒ–ƒ•‚݃Ѓ€‚’è‡Şċ‹•生ĉˆ™‚‹ĞŻïĵŒ\n" "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€çµ„èĵ‚ı‚­ƒĵƒ ‚’ä½żç”¨™‚‹‹ïĵŒè¨­ċš‚ı‚­ƒĵƒ ‚’作ĉˆ™‚‹“¨Œ§™ïĵŽ\n" "ĉ­ŻèğŠ‚˘‚¤‚³ƒ³‚’‚ŻƒŞƒƒ‚݁—ĤïĵŒƒ‰ƒ­ƒƒƒ—ƒ€‚Ĥƒ³ƒĦƒ‹ƒƒĵ‚’é–‹„Ĥ •„ïĵš \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "ƒ‰ƒ­ƒƒƒ—ƒ€‚Ĥƒ³ƒĦƒ‹ƒƒĵ‹‚‰çµ„èĵ‚ı‚­ƒĵƒ ‚’選ĉŠž™‚‹‹ïĵŒè¨­ċš‚’‚ŻƒŞƒƒ‚݁—Ĥè‡Şċˆ†‚ı‚­ƒĵƒ ‚’設ċš—Ĥ •„ïĵŽ\n" "ċ†™çœŸƒğċ‹•ç”ğ‚µƒ–ƒ•‚݃Ѓ€ç”Ÿĉˆ‚¨ƒ‡‚£‚ż‚’ä½żç”¨—ĤïĵŒè‡Şċˆ†‚ı‚­ƒĵƒ ‚’作‚‹“¨Œ§™ïĵš \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "“ä‹§ŻïĵŒ€ŒMy custom preset€¨„†ċç§°äżċ­˜ĉ¸ˆżè¨­ċš‚ı‚­ƒĵƒ ‚’示—Ĥ„™ïĵŽ" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "ċ…‚Œċ­çŠĥĞƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ‚µƒ–ƒ•‚݃Ѓ€‚’作ĉˆ™‚‹ċż…èĤŻ‚‚Ё›‚“ïĵށ“‚¤ƒİ‚ıƒˆŻïĵŒ\n" "ċ†™çœŸŒĉ’‚‰‚ŒŸĉ—ä𘁨‚¸ƒ§ƒ–‚³ƒĵƒ‰ż‚’ċĞ‚€ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ‚µƒ–ƒ•‚݃Ѓ€ç”Ÿĉˆ‚’\n" "èĦ¨—Ĥ„™ïĵš\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "™§Ğċ¤šĉ—ĉ™‚ċ‘½ċ‚ރ—‚·ƒ§ƒ³Œçµ„èĵ§ç”¨ĉ„•‚ŒĤ„™ŒïĵŒ“‚Œ‚‰¨Żé•†‚‚Œċż…èĤĞŞ‚‹“¨‚‚‚‚‹§—‚‡†ïĵŽ\n" "è‡Şċˆ†è‡ŞèşĞ‚ރ—‚·ƒ§ƒ³‚’作ĉˆ—Ĥ‚‚ċ…¨ċ•éĦŒ‚‚Ё›‚“ïĵŽĉ—ĉ™‚‚’ĉ–°—„組żċˆ‚›§ç”Ÿĉˆ•›‚‹‚ˆ†Ğ™‚‹“¨Œ§™ïĵŽ\n" "ĉšĤċı´(YYYY)¨ƒ‚¤ƒ•ƒ³ïĵŒĉœˆ(MM)‚’組żċˆ‚›ĤYYYY-MM¨„†ĉ—ä𘃕‚݃ĵƒžƒƒƒˆŒĉĴ²—„‚‚¨——‚‡†ïĵŽ\n" "下記‚ˆ†Ğ—Ĥ作‚‹“¨Œ§™ïĵˆƒ‚¤ƒ•ƒ³ċ‘¨‚Šèµ¤ä¸¸Ğĉ³¨ç›—Ĥ •„ïĵ‰ïĵš\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ‚µƒ–ƒ•‚݃Ѓ€ċ¨ƒ•‚Ħ‚¤ƒĞċ‚’生ĉˆ™‚‹ċ…¨ĉ–ıĉ³•Ğ¤„ĤŻïĵŒ‚ރ³ƒİ‚¤ƒ³èŞĴĉ˜Ž" "ĉ›¸‚’”èĤ§ •„ïĵŽ\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’ä½żˆ°ïĵŒċ†™çœŸ‚„ċ‹•ç”ğçµ„‚’ċ™èż°™‚‹ĉ–‡‚’ç°Ħċ˜Ğċ…ċŠ›™‚‹“¨Œ§™ïĵŽ\n" "‚¸ƒ§ƒ–‚³ƒĵƒ‰ŻïĵŒ‚µƒ–ƒ•‚݃Ѓ€‚„ƒ•‚Ħ‚¤ƒĞċĞä½żç”¨™‚‹“¨Œ§™ïĵށ“ä‹§ŻïĵŒƒ•‚Ħ‚¤ƒĞ\n" "„¤‹Ż€ŒStreet€¨„†‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’™§ĞĉŒ£ĤŠ‚ŠïĵŒé¸ĉŠž—Ÿƒ•‚Ħ‚¤ƒĞĞ€ŒGreen Bazaar€\n" "¨„†‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’与ˆ‚ˆ†¨—Ĥ„‚‹¨“‚§™ïĵŽ \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰é–‹ċ§‹ċ‰Ğĉ–°èĤ‚‚—Żĉ—˘ċ­˜‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’éİ用™‚‹“¨Œ§™ïĵŽ\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ä¸­ĞïĵŒ ‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’éİ用—Ĥ„Ş„ƒ•‚Ħ‚¤ƒĞŒ‚£Ÿċ ´ċˆĞŻïĵŒ\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰é–‹ċ§‹ċ‰ĞïĵŒ‚Œ‚‰‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’ċ…ċŠ›™‚‹‚ˆ†Ğ促•‚Œ™ïĵŽ\n" " " #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰Ğ関—Ĥ作ĉ­‚’—Ĥ„‚‹ĉ™‚ĞċŠİ‘¨Ş‚‹ƒ’ƒ³ƒˆ‚’ĉŽ˘™ïĵš" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "ƒ’ƒ³ƒˆŻïĵŒƒž‚Ĥ‚ıŒƒœ‚żƒ³ä¸ŠĞ‚‚‹¨ŞİïĵŒĉ–‡è„ˆĞ‚ˆ£Ĥċ¤‰‚‚Ё™ïĵŽ" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "ċ†™çœŸ‚„ċ‹•ç”ğĞ重複—Ş„ƒ•‚Ħ‚¤ƒĞċ‚’¤‘‚‹¨ïĵŒİƒ•‚Ħ‚¤ƒĞŒİ‚Œ £Ÿ‹ĉ··äıħ™‚‹\n" "“¨Ż‚‚Ё›‚“ïĵŽƒ•‚Ħ‚¤ƒĞċŒé‡è¤‡—Ş„‚ˆ†Ğ™‚‹Ÿ‚Ğé€£ç•Ş‚’用„‚‹“\n" "¨ŒïĵŒéИĉލċ¨•‚Œ™ïĵŽ\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      ċ†™çœŸƒğċ‹•ç”ğċ›şĉœ‰ċ‚’ċ‰²‚Šċ½“Ĥ‚‹ĞïĵŒ4ç¨éĦžé€£ç•Şċ€¤‚’ä½żç”¨\n" "§™ïĵš\n" "

        \n" "
      1. äğŠĉ—ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ•°ïĵšĉ—ĞċŒäş†—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ•°ïĵŽ
      2. \n" "
      3. 保ċ­˜ĉ•°ïĵšäğŠĉ—ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ•°ĞéĦžäĵĵ—Ĥ„™ŒïĵŒ“ƒ—ƒ­‚°ƒİƒ ‚’\n" "ĉœ€ċŒĞċŸèĦŒ—Ĥ‹‚‰ĉ•°§™ïĵŽ
      4. \n" "
      5. ‚ğƒƒ‚·ƒ§ƒ³ĉ•°ïĵšƒ—ƒ­‚°ƒİƒ ċŸèĦŒĉ™‚ĞĉŻŽċ›žƒŞ‚ğƒƒƒˆ•‚Œ™ïĵŽ
      6. \n" "
      7. 連çĥšĉ–‡ċ­—ïĵš‚ğƒƒ‚·ƒ§ƒ³ĉ•°¨ċŒĉ§˜§™ŒïĵŒĉ–‡ċ­—‚’ä½żç”¨—™ïĵŽ
      8. \n" "

      \n" "

      \n" "é€£ç•ŞĞ¤„Ĥèݳ—ŻïĵŒ‚ރ³ƒİ‚¤ƒ³èŞĴĉ˜Žĉ›¸<" "/a>‚’”èĤ§ •„ïĵŽ

      \n" " " #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "ċç§°ċ¤‰ĉ›´ƒ‘ƒƒĞ§ŻïĵŒƒ•‚Ħ‚¤ƒĞċç§°ċ¤‰ĉ›´‚’設ċš™‚‹“¨Œ§™ïĵŽƒ•‚Ħ‚¤ƒĞċç§°ċ¤‰ĉ›´‚’èĦŒ†ĞŻïĵŒ\n" "ĉ—˘ċ­˜ċç§°ċ¤‰ĉ›´‚ı‚­ƒĵƒ ä¸­‹‚‰é¸ĉŠž™‚‹‹ïĵŒè‡Şä½œ‚‚‚’選ĉŠž™‚‹“¨Œ§™ïĵŽ \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      RAW¨JPEG‚’ċŒĉœŸ‚ރ—‚·ƒ§ƒ³ŻïĵŒ‚ЃĦƒİ§RAW + JPEGĉݟ能‚’ä½żç”¨—Ĥ„ĤïĵŒ\n" "ċ†™çœŸċ‘½ċĞé€£ç•Ş‚’ä½żç”¨—Ĥ„‚‹ċ ´ċˆĞäżċˆİ§™ïĵށ“‚ރ—‚·ƒ§ƒ³‚’ĉœ‰ċŠıĞ™‚‹¨ïĵŒ\n" "ƒ—ƒ­‚°ƒİƒ ŻRAWŠ‚ˆ³JPEGċ†™çœŸä¸€è‡´ƒš‚˘ĉ¤œċ‡ş‚’èİĤżïĵŒĉ¤œċ‡ş•‚ŒŸċ ´ċˆĞŻïĵŒ\n" "ä¸Ħĉ–ıċ†™çœŸċĞċŒ˜é€£ç•ށŒéİ用•‚Œ™ïĵށ•‚‰ĞïĵŒ“‚Œ‚‰ċ†™çœŸŒ1¤§‚‚‹‹\n" "‚ˆ†Ğé€£ç•ŞŻĉ›´ĉ–°•‚Œ™ïĵŽ

      \n" "

      \n" "ƒ•‚Ħ‚¤ƒĞċ‘½ċĞ¤„Ĥèݳ細ŻïĵŒ‚ރ³ƒİ‚¤ƒ³èŞĴĉ˜Žĉ›¸‚’”èĤ§ •" "„ïĵŽ

      \n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’—ŞŒ‚‰ïĵŒċ†™çœŸ‚„ċ‹•ç”ğ‚’ïĵŒċ¤–部ƒƒĵƒ‰ƒ‰ƒİ‚¤ƒ–‚„ƒƒƒƒˆƒŻƒĵ‚Żċ…ħĉœ‰ç­‰ïĵŒè¤‡ĉ•°ċ ´ĉ‰€Ğ\n" "ƒƒƒ‚Ż‚˘ƒƒƒ—‚’™‚‹“¨Œ§™ïĵŽƒƒƒ‚Ż‚˘ƒƒƒ—ƒ‡ƒ‚¤‚ıŻè‡Şċ‹•ĉ¤œċ‡ş•›‚‹“¨‚‚§™ŒïĵŒ\n" "ƒƒƒ‚Ż‚˘ƒƒƒ—ċ ´ĉ‰€‚’ç´°‹ĉŒ‡ċš™‚‹“¨‚‚§™ïĵŽ\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚½ƒĵ‚ı‚„ċ—‘ċ…‚Œċ…ˆïĵŒƒƒƒ‚Ż‚˘ƒƒƒ—ŞİïĵŒƒ—ƒ­‚°ƒİƒ è¨­ċšä¸€éƒ¨Ż‚³ƒžƒ³ƒ‰ƒİ‚¤ƒ³‹‚‰\n" "設ċš™‚‹“¨Œ§™ïĵށ•‚‰ĞïĵŒè¨­ċšŻĉ—˘ċšċ€¤ĞƒŞ‚ğƒƒƒˆ™‚‹“¨Œ§ïĵŒ‚­ƒ£ƒƒ‚·ƒ‚„記ĉ†ĥ•‚Œ\n" "Ĥ„‚‹ƒ•‚Ħ‚¤ƒĞ‚’ĉĥˆċŽğ™‚‹“¨‚‚§™ïĵŽ \n" " " #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "ċ¤„0.4版‹‚‰‚‚ƒ—ƒ­‚°ƒİƒ è¨­ċš‚’èŞ­żèĵ‚€“¨Œ§™ïĵŽ" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" "\n" "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ĞŻïĵŒ3¤ċž‹‚­ƒ£ƒƒ‚·ƒŒ‚‚Ё™ïĵš\n" "
        \n" "
      1. ‚µƒ ƒ‚¤ƒĞ ‚­ƒ£ƒƒ‚·ƒŻïĵŒ‚ЃĦƒİ‚„ƒĦƒ˘ƒŞ‚Ѓĵƒ‰Şİƒ‡ƒ‚¤‚ı‹‚‰ƒ•‚Ħ‚¤ƒĞ‚µƒ ƒ‚¤ƒĞ‚’\n" "保çĦ™‚‹“¨‚’ċ”Żä¸€ç›çš„¨—Ĥ„™ïĵŽ
      2. \n" "
      3. ‚ЃĦƒİ‹‚‰ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—Ÿƒ•‚Ħ‚¤ƒĞä¸€ĉ™‚‚­ƒ£ƒƒ‚·ƒŻïĵŒċ†™çœŸç”¨¨ċ‹•ç”ğ用Ğ一¤š¤ïĵŒ\n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċ—‘ċ…‚Œċ…ˆä¸€ĉ™‚‚µƒ–ƒ•‚݃Ѓ€Ğ設‘‚‰‚ŒĤ„™ïĵŽ
      4. \n" "
      5. ƒ‡‚ı‚Żƒˆƒƒƒ— ‚µƒ ƒ‚¤ƒĞŻïĵŒRAWŠ‚ˆ³TIFFċ†™çœŸŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚Œ‚‹¨ïĵŒéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€Œ\n" "‚µƒ ƒ‚¤ƒĞ‚’保çĦ™‚‹ċ ´ĉ‰€§™ïĵŽGnome Files‚ˆ†Şƒ•‚Ħ‚¤ƒĞƒ–ƒİ‚Ĥ‚ĥ‚‚“‚­ƒ£ƒƒ‚·ƒ‚’ä½żç”¨—™§ïĵŒ\n" "“§‚‚“‚Œ‚‰ƒ•‚Ħ‚¤ƒĞ‚µƒ ƒ‚¤ƒĞŒèĦ¨ç¤ş•‚Œ‚‹‚ˆ†ĞŞ‚Ё™ïĵŽ\n" "
      6. \n" "
      \n" "“‚Œ‚‰‚­ƒ£ƒƒ‚·ƒ¨ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ƒ‘ƒ•‚݃ĵƒžƒ³‚ıĞ¤„Ĥèݳ細ŻïĵŒ‚ރ³ƒİ‚¤ƒ³èŞĴĉ˜Žĉ›¸‚’”èĤ§ •" "„ïĵŽ\n" " " #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "äğŠĉ—èħ†çŸè­˜" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "”ċ­˜çŸ§—Ÿ‹ïĵŸ" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "äğŠĉ—èħ†çŸè­˜‚’èµ·ċ‹•ĉ™‚ĞèĦ¨ç¤ş" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "ĉĴĦ¸(&N)" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "ċ‰¸(&P)" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/秒" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "ĉ•°ç§’" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 秒" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d 秒" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 ċˆ†" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d ċˆ†" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 ĉ™‚é–“" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d ĉ™‚é–“" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 ĉ—" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d ĉ—" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "ïĵ‘ ċˆ† ïĵ‘ 秒" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 ċˆ† %d 秒" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d ċˆ† 1 秒" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d ċˆ† %(seconds)d 秒" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "ïĵ‘ ĉ™‚é–“ ïĵ‘ ċˆ†" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 ĉ™‚é–“ %d ċˆ†" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d ĉ™‚é–“ ïĵ‘ ċˆ†" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d ĉ™‚é–“ %(minutes)d ċˆ†" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "ïĵ‘ ĉ— ïĵ‘ ĉ™‚é–“" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "ïĵ‘ ĉ— %d ĉ™‚é–“" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d ĉ— ïĵ‘ ĉ™‚é–“" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d ĉ— %(hours)d ĉ™‚é–“" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "ĉ¤œç´˘" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "‚¨ƒİƒĵƒŞƒƒĵƒˆ ƒĵ éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "ƒŞƒƒĵƒˆ‚’ĉ¤œç´˘" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "“èޞċŒċ‰Ğä½żç”¨•‚ŒĤ„‚‹ċ ´ĉ‰€‚’ĉ¤œç´˘" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "èŞžċĉĴĦä½żç”¨ä½ç½‚’ĉ¤œç´˘" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "™ıĤċĵ·èŞżèĦ¨ç¤ş(&H)" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "“èޞċ‚’™ıĤċĵ·èŞżèĦ¨ç¤ş" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "ċ¤§ċ°ĉ–‡ċ­—‚’ċŒşċˆ(&M)" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "ċ¤§ċ°ĉ–‡ċ­—‚’ċŒşċˆ—Ĥĉ¤œç´˘" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "ċ˜èޞċ…¨ä½“(&W)" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "ċ˜èޞċ…¨ä½“ż‚’ĉ¤œç´˘" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "ĉĥˆċŽğ" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "èŞžċŒèĤ‹¤‹‚Ё›‚“§—Ÿ" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "ĉ¤œç´˘ċœĉ­˘..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€Ğċ•éĦŒ" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" "Rapid Photo Downloader§ċ•éĦŒŒç™şç”Ÿ——Ÿ€‚

      \n" " {website}§ċ•éĦŒ‚’ċ ħċ‘Ё—Ĥ •„€‚

      \n" " ƒ‚°ƒĴƒƒĵƒˆĞŻ€ƒ—ƒ­‚°ƒİƒ ƒ­‚°ƒ•‚Ħ‚¤ƒĞ‚’ĉ·ğä𘁗Ĥ •„€‚ƒ‚°ƒĴƒƒĵƒˆĞŻ€\n" " {log_file}‚’ċĞ‚‚‹“¨Œċż…é ˆ§™Œ€ä𖁃­‚°ƒ•‚Ħ‚¤ƒĞ‚‚ĉ·ğä𘁙‚‹“¨Œĉœ‰ċŠıŞ“¨Œ\n" " ‚‚Ё™€‚

      \n" " ċŻèƒ½Ş‚‰°€ƒ—ƒ­‚°ƒİƒ è¨­ċšƒ•‚Ħ‚¤ƒĞ\n" " {config_file}‚‚ĉ·ğä𘁗Ĥ •„€‚

      \n" " ““‚’‚ŻƒŞƒƒ‚݁™‚Œ°ƒ­‚°ƒ‡‚£ƒĴ‚ŻƒˆƒŞŒé–‹™€‚Ÿ\n" " ““‚’‚ŻƒŞƒƒ‚݁™‚Œ°è¨­ċšƒ‡‚£ƒĴ‚ŻƒˆƒŞŒé–‹™€‚

      \n" " ƒ—ƒ­‚°ƒİƒ ‚’終了™‚‹ċ‰ĞċŒ˜ċ•éĦŒŒċ†ċşĤ発生™‚‹ċ ´ċˆĞŻ€“‚ŒŒé–˘é€£™‚‹ĉœ€ċŒé€šçŸĞŞ‚Ё™€‚\n" " " #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€Ğċ•éĦŒŒç™şç”Ÿ——Ÿ\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "ċ•éĦŒ‚’{website}Ğċ ħċ‘Ё—Ĥ •„ïĵŽ\n" "\n" " éš›ïĵŒ{log_path}Ğ‚‚‹ƒ­‚°ƒ•‚Ħ‚¤ƒĞ‚’ƒ‚°ƒĴƒƒĵƒˆĞĉ·ğä𘁗Ĥ •„ïĵŽ\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "ƒ•‚Ħ‚¤ƒĞƒ–ƒİ‚Ĥ‚ĥ§é–‹..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "ƒ•‚Ħ‚¤ƒĞ ‚·‚ıƒ†ƒ " #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "äğ–..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (ƒ‘‚ıŒċ­˜ċœ¨—›‚“)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "ĉ—ĉ™‚" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "ĉ–‡ċ­—ċˆ—" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "ƒ•‚Ħ‚¤ƒĞċ" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "ƒĦ‚żƒ‡ƒĵ‚ż" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "é€£ç•Ş" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "ç”ğċƒĉ—äğ˜" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "ċ‹•ç”ğĉ—äğ˜" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "äğŠĉ—" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ—ĉ™‚" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "ƒ•‚Ħ‚¤ƒĞċ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "ĉ‹Ħċĵµċ­" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "ç”ğċƒç•Şċ·" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "ċ‹•ç”ğ番ċ·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "絞‚Š" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "露ċ‡şĉ™‚é–“" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "ç„Ĥç‚ıè·é›˘" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "ċ†™çœŸĉİŸƒĦƒĵ‚Ѓĵ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "ċ†™çœŸĉİŸċž‹ċĵ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "‚·ƒŞ‚˘ƒĞ番ċ·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "‚·ƒ£ƒƒ‚żƒĵĉ•°" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "ƒ•‚Ħ‚¤ƒĞ番ċ·" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "ƒ•‚݃Ѓ€ż" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "‚ރĵƒŠƒĵċ" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "‚³ƒĵƒ‡ƒƒ‚Ż" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "ĉ¨Şċı…" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "ç¸Ĥċı…" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "長•" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "ĉŻŽç§’ƒ•ƒĴƒĵƒ ĉ•°" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "‚˘ƒĵƒ†‚£‚ıƒˆ" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "著作ĉ¨İ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "ĉœĴĉ—ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ•°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "‚ğƒƒ‚·ƒ§ƒ³ç•Şċ·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "‚µƒ–ƒ•‚݃Ѓ€ç•Şċ·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "保ċ­˜ç•Şċ·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "‚˘ƒĞƒ•‚Ħƒ™ƒƒƒˆċˆ—" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "ċ…¨ĉĦ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 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:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "ċ¤§ĉ–‡ċ­—" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "ċ°ĉ–‡ċ­—" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "1ĉĦ" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "2ĉĦ" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "3ĉĦ" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "4ĉĦ" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "5ĉĦ" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "6ĉĦ" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "秒ĉœŞĉş€" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "YYYYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "YYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "ĉœˆ(ċŒċ…¨ċ)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "ĉœˆ(短ç¸ċ)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "ĉ›œĉ—ïĵˆċŒċ…¨ċïĵ‰" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "ĉ›œĉ—ïĵˆçŸ­ç¸ċïĵ‰" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "ĉ—äğ˜" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "ĉ—äğ˜ïĵˆƒ‚¤ƒ•ƒ³ïĵ‰" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "ĉ—äğ˜ïĵˆ‚˘ƒ³ƒ€ƒĵ‚ı‚³‚˘ïĵ‰" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "ĉ—ä𘁨‚¸ƒ§ƒ–‚³ƒĵƒ‰" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "YYYYMM_‚¸ƒ§ƒ–‚³ƒĵƒ‰" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "ĉ—ä𘁨‚¸ƒ§ƒ–‚³ƒĵƒ‰‚µƒ–ƒ•‚݃Ѓ€" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "YYYYMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "ċ…ƒƒ•‚Ħ‚¤ƒĞċ" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "ĉ—äğ˜-ĉ™‚é–“¨äğŠĉ—ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ•°" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "ĉ—ä𘁨äğŠĉ—ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ•°" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "YYYYMMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "ĉ—äğ˜-ĉ™‚é–“¨ç”ğċƒç•Şċ·" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "YYYYMMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "ĉ—äğ˜- ĉ™‚é–“¨‚¸ƒ§ƒ–‚³ƒĵƒ‰" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYYMMDD-HHMM-‚¸ƒ§ƒ–‚³ƒĵƒ‰-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYMMDD-‚¸ƒ§ƒ–‚³ƒĵƒ‰-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "ĉ—äğ˜-ĉ™‚é–“¨ċ‹•ç”ğ番ċ·" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "YYYYMMDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "è§£ċƒċşĤ" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "ĉ–°—„‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’ċ…ċŠ›™‚‹‹€ċħĉ­´‹‚‰é¸ĉŠž—Ĥ •„" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰ŒïĵŒ ‚¸ƒ§ƒ–‚³ƒĵƒ‰Ş„%sĞéİ用•‚Œ™ïĵŽ" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰ŒïĵŒ ‚¸ƒ§ƒ–‚³ƒĵƒ‰Ş„%sĞéİ用•‚Œ™ïĵŽ" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’éİ用—Ĥƒ€‚Ĥƒ³ƒ­ƒĵƒ‰" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "ĉ–°—„‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’ċ…ċŠ›—Ĥ •„" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "ĉ–°èĤ‚¸ƒ§ƒ–‚³ƒĵƒ‰ŻïĵŒİċ†™çœŸƒğċ‹•ç”ğĞ‚‚éİ用•‚Œ›‚“ïĵŽ" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "ĉ–°èĤ‚¸ƒ§ƒ–‚³ƒĵƒ‰ŻïĵŒ%sĞéİ用•‚Œ›‚“ïĵŽ" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "ĉ–°èĤ‚¸ƒ§ƒ–‚³ƒĵƒ‰ŻïĵŒ%sĞéİ用•‚Œ™ïĵŽ" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "ĉ–°èĤ‚¸ƒ§ƒ–‚³ƒĵƒ‰" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰(&J)" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "“é¸ĉŠž‚’記ĉ†ĥ•›‚‹(&R)" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "ĉ–°èĤŸŻĉ—˘ċ­˜‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’éİ用™‚‹ċ†™çœŸƒğċ‹•ç”ğ‚’選ĉŠž—Ĥ •„ïĵŽ" #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "ĉ–°èĤ‚¸ƒ§ƒ–‚³ƒĵƒ‰ŻïĵŒé¸ĉŠž•‚ŒŸċ…¨Ĥċ†™çœŸƒğċ‹•ç”ğĞéİ用•‚Œ™ïĵŽ" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’ä½żç”¨—Ÿ„ċ ´ċˆĞŻïĵŒƒ•‚Ħ‚¤ƒĞċç§°ċ¤‰ĉ›´‚’設ċš—Ÿ‚ŠïĵŒ‚µƒ–ƒ•‚݃Ѓ€ċ‚’設ċš—Ÿ‚Ё—Ĥ •„ïĵŽ" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "ĉœ€ċŒĞä½żç”¨—Ÿé †" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰ĉ•´ċş:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "ĉ˜‡é †" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "降順" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "ĉ–°èĤ(&N)..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "éİ用 (&A)" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "ċ‰Šé™¤(&R)" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "™ıĤċ‰Šé™¤" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "ĉœĴċ½“Ğċ…¨Ĥ‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’ċ‰Šé™¤—™‹ïĵŸ" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "ċ…¨Ĥ‚¸ƒ§ƒ–‚³ƒĵƒ‰‚’ċ‰Šé™¤" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "‚¸ƒ§ƒ–‚³ƒĵƒ‰" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "ĉ–°èĤè¨­ċš‚ı‚­ƒĵƒ ‚’保ċ­˜..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "ċ…¨Ĥè¨­ċš‚ı‚­ƒĵƒ ‚’ċ‰Šé™¤" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "ïĵˆĉ–°èĤè¨­ċš‚ı‚­ƒĵƒ ïĵ‰" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%sïĵˆç·¨é›†ĉ¸ˆżïĵ‰" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "設ċš‚ı‚­ƒĵƒ €Œ%s€‚’ĉ›´ĉ–°" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "ĉ–°èĤè¨­ċš‚ı‚­ƒĵƒ ‚’保ċ­˜ ƒĵ éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "‚ı‚­ƒĵƒ ċïĵš" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "ċ†™çœŸ‚µƒ–ƒ•‚݃Ѓ€ç”Ÿĉˆ‚¨ƒ‡‚£‚ż" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "ċ‹•ç”ğ‚µƒ–ƒ•‚݃Ѓ€ç”Ÿĉˆ‚¨ƒ‡‚£‚ż" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "ċ†™çœŸċç§°ċ¤‰ĉ›´‚¨ƒ‡‚£‚ż" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "ċ‹•ç”ğċç§°ċ¤‰ĉ›´‚¨ƒ‡‚£‚ż" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "è­Ĥċ‘Šïĵš " "ċċ‰‚’ċŒċ…¨Ğ生ĉˆ™‚‹Ğċċˆ†Şƒ‡ƒĵ‚żŒ‚‚Ё›‚“ïĵŽäğ–ċç§°ċ¤‰ĉ›´‚ރ—‚·ƒ§ƒ³‚’ä½żç”¨—Ĥ •„ïĵŽ" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr " %(separator)s ĉ–‡ċ­—ŻïĵŒĉ–°èĤ‚µƒ–ƒ•‚݃Ѓ€ƒĴƒ™ƒĞ‚’生ĉˆ—™ïĵŽ" #: ../raphodo/nameeditor.py:893 #, 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/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "è­Ĥċ‘Šïĵš " "ĉŽ’äğ–çš„Şƒ•‚Ħ‚¤ƒĞċŒç”Ÿĉˆ•‚ŒŞ„ċŻèƒ½ĉ€§Œ‚‚Ё™ïĵŽé€£ç•ށċ€¤‚’ä½żç”¨—Ĥƒ•‚Ħ‚¤ƒĞċ‚’ĉŽ’äğ–çš„Ş‚‚Ğ—Ĥ •„ïĵŽ" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "‚ı‚­ƒĵƒ ïĵš" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "‚ރ³ƒİ‚¤ƒ³§ƒ˜ƒĞƒ—‚’ċ—‚‹..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "ĉŒżċ…" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "‚ı‚­ƒĵƒ ‚’保ċ­˜ ƒĵ éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "ĉ–°èĤè¨­ċš‚ı‚­ƒĵƒ ‚’保ċ­˜" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "ĉ–°—„ƒƒĵ‚¸ƒ§ƒ³‚’確èލ—Ĥ„™..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "ĉœ€ĉ–°ƒƒĵ‚¸ƒ§ƒ³‚’ċŸèĦŒ—Ĥ„™ïĵŽ" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "ĉ›´ĉ–°‚µƒĵƒ¸ĉŽçĥšĞċ¤ħĉ•———ŸïĵŽ" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ĉ–°—„ƒƒĵ‚¸ƒ§ƒ³ïĵˆ%sïĵ‰Œ‚‚Ё™ïĵŽ" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "ĉ–°—„ƒƒĵ‚¸ƒ§ƒ³‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—™‹ïĵŸ" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "ĉ–°—„ƒŞƒŞƒĵ‚ıċ¤‰ĉ›´ç‚ıŻïĵŒ“Ħ‚‰§”èĤ§ĞŞ‚Œ™ïĵŽ" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "“ƒŞƒŞƒĵ‚ıŻç„ĦèĤ–(&S)" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ƒšƒĵ‚¸‚’é–‹(&O)" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ĉ›´ĉ–°" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(total)s 中 %(downloaded)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ä¸­..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "設ċš" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "è‡Şċ‹•ċŒ–" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "‚µƒ ƒ‚¤ƒĞ" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "‚¨ƒİƒĵċ‡Ĥ理" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "è­Ĥċ‘Š" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "çµħċˆ" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "äğ–" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "‚ı‚­ƒ£ƒ³ä¸­ƒ‡ƒ‚¤‚ı" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "ċ¤–部ƒ‡ƒ‚¤‚ıż‚ı‚­ƒ£ƒ³™‚‹" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "ƒ‡ƒ‚¤‚ı上ç‰ıċšƒ•‚݃Ѓ€żèµ°ĉŸğ" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "èµ°ĉŸğċŻèħĦƒ•‚݃Ѓ€ïĵš" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "ƒ‡ƒ‚¤‚ıƒ•‚Ħ‚¤ƒĞ‚·‚ıƒ†ƒ ƒ™ƒĵ‚ıƒĴƒ™ƒĞ§ċ†™çœŸ‚„ċ‹•ç”ğ‚’èµ°ĉŸğ™‚‹ƒ•‚݃Ѓ€" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "èż½ċŠ ..." #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "ċ‰Šé™¤" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "è‡Şċ‹•çš„Ğç„ĦèĤ–™‚‹‹ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹‹è¨­ċš•‚ŒŸƒ‡ƒ‚¤‚ı" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "記ĉ†ĥ•‚ŒĤ„‚‹ƒ‡ƒ‚¤‚ı" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "è‡Şċ‹•çš„Ğç„ĦèĤ–—Ÿ‚Šƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—Ÿ‚Ё™‚‹ƒ‡ƒ‚¤‚ıƒŞ‚ıƒˆ‹‚‰ƒ‡ƒ‚¤‚ı‚’ċ‰Šé™¤—™ïĵŽ" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "ċŻèħĦċ¤–ƒ‘‚ı" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "ċ†™çœŸ‚„ċ‹•ç”ğ‚ı‚­ƒ£ƒ³‚’èĦŒ‚Ş„ƒ‘‚ıĉœ€ċŒéƒ¨ċˆ†" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "ċŻèħĦċ¤–ƒ‘‚ıƒŞ‚ıƒˆ‚’ĉĥˆċŽğ—™ïĵŽ\n" "\n" "“è¨­ċš‚’ċ¤‰ĉ›´™‚‹¨ïĵŒċ…¨Ĥƒ‡ƒ‚¤‚ıŒċ†ċşĤ‚ı‚­ƒ£ƒ³•‚Œ™ïĵŽ" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "python‚ı‚ż‚¤ƒĞĉ­£èĤèĦ¨ç‚’ä½żç”¨" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* ƒ—ƒ­‚°ƒİƒ ‚’ċ†èµ·ċ‹•ċŒĉœ‰ċŠı¨Ş‚Ё™" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "ƒ—ƒ­‚°ƒİƒ è‡Şċ‹•ċŒ–" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "ƒ—ƒ­‚°ƒİƒ é–‹ċ§‹¨¨‚‚Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰é–‹ċ§‹" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "ƒ‡ƒ‚¤‚ıĉŒżċ…¨¨‚‚Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰é–‹ċ§‹" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċŒäş†ĉ™‚Ğƒ‡ƒ‚¤‚ı‚’‚˘ƒ³ƒž‚Ĥƒ³ƒˆïĵˆċ–‚Šċ‡ş™ïĵ‰" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċŒäş†¨¨‚‚Ğƒ—ƒ­‚°ƒİƒ ‚’終了" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰Ğè­Ĥċ‘Š‚„‚¨ƒİƒĵŒ‚£Ÿċ ´ċˆ§‚‚ƒ—ƒ­‚°ƒİƒ ‚’終了" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "‚µƒ ƒ‚¤ƒĞç”Ÿĉˆ" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "‚µƒ ƒ‚¤ƒĞ‚’生ĉˆ" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "ƒ—ƒ­‚°ƒİƒ ƒĦ‚¤ƒ³‚Ĥ‚£ƒ³ƒ‰‚ĤĞèĦ¨ç¤ş™‚‹‚µƒ ƒ‚¤ƒĞ‚’生ĉˆ—™" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "‚µƒ ƒ‚¤ƒĞ‚’‚­ƒ£ƒƒ‚·ƒ™‚‹" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "ƒ—ƒ­‚°ƒİƒ ƒĦ‚¤ƒ³‚Ĥ‚£ƒ³ƒ‰‚ĤĞèĦ¨ç¤ş•‚Œ‚‹‚µƒ ƒ‚¤ƒĞ‚’ïĵŒéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ċ›şĉœ‰‚µƒ ƒ‚¤ƒĞ‚­ƒ£ƒƒ‚·ƒĞ保ċ­˜™‚‹" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "‚·‚ıƒ†ƒ ‚µƒ ƒ‚¤ƒĞ‚’生ĉˆ" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ä¸­ĞïĵŒƒ‡‚ı‚Żƒˆƒƒƒ—ƒ•‚Ħ‚¤ƒĞƒžƒƒĵ‚¸ƒ£ç­‰Ğä½żç”¨ċŻèƒ½Ş‚µƒ ƒ‚¤ƒĞ‚’保ċ­˜™‚‹" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "‚µƒ ƒ‚¤ƒĞ‚’生ĉˆ™‚‹Ğä½żç”¨™‚‹CPU‚³‚˘ĉ•°" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "CPU‚³‚˘ïĵš" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "‚µƒ ƒ‚¤ƒĞ‚­ƒ£ƒƒ‚·ƒ" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "計ç—中..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "ĉ—" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "ĉ°¸äı…Ğ" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "‚­ƒ£ƒƒ‚·ƒċı量ïĵš" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "‚µƒ ƒ‚¤ƒĞĉ•°ïĵš" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "ƒ‡ƒĵ‚żƒ™ƒĵ‚ıċı量ïĵš" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "‚˘‚Ż‚ğ‚ıŞ„‚µƒ ƒƒĵƒĞ‚­ƒ£ƒƒ‚·ƒäżĉŒĉœŸé–“ïĵš" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "‚­ƒ£ƒƒ‚·ƒ‚’ċ‰Šé™¤..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "‚­ƒ£ƒƒ‚·ƒĉœ€éİċŒ–..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’‚ı‚­ƒƒƒ—" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "ƒ•‚Ħ‚¤ƒĞ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰›šïĵŒ‚¨ƒİƒĵƒĦƒƒ‚ğƒĵ‚¸‚’èĦ¨ç¤ş™‚‹" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "重複—Ş„è­˜ċˆċ­‚’èż½è¨˜" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "ƒ•‚Ħ‚¤ƒĞĉ‹Ħċĵµċ­ç›´ċ‰ïĵŒƒ•‚Ħ‚¤ƒĞċçµ‚‚‚ЁĞ_1‚„_2‚ˆ†Şè­˜ċˆċ­‚’èż½ċŠ —™ïĵŽ" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "上ĉ›¸" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "ċ‰ċ›žƒƒƒ‚Ż‚˘ƒƒƒ—ƒ•‚Ħ‚¤ƒĞ‚’上ĉ›¸—™" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "‚ı‚­ƒƒƒ—" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—ƒ•‚Ħ‚¤ƒĞ‚’上ĉ›¸—Ş„§ïĵŒ‚¨ƒİƒĵƒĦƒƒ‚ğƒĵ‚¸‚’èĦ¨ç¤ş—™" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "ƒ—ƒ­‚°ƒİƒ è­Ĥċ‘Š" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "è­Ĥċ‘Š‚’発™‚‹‚ħƒĵ‚ıïĵš" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "çċœ¨èĦ¨ç¤ş•‚ŒĤ„Ş„ƒ•‚Ħ‚¤ƒĞ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ä¸­" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "ƒĦ‚¤ƒ³‚Ĥ‚£ƒ³ƒ‰‚ĤĞèĦ¨ç¤ş•‚ŒĤ„Ş„ƒ•‚Ħ‚¤ƒĞ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—‚ˆ†¨™‚‹¨ĞŻè­Ĥċ‘Ё—™ïĵŽ" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—ċ…ˆŒŞ„" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "ƒ•‚Ħ‚¤ƒĞ‚’ƒƒƒ‚Ż‚˘ƒƒƒ—§Ş„ĉ™‚ïĵŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰é–‹ċ§‹ċ‰Ğè­Ĥċ‘Ё™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "ƒ—ƒ­‚°ƒİƒ ƒİ‚¤ƒ–ƒİƒŞŒèĤ‹ċ½“Ÿ‚‰Ş„‹ç ´ĉ—Ĥ„‚‹" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€Œä½żç”¨—Ĥ„‚‹‚½ƒ•ƒˆ‚Ĥ‚§‚˘ƒİ‚¤ƒ–ƒİƒŞŒïĵŒŞ‹£Ÿ‚Šĉݟ能—Ĥ„Ş‹£Ÿ‚Ё—Ÿċ ´ċˆĞŻè­Ĥċ‘Ё™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "ƒ•‚Ħ‚¤ƒĞ‚·‚ıƒ†ƒ ƒĦ‚żƒ‡ƒĵ‚ż‚’設ċš™‚‹“¨Œ§›‚“" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "ƒ•‚Ħ‚¤ƒĞ‚·‚ıƒ†ƒ äżĉ­£ĉ—ĉ™‚ŞİïĵŒƒ•‚Ħ‚¤ƒĞ‚·‚ıƒ†ƒ ƒĦ‚żƒ‡ƒĵ‚ż‚’設ċš™‚‹éš›ĞïĵŒ‚¨ƒİƒĵŒç™şç”Ÿ—Ÿċ ´ċˆĞŻè­Ĥċ‘Ё™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "非ċ–ĉ‰ħƒ•‚Ħ‚¤ƒĞĞ遭遇" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "ƒ‡ƒ‚¤‚ı‚„“‚³ƒ³ƒ”ƒƒĵ‚ż‚’ĉ“ä½œ—ĤïĵŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċŻèħĦ¨Ş‚‰Ş„èލ識不ċŻèƒ½Şƒ•‚Ħ‚¤ƒĞŒ‚£Ÿċ ´ċˆïĵŒè­Ĥċ‘Ё™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "“‚Œ‚‰ĉ‹Ħċĵµċ­ƒ•‚Ħ‚¤ƒĞĞ¤„ĤŻċ–‚Šĉ‰ħ£Ĥ„ŞĤ‚‚è­Ĥċ‘Ё—Ş„ïĵš" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "ƒ•‚Ħ‚¤ƒĞĉ‹Ħċĵµċ­Żċ¤§ċ°ĉ–‡ċ­—‚’ċŒşċˆ›šïĵŒċ‰ç½•‚Œ‚‹ƒ‰ƒƒƒˆŻċĞ‚‚‹ċż…èĤŻ‚‚Ё›‚“ïĵŽ" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "èż½ċŠ " #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "è­Ĥċ‘Š‚’発—Ş„非ċ–ĉ‰ħƒ•‚Ħ‚¤ƒĞċž‹ƒŞ‚ıƒˆĞƒ•‚Ħ‚¤ƒĞĉ‹Ħċĵµċ­‚’èż½ċŠ ™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "è­Ĥċ‘Š‚’発—Ş„非ċ–ĉ‰ħƒ•‚Ħ‚¤ƒĞċž‹ƒŞ‚ıƒˆ‹‚‰ƒ•‚Ħ‚¤ƒĞĉ‹Ħċĵµċ­‚’ċ‰Šé™¤™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "è­Ĥċ‘Š‚’発—Ş„非ċ–ĉ‰ħƒ•‚Ħ‚¤ƒĞċž‹ƒŞ‚ıƒˆ‚’ĉĥˆċŽğ™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "ċ†™çœŸ¨ċ‹•ç”ğçµħċˆ" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "ƒ‡ƒ‚¤‚ıŠ‚ˆ³ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĞŸŒ‚‹ƒ•‚Ħ‚¤ƒĞçµħċˆ" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "ċŻċżœ™‚‹RAWƒ•‚Ħ‚¤ƒĞ¨JPEGƒ•‚Ħ‚¤ƒĞċ–ĉ‰ħïĵš" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "1ĉžšċ†™çœŸ" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "2ĉžšċ†™çœŸ" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "一致™‚‹RAWŠ‚ˆ³JPEGċ†™çœŸ‚’一¤ċ†™çœŸ¨—ĤèĦ¨ç¤ş—ïĵŒƒžƒĵ‚݁•‚ŒŸċ ´ċˆĞŻä¸Ħĉ–ı¨‚‚ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "一致™‚‹RAWŠ‚ˆ³JPEGċ†™çœŸ‚’ċˆ€…äşŒ¤ċ†™çœŸ¨—ĤèĦ¨ç¤ş™‚‹ïĵށ“¨Ğ関‚‚‰šïĵŒ“‚Œ‚‰é€£ç•Ş‚’ċŒĉœŸ™‚‹“¨ŻċŻèƒ½§™ïĵŽ" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "一致™‚‹RAWŠ‚ˆ³JPEGċ†™çœŸ¨¨‚‚Ğïĵš" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "JPEG‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ç”¨Ğƒžƒĵ‚݁—Ş„" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "RAW‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ç”¨Ğƒžƒĵ‚݁—Ş„" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "ä¸Ħĉ–ı¨‚‚ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ç”¨Ğƒžƒĵ‚݁™‚‹" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "一致™‚‹RAWŠ‚ˆ³JPEGċ†™çœŸŒĉ¤œċ‡ş•‚ŒŸċ ´ċˆïĵŒä¸Ħĉ–ı‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċŻèħĦ¨—Ĥè‡Şċ‹•çš„Ğƒžƒĵ‚݁—™ïĵŽ" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "ƒ•‚Ħ‚¤ƒĞçµħċˆ‚’ç„ĦċŠıĞ—Ÿċ ´ċˆĞïĵŒçµ‚了—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ŒèĦ¨ç¤ş•‚ŒŸïĵŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ƒ‡ƒ‚¤‚ıŒĉŒżċ…•‚ŒŸ¨ïĵŒİ†™‚‹‹é¸ĉŠž—Ĥ •„ïĵš" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "終了—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ŒèĦ¨ç¤ş•‚ŒŸïĵŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ƒ‡ƒ‚¤‚ıŒĉŒżċ…•‚ŒŸ¨ïĵš" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "ċŒäş†—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’ĉĥˆċŽğ" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "ċŒäş†—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰èĦ¨ç¤ş‚’çĥ­ĉŒ" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "İ†™‚‹‹ƒ—ƒ­ƒ³ƒ—ƒˆ‚’èĦ¨ç¤ş" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "ĉ–°—„ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ƒ‡ƒ‚¤‚ıŒĉŒżċ…•‚ŒŸéš›ïĵŒċŒäş†ċˆ†ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰èĦ¨ç¤ş‚’è‡Şċ‹•çš„ĞĉĥˆċŽğ™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "ĉ–°—„ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ƒ‡ƒ‚¤‚ıŒĉŒżċ…•‚ŒŸéš›ïĵŒċŒäş†ċˆ†ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰èĦ¨ç¤ş‚’çĥ­ĉŒ™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "ĉ–°—„ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ƒ‡ƒ‚¤‚ıŒĉŒżċ…•‚ŒŸéš›ïĵŒċŒäş†ċˆ†ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰èĦ¨ç¤ş‚’ĉĥˆċŽğ™‚‹‹çĥ­ĉŒ™‚‹‹é¸ĉŠž‚’èĦ¨ç¤ş™‚‹ïĵŽ" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "ƒƒĵ‚¸ƒ§ƒ³ƒ‚§ƒƒ‚Ż" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "èµ·ċ‹•ĉ™‚Ğĉ–°—„ƒƒĵ‚¸ƒ§ƒ³‚’ƒ‚§ƒƒ‚Ż" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "ƒ—ƒ­‚°ƒİƒ ‚’èµ·ċ‹•™‚‹Ÿ³ĞïĵŒĉ–°—„ƒƒĵ‚¸ƒ§ƒ³ŒŞ„‹ƒ‚§ƒƒ‚݁—™ïĵŽ" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "開発ƒŞƒŞƒĵ‚ı‚’ċĞ‚€" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "ƒ—ƒ­‚°ƒİƒ ĉ–°—„ƒƒĵ‚¸ƒ§ƒ³‚’ƒ‚§ƒƒ‚݁™‚‹éš›ïĵŒ‚˘ƒĞƒ•‚Ħ版ƒğƒ™ƒĵ‚żç‰ˆŞİé–‹ç™şƒŞƒŞƒĵ‚ı‚‚ċĞ‚‚‹ïĵŽ\n" "\n" "開発版‚’ċŸèĦŒä¸­§‚‚Œ°ïĵŒ“‚Œ‚‰Żċ¸¸Ğƒ‚§ƒƒ‚݁•‚Œ™ïĵŽ" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "MTPƒ‡ƒ‚¤‚ı上DNGĉ—ĉ™‚ƒĦ‚żƒ‡ƒĵ‚żŻç„ĦèĤ–" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "%sĉ—˘ċšè¨­ċšċ€¤Ğĉˆğ™" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "‚µƒ ƒ‚¤ƒĞ‚­ƒ£ƒƒ‚·ƒ‚’ĉĥˆċŽğ—™‹ïĵŸ‚­ƒ£ƒƒ‚·ƒŻïĵŒĉĴĦċ›žƒ—ƒ­‚°ƒİƒ ‚’èµ·ċ‹•—Ÿéš›ĞĉĥˆċŽğ•‚Œ™ïĵŽ" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "‚µƒ ƒ‚¤ƒĞ‚­ƒ£ƒƒ‚·ƒ‚’ĉĥˆċŽğ" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "‚µƒ ƒ‚¤ƒĞ‚­ƒ£ƒƒ‚·ƒ‚’ĉœ€éİċŒ–—™‹ïĵŸ‚­ƒ£ƒƒ‚·ƒŻïĵŒĉĴĦċ›žƒ—ƒ­‚°ƒİƒ ‚’èµ·ċ‹•—Ÿéš›Ğĉœ€éİċŒ–•‚Œ™ïĵŽ" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "‚µƒ ƒ‚¤ƒĞ‚­ƒ£ƒƒ‚·ƒ‚’ĉœ€éİċŒ–" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "èµ°ĉŸğ™‚‹ƒ•‚݃Ѓ€‚’ċ…ċŠ›" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "ċ†™çœŸ¨ċ‹•ç”ğèµ°ĉŸğċŻèħĦ¨Ş‚‹ƒ•‚݃Ѓ€‚’ĉŒ‡ċš" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "ƒ•‚݃Ѓ€ïĵš" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "ċŻèħĦċ¤–ƒ‘‚ı‚’ċ…ċŠ›—Ĥ •„" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "ċ†™çœŸ‚„ċ‹•ç”ğ‚ı‚­ƒ£ƒ³§ĉ¤œç´˘•‚ŒŞ„ƒ‘‚ı‚’ĉŒ‡ċš—Ĥ •„" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "ƒ‘‚ı:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "ƒ•‚Ħ‚¤ƒĞĉ‹Ħċĵµċ­‚’ċ…ċŠ›—Ĥ •„" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "ƒ•‚Ħ‚¤ƒĞĉ‹Ħċĵµċ­‚’ĉŒ‡ċš—Ĥ •„ïĵˆĉœ€ċˆƒ”ƒŞ‚ރ‰Żé™¤ïĵ‰" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "ĉ‹Ħċĵµċ­:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "ƒ•‚Ħ‚¤ƒĞĉ‹Ħċĵµċ­Œç„ĦċŠı§™" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "結ċİšċĵ" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "èŞ•ç”Ÿĉ—" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "‚µƒ–ƒ•‚݃Ѓ€è¨­ċšŻ%s‹‚‰ċ§‹£ĤŻŞ‚Ё›‚“" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "‚µƒ–ƒ•‚݃Ѓ€è¨­ċšŻ%s§çµ‚‚£ĤŻŞ‚Ё›‚“" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "‚µƒ–ƒ•‚݃Ѓ€è¨­ċš§Ż€2¤%sŒé€£çĥš—Ĥċ…£Ĥ„ĤŻŞ‚Ё›‚“" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "‚¨ƒİƒĵïĵš%(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "‚¨ƒİƒĵïĵš%s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2‚¨ƒİƒĵïĵš%s" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "Š‚‰ä𖁃—ƒ­‚°ƒİƒ Œä½żç”¨ä¸­Ÿ‚ïĵŒ‚ЃĦƒİ‚’ċˆĉœŸċŒ–§›‚“ïĵŽ‚³ƒ”ƒĵ•‚ŒŸƒ•‚Ħ‚¤ƒĞŻ‚‚Ё›‚“ïĵŽ" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "ƒ‡‚£ƒĴ‚ŻƒˆƒŞƒĵ %s ‚’èŞ­żèĵ‚›‚“" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "%s‹‚‰äżĉ­£ĉ—ĉ™‚‚„‚µ‚¤‚şĞ‚˘‚Ż‚ğ‚ı§›‚“" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "ƒ•‚Ħ‚¤ƒĞ%s‚’èŞ­żèĵ‚€“¨Œ§›‚“§—Ÿ" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "ƒ•‚Ħ‚¤ƒĞ%sĞĉ›¸èĵ‚€“¨Œ§›‚“§—Ÿ" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "ƒ•‚Ħ‚¤ƒĞ%s‚’ç§ğċ‹•™‚‹“¨Œ§›‚“§—Ÿ" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "ƒ•‚Ħ‚¤ƒĞ%s‚’ċ‰Šé™¤§›‚“§—Ÿ" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "ƒ•‚Ħ‚¤ƒĞ%s‚’‚³ƒ”ƒĵ™‚‹“¨Œ§›‚“§—Ÿ" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "ƒ•‚Ħ‚¤ƒĞ%sŻċ¤§•Œ0Ş§ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—›‚“" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "%sƒ•‚Ħ‚¤ƒĞ‚·‚ıƒ†ƒ ä¸Šäżĉ­£ĉ™‚ċˆğ‚’矂‹“¨Œ§›‚“§—Ÿ" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "%s‹‚‰ƒĦ‚żƒ‡ƒĵ‚ż‚’èŞ­żèĵ‚›‚“§—Ÿ" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "%(name)s‹‚‰ƒĦ‚żƒ‡ƒĵ‚ż‚’èŞ­żèĵ‚›‚“§—ŸïĵŽ%(filetype)sŻƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚Œ›‚“§—ŸïĵŽ" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)sŻ™§Ğċ­˜ċœ¨—™ïĵŽ" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "%(filetype)s %(source)sŻ%(device)s‹‚‰ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚ŒŸ‚‚§™ïĵŽ" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "ƒ•‚Ħ‚¤ƒĞċĞ非重複識ċˆċ­€Œ%s€Œèż½ċŠ •‚Œ—ŸïĵŽ" #: ../raphodo/problemnotification.py:343 #, 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:358 #, 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:379 #, 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:395 #, 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:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" 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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)sƒĦ‚żƒ‡ƒĵ‚żŒ‚‚Ё›‚“€‚" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "ċ³è¨˜ƒĦ‚żƒ‡ƒĵ‚żŒ‚‚Ё›‚“ïĵš%s" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "ĉ—ĉ™‚ċ¤‰ĉ›Ğċ¤ħĉ•———Ÿïĵš%s" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "ĉœ‰ċŠıŞĉ—ĉ™‚ƒĦ‚żƒ‡ƒĵ‚ż‚’ĉнċ‡ş§Ş‹£Ÿ‹ïĵŒŸŻƒ•‚Ħ‚¤ƒĞäżĉ­£ĉ™‚é–“‚’確ċš™‚‹“¨Œ§›‚“§—ŸïĵŽ" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "ƒ•‚Ħ‚¤ƒĞċĞĉ‹Ħċĵµċ­Œ‚‚Ё›‚“€‚" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "ƒ•‚Ħ‚¤ƒĞċĞŻĉ•°ċ­—èĤç´ Œ‚‚Ё›‚“€‚" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "‚³ƒ³ƒƒĵƒƒ³ƒˆ%(component)sç”Ÿĉˆĉ™‚Ğ‚¨ƒİƒĵŒç™şç”Ÿ——ŸïĵŽ‚¨ƒİƒĵïĵš%(error)s" #: ../raphodo/problemnotification.py:559 #, 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:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ ‚µƒ–ƒ•‚݃Ѓ€%s‚’生ĉˆ§›‚“ïĵŽ" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ— ‚µƒ–ƒ•‚݃Ѓ€%s‚’生ĉˆ§›‚“ïĵŽ" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "%s‚’ĉ“ä½œä¸­Ğċ•éĦŒç™şç”Ÿ" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "%s‹‚‰‚³ƒ”ƒĵ中Ğċ•éĦŒç™şç”Ÿ" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "ƒ•‚Ħ‚¤ƒĞċçµ‚了ċ‡Ĥ理¨‚µƒ–ƒ•‚݃Ѓ€ç”Ÿĉˆä¸­Ğċ•éĦŒç™şç”Ÿ" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(year)sċı´%(month)sĉœˆ" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dĉ™‚é–“" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "下‚ıƒİ‚¤ƒ€‚’ä½żç”¨—ĤïĵŒĉ™‚é–“è𸂒ĉ§‹ç݉™‚‹Ğä½żç”¨™‚‹ïĵŒċ„ĉ’ċ½ħ間çµŒéŽĉ™‚é–“‚’èŞżĉ•´—Ĥ •„ïĵŽ" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "ĉ™‚é–“èğ¸ĉ§‹ç݉‚’ċœĉ­˘ä¸­..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "ĉ™‚é–“è𸂒ĉ§‹ç݉䏭.." #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "ĉ™‚é–“èğ¸ċŒĉœŸ¨‚µƒ ƒ‚¤ƒĞ‚ı‚Żƒ­ƒĵƒĞ‚’ċˆ‡ĉ›ż(Ctrl-T)" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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ŒŞ„‚ˆ†§™

      éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ŻïĵŒċ‹•ç”ğŒĉ’‚‰‚ŒŸĉ—ä𘁨ĉ™‚é–“‚’ċ–ċ—™‚‹Ğlibmedi" "ainfo‚’ä½żç”¨—™ïĵށ“‚ŒŒŞĤ‚‚ƒ—ƒ­‚°ƒİƒ ŻċŸèĦŒ§™ŒïĵŒċ°Žċ…™‚‹“¨Œĉލċ¨•‚Œ™ïĵŽ" #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "libmediainfoċ•éĦŒ" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰Ğċ¤ħĉ•———Ÿ" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "™ż›‚“ïĵŒéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ĉ–°—„ƒƒĵ‚¸ƒ§ƒ³‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹Ğċ¤ħĉ•———ŸïĵŽ" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "ĉ–°—„ƒƒĵ‚¸ƒ§ƒ³Œç„Ħ事ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚Œ—ŸïĵŽéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚’終了—ĤïĵŒĉ–°—„ƒƒĵ‚¸ƒ§ƒ³‚’ċ°Žċ…—Ĥè‰Ż„§™‹ïĵŸ" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚’ĉ›´ĉ–°" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "ċ°Žċ…" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "ĉ–°—„ƒƒĵ‚¸ƒ§ƒ³Œäżċ­˜•‚Œ—Ÿ" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "tarƒ•‚Ħ‚¤ƒĞ¨ċ°Žċ…‚ı‚ŻƒŞƒ—ƒˆŻ\n" " %s\n" "Ğ保ċ­˜•‚ŒĤ„™" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "‚˘ƒƒƒ—‚°ƒĴƒĵƒ‰Ğċ¤ħĉ•———Ÿ" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "™ż›‚“ïĵŒ‚¤ƒ³‚ıƒˆƒĵƒİ‚’é–‹éš›Ğ‚¨ƒİƒĵŒç™şç”Ÿ—ŸŸ‚ïĵŒéИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ĉ›´ĉ–°Ğċ¤ħĉ•———ŸïĵŽ" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "ĉ›´ĉ–°(&R)..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "設ċš(&P)" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "終了(&Q)" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "‚¨ƒİƒĵċ ħċ‘Š(&R)" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "終了—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’ċ‰Šé™¤" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "‚ރ³ƒİ‚¤ƒ³§ƒ˜ƒĞƒ—‚’ċ—‚‹..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "äğŠĉ—èħ†çŸè­˜(&T)" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "ċ•éĦŒċ ħċ‘Š..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "ċŻ„ä𘂒™‚‹..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "“‚˘ƒ—ƒŞ‚ħƒĵ‚·ƒ§ƒ³‚’çżğ訳..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "“‚½ƒ•ƒˆ‚Ĥ‚§‚˘Ğ¤„Ĥ(&A)..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "ĉ›´ĉ–°ƒ‚§ƒƒ‚Ż..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "ĉ™‚é–“èğ¸" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċ…ˆ" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "ċç§°ċ¤‰ĉ›´" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "“‚³ƒ³ƒ”ƒƒĵ‚żĞĉŽçĥš—Ĥ„‚‹ƒ‡ƒ‚¤‚ı‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚½ƒĵ‚ı¨—Ĥä½żç”¨™‚‹‹İ†‹‚’ċˆ‡‚Šĉ›żˆ™" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "“‚³ƒ³ƒ”ƒƒĵ‚żä¸Šƒ•‚݃Ѓ€‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚½ƒĵ‚ı¨—Ĥä½żç”¨™‚‹‹İ†‹‚’ċˆ‡‚Šĉ›żˆ™" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "“‚³ƒ³ƒ”ƒƒĵ‚ż" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "‚½ƒĵ‚ıƒ•‚݃Ѓ€‚’選ĉŠž—Ĥ •„" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "予ĉ¸Ĵä½żç”¨ċı量" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċ…ˆƒ•‚݃Ѓ€‚’選ĉŠž—Ĥ •„" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "ċ…¨Ĥ" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "ĉ–°èĤ" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "èĦ¨ç¤ş:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "äżĉ­£ĉ—ĉ™‚" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "ƒ‚§ƒƒ‚ŻçŠĥĉ…‹" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "ƒ•‚Ħ‚¤ƒĞċž‹" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "ƒ‡ƒ‚¤‚ı" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "ĉ•´ċş:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "%(files)s‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċ†é–‹" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "一ĉ™‚ċœĉ­˘" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at
      {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" "{website}§ċ•éĦŒ‚’ċ ħċ‘Ё—Ĥ •„€‚

      \n" " ƒ‚°ƒĴƒƒĵƒˆĞŻ€ƒ—ƒ­‚°ƒİƒ ƒ­‚°ƒ•‚Ħ‚¤ƒĞ‚’ĉ·ğä𘁗Ĥ •„€‚ƒ‚°ƒĴƒƒĵƒˆĞŻ€\n" " {log_file}‚’ċĞ‚‚‹“¨Œċż…é ˆ§™Œ€ä𖁃­‚°ƒ•‚Ħ‚¤ƒĞ‚‚ĉ·ğä𘁙‚‹“¨Œĉœ‰ċŠıŞ“¨Œ\n" " ‚‚Ё™€‚

      \n" " ċŻèƒ½Ş‚‰°€ƒ—ƒ­‚°ƒİƒ è¨­ċšƒ•‚Ħ‚¤ƒĞ\n" " {config_file}‚‚ĉ·ğä𘁗Ĥ •„€‚

      \n" " ““‚’‚ŻƒŞƒƒ‚݁™‚Œ°ƒ­‚°ƒ‡‚£ƒĴ‚ŻƒˆƒŞŒé–‹™€‚Ÿ\n" " ““‚’‚ŻƒŞƒƒ‚݁™‚Œ°è¨­ċšƒ‡‚£ƒĴ‚ŻƒˆƒŞŒé–‹™€‚\n" " " #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€ċ•éĦŒ‚’ċ ħċ‘Ё„Ÿ ‚‚ЁŒ¨†”–„™" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ä¸­Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċ…ˆ‚’ċ¤‰ĉ›´™‚‹“¨Ż§›‚“ïĵŽ" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" "\n" "ċ…¨ƒ•‚Ħ‚¤ƒĞ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—Ĥ„™

      \n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĞŻïĵŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ç”¨Ğƒ‚§ƒƒ‚݁—Ÿċ…¨ƒ•‚Ħ‚¤ƒĞŒċ¸¸ĞċĞ\n" "‚Œ™ïĵށ“‚ŒĞŻïĵŒĉ™‚é–“èğ¸Œä½żç”¨•‚ŒĤ„Ÿ‚Šĉ–°èĤƒ•‚Ħ‚¤ƒĞżŒèĦ¨\n" "示ċŻèħĦ¨Ş£Ĥ„‚‹Ÿ‚ïĵŒçċœ¨èĦ¨ç¤ş•‚ŒĤ„Ş„ƒ•‚Ħ‚¤ƒĞ‚‚ċĞ‚Œ™ïĵŽ

      \n" "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’é–‹ċ§‹—™‹ïĵŸ\n" " " #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "下記ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ƒ•‚݃Ѓ€Żç„ĦċŠı§™:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "下記ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ƒ•‚݃Ѓ€Żç„ĦċŠı§™:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚¨ƒİƒĵ" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’進‚‚‹“¨Œ§›‚“ïĵŽ" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "ċ†™çœŸ" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "ċ‹•ç”ğ" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "ċ†™çœŸ" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "ċ‹•ç”ğ" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—Ğ障ċ³" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — ‚¨%(time_left)sïĵˆ%(speed)sïĵ‰" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)sċ€‹%(filetypes)sŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚Œ—Ÿ" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)sċ€‹%(filetypes)sŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰Ğċ¤ħĉ•———Ÿ" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "è­Ĥċ‘Š" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "ċ…¨ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċŒäş†" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)sƒ€‚Ĥƒ³ƒ­ƒĵƒ‰Ğċ¤ħĉ•———Ÿ" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1‚¨ƒİƒĵ" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d‚¨ƒİƒĵ" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1è­Ĥċ‘Š" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%dè­Ĥċ‘Š" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "%(devices)s‹‚‰%(no_files_and_types)s‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰——Ÿ" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "ƒ•‚Ħ‚¤ƒĞŻƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚Œ›‚“§—Ÿ — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "ƒ•‚Ħ‚¤ƒĞŻƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚Œ›‚“§—Ÿ" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "ƒ—ƒ­‚°ƒİƒ è¨­ċšŒç„ĦċŠı§™" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "ċ†èİĤèĦŒ(&T)" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "“ƒ‡ƒ‚¤‚ıŻç„ĦèĤ–(&I)" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "™ż›‚“ïĵŒ%s‚’èµ°ĉŸğ中Ğ予ĉœŸ—Ş„ċ•éĦŒŒç™şç”Ÿ——ŸïĵŽ" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "ĉ‹ċżµŞŒ‚‰ïĵŒ“ƒ‡ƒ‚¤‚ı‹‚‰Żƒ€‚Ĥƒ³ƒ­ƒĵƒ‰§›‚“ïĵŽ" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "“ċ•éĦŒċ›žéżç­–¨—ĤŻïĵŒ‚Ѓĵƒ‰ƒŞƒĵƒ€‚’ä½żç”¨—ĤïĵŒ‚ЃĦƒİƒĦƒ˘ƒŞ‚Ѓĵƒ‰‹‚‰ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹“¨Œè€ƒˆ‚‰‚Œ™ïĵŽ" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "ƒ‡ƒ‚¤‚ıèµ°ĉŸğċ¤ħĉ•—" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "ċŒäş†—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰Œ‚‚Ё™" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ŒċŒäş†—Ÿ%sŒèĦ¨ç¤ş•‚Œ™ïĵŽ" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "ċŒäş†—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’ĉĥˆċŽğ—™‹ïĵŸ" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "ċŒäş†—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰Œ‚‚Ё™" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ŒċŒäş†—Ÿ%sŒèĦ¨ç¤ş•‚Œ™ïĵŽ" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "ċŒäş†—Ÿƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’ĉĥˆċŽğ—™‹ïĵŸ" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "ċ†™çœŸ¨ċ‹•ç”ğ‚’ƒ‡ƒ‚¤‚ı%(device)s‹‚‰ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—™‹ïĵŸ" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "“ƒ—ƒ­‚°ƒİƒ ċŸèĦŒä¸­Ż¤­Ğ%s‚’ç„ĦèĤ–—™‹ïĵŸ" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "ċŒ˜ƒ˘ƒ‡ƒĞċ‚ЃĦƒİƒğĉşċ¸Żƒğ‚żƒ–ƒĴƒƒƒˆŻ™ıĤç„ĦèĤ–•‚Œ™ïĵŽ" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "“ƒ—ƒ­‚°ƒİƒ ċŸèĦŒä¸­Ż¤­Ğƒ‡ƒ‚¤‚ı%s‚’ç„ĦèĤ–—™‹ïĵŸ" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "ċŒ˜ċċ‰ƒ‡ƒ‚¤‚ıŻċ…¨Ĥç„ĦèĤ–•‚Œ™ïĵŽ" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "“‚³ƒ³ƒ”ƒƒĵ‚ż%(location)s‹‚‰ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—Ĥ„™ïĵŽ" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "ĉœĴċ½“Ğ““‹‚‰ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰—™‹ïĵŸ

      ‚·‚ıƒ†ƒ Ğ‚ˆ£ĤŻïĵŒ“ċ ´ĉ‰€èµ°ĉŸğĞŻéžċ¸¸Ğĉ°¸ĉ™‚é–“Œ‹‹‚Ё™ïĵŽ" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "%s‚µƒ ƒ‚¤ƒĞ‚’生ĉˆ—Ĥ„™" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "%s‚’èµ°ĉŸğ中" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "%(available files)s中%(number)sŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ç”¨Ğƒ‚§ƒƒ‚݁•‚Œ—Ÿïĵˆ%(hidden)s非èĦ¨ç¤şïĵ‰" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(available files)s中%(number)sŒƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ç”¨Ğƒ‚§ƒƒ‚݁•‚Œ—Ÿ" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "ƒ—ƒ­‚°ƒİƒ ¨ƒİ‚¤ƒ–ƒİƒŞƒƒĵ‚¸ƒ§ƒ³ç•Şċ·‚’èĦ¨ç¤ş—Ĥ終了—™€‚" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "‚³ƒžƒ³ƒ‰ƒİ‚¤ƒ³‹‚‰ċŸèĦŒ™‚‹éš›ïĵŒƒ—ƒ­‚°ƒİƒ ĉƒ…ċ ħ‚’èĦ¨ç¤ş—™ïĵŽ" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "‚³ƒžƒ³ƒ‰ƒİ‚¤ƒ³‹‚‰ċŸèĦŒ™‚‹éš›ïĵŒƒ‡ƒƒƒ‚°ĉƒ…ċ ħ‚’èĦ¨ç¤ş—™ïĵŽ" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "ƒ—ƒ­‚°ƒİƒ Œèލ識™‚‹ċ†™çœŸ¨ċ‹•ç”ğƒ•‚Ħ‚¤ƒĞĉ‹Ħċĵµċ­‚’一èĤ§èĦ¨ç¤ş—Ĥ終了—™ïĵŽ" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "ċ†™çœŸċç§°ċ¤‰ĉ›´‚’ċ…ċˆ‡—™ïĵŽ" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċ…ƒƒ‡ƒ‚¤‚ıè‡Şċ‹•ĉ¤œċ‡ş‚’ċ…ċˆ‡—™ïĵŽ" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "“‚³ƒ³ƒ”ƒƒĵ‚ż‹‚‰ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹‹ċˆ‡‚Šĉ›żˆ™" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "ƒ‘‚ı" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "“‚³ƒ³ƒ”ƒƒĵ‚żƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ċ…ƒPATH" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "ċ†™çœŸ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹ƒ‘‚ıïĵŽ" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "ċ‹•ç”ğ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰™‚‹ƒ‘‚ıïĵŽ" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ä¸­ċ†™çœŸƒğċ‹•ç”ğƒƒƒ‚Ż‚˘ƒƒƒ—‚’ċ…ċˆ‡—™ïĵŽ" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—ƒ‡ƒ‚¤‚ıè‡Şċ‹•ĉ¤œċ‡ş‚’ċ…ċˆ‡—™ïĵŽ" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "ƒ•‚݃Ѓ€" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—ƒ‡ƒ‚¤‚ıè‡Şċ‹•ĉ¤œċ‡şŒċˆ‡¨ïĵŒċ†™çœŸ‚’ƒƒƒ‚Ż‚˘ƒƒƒ—™‚‹ƒ‘‚ı§™ïĵŽ" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "ƒƒƒ‚Ż‚˘ƒƒƒ—ƒ‡ƒ‚¤‚ıè‡Şċ‹•ĉ¤œċ‡şŒċˆ‡¨ïĵŒċ‹•ç”ğ‚’ƒƒƒ‚Ż‚˘ƒƒƒ—™‚‹ƒ‘‚ı§™ïĵŽ" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "ç„ĦèĤ–™‚‹ċ†™çœŸĉ‹Ħċĵµċ­ïĵš%s" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "ƒ—ƒ­‚°ƒİƒ Œèµ·ċ‹•—Ĥ™ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰é–‹ċ§‹‚’ċ…ċˆ‡" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "ƒ‡ƒ‚¤‚ıĉŒżċ…¨ċŒĉ™‚Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚’é–‹ċ§‹™‚‹‹ċĤ‹‚’設ċšïĵŽ" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚µƒ ƒ‚¤ƒĞ‚­ƒ£ƒƒ‚·ƒä¸­ċ…¨‚µƒ ƒ‚¤ƒĞ‚’ċ‰Šé™¤—Ĥ終了—™ïĵŽ" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "äğċ‰Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰•‚ŒŸƒ•‚Ħ‚¤ƒĞ‚’ċż˜ċ´—Ĥ終了—™ïĵŽ" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "ċ¤„ƒƒĵ‚¸ƒ§ƒ³ƒ—ƒ­‚°ƒİƒ ‹‚‰è¨­ċš‚’‚¤ƒ³ƒƒĵƒˆ—Ĥ終了—™ïĵŽ‚³ƒžƒ³ƒ‰ƒİ‚¤ƒ³ƒ—ƒ­‚°ƒİƒ gconftool-2Œċż…èĤ§™ïĵŽ" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "ƒ­‚°ƒ•‚Ħ‚¤ƒĞĞgphoto2ƒ‡ƒƒƒ‚°ĉƒ…ċ ħ‚’ċĞ‚™ïĵŽ" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "ĉŽçĥš•‚ŒĤ„‚‹‚ЃĦƒİĉƒ…ċ ħ‚’çĞŻĉœĞĞèĦ¨ç¤ş—Ĥ終了—™ïĵŽ" #: ../raphodo/rapid.py:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€%(version)s‹‚‰è¨­ċš‚’èŞ­żèĵż™" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "保ċ­˜•‚ŒĤ„‚‹é€£ç•Şïĵˆċ€¤ïĵš%dïĵ‰‚’‚³ƒ”ƒĵ—™‹ïĵŸ" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "ƒ—ƒ­‚°ƒİƒ ‚’終了—™ïĵŽ" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "sudo / rootƒĤƒĵ‚ĥƒĵ§Ż“ƒ—ƒ­‚°ƒİƒ ‚’ĉħş—ĤċŸèĦŒ—Ş„§ •„" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "éИ速ċ†™çœŸƒ€‚Ĥƒ³ƒ­ƒĵƒ€‚’ċŸèĦŒ™‚‹ĞŻïĵŒExifTool‚’ċ°Žċ…—ŞĤŻŞ‚Ё›‚“ïĵŽ" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "“‚ŒĞ¤„ĤŻċ†ċşĤċ°‹­Ş„(&D)" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "“‚ŒĞ¤„ĤŻäğŠċŒè­Ĥċ‘Ё—Ş„(&D)" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "不ċ‚™‚‚‹ƒ—ƒ­‚°ƒİƒ ƒİ‚¤ƒ–ƒİƒŞĞ¤„ĤŻïĵŒäğŠċŒè­Ĥċ‘Ё—Ş„(&D)" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "‚µƒ–ƒ•‚݃Ѓ€ċŠ³ƒ•‚Ħ‚¤ƒĞċ" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "ƒ•‚Ħ‚¤ƒĞċ" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "‚µƒ–ƒ•‚݃Ѓ€" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "ċ„ĉ—ĞèĦŒ‚‚ŒŸƒ€‚Ĥƒ³ƒ­ƒĵƒ‰‚Ğ‚Ĥƒ³‚ż" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "ĉœĴĉ—ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "ƒ—ƒ­‚°ƒİƒ ŒċŸèĦŒ•‚ŒŸċ›žĉ•°‚’記ĉ†ĥ™‚‹‚Ğ‚Ĥƒ³‚ż " #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "保çĦ番ċ·ïĵš" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "ĉœĴĉ—ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰é€£ç•ށŒƒŞ‚ğƒƒƒˆ•‚Œ‚‹ĉ™‚é–“" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "開ċ§‹ĉ—ïĵš" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "RAW¨JPEG‚’ċŒĉœŸ" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "é€£ç•Ş" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "互ĉ›ĉ€§Ş„ĉ–‡ċ­—‚’ċ‰Šé™¤" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "ä𖁂ރšƒĴƒĵƒ†‚£ƒ³‚°‚·‚ıƒ†ƒ §Żè¨ħ•‚ŒĤ„Ş„ĉ–‡ċ­—‚’ïĵŒ™ıĤċ†™çœŸƒğċ‹•ç”ğƒğƒ•‚݃Ѓ€ċ‹‚‰ċ‰Šé™¤™‚‹‹ċĤ‹" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "互ĉ›ĉ€§" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "ċ†™çœŸċç§°ċ¤‰ĉ›´" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "ċ‹•ç”ğċç§°ċ¤‰ĉ›´" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "ċç§°ċ¤‰ĉ›´‚ރ—‚·ƒ§ƒ³" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "ċ†™çœŸ¨ċ‹•ç”ğ" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)sċ€‹%(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "ċ‹•ç”ğ" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1ċ‹•ç”ğ" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "ċ†™çœŸ" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(camera)s上%(path)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "ċ†™çœŸ" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "ċ‹•ç”ğ" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "ƒ•‚Ħ‚¤ƒĞ‚·‚ıƒ†ƒ  ƒĞƒĵƒˆ" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "ƒ”‚Żƒƒ£" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "%(date_time)sïĵˆ%(human_readable)sïĵ‰Ğċ–ċ—" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)sïĵˆ%(human_readable)sïĵ‰" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "ƒĦƒ˘ƒŞƒĵ‚Ѓĵƒ‰ïĵš%s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "ƒĦƒ˘ƒŞƒĵ‚Ѓĵƒ‰ïĵš%s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰çµĉžœïĵš" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      ċ‰ċ›žƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ïĵš
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:567 #, python-format msgid "

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

      %(date)s Ğƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ¸ˆ¨ĉ‰‹ċ‹•§è¨­ċš™‚‹" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "ƒ‘‚ı‚’‚³ƒ”ƒĵ" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "ƒ•‚Ħ‚¤ƒĞ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ¸ˆ¨—Ĥĉ¨™è­˜™‚‹" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "ċ„ƒ•‚Ħ‚¤ƒĞ‚’ƒ€‚Ĥƒ³ƒ­ƒĵƒ‰ĉ¸ˆ¨—Ĥĉ¨™è­˜™‚‹" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s ¨ %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "1" #: ../raphodo/utilities.py:516 msgid "two" msgstr "2" #: ../raphodo/utilities.py:517 msgid "three" msgstr "3" #: ../raphodo/utilities.py:518 msgid "four" msgstr "4" #: ../raphodo/utilities.py:519 msgid "five" msgstr "5" #: ../raphodo/utilities.py:520 msgid "six" msgstr "6" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "7" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "8" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "9" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "10" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "11" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "12" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "13" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "14" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "15" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "16" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "17" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "18" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "19" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "20" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&OK" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "保ċ­˜(&S)" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "ƒ˜ƒĞƒ—(&H)" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "ĉ¨™ĉş–Ğĉˆğ™" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "Ż„(&Y)" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "„„ˆ(&N)" #: ../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ƒ˘ƒĵƒ‰Ğċˆ‡‚Šĉ›żˆĤżĤ •„ïĵށ“‚ŒŒ§Ş‘‚Œ°ïĵŒ‚Ѓĵƒ‰ƒŞƒĵƒ€ƒĵŞİ‚’ä½ż‚ŞĤŻŞ‚Ё›‚“ïĵŽ" rapid-photo-downloader-0.9.23a1/po/kab.po0000644000175000017500000037433713645661365020402 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-12 06:18+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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: kab\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Akken ad tkemmleḍ, ččar sebded deg tazwara akemmus setuptools n python3 " "useqdec n umsefrak n yikemmusen n unagraw." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Amsebdad n umsider Rapid Photo" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Sider sakin sebded lqem aneggaru n umsider Rapid Photo." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Ulac amsebdad:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Ulac amsebdad s umasal tar.gz:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Sider sakin sebded lqem aneggaru n umsider Rapid Photo?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Amsebdad n umsider Rapid Photo." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "TufÉ£a..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Sefsex" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Mdel" #: ../upgrade.py:599 msgid "&Run" msgstr "&Selkem" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Amsebdad n umsider Rapid Photo." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Ismaden" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Aá¸raz ur ittuswel ara" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Ulac ibenkan n uá¸raz yettwafen" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Idigen n uá¸raz imeÉ£ta ur ttwamlen ara yakan" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Ḥrez tiwlafin akked tvidyutin deg usider" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "áıĴáı­ef s wudem awurman ibenkan n uá¸raz" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Isem n ukaram n tewlaft:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Isem n ularam n tvidyut:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Amedya:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Adig n uá¸raz n tewlaft:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Adig n uá¸raz n tvidyut:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "ameÉ£ri2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "IÉ£ewwaáı›en n uá¸raz" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "tavidyut THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "ameslaw" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s n tewlafin" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s n tvidyutin" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Yettwaseqdec" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Tiwlafin" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Tividyutin" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Yugnen..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Swel timerna n ukaram asnawan n tvidyut" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Wayeḍ" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s n taččart" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Takamiáı›at" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, 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:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Kra n tesinin" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 tasint" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d tasinin" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 tasdat" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d tesdatin" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 n usrag" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d n isragen" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 n wass" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dayn wussans" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Sfeḍ" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Anagraw n ufaylu" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Aḍris" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Isem n ufaylu" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Adferisefka" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Igzumen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Ass-a" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "Isem" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 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:215 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 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:237 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:240 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:243 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Tehri" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Awrir" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Tanzagt" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Anaẓur" #: ../raphodo/generatenameconfig.py:262 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:265 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 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:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "DDMMYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Azemz" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "MMYYYY_Tangalt n Twuri" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "MMYYYY" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "DDMMYYYY-HHMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "DDMMYYYY-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "DDMMYYYY-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "DDMMYYYY-HHMM-Job Code-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "DDMMYYY-Tangalt n Twuri-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "DDMMYYYY_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Afray" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "DDMMYYYY-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "Aseqdec anneggaru" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "S walluy" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "S usider" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "Amaynut..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Snes" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&Kkes" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Kkes akk" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Ger" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Ismenyifen" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Ilɣa" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Divers" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Rnu..." #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Kkes" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "ussan" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Sfeɛj" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Zgel" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "Rnu" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Asiɣzef:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "Azemz n tlalit" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Tuccḍa: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dsr" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "Asider ur yeddi ara" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Sebded" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Sider" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "&Smiren..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Ismenyifen" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&FfeÉ£" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Azen ugur..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Mudd tawsa..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Suqel asnas-agi..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&Ĉ”ef..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Senqed ileqman..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "Amazray" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "TaniÉ£ert" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Snifel isem" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Meáı›áı›a" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Amynut" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Anaw n ufaylu" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Ḥbes" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 Alɣu" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d ilɣa" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "tavidyut" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 Tavidyut" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "tawlaft" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Tawlaft" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Tavidyut" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KAáıĴ" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "KAáıĴ" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GAáıĴ" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "seḍis" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "sa" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "mraw krad" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "mraw kuẓ" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "mraw semmus" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "mraw sḍis" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "mraw sa" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "mraw áı­am" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "mraw tza" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "sin imrawen" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&Ih" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&ekles" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Tallalt" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Ih" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Ala" #: ../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 "" rapid-photo-downloader-0.9.23a1/po/nb.po0000644000175000017500000054550113645661365020235 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-16 01:31+0000\n" "Last-Translator: Damon Lynch \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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: nb\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Rapid Photo Downloader-installasjonsskript" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Last ned og installer siste versjon av Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Fant ikke installasjonsfil:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Installasjonsfilen er ikke i formatet tar.gz:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Oppdaget feil eier av mappe. Endrer eierskap av og tilbakestiller " "tillatelser for {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "F¸lgende kommando vil bli kj¸rt:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "du kan bli forespurt om ditt sudo passord." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Vil du kj¸re kommandoen n?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Svaret er ikke ja, avslutter." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Klarte ikke kj¸re kommandoen" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Avslutter" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Pakkekilden ÂĞUniverseÂğ m vĤre aktivert." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Pakkekilden ÂĞEPELÂğ m vĤre aktivert." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Pakkekilden ÂĞRPM Fusion FreeÂğ m vĤre aktivert." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Vil du avinstallere den forrige versjonen av Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Kontrollerer pakkesystemet for se om en eldre versjon av Rapid Photo " "Downloader er installert (dette kan ta en stund) ..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Klarte ikke kontrollere pakkesystemet. Kontroller at du er tilkoblet " "Internett og pr¸v igjen." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Kontrollerer om forrige versjon var installert med pip ..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "F¸lgende pakke er ukjent p systemet ditt: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "For fortsette vil noen pakker som kreves for kj¸re programmet bli " "installert." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Kontrollerer installerte og tilgjengelige pakker (dette kan ta en stund)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Foresp¸r zypper for se om noen n¸dvendige pakker allerede er installert " "(dette kan ta en stund) ... " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Sp¸r om bekrefte handling for hvert trinn." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Ved nedlasting av den seneste versjonen velg installere utviklingsversjon " "hvis den er nyere enn den stabile versjonen.." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Valgfritt tar.gz installasjonsarkiv. Om ikke spesifisert, lastes den nyeste " "versjonen ned fra Internett." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "Ikke kj¸r installasjonsfilen i tar.gz-arkivet for Rapid Photo Downloader om " "den er nyere enn denne versjonen ({}). Standard er installere seneste " "versjon." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Avinstaller Rapid Photo Downloader som ble installert av pip, men behold " "avhengighetene." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Avinstallere Rapid Photo Downloader og avhengighetene installert av pip, " "avslutt deretter." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Merk: Dette vil ikke fjerne eventuelle versjoner av Rapid Photo Downloader " "som er installert med pakkebehandleren i din Linux-distribusjon." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "Avhengigheter vil kun fjernes om de ikke kreves av andre programmer." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Merk: Dette valget fjerner avhengigheter uansett om de kreves av et annet " "program pip har installert. Oppgrader til pip 9.0 eller senere for unng " "dette. Du kan oppgradere med kommandoen ÂĞpython3 -m pip install pip -U --" "userÂğ. Ogs merk at eventuelle versjoner av Rapid Photo Downloader som er " "installert av pakkebehandleren i din Linux-distribusjon vil ikke bli fjernet." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Klarte ikke laste ned versjonsfilen." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "Fikk feilkode {} ved henting av versjonsfilen" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Klarte ikke finne installasjonsfilen. Kontroller at du er tilkoblet " "internett og se om du kan pne nettsiden https://www.damonlynch.net\n" "\n" "Avslutter.\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "Fikk feilkode" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "Klarte ikke installere programkrav; avslutter." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Klarte ikke installere programmer; avslutter ..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Installerer programkrav ..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "Installerer programmet ..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Vil du installere manualsider for programmet?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "De vil bli installert til {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Hvis du avinstallerer programmet, m du fjerne manualsidene manuelt." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Vil du installere manualsidene?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Installerer manualsidene til {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Kunne ikke opprette mappe for manualsider: avslutter." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Klarte ikke kopiere manualsidene." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Du m kanskje starte datamaskinen p nytt for kunne kj¸re programmet fra " "kommandolinjen eller programstarteren." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Om det oppstr en segmenteringsfeil ved avslutning kan den ignoreres ...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "Python 3 verkt¸yet pip kreves for avinstallere en versjon av Rapid Photo " "Downloader som var installert med pip.\n" "Kan ikke fortsette. Avslutter." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Ikke kj¸r installasjonsskriptet som sudo / root-bruker.\n" "Kj¸r det som brukeren som skal bruke programmet.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "Ikke ta med noen andre kommandolinjeparametre nr du angir" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Installasjonsprogrammet st¸tter ikke bruke en tilpasset python-" "installasjon.\n" "Avslutter ..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Starter skriptet p nytt med systemets python-utgave ..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "Avslutter â€Ĥ" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "For fortsette m pakken python3-apt vĤre installert." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Installer f¸lgende pakker med din Linux-distribusjons standard " "pakkebehandler, kj¸r deretter dette installasjonsprogrammet p nytt:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "For kj¸re dette programmet m programmer som st¸tter pakkebehandling for " "Python 3 installeres." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Installerer python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Oppgrader Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Avbryt" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Oppgrader" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Klikk oppgrader-knappen for oppgradere til versjon %s." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Klikk p oppgrader-knappen for starte oppgraderingen." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Lukk" #: ../upgrade.py:599 msgid "&Run" msgstr "&Kj¸r" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Lukk Rapid Photo Downloader f¸r du oppgraderer." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Oppgraderer â€Ĥ" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Oppgradert til %s. Klikk lukk for avslutte, eller kj¸r for starte " "programmet." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Oppgradering fullf¸rt. Klikk lukk for avslutte, eller kj¸r for starte " "programmet." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Oppgradering mislyktes. Klikk lukk for avslutte." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "Oppgraderer %s â€Ĥ" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Trykk p en tast for fortsette â€Ĥ" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Oppgradering av Rapid Photo Downloader feilet" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Python-pakken %s kunne ikke oppdateres. Oppgraderingen kan ikke fortsette." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Medvirkende" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Sikkerhetskopiering er ikke konfigurert" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Fant ingen enheter for sikkerhetskopiering" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Ingen gyldige steder for sikkerhetskopier er angitt" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Ta sikkerhetskopi av bilder og video ved nedlasting" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Oppdag enheter for sikkerhetskopiering automatisk" #: ../raphodo/backuppanel.py:426 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 bde bilder og videoer." #: ../raphodo/backuppanel.py:441 msgid "Photo folder name:" msgstr "Navn p bildemappen:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Navn p videomappen:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Eksempel:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Skkerhetskopier bilder til:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Skkerhetskopier videoer til:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "lagringsenhet2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Ansltt lagringsbruk for sikkerhetskopiering" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Alternativer for sikkerhetskopiering" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "lyd" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Bilder" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videoer" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Brukt" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Overfl¸dig" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ledig av %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Bilder" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Videoklipp" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Ansltt lagringsbruk etter nedlasting" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Tilpasset â€Ĥ" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Konfigurer oppretting av bildeundermapper" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Konfigurer oppretting av videoundermapper" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Annet" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Unders¸ker enhet ..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ignorer denne enheten midlertidig" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Ignorer denne enheten permanent" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Skann p nytt" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s full" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Kameraer" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s enheter" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " Om det oppstr problemer vil et r¸dt ikon vises nederst i " "vinduet som indikerer\n" " hvor mange feilmeldinger som finnes. Klikk p ikonet for pne " "vinduet for \n" " feilmeldinger.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " Feilmeldingsvinduet viser eventuelle problemer som oppstod f¸r, " "under, eller etter \n" " nedlastingen. En oransje trekant representerer en advarsel, en " "r¸d sirkel indikerer en \n" " feil, og en svart sirkel indikerer mer alvorlige feil. Du kan " "klikke p lenkene for pne \n" " filen eller enheten i filbehandleren. Du kan ogs s¸ke i " "rapportene ved bruke \n" " s¸kefeltet nede til venstre i feilmeldingsvinduet.\n" " " #: ../raphodo/didyouknow.py:101 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 hndtere p en gang." #: ../raphodo/didyouknow.py:108 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 " "gtt mellom pf¸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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      I illustrasjonen ovenfor er den f¸rste raden i tidslinjen svart fordi " "alle filene p \n" "denne datoen har blitt lastet ned tidligere.

      \n" "

      Tidslinjens glidebryter justerer tidsrommet mellom bildene som brukes for " " lage \n" "tidslinjen:

      \n" " " #: ../raphodo/didyouknow.py:126 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. Nr et tidsrom er valgt vil tidslinjeknappen " "til venstre i hovedvinduet bli uthevet." #: ../raphodo/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" "\n" " Miniatyrbilder kan sorteres p en rekke kriterier:\n" "
        \n" "
      1. Endringstidspunkt: nr tid filen sist var endret, i henhold til " "dens metadata (om \n" " tilgjengelig) eller i henhold til filsystemet (as a fallback).
      2. \n" "
      3. Merkestatus: hvorvidt filen er merket for nedlasting.
      4. \n" "
      5. Filnavn: hele filnavnet, inkludert filtype.
      6. \n" "
      7. Filformat: filens format. Du kan bruke dette til for eksempel " "gruppere jpeg og \n" "raw bilder.
      8. \n" "
      9. Filtype: bilde eller video.
      10. \n" "
      11. Enhet: navn p enheten bildene og videoene lastes ned fra.
      12. \n" "
      " #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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-mned-dag " "under denne." #: ../raphodo/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "Nedlastingsundermappers navn generes vanligvis ved hjelp av noen eller alle " "f¸lgende elementer:\n" "
        \n" "
      1. Metadata, inkluderer veldig ofte datoen for nr bildet eller " "videoen var tatt, men kan \n" "ogs \n" "inkludere kameraets modellnavn og serienummer, eller filtype som f.eks. JPG " "eller CR2.
      2. \n" "
      3. Et oppdragsnavn, som er valgfri tekst du angir ved nedlasting, " "for eksempel\n" "navnet p et sted eller en begivenhet.
      4. \n" "
      5. Tekst som du vil at skal vises hver gang, f.eks. en bindestrek " "eller et mellomrom.
      6. \n" "
      \n" "Ved navngi undermapper med r, etterfulgt av mned og dag i numerisk " "format er det \n" "enkelt sortere dem i en filbehandler, derfor er dette standardvalget:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "For lage nedlastingsundermapper automatisk nr du laster ned, \n" "kan du bruke et av de innebygde forvalgene i Rapid Photo Downloader, eller " "lage et tilpasset forvalg. \n" "Klikk p tannhjulet for f frem en nedfellsmeny: \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Denne illustrasjonen viser et tilpasset forvalg kalt ÂĞMy custom presetÂğ." #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "Les mer om alle mtene du kan generere navn p undermapper og filer i vr online " "dokumentasjon.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/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 nr musepekeren " "holdes over en knapp." #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "Panelet Endre navn lar deg konfigurere endring av filnavn. For gi " "nytt navn til filene dine, kan du velge \n" "blant eksisterende forvalg for endring av navn eller lage ditt eget forvalg. " " \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Dagens tips" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Visste du at... ?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Vis tips ved oppstart" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Neste" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Forrige" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Et par sekunder" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 sekund" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d sekunder" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minutt" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minutter" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 time" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d timer" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dager" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minutt, 1 sekund" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minutt, %d sekunder" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutter, 1 sekund" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutter, %(seconds)d sekunder" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 time, 1 minutt" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 time, %d minutter" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d timer, 1 minutt" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timer, %(minutes)d minutter" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 dag, 1 time" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d timer" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dager, 1 time" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dager, %(hours)d timer" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Finn" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Feilmeldinger - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Finn i rapporter" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Finn den forrige forekomsten av uttrykket" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Finn den neste forekomsten av uttrykket" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&Utheve alt" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Utheve alle forekomstene av uttrykket" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Skill mellom store/sm bokstaver" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Hele ord" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "S¸k kun etter hele ord" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Fjern" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Fant ikke uttrykket" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "S¸k i gang â€Ĥ" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problem i Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Det oppstod en feil i Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Vennligst rapporter feilen p {website}\n" "\n" " Legg ved loggfilen i feilrapporten din, funnet i {log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "…pne i filbehandler ..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Filsystem" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Andre â€Ĥ" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (plasseringen finnes ikke)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Dato tid" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Filnavn" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Sekvenser" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Oppdragsnavn" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Bildedato" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Video dato" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "I dag" #: ../raphodo/generatenameconfig.py:203 msgid "Yesterday" msgstr "I gr" #. Translators: Download time is the time and date that the download started (when the #. user clicked the Download button) #: ../raphodo/generatenameconfig.py:206 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:209 msgid "Name" msgstr "Filnavn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Filtype" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Bildenummer" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Blender" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Eksponeringsteller" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Bare mappe" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Eiernavn" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Bredde" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "H¸yde" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Lengde" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Bilder per sekund" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Kunstner" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "Opphavsrett" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "sm bokstaver" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Ett tall" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "To tall" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Tre tall" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Fire tall" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Fem Tall" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Seks tall" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Delsekunder" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "…………MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "……MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDD…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDD……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMM…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMM……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "Mned (full)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "Mned (kort)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "TTMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "TTMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Dato" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Dato (bindestreker)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Dato (understreker)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Dato og oppdragsnavn" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "…………MM_Oppdragsnavn" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Dato og oppdragsnavn (undermappe)" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "…………MM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Oppdragsnavn" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Opprinnelig filnavn" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Dato-tid og nedlastinger i dag" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "…………MMDD-TTMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Dato og nedlastinger i dag" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "…………MMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Dato-Tid og bildenummer" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "……MMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Dato-Tid og oppdragsnavn" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "…………MMDD-TTMM-Oppdragsnavn-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "…………MMDD-Oppdragsnavn-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Dato-Tid og videonummer" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "…………MMDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Oppl¸sning" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "…………MM-TTMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Angi et nytt oppdragsnavn, eller velg et du har brukt tidligere" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "Bruk oppdragsnavn p nedlastingen" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Angi et nytt oppdragnavn" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" "Det nye oppdragsnavnet vil ikke bli brukt p noen bilder eller videoer." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "Det nye oppdragsnavnet vil ikke bli brukt p %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Det nye oppdragsnavnet vil bli brukt p %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Nytt oppdragsnavn" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&Oppdragsnavn:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&Husk dette valget" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "Sist brukt" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Sortering av oppdragsnavn:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Stigende" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Synkende" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Ny ..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Bruk" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&Fjern" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Fjern alle" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "Vil du virkelig fjerne alle oppdragsnavnene?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Fjern alle oppdragsnavn" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Oppdragsnavn" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Lagre nytt tilpasset forvalg ..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "Fjern alle tilpassede forvalg ..." #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(Nytt tilpasset forvalg)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (redigert)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Oppdater tilpasset forvalg ÂĞ%sÂğ" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Lagre nytt tilpasset forvalg - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "Navn:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "Valg for generering av bildeundermapper" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "Valg for generering av videoundermapper" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Valg for bildeomd¸ping" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Valg for videoomd¸ping" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 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/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "Forvalg:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "F hjelp p nettet â€Ĥ" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Sett inn" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "Lagre forvalg - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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 pkrevd, 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Lagre nytt tilpasset forvalg" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Ser etter ny versjon ..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "Du kj¸rer den seneste versjonen." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Kunne ikke kontakte oppdateringstjeneren." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "En ny versjon av Rapid Photo Downloader (%s) er tilgjengelig." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Vil du laste ned den nye versjonen?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "Endringer i den nye utgivelsen kan leses her." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&Hopp over denne utgivelsen" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&…pne nedlastingssiden" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Oppdateringer for Rapid Photo Downloader" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s av %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Laster ned â€Ĥ" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Innstillinger" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatisering" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniatyrbilder" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Feilhndtering" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Advarsler" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Diverse" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Enhetsskanning" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Skann kun eksterne enheter" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Skann kun bestemte mapper p enheten" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Mapper som skal skannes:" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Legg til â€Ĥ" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Fjern" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "Enheter som skal automatisk ignoreres eller lastes ned fra." #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Husk enheter" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Ignorerte stier" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 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." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "Bruk python-lignende regulĤ" "re uttrykk" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* Tar effekt etter programmet startes p nytt" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Start nedlasting nr programmet starter" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Start nedlasting nr enheter settes inn" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Avmonter (l¸s ut) enheten etter fullf¸rt nedlasting" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Avslutt programmet nr nedlastingen er ferdig" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "Avslutt programmet selv om nedlastingen hadde feil eller advarsler" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Generering av miniatyrbilder" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Generer miniatyrbilder" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Generer miniatyrbilder som vil vises i hovedvinduet" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Hurtiglagre miniatyrbilder" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Generer system-miniatyrbilder" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "Antall CPU-kjerner som skal brukes for generere miniatyrbilder." #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "CPU-kjerner:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Hurtiglager for miniatyrbilder" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Beregner â€Ĥ" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "dager" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "alltid" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Hurtiglagerets st¸rrelse:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Antall miniatyrbilder:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Databasest¸rrelse:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "Hurtiglagre utilgjengelige miniatyrbilder i:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Rens hurtiglager ..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Optimaliser hurtiglager ..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Hopp over nedlasting" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "Ikke last ned filen, og gi en feilmelding" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Legg til unik identifikator" #: ../raphodo/preferencedialog.py:472 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/preferencedialog.py:480 msgid "Overwrite" msgstr "Overskriv" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "Overskriv den tidligere sikkerhetskopierte filen" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Hopp over" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ikke overskriv den sikkerhetskopierte filen, og gi en feilmelding" #: ../raphodo/preferencedialog.py:491 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 nr et bilde eller en video med samme navn allerede er lastet " "ned:" #: ../raphodo/preferencedialog.py:500 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/preferencedialog.py:509 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 nr du sikkerhetskopierer, eller hoppe over sikkerhetskopiering:" #: ../raphodo/preferencedialog.py:530 msgid "Program Warnings" msgstr "Programadvarsler" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Vis en advarsel ved:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "Nedlasting av filer som ikke vises for ¸yeblikket" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Advar nr du skal til laste ned filer som ikke vises i hovedvinduet." #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Manglende sikkerhetskopieringsml" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Programbiblioteker mangler eller er skadet" #: ../raphodo/preferencedialog.py:541 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/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "Metadata for filsystem kan ikke settes" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Advar om det oppstr en feil ved angi metadata for en fil, slik som filens " "endringstidspunkt." #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "Oppdagelse av uhndterte filer" #: ../raphodo/preferencedialog.py:549 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/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "Ikke advar om ubehandlede filer av filtypene:" #: ../raphodo/preferencedialog.py:558 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/preferencedialog.py:561 msgid "Add" msgstr "Legg til" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 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/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "Behandle like RAW og JPEG filer som:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Ett bilde" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "To bilder" #: ../raphodo/preferencedialog.py:620 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/preferencedialog.py:625 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/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "Med like RAW og JPEG bilder:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "Ikke merk JPEG for nedlasting" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "Ikke merk RAW for nedlasting" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Merk begge for nedlasting" #: ../raphodo/preferencedialog.py:645 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 "" "Nr like RAW og JPEG bilder oppdages, ikke automatisk merk JPEG for\n" "nedlasting. Du kan fortsatt selv merke det for nedlasting." #: ../raphodo/preferencedialog.py:650 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 "" "Nr like RAW og JPEG bilder oppdages, ikke automatisk merk RAW for\n" "nedlasting. Du kan fortsatt selv merke det for nedlasting." #: ../raphodo/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Nr like RAW og JPEG bilder oppdager, automatisk merk begge for nedlasting." #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Nr en nedlastingsenhet blir satt inn mens fullf¸rte nedlastinger vises:" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "T¸m fullf¸rte nedlastinger" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Fortsett vise fullf¸rte nedlastinger" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Sp¸r om hva som skal gj¸res" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "T¸m automatisk visning av fullf¸rte nedlastinger nr en ny nedlastingsenhet " "blir satt inn." #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Fortsett vise fullf¸rte nedlastinger nr en ny nedlastingsenhet blir satt " "inn." #: ../raphodo/preferencedialog.py:694 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 nr en ny " "nedlastingsenhet blir satt inn." #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "Kontroller versjon" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "Se etter ny versjon ved oppstart" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "Se etter en ny versjon av programmet hver gang programmet starter." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Inkluder utviklingsutgivelser" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "Inkluder alfa-, beta- og andre utviklingsutgivelser nr du ser etter en ny " "versjon av programmet.\n" "\n" "Hvis du for ¸yeblikket kj¸rer en utviklingsversjon, vil dette alltid " "forekomme." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorer DNG dato/tid metadata p MTP enheter" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "Stiller %s tilbake til standard innstillinger" #: ../raphodo/preferencedialog.py:1292 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/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Rens hurtiglager for miniatyrbilder" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Optimaliser hurtiglager for miniatyrbilder" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Velg en mappe skanne" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Velg en mappe som skal skannes for bilder og videoer" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "Mappe:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Velg en sti ignorere" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Sti:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Angi en filtype" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Angi en filtype (uten punktum)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Filtype:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "Ugyldig filtype" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Bryllup" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "F¸dselsdag" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Innstillinger for undermapper b¸r ikke starte med %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Innstillinger for undermapper b¸r ikke slutte med %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Feil: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Feil: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2-feil: %s" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "Kan ikke lese filen %s" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "Kan ikke skrive filen %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "Kan ikke flytte filen %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "Kan ikke fjerne filen %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "Kan ikke kopiere filen %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "Klarte ikke laste metadata fra %s" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, python-format msgid "Encountered unhandled file %s. It will not be downloaded." msgstr "Oppdaget uhndtert 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Den unike identifikatoren ÂĞ%sÂğ ble lagt til filnavnet." #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Klarte ikke fullf¸re filnavnet for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s metadata mangler." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "F¸lgende metadata mangler: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "Filnavnet mangler filtype." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Filnavnet mangler nummerdelen." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "Klarte ikke skanne %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "Klarte ikke kopiere fra %s" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 msgid "" "The time elapsed between consecutive photos and videos that is used to build " "the Timeline" msgstr "" "Tiden som er gtt mellom pf¸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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dt" #: ../raphodo/proximity.py:1839 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 gtt " "mellom pf¸lgende bilder. Bruk den til identifisere bilder og videoer tatt " "p ulike perioder av en enkelt dag eller over pf¸lgende dager." #: ../raphodo/proximity.py:1844 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 gtt mellom pf¸lgende " "bilder som brukes til lage tidslinjen." #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "Venter p at tidslinjen settes opp ..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "Tidslinjen settes opp ..." #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "Problem med ExifTool" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "Problem med libmediainfo" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "Nedlasting feilet" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Dessverre, nedlastingen av den nye versjonen av Rapid Photo Downloader " "mislyktes." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Den nye versjonen ble lastet ned. Vil du lukke Rapid Photo Downloader og " "installere den n?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Oppdater Rapid Photo Downloader" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Installer" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "Ny versjon lagret" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "Oppgradering feilet" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Last ned" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "&Oppfrisk â€Ĥ" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Innstillinger" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&Avslutt" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "Feil&rapporter" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Fjern fullf¸rte nedlastinger" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "F hjelp p Internett ..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&Dagens tips ..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Rapporter et problem ..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Gi en donasjon ..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Oversett dette programmet â€Ĥ" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&Om ..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Se etter oppdateringer ..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "Tidslinje" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Mlmappe" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Endre navn" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "Sikkerhetskopiering" #. Devices Header and View #: ../raphodo/rapid.py:2112 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" #. This Computer Header and View #: ../raphodo/rapid.py:2129 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:2131 msgid "This Computer" msgstr "Denne datamaskinen" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Velg en kildemappe" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Ansltt lagringsbruk" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Velg en mlmappe" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Alle" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Ny" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Vis:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "Endringstidspunkt" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Filtype" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Enhet" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Sorter:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "Last ned %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Fortsett nedlasting" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Pause" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 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:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "Du kan ikke endre mlmappen for nedlasting mens du laster ned." #: ../raphodo/rapid.py:2875 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Bekreft mlmappe

      Er du sikker p at du vil sette mlmappen for " "nedlasting av %(file_type)s til %(path)s?" #: ../raphodo/rapid.py:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Denne mappen for nedlasting er ugyldig:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "Nedlastingsfeil" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "Nedlastingen kan ikke fullf¸re." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "bilder" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "videoklipp" #: ../raphodo/rapid.py:3171 msgid "" "The photo and video backup destinations do not exist or cannot be written " "to.

      Do you still want to start the download?" msgstr "" "Mlmappen for sikkerhetskopiering av bilder og videoer finnes ikke eller " "kan ikke skrives til.

      Vil du fortsatt starte nedlastingen?" #: ../raphodo/rapid.py:3186 ../raphodo/rapid.py:3201 #, 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 "" "Mlmappen for sikkerhetskopiering av %(filetype)s finnes ikke eller kan " "ikke skrives til.

      Vil du fortsatt starte nedlastingen?" #: ../raphodo/rapid.py:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "bilde" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Problem med sikkerhetskopiering" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s – %(time_left)s igjen (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s nedlastet" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Klarte ikke a laste ned %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "advarsler" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Ferdig med nedlasting" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "Klarte ikke laste ned %(filetype)s" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 feil" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d feil" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 advarsel" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d advarsler" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ingen filer lastet ned — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Ingen filer lastet ned" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Programinnstillingene er ugyldige" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Pr¸v p nytt" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&Ignorer denne enheten" #: ../raphodo/rapid.py:4477 #, 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:4478 msgid "Unfortunately you cannot download from this device." msgstr "Du kan dessverre ikke laste ned fra denne enheten." #: ../raphodo/rapid.py:4482 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:4487 msgid "Device scan failed" msgstr "Klarte ikke skanne enheten" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "Fant fullf¸rte nedlastinger" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s der nedlastingen er fullf¸rt vises." #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "Fant fullf¸rt nedlasting" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s der nedlastingen er fullf¸rt vises." #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, 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:5349 #, 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:5352 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:5356 #, 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:5358 msgid "Any device with the same name will be ignored." msgstr "Alle enheter med samme navn vil bli ignorert." #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Genererer miniatyrbilder for %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "Skanner %s" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "Sl p eller av omd¸ping av bilder." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "Sl p eller av omd¸ping av videoer." #: ../raphodo/rapid.py:6005 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:6009 msgid "Turn on or off downloading from this computer." msgstr "Sl p eller av nedlasting fra denne datamaskinen." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 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:6029 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:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "MAPPE" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 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:6076 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:6082 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 sls av." #: ../raphodo/rapid.py:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 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:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importerer innstillinger fra Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Alle innstillingene er nullstillte." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Hurtiglager for miniatyrbilder." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "&Ikke sp¸r meg om dette igjen" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "&Ikke advare meg om dette igjen" #: ../raphodo/rememberthisdialog.py:73 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:567 msgid "subfolder and filename" msgstr "undermappe og filnavn" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "filnavn" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "undermappe" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "En teller for hvor mange nedlastinger som forekommer hver dag" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Nedlastinger i dag:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "En teller som huskes hver gang programmet kj¸res " #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Lagret antall:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "Dag begynner:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "Synkroniser RAW + JPEG" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "Sekvenstall" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Fjern inkompatible tegn" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "Kompatibilitet" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Bildeomd¸ping" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Videoomd¸ping" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Valg for omd¸ping" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "bilder og videoer" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Bilde" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Videoklipp" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Bilder" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "İn" #: ../raphodo/utilities.py:516 msgid "two" msgstr "to" #: ../raphodo/utilities.py:517 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:518 msgid "four" msgstr "fire" #: ../raphodo/utilities.py:519 msgid "five" msgstr "fem" #: ../raphodo/utilities.py:520 msgid "six" msgstr "seks" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "syv" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "tte" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "ni" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "ti" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "elleve" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "tolv" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "tretten" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "fjorten" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "femten" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "seksten" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "sytten" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "atten" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "nitten" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "tjue" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Lagre" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Bruk standardverdier" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Ja" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Nei" #: ../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 "" #: ../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 "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 plitelig" #~ 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 nr 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 mlmappen %(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" #~ "Ml: %(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 "Feilhndtering" #~ 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 nr " #~ "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 fremstr 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..." rapid-photo-downloader-0.9.23a1/po/nl.po0000644000175000017500000064671713645661365020262 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-04-04 14:19+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: 2020-04-05 19:20+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: nl\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Om verder te gaan moet je eerst het python3 'setuptools' pakket installeren, " "via je pakketbeheerder." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Rapid Photo Downloader installeerprogramma" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" "Download en installeer de laatste versie van Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" "De RPM Fusion Free softwarebron werd toegevoegd aan je systeem om (1) " "miniaturen aan te maken voor een groter aantal van videoformaten en (2) om " "het HEIC/HEIF beeldformaat te ondersteunen." #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Installatierogramma niet gevonden:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Installeerprogramma niet in tar.gz formaat:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "De PyQt5 versie bestaat niet. Geldige versies zijn: {}." #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} zal bijgewerkt worden van versie {} naar versie {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Deze python3 pakketten zullen bijgewerkt worden voor de actieve gebruiker " "(niet voor alle gebruikers): {}" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Eigenaar van de map niet correct. Veranderen van eigenaar en aanpassen van " "rechten voor {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "De volgende opdracht zal uitgevoerd worden:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "sudo kan je om je sudo wachtwoord vragen." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Wens je de opdracht nu uit te voeren?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Het antwoord was niet ja, het programma wordt verlaten." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Opdracht mislukt" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Afsluiten" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "De Universe softwarebron moet geactiveerd zijn." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "De IUS Community repository moet geactiveerd zijn." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "De EPEL softwarebron moet actief zijn." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "De RPM Fusion Free softwarebron moet actief zijn." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Wens je de vorige versie van Rapid Photo Downloader te verwijderen?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Het pakketsysteem wordt nagegaan om te zien of een vorige geŻnstalleerde " "versie van Rapid Photo Downloader geŻnstalleerd is (kan een poosje duren...)" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Systeempakket verwijderen" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Kan het pakketsysteem niet ondervragen. Controleer je internetverbinding en " "probeer opnieuw." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Nagaan of de vorige versie via pip werd geŻnstalleerd..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "Het volgende pakket is niet gekend binnen je systeem: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "Om verder te gaan worden bepaalde vereiste pakketten geŻnstalleerd." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "GeŻnstalleerde en beschikbare pakketten worden overlopen (kan een poosje " "duren)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Zypper wordt overlopen om te zien of er vereiste pakketten zijn die al " "geŻnstalleerd zijn (kan een poosje duren) " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "yum wordt ondervraagd om na te gaan of enkele van de vereiste pakketten " "reeds geŻnstalleerd zijn (kan een poosje duren)... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Vraag om iedere stap te bevestigen." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Bij het installeren van de laatste versie, de ontwikkelversie installeren " "als die recenter is dan de stabiele versie." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Optioneel tar.gz Rapid Photo Downloader installer archief. Indien niet " "gespecificeerd wordt de laatste versie van het Internet gedownload." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "Start de installatie niet in de tar.gz Rapid Photo Downloader installeerder " "archief als die nieuwer is dan deze versie ({}). Standaard wordt de meest " "recentste gestart." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Verwijder Rapid Photo Downloader die via pip geŻnstalleerd was, maar behoudt " "de afhankelijkheden." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Verwijder de afhankelijkheden die via pip geŻnstalleerd waren gedurende de " "Rapid Photo Downloader's installatii samen met Rapid Photo Downloaderen en " "stop vervolgens het programma." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Noot: dit zal geen enkele versie van Rapid Photo Downloader verwijderen " "welke via je Linux distributie pakkettenbeheer geŻnstalleerd was." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "Enkel afhankelijkheden die niet door andere programma's nodig zijn worden " "verwijderd." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Noot: deze optie zal de afhankelijkheden verwijderen ongeacht of ze vereist " "zijn voor een ander programma dat pip geŻnstalleerd heeft. Werkt pip bij tot " "versie 0.9 als je dat gedrag wil vermijden. Je kan dat doen via het commando " "'python3 -m pip install pip -U --user'. Noteer ook dat elke versie van Rapid " "Photo Downloader geŻnstalleerd door het softwarebeheer van je distro niet " "verwijderd zal worden." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Installeer in huidige Python virtuele omgeving. Virtuele omgevingen " "aangemaakt met de --system-site-packages optie worden niet ondersteund." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "Specifieke PyQt5 versie om te installeren (standaard is het de meest recente " "versie{})." #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "In plaats van PyQt5 van PyP te gebruikeni, gebruik deze van uw Linux distro. " "Verwijder de PyPi versies die reeds geŻnstalleerd zijn." #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Kon het versiebestand niet downloaden." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "Fout code {} tijdens benaderen van het versie bestand" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Sorry, kon het installeerprogramma niet vinden. Controller je Internet " "verbinding en kijk of je https://www.damonlynch.net\n" "kan bereiken.\n" "\n" "Programma wordt gestopt..\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Installatie van pakket {} mislukt, maar Rapid Photo Downloader zal de " "installatie verder zetten." #: ../install.py:2459 msgid "Received error code" msgstr "Foutcode ontvangen" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" "Kon de applicatie vereisten niet installeren: Programma wordt gestopt." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Kan de applicatie niet installeren. Programma wordt gestopt." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Vereisten voor de applicatie aan het installeren..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "Ondersteuning om HEIF / HEIC miniaturen aan te maken ontbreekt" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" "Het pakket PyPI PyQt5 wordt niet geŻnstalleerd in de KDE Neon omgeving" #: ../install.py:2736 msgid "Installing application..." msgstr "Applicatie aan het installeren..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Wens je de man-pagina's voor het programma te installeren?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Ze worden geŻnstalleerd in {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Je moet de man-pagina's zelf verwijderen als je het programma deŻnstalleert." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Wens je de man pages te installeren?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "Man pages kan je vinden in {}/share/man/man1" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Man pages worden geŻnstalleerd in {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" "Kon de folder voor de man-pagina's niet aanmaken. Programma wordt gestopt." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Kon man page niet kopiĞren." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo Downloader kan opgestart worden zonder de virtuele omgeving te " "activeren door gebruik te maken van {}/bin/rapid-photo-downloader" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Je moet mogelijks je computer herstarten om het programma vanaf de " "commandolijn of vanuit het menu te starten." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" "Je moet {path} toevoegen in je computers $PATH omgevings variable om het " "programma te kunnen draaien vanaf de commandolijn of applicatiestarter." #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Als er zich een segmentatiefout voordoet op het einde, kan je deze " "negeren...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "Het python3 programma pip is vereist om een versie van Rapid Photo " "Downloader te verwijderen dat via pip geŻnstalleerd werd.\n" "Kan niet verder gaan. Programma wordt gestopt." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Start het installatiescript niet als sudo / root gebruiker.\n" "Start het script als gewone gebruiker die het programma zal gebruiken.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "Duid ofwel --PyQt5-version of --use-system-PyQt5 aan." #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "Sorry, maar het aanduiden van een specifieke PyQT5 versie vereist Python 3.5 " "of recenter op een Intel of een AMD64 bit platform." #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Gelieve een PyQt5 versie in het X.X of X.X.X formaat aan te duiden" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Wens je Rapid Photo Downloader in deze huidige virtuele omgeving installeren?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "Sorry, maar om Rapid Photo Downloader in een Python virteele omgeving te " "installeren moet je Python 3.5 of recenter gebruiken op een Intel of een " "AMD64 platform." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Om Rapid Photo Downloader in een virtuele Python omgeving te installeren " "moet je eerst een virtuele omgeving aanmaken en activeren alvorens dit " "script te gebruiken." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" "We maken gebruik van een virtuele omgeving voor de installatia met pip." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "Geef geen extra commandolijn argumenten mee bij het specificeren" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Sorry, dit installeerprogramma ondersteund geen aangepaste python " "installatie.\n" "Programma wordt verlaten..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Script herstarten via systeem python..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Gevonden Linux distributies {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "Afsluiten..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Om verder te gaan moet het pakket python3-apt geŻnstalleerd worden." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Installeer volgende pakketten via je Linux standaard pakkettenbeheer, en kom " "dan terug naar de installer:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Om dit programma te draaien moeten er programma's om Python3 en zijn " "pakkettenbeheer geŻnstalleerd worden." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Python requests aan het installeren" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Opwaarderen Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Annuleer" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Opwaarderen" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Klik de Opwaarderen knop om naar versie %s op te waarderen." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Klik de Opwaardeer knop om het opwaarderen te starten." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Afsluiten" #: ../upgrade.py:599 msgid "&Run" msgstr "&Uitvoeren" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Sluit Rapid Photo Downloader af alvorens het opwaarderen te starten." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Opwaardering lopende..." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Met succes naar %s opgewaardeerd. Klik op Sluiten om af te sluiten, of op " "Uitvoeren om het programma te starten." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Opwaarderen met succes afgerond. Klik op Sluiten om af te sluiten, of op " "Uitvoeren om het programma te starten." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Opwaardering mislukt. Klik op Sluiten om af te sluiten." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "Bezig met opwaarderen van %s ..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Druk op een toets om verder te gaan..." #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Rapid Photo Downloader bijwerken mislukt" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Het python pakket %s kon niet bijgewerkt worden. Opwaarderen wordt " "afgebroken." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Met dank aan" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Back-ups zijn niet geconfigureerd" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Geen back-up apparaat gedetecteerd" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Geldige back-up locaties nog niet gespecificeerd" #: ../raphodo/backuppanel.py:406 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 backuppen terwijl ze " "gedownload worden, bv. externe harde schijven." #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Back-up foto's en video's gedurende het downloaden" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Automatisch detecteren van back-up apparaten" #: ../raphodo/backuppanel.py:426 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 folder op in dewelke back-ups bewaard worden op dit " "apparaat.

      Noot: de aanwezigheid van een folder met die naam " "bepaalt of dat apparaat voor back-ups gebruikt zal worden. Voor ieder " "apparaat waar je naar toe wenst te backuppen, moet je een folder aanmaken " "met İİn van die foldernamen. Door beide folders toe te voegen, kan hetzelfde " "apparaat gebruikt worden om zowel foto's als video's te backuppen." #: ../raphodo/backuppanel.py:441 msgid "Photo folder name:" msgstr "Foto folder naam:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Video folder naam:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Voorbeeld:" #: ../raphodo/backuppanel.py:462 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Als je de automatische herkenning uitzet, moet je een exacte back-up locatie " "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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Foto back-up locatie:" #: ../raphodo/backuppanel.py:476 msgid "Select Photo Backup Location" msgstr "Selecter Foto Back-up Locatie" #. 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Video back-up locatie:" #: ../raphodo/backuppanel.py:493 msgid "Select Video Backup Location" msgstr "Selecteer Video Back-up Locatie" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "apparaat2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Vermoedelijke ruimte nodig op Back-up Opslag" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Back-up Opties" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "audio" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Foto'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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Video's" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Gebruikt" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Teveel" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s vrij van %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Foto’s" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Video's" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Vermoedelijke vrije ruimte na download" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Aangepastâ€Ĥ" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Instellen van foto subfolder aanmaak" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Instellen van video subfolder aanmaak" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Overige" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Apparaat polsen..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Apparaat tijdelijk negeren" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Apparaat definitief negeren" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Herscannen" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s vol" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Camera's" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Apparaten" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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, vervang een miniatuur de checkbox. De kleur " "van de miniatuur geeft aan of de download geslaagd (groen) was, met " "hernoemingsproblemen te doen had (geel/oranje), of mislukte (rood)" #: ../raphodo/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " Bij problemen zal een rood icoontje verschijnen onderaan het " "venster\n" " dat zal aangeven hoeveel fouten er zijn. Klikken op het " "icoontje, opent de Fout Rapportage. \n" " venster.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " Het fout rapportage venster vertoont elk probleem voorafgaand, " "gedurende of na de \n" " download. Een oranje driehoek betekent een verwittiging, een " "rode cirkel een falen, \n" " en een zwarte cirkel ergere fouten.Je kan op de hyperlinks " "klikken om \n" " het bestand of apparaat te openen in een bestandsbeheerder Je " "kan ook de rapporten doorzoeken \n" " via het zoekveld links onder in het Fout Rapportage Venster.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      In de afbeelding hierboven is de eeste rij van de Tijdslijn zwart omdat " "alle bestanden op \n" "die dag reeds gedownload waren.

      \n" "

      De Tijdslijn schuiver past de verlopen tijd tussen opeenvolgende shots " "voor het maken van de \n" "de Tijdslijn aan:

      \n" " " #: ../raphodo/didyouknow.py:126 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. Wanneer een periode geselecteerd is zal de " "Tijdslijn knop aan de linker kant van het hoofdvenster oplichten." #: ../raphodo/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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 download bronnen verbergen of niet door te klikken op het apparaat " "waarvan je downloadt, linksboven in het programma venster." #: ../raphodo/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" "\n" " Miniaturen kunnen geordend worden volgen volgende criteria:\n" "
        \n" "
      1. Wijzigingstijd: wanneer het bestand het laats gewijzigd werd " "volgens de metagegevens (indien \n" " beschikbaar) of volgens het bestandssysteem (als back-up).
      2. \n" "
      3. Aanvink status: indien het bestand gemarkeerd is voor " "download.
      4. \n" "
      5. Bestandsnaam: de volledige bestandsnaam, inclusief de " "extensie.
      6. \n" "
      7. Extensie: de extensie van het bestand. Gebruik dit om jpeg en RAW " "afbeeldingen te groeperen \n" "bijvoorbeeld.
      8. \n" "
      9. Bestandstype: foto of video.
      10. \n" "
      11. Apparaat: naam van het apparaat waarvan de foto's en video's " "gedownload worden..
      12. \n" "
      " #: ../raphodo/didyouknow.py:164 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 sub-folders aan te maken en bestanden te hernoemen gedurende de " "download, gebruik maken van een eigen schema." #: ../raphodo/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" "\n" "Bij het bedenken van je download directory structuur hou rekening met twee " "verschillende types\n" "van directories:\n" "
        \n" "
      1. De bestemmingsfolder, e.g. "Afbeeldingen", " ""Foto's", of\n" ""Video'ss". Deze folders zouden reeds moeten bestaan op je " "computer. In de afbeelding \n" "hieronder zijn de bestemmingsfolders "Pictures" and " ""Videos". De \n" "naam van de bestemmingsfolder is vertoond in de grijze balk direct boven de " "folderstructuur, \n" "met een folder icoon links en een tandiel icoon helemaal rechts.
      2. \n" "
      3. De download subfolders, zijn folders die automatisch zullen " "aangemaakt worden \n" "door Rapid Photo Downloader. Ze moetenniet noodzakelijkreeds bestaan opje " "computer,maar het kan geen kwaad.\n" "Ze zullen aangemaakt worden onder de bestemmingsfolder.
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "Je kan foto's en video's downloaden naar dezelfde bestemmingsfolder of een " "verschillende \n" "bepalen voor elk. Hetzelfde geldt voor de sub-folders voor foto's en video's " "—download foto's \n" "en video's naar dezelfde sub-folders of gebruik een verschillende folder " "voor ieder \n" "type. \n" " " #: ../raphodo/didyouknow.py:204 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 sub-folders kunnen extra automatisch " "aangemaakte sub-folders bevatten indien nodig. Een klassiek schema is om een " "jaar sub-folder en een reeks van maand-dag sub-folder daaronder te hebben." #: ../raphodo/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" "\n" "Telkens wanneer mogelijk zal het programma de download subfolders van de te " "downloaden foto's en video's vooraf scannen:\n" "
        \n" "
      1. De bestemmingsfolder structuur toont de reeds aanwezige download sub-" "folders op je computer (deze in \n" " een normaal, niet-italic font), en de sub-folders die aangemaakt zullen " "worden tijdens de download \n" " (deze met de namen in italics).
      2. \n" "
      3. De folderstructuur toont tevens in welke subfolders de bestanden " "gedownload zullen worden(deze in zwart \n" " gekleurd).
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "Download sub-folder namen worden meestal aangemaakt door sommige of alle " "onderstaande elementen:\n" "
        \n" "
      1. Bestand metagegevens, bevatten meestal de datum wanneer de foto " "of video werd aangemaakt, maar kunnen \n" "ook \n" "de camera model naam, camera serienummer, of bestandsextensie bv. JPG of CR2 " "bevatten.
      2. \n" "
      3. Een Job Code, is vrije tekst die je meegeeft wanneer de download " "plaats grijpt zoals de \n" "naam van een evenement of een locatie.
      4. \n" "
      5. Tekst die je iedere keer wenst te zien verschijnen zoals een " "streepje of een spatie.
      6. \n" "
      \n" "Sub-folders benoemen met het jaar, gevolgd door de maand en tenslotte de dag " "in numeriek formaat maakt \n" "het makkelijk om alles gesorteerd te houden in je bestandsbeheerder. Daarom " "is het de standaard optie:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "Om automatisch download sub-folders aan te maken tijdens de download, \n" "kan je gebruik maken van İİn van de reeds voorziene instellingen van Rapid " "Photo Downloader of een eigen \n" "instelling aanmaken. Klik op het raderwieltje icoon om het drop-down menu te " "openen: \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "Via het drop-down menu kan je een reeds voorziene instellingen gebruiken of " "klik op Aangepast om je eigen \n" "schema aan te maken. Je kan je eigen schema aanmaken via de Foto of Video " "Subfolder Generation Editor: \n" " " #: ../raphodo/didyouknow.py:264 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 folder en jpeg afbeeldingen in " "een andere folder te downloaden. Gebruik simpelweg de Bestandsnaam " "Extensie als onderdeel van je download sub-folder aanmaak schema:" #: ../raphodo/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "De afbeelding vertoont een opgeslagen eigen instelling genaamd "My " "custom preset"." #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "Je moet geen geneste download sub-folders aanmaken. De afbeelding toont \n" "de aanmaak van de download sub-folder die enkel de datum van de fotoshoot en " "een \n" "Job Code bevat:\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "Alhoewel er reeds veel datum/tijd combinaties zijn, kan het zijn dat je iets " "anders wil. \n" "Het is geen probleem om je eigen combinaties te maken. Je kan de datum/tijd " "keuzes combineren om \n" "nieuwe combinaties aan te maken. Stel dat je een datum formaat wil aanmaken " "die het jaar (YYYY), een streepje, \n" "en de maand (MM) in volgend formaat YYYY-MM. Dat kan je doen als volgt " "(noteer de rode cirkel rond het streepje):\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "Lees meer over alle mogelijkheden om download sub-folders en bestandsnamen " "aan te maken in de online " "documentatie.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "Job Codes laten je toe om tekst in te geven die je set foto's en " "video's beschrijven. Je kan\n" "ze gebruiken in sub-folder en bestandsnamen. In deze afbeelding van enkele " "bestanden, hebben bepaalde bestanden de Job Code\n" ""Street"gekregen en de geselecteerde bestanden staan op het punt " "de Job Code \n" ""Green Bazaar" te krijgen: \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "Je kan nieuwe of bestaande Job Codes toepassen alvorens een download te " "starten. Als er \n" "bestanden in de download zijn die nog geen Job Code toegewezen hebben, zal " "je gevraagd worden \n" "om een Job Code voor hen toe te voegen, alvorens de download begint.\n" " " #: ../raphodo/didyouknow.py:318 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/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/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "Wanneer je foto's en video's unieke bestandsnamen geeft, zal het heel " "duidelijk zijn \n" "met welk bestand je te doen hebt. Het gebruik van volgnummers om " "bestanden\n" "uniek te maken wordt ten stelligste aangeraden\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      Vier types van volgnummers zijn beschikbaar om je te helpen unieke namen " "toe te kennen aan foto's \n" "en video's:\n" "

        \n" "
      1. Downloads vandaag: downloads gedurende de dag afgewerkt.
      2. \n" "
      3. Opgeslagen nummer: identiek aan Downloads vandaag, maar wel vanaf " "de laatste keer dat het \n" "programma gestart werd.
      4. \n" "
      5. Sessie nummer: wordt iedere keer gereset als het programma " "start.
      6. \n" "
      7. Volgorde letter: zoals sessie nummer maar dan met letters.
      8. \n" "

      \n" "

      \n" "Lees meer over volgnummers in de online " "documentatie.

      \n" " " #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "Het Hernoem paneel laat je toe de bestandshernoeming in te stellen. " "Om bestanden te hernoemen \n" "kan je kiezen tussen bestaande instellingen of je eigen instelling aanmaken. " " \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      De RAW + JPEG synchronisatie optie is nuttig als je de RAW + JPEG " "optie van je \n" "camera gebruikt en je volgnummers in bestandshernoeming gebruikt. Na " "aanzetten van deze optie\n" "zal het programma de passende paren van RAW en JPEG foto's detecteren en " "zodra gedetecteerd,\n" "hetzelfde volgnummer toekennen aan beide fotonamen. Daarnaast zullen de " "volgordes \n" "bijgewerkt worden als was het İİn foto.

      \n" "

      \n" "Lees meer over bestanden hernoemen in de online " "documentation.

      \n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "Je kan foto's en video's naar meerdere locaties backuppen tijdens de " "download zoals\n" "externe harde schijven of netwerk shares. Back-up apparaten kunnen " "automatisch gedetecteerd worden of je kan\n" "je eigen back-up locaties meegeven.\n" " " #: ../raphodo/didyouknow.py:383 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 folder genaamd " "Videos en bijgevolg zullen er geen video's naar toe gebackupped " "worden." #: ../raphodo/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "Diverse voorkeuren van het programma kunnen vanaf de commandolijn worden " "ingesteld, waaronder download \n" "bronnen, bestemming en back-ups. Tevens kunnen instellingen herzet worden " "naar hun \n" "standaard waardes en caches en bijgehouden bestanden gewist. \n" " " #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "Ja kan ook programma voorkeuren van de oudere versie 0.4 importeren." #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" "\n" "Rapid Photo Downloader werkt met drie types van cache:\n" "
        \n" "
      1. Een miniaturencache waar het enig doel is om de miniaturen van de " "bestanden van je camera, \n" "geheugenkaarten en andere apparaten op te slaan,.
      2. \n" "
      3. Een tijdelijke cache van bestanden gedownload van een camera, İİn " "voor foto's en een andere voor \n" "video's. Je kan ze vinden in de tijdelijke sub-folders in de download " "bestemming.
      4. \n" "
      5. De bureaublad miniaturen cache, in dewelke Rapid Photo Downloader " "de miniaturen opslaat van \n" "RAW en TIFF foto's zodra deze gedownload zijn. Bestandsbeheerders zoals " "Gnome Files gebruiken deze cache \n" "eveneens, wat betekent dat ze ook de miniaturen voor deze bestanden zullen " "tonen. \n" "
      6. \n" "
      \n" "Lees meer over deze caches en hun effect op de download performantie in de " "online " "documentatie.\n" " " #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Tip van de dag" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Wist je dat...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Toon tips bij het starten" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "Volge&nde" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Vorige" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Nog enkele seconden" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 seconde" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d seconden" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minuut" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minuten" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 uur" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d uren" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dagen" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minuut, 1 seconde" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuut, %d seconden" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuten, 1 seconde" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuten, %(seconds)d seconden" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 uur, 1 minuut" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 uur, %d minuten" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d uren, 1 minuut" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d uren, %(minutes)d minuten" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 dag, 1 uur" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d uren" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dagen, 1 uur" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dagen, %(hours)d uren" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Zoek" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Fout Rapportage - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Vind in rapporten" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Vorige overeenkomende tekenreeks zoeken" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Volgende overeenkomende tekenreeks zoeken" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "Alles accentueren" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Alle overeenkomende tekenreeksen accentueren" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&Hoofdletter overeenkomst" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Zoeken met hoofdletter gevoeligheid" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Volledige woorden" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "Zoek enkel op volledige woorden" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s van %(total)s treffers" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Wissen" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Uitdrukking niet gevonden" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Zoeken in afwachting..." #: ../raphodo/errorlog.py:546 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 Fouten Rapportage sinds het " "voor het laatste geopend werd. Klik om de Fouten Rapportage te openen." #: ../raphodo/excepthook.py:89 msgid "Problem in Rapid Photo Downloader" msgstr "Probleem in Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" "Er deed zich een probleem voor in Rapid Photo Downloader

      \n" " Meld het probleem op {website}.

      \n" " Voeg in de foutrapportage de logbestanden van het programma toe. " "Het rapport moet \n" " {log_file} bevatten, maar accepteert ook andere " "bestanden.

      \n" " Voeg indien mogelijk het configuratiebestand van het programma " "toe: \n" " {config_file}.

      \n" " Klik hier om de log folder te " "openenen en \n" " hier om de configuratie folder te " "openen.

      \n" " Als hetzelfde probleem zich opnieuw voordoet alvorens je het " "programma stopt, zal dit de enige melding \n" " daaromtrent zijn.\n" " " #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Een probleem werd vastgesteld in Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Gelieve het probleem te melden op {website}\n" "\n" " Voeg het logbestand toe aan je foutenrapportage, te vinden in " "{log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "Open in Bestandsbeheerder..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Bestandssysteem" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Overig..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (locatie bestaat niet)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Datum tijd" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Bestandsnaam" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metagegevens" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Reeksen" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Job code" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Afbeeldingsdatum" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Videodatum" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Vandaag" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "Download tijd" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "Naam" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Extensie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Afbeeldingsnummer" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Diafragma" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 msgid "Focal length" msgstr "Brandpuntafstand" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Sluiterteller" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Bestandsnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Enkel folder" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 msgid "Folder and file" msgstr "Folder en bestand" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:255 msgid "Owner name" msgstr "Naam eigenaar" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Breedte" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Hoogte" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Lengte" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Frames per seconde" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Artiest" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "Auteursrecht" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 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:268 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:271 msgid "Subfolder number" msgstr "Subfoldernummer" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 msgid "Original Case" msgstr "Oorspronkelijke hoofdletterstatus" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:298 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:301 msgid "lowercase" msgstr "kleine letters" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Eİn cijfer" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Twee cijfers" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Drie cijfers" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Vier cijfers" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Vijf cijfers" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Zes cijfers" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Subseconden" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "JJJJMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "JJMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMJJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "JJJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 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:368 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:371 msgid "HHMMSS" msgstr "UUMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "UUMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "UU" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Datum" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Datum (streepjes)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Datum (underscores)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Datum en Job Code" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "JJJJMM_Job Code" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Datum en Job Code Subfolder" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "JJJJMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Job Code" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Originele bestandsnaam" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Datum-Tijd en Downloads vandaag" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "JJJJMMDD-UUMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Datum en Downloads vandaag" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "JJJJMMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Datum-Tijd en afbeeldingsnummer" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "JJJJMMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Datum-Tijd en Job code" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "JJJJMMDD-UUMM-Job Code-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "JJJJMMDD-Job Code-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Datum-Tijd en Video nummer" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "JJJJMMDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Resolutie" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "JJJJMMDD-UUMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Geef een nieuwe Job Code in of selecteer vorige" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "Job Code toepassen op Download" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Geef een nieuwe Job Code in" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" "De nieuwe Job Code zal op geen enkele foto of video toegepast worden." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "De nieuwe Job Code zal niet toegepast worden op %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "De nieuwe Job Code zal toegepast worden op %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Nieuwe Job Code" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&Job Code:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "Onthoud deze keuze" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 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 " "bestemmings sub-folders namen om die te gebruiken." #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "Laatst gebruikt op" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Job Code Volgorde:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Oplopend" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Aflopend" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Nieuw..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Toepassen" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&Verwijderen" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Alles verwijderen" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "Wens je alle Job Codes te verwijderen?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Verwijder alle Job Codes" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Job Codes" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/messagewidget.py:65 #, python-format msgid "Hint: %(message)s" msgstr "Tip: %(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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Opslaan nieuwe persoonlijke instellingen..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "Verwijder alle persoonlijke instellingen..." #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(Nieuwe persoonlijke instellingen)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (bewerkt)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Bijwerken persoonlijke instelling \"%s\"" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Opslaan nieuwe persoonlijke instelling - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "Vooraf ingestelde naam:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "Foto Subfolder Generation Editor" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "Video Subfolder Generation Editor" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Foto Hernoemen Editor" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Video Hernoemen Editor" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" "Het %(separator)s teken maakt een nieuw sub-folder niveau aan." #: ../raphodo/nameeditor.py:893 #, 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 foldernaam niet starten of stoppen met een folder separator " "%(separator)s, aangezien deze automatisch wordt toegevoegd." #: ../raphodo/nameeditor.py:901 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/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "Voorinstelling:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Online hulp zoeken..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Toevoegen" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "Voorinstelling opslaan - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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 "" "Wens je de wijzigingen in een nieuwe eigen voorinstelling " "bewaren?

      Een eigen 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 eigen " "voorinstelling aanmaakt of niet." #: ../raphodo/nameeditor.py:1437 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 "" "Wens je de wijzigingen in een nieuwe eigen voorinstelling " "bewaren?

      Als je wenst kan je een nieuwe eigen voorinstelling " "aanmaken of een bestaande aanpassen.

      De wijzigingen aan de voorkeuren " "zullen steeds toegepast worden ongeacht of je een eigen voorinstelling " "bewaart of niet." #: ../raphodo/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Bewaar nieuwe aangemaakte voorinstelling" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Controleren op nieuwe versies..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "Je gebruikt momenteel de laatste versie." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Kon de update server niet contacteren." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Een nieuwe versie van Rapid Photo Downloader (%s) is beschikbaar." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Wens je de nieuwe versie te downloaden?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" "Wijzigingen in de nieuwe versie kun je hier raadplegen." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&Sla deze versie over" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&Open Download Pagina" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Rapid Photo Downloader bijwerkingen" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s van %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Downloadenâ€Ĥ" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Voorkeuren" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "Taal" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatie" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniaturen" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Foutafhandeling" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Waarschuwingen" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "Consolidatie" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Overige" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Apparaten aflopen" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Scan alleen externe apparaten" #: ../raphodo/preferencedialog.py:157 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, geheugenlkaarten, externe harde schijven en USB sticks." #: ../raphodo/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Scan enkel specifieke folders op apparaten" #: ../raphodo/preferencedialog.py:162 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 folders 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Folders die doorlopen moeten worden:" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Folders bovenaan het bestandssysteem die gescand zullen worden\n" "op foto's en video's." #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Toevoegenâ€Ĥ" #: ../raphodo/preferencedialog.py:176 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 folder toe aan de lijst van te scannen folders voor foto; en " "video's.\n" "\n" "Aanpassingen in deze instelling starten het herscannen van alle apparaten." #: ../raphodo/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Verwijder" #: ../raphodo/preferencedialog.py:181 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 folder van de lijst van te scannen folders voor foto's en " "video's.\n" "\n" "Aanpassingen in deze instelling starten het herscannen van alle apparaten." #: ../raphodo/preferencedialog.py:198 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/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Onthouden apparaten" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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 wanneer de computer de volgende keer op " "apparaten doorzocht wordt." #: ../raphodo/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Genegeerde paden" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "Het eindgedeelte van een pad waar nooit gescanned moet worden op foto's of " "video's." #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 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." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "Gebruik python-style reguli" "ere uitdrukkingen" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 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/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* Vereist een programma herstart" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Programma Automatisatie" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Start de download tijdens het opstarten van het programma" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Start de download zodra een apparaat wordt aangekoppeld" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Ontkoppel (uitwerpen) van het apparaat na afloop van de download" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "BeĞindig programma als de download afgelopen is" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" "BeĞindig programma zelfs indien de download fouten of waarschuwingen had" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Bezig met de miniaturen aan te maken" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Miniaturen aanmaken" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Maak de miniaturen aan om in het hoofdvenster te vertonen" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Miniaturen cachen" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Bewaar de miniaturen vertoond in het hoofdvenster in de miniaturencache " "eigen aan Rapid Photo Downloader" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Systeem miniaturen aanmaken" #: ../raphodo/preferencedialog.py:366 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/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "Aantal CPU cores gebruikt om miniaturen aan te maken." #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "CPU cores:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Miniatuurcache" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Bezig met berekenen..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "dagen" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "voor altijd" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Cache-grootte:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Aantal miniaturen:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Database grootte:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "Plaats niet benaderde miniaturen in de cache voor:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Cache ledigen..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Cache optimaliseren..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Download overslaan" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "Download het bestand niet en vertoon een foutbericht" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Uniek identifiecatieteken toevoegen" #: ../raphodo/preferencedialog.py:472 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 bestandsnaam extentie" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Overschrijven" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "Overschrijf het vorige gebackupde bestand" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Overslaan" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Overschrijf het back-up bestand niet en vertoon een foutbericht" #: ../raphodo/preferencedialog.py:491 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 "" "Wanneer een foto of video met dezelfde naam reeds gedownload werd, kies om " "ofwel de dowload van dat bestand over te slaan, of om er een uniek " "identificatienummer aan toe te voegen:" #: ../raphodo/preferencedialog.py:500 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 Hernoem paneel in het " "hoofdvenster." #: ../raphodo/preferencedialog.py:509 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 backuppen om een bestand met dezelfde naam op het back-up " "apparaat te overschrijven of over te slaan:" #: ../raphodo/preferencedialog.py:530 msgid "Program Warnings" msgstr "Programma verwittigingen" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Vertoon een verwittiging als:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "Downloaden van bestanden die momenteel niet worden weergegeven" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "Verwittig als je bestanden gaat downloaden die niet vertoond zijn in het " "hoofdvenster." #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Back-up bestemming ontbreekt" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "Verwittig alvorens een download te starten wanneer het niet mogelijk is de " "bestanden te backuppen." #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Programma bibliotheken ontbreken of zijn defect" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "Verwittig indien een software bibliotheek gebruikt door Rapid Photo " "Downloader ontbreekt of niet werkt." #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "Bestandssysteem metagegevens kunnen niet ingesteld worden" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "Verwittig indien er een fout optreedt bij het instellen van een " "bestandsysteem metagegeven, zoals de wijzigingstijd." #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "Niet opgevangen fout opgetreden" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "Verwittig indien na het doorlopen van een apparaat of deze computer niet " "herkende bestanden zijn die niet zullen opgenomen worden bij de download." #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "Verwittig niet bij niet opgevangen bestanden met extensies:" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "Bestandextenties zijn hoofdletter ongevoelig en moeten het vooraafgaand punt " "symbool niet bevatten." #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "Toevoegen" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "Verwijder een bestandsextentie van de lijst van niet behandelde " "bestandstypes, waar er niet over gewaarschuwd moet worden." #: ../raphodo/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "Foto en Video Consolidatie" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "Consolideer bestanden over apparaten en downloads heen" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "Behandel passende RAW en JPEG bestanden als:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Eİn foto" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "Twee foto's" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "Vertoon overeenkomende paren RAW en JPEG foto's als İİn foto, en indien " "gemarkeerd, download beide." #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "Vertoon overeenkomende paren RAW en JPEG foto's als twee verschillende " "foto's. Je kan nog altijd hun volgnummers synchroniseren." #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "Met overeenkomende RAW en JPEG foto's:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "Markeer JPEG niet voor download" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "Markeer RAW niet voor download" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Markeer beide voor download" #: ../raphodo/preferencedialog.py:645 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 "" "Wanneer overeenkomende RAW en JPEG foto's gevonden worden, markeer de JPEG " "niet automatisch voor\n" "download. Je kan het nog steeds manueel markeren." #: ../raphodo/preferencedialog.py:650 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 "" "Wanneer overeenkomende RAW en JPEG foto's gevonden worden, markeer de RAW " "niet automatisch voor\n" "download. Je kan het nog steeds manueel markeren." #: ../raphodo/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Wanneer overeenkomende RAW en JPEG foto's gevonden worden, markeer beide " "automatisch voor download." #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "Als je bestand consolidering uitzet, kies wat je wenst te doen telkens een " "download apparaat ingeplugd wordt, wanneer afgewerkte downloads vertoond " "worden:" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "Wanneer een download apparaat ingeplugd wordt wanneer de afgewerkte " "downloads vertoond worden:" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "Wis afgewerkte downloads" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Blijf afgewerkte downloads vertonen" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Vraag wat te doen" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "Wis de lijst van afgewerkte downloads automatisch telkens een nieuw download " "apparaat ingeplugd wordt." #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "Blijf de lijst van afgewerkte downloads vertonen telkens een nieuw download " "apparaat wordt ingeplugd." #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "Vraag of de afgewerkte downloads vertoond moeten blijven, of indien ze " "gewist moeten worden, telkens een nieuw download apparaat ingeplugd wordt." #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "Versie controle" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "Controleer op nieuwe versie bij het opstarten" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" "Controleer op een nieuwe versie van het programma iedere keer dat het " "programma start." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Inclusief ontwikkel versies" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "Kijk ook voor alfa, beta en andere ontwikkelversies wanneer er gecontroleerd " "wordt op nieuwe versies van het programma.\n" "\n" "Als je momenteel een ontwikkelversie draait zullen deze controles " "automatisch gebeuren." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Negeer DNG datum/tijd metagegevens op MTP apparaten" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "Lees de fotometadata enkel met ExifTool" #: ../raphodo/preferencedialog.py:772 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 " "wanneer Exiv2 het\n" "bestandsformaat van het ingelezen bestand niet ondersteund.\n" "\n" "Exiv2 is snel, precies en bijna altijd betrouwbaar, maar crasht wanneer het " "metadata \n" "ophaalt van een klein aantal bestanden, zoals DNG bestanden aangemaakt door " "Leica M8\n" "camera's." #: ../raphodo/preferencedialog.py:792 msgid "Completed Downloads" msgstr "Afgewerkte 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "Herstel de standaard %s voorkeuren" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "Wens je de miniaturen cache te ledigen? De cache zal geledigd worden wanneer " "het programma opnieuw wordt opgestart." #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Ledig miniaturencache" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "Wens je de miniaturencache te optimaliseren? De cache zal geoptimaliseerd " "worden wanneer het programma opnieuw wordt opgestart." #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Optimaliseer miniaturencache" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Geef de te doorlopen folder op" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Geef de te doorlopen folder op voor foto's en video's" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "Folder:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Geef het te negeren pad op" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Pad:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Geef een bestandsextensie op" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Geef een bestandsextensie op (zonder de voorloop punt)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Extensie:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "Ongeldige bestandsextensie" #: ../raphodo/preferencedialog.py:1629 #, 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 verwittigen over de aanwezigheid ervan." #: ../raphodo/preferencedialog.py:1636 #, 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 bestands types:\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/preferences.py:291 msgid "Wedding" msgstr "Trouwen" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "Verjaardag" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Sub-foldervoorkeuren mogen niet starten met een %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Sub-foldervoorkeuren mogen niet eindigen op een %s" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Sub-foldervoorkeuren mogen geen twee opeenvolgende %s bevatten" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Fout: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Fout: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 fout: %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "Kan de folder %s niet lezen" #: ../raphodo/problemnotification.py:150 #, 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:156 #, python-format msgid "Unable to read file %s" msgstr "Lezen van bestand %s mislukt" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "Kan bestand %s niet schrijven" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "Kan bestand %s niet verplaatsen" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "Kan bestand %s niet verwijderen" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "Kan bestand %s niet kopiĞren" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Nul lengte bestand %s zal niet gedownload worden" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "Kon de systeem wijzigingstijd voor bestand %s niet bepalen" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "Kan de metagegevens voor %s niet laden" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s bestaan reeds." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, 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:323 #, 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:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "%(filetype)s %(source)s werd niet gebackupped vanaf %(device)s." #: ../raphodo/problemnotification.py:379 #, 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:395 #, 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 gebackupped en overschreef de " "vorige back-up %(filetype)s." #: ../raphodo/problemnotification.py:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Kan de bestandsnaam voor %s niet afwerken" #. Translators: %(variable)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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "De %(type)s metagegeven ontbreekt." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "De volgende metagegevens ontbreken: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "Omzetten datum/tijd mislukt: %s." #: ../raphodo/problemnotification.py:529 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:535 msgid "Filename does not have an extension." msgstr "Bestandsnaam heeft geen extensie." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Bestandsnaam bevat geen getallenreeks." #: ../raphodo/problemnotification.py:542 #, 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:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" "De download sub-folders %(folder)s werd maar gedeeltelijk aangemaakt voor " "%(filetype)s %(source)s." #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Kan de download sub-folder %s niet aanmaken." #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Kan de back-up sub-folder %s niet aanmaken." #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "Probleem tijdens het scannen van %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "Problemen tijdens het kopiĞren vanaf %s" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" "Problemen bij het afwerken van bestandsnamen en het aanmaken van sub-folders" #: ../raphodo/problemnotification.py:691 #, python-format msgid "Problems backing up to %s" msgstr "Problem 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)du" #: ../raphodo/proximity.py:1839 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:1844 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:1847 msgid "Timeline build pending..." msgstr "Tijdslijnopbouw hangende..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "Tijdslijn wordt opgebouwd..." #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" "Aan/uitzetten synchroniseren van de tijdslijn en miniatuur scrollen(Ctrl-T)" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "Probleem met ExifTool" #: ../raphodo/rapid.py:1205 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 libmediainfo bibliotheek blijkt te ontbreken

      Rapid Photo " "Downloader gebruikt libmediainfo om de datum en tijd van de opname op te " "halen. Het programma zal werken er zonder, maar het installeren ervan wordt " "aanbevolen." #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "Probleem met libmediainfo" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "Downloaden is mislukt" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Sorry, de download van de nieuwe versie van Rapid Photo Downloader is " "mislukt." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "De nieuwe versie werd met succes gedownload. Wens je Rapid Photo Downloader " "te stoppen en de installatie te starten?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Bijwerken Rapid Photo Downloader" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Installeren" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "Nieuw versie opgeslagen" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "Het tar bestand en het installatieprogramma werden bewaard in:\n" "\n" " %s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "Bijwerken mislukt" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Sorry, bijwerken van Rapid Photo Downloader is mislukt omder er een fout " "optrad bij het openen van het installeerprogramma." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Download" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "Ve&rvers..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Voorkeuren" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&Afsluiten" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "Fout &Rapportages" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Voltooide Downloads Wissen" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "Online hulp verktijgen..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&Tip van de dag..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Een probleem meldenâ€Ĥ" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Doe een gift..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Vertaal deze toepassing..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&Over..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Controleren op updates..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "Tijdbalk" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Doel" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Hernoemen" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "Back-up" #. Devices Header and View #: ../raphodo/rapid.py:2112 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" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "Een folder als downloadbron gebruiken op deze computer aan- of uitzetten" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "Deze computer" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Selecteer de bronfolder" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Geschat gebruik van opslagruimte" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Kies een doelmap" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Alles" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Nieuw" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Weergeven:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "Wijzigingstijd" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "Aanvink toestand" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Bestandstype" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Apparaat" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Sorteer:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "Download %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Download hervatten" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Pauze" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" "Rapporteer het probleem via {website}.

      \n" " Voeg in je foutrapportage de logbestanden van het programma toe. " "Het rapport moet \n" " {log_file} bevatten,maar extra logbestanden zijn soms ook " "helpvol.

      \n" " Indien mogelijk voeg het programma configuratiebestand\n" " {config_file} toe.

      \n" " Klik hier om de log folder te openen " "en \n" " hier om de configuratie folder te " "openen.\n" " " #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Bedankt om het probleem in Rapid Photo Downloader te melden" #: ../raphodo/rapid.py:2795 #, 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 bronfolder op Deze Computer

      Wens je de bronfolder " "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 bronfolder, zal de huidige download van Deze Computer " "geannuleerd worden." #: ../raphodo/rapid.py:2865 msgid "You cannot change the download destination while downloading." msgstr "Je kan de bestemming niet wijzigen tijdens een download." #: ../raphodo/rapid.py:2875 #, python-format msgid "" "Confirm Download Destination

      Are you sure you want to set the " "%(file_type)s download destination to %(path)s?" msgstr "" "Bevestig Download Bestemming

      Ben je zeker dat je de bestemming " "van %(file_type)s downloads op%(path)s wil zetten?" #: ../raphodo/rapid.py:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" "\n" "Alle bestanden downloaden

      \n" "Een download bevat altijd alle bestanden die gemarkeerd zijn voor download,\n" "inclusief deze die momenteel niet vertoond worden omdat de Tijdslijn\n" "gebruik wordt of omdat enkel de nieuwe bestanden vertoond worden.

      \n" "Wens je verder te gaan met de download?\n" " " #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Deze downloadfolders zijn ongeldig:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Deze downloadfolder is ongeldig:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "Download Mislukt" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "De download kan niet doorgaan." #: ../raphodo/rapid.py:3136 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 " "gebackupped kun worden. Download toch starten?" #: ../raphodo/rapid.py:3146 ../raphodo/rapid.py:3159 #, 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 backuppen. Download " "toch starten?" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "foto's" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "video's" #: ../raphodo/rapid.py:3171 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-up bestemmingen bestaan niet of er kan niet naar " "toe geschreven worden.

      Download toch starten?" #: ../raphodo/rapid.py:3186 ../raphodo/rapid.py:3201 #, 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 backup bestemming bestaat niet of er kan niet naar toe " "geschreven worden.

      Download toch starten?" #: ../raphodo/rapid.py:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Back-up probleem" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s over (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s gedownload" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s kon niet gedownload worden" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "waarschuwingen" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Alle downloads zijn voltooid" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s werd niet gedownload" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 Mislukking" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d mislukkingen" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 waarschuwing" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d waarschuwingen" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Geen bestanden gedownload — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Geen bestanden gedownload" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Programma voorkeuren zijn ongeldig" #: ../raphodo/rapid.py:4365 #, 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 bereikbaa.

      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.

      AJe kan ook altijd de %(camera)s negeren." #: ../raphodo/rapid.py:4385 #, 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:4404 msgid "&Try Again" msgstr "Opnieu&w proberen" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "D&it Apparaat Negeren" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" "Sorry, een onverwacht probleem deed zich voor tijdens het doorlopen van " "apparaat %s." #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "Je kan jammer genoeg niet downloaden van dit apparaat." #: ../raphodo/rapid.py:4482 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:4487 msgid "Device scan failed" msgstr "Apparaat scan faalde" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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 wenst te downloaden." #: ../raphodo/rapid.py:5007 msgid "Completed Downloads Present" msgstr "Afgewerkte Downloads tot op nu" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s waarvan de download voltooid zijn, worden vertoond." #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "Wens je de lijst van voltooide downloads wissen?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "Lijst van voltooide downloads" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "De download %s die voltooid is wordt vertoond." #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "Wenst je de voltooide downloads wissen?" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" "Wens je foto's en video's te downloaden van apparaat %(device)s?" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "Wens je %s te negeren telkens het programma draait?" #: ../raphodo/rapid.py:5352 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:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "Wens je het apparaat %s te negeren telkens het programma draait?" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "Ieder apparaat met dezelfde naam zal genegeerd worden." #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Downloading van %(location)s naar Deze Computer." #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" "Wens je werkelijk vanaf hier te downloaden?

      Op bepaalde systemen kan " "het scannen van deze locatie heel lang duren." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Miniaturen genereren voor %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "%s wordt doorzocht" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s van de %(available files)s gemarkeerd voor download (%(hidden)s " "verborgen)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s van de %(available files)s gemarkeerd voor download" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" "Toon ve rsienummers van het programma en bijbehorende bibliotheken en " "verlaat programma." #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" "Vertoon programma informatie wanneer opgestart vanaf de commandolijn." #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "Vertoon debug informatie wanneer opgestart van de commandolijn." #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "Vertoon de foto en video extensies die het programma herkent en verlaat het " "programma." #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "Hernoemen van foto's aan- of uitzetten." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "Hernoemen van video's aan- of uitzetten." #: ../raphodo/rapid.py:6005 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:6009 msgid "Turn on or off downloading from this computer." msgstr "Downloaden vanaf deze computer aan- of uitzetten." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "PAD" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "Het download PAD op deze computer." #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "Het PAD waar de foto's naartoe zullen gekopieerd worden." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "Het PAD waar de video's naartoe gedownload zullen worden." #: ../raphodo/rapid.py:6025 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:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "Automatische detectie van Back-up apparaten aan- of uitzetten." #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "FOLDER" #: ../raphodo/rapid.py:6034 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 FOLDER in dewelke de back-ups opgeslagen zijn op het automatisch " "gedetecteerd foto back-up apparaat, waarvan de foldernaam gebruikt wordt om " "na te gaan of het apparaat gebruikt wordt voor back-ups. Voor ieder apparaat " "dat je als foto back-up wenst te gebruiken, moet je een folder aanmaken met " "deze naam." #: ../raphodo/rapid.py:6043 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 FOLDER in dewelke de back-ups opgeslagen zijn op het automatisch " "gedetecteerd video back-up apparaat, waarvan de foldernaam gebruikt wordt om " "na te gaan of het apparaat gebruikt wordt voor back-ups. Voor ieder apparaat " "dat je als video back-up wenst te gebruiken, moet je een folder aanmaken met " "deze naam." #: ../raphodo/rapid.py:6052 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 gebackup-ed zullen worden als de " "automatische detectie van back-up apparaten uit staat." #: ../raphodo/rapid.py:6059 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 gebackup-ed zullen worden als de " "automatische detectie van back-up apparaten uit staat." #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Negeer foto's met de volgende extensie: %s" #: ../raphodo/rapid.py:6071 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:6076 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:6082 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:6088 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:6092 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:6097 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 commandolijn programma gconftool-2." #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "Voeg gphoto2 debug informatie toe in de logbestanden." #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" "Vertoon informatie van de gekoppelde camera's in de terminal en verlaat het " "programma." #: ../raphodo/rapid.py:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "" "Geen vorige programma instellingen gevonden. Programma wordt verlaten." #: ../raphodo/rapid.py:6193 #, 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:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "Wens je het opgeslagen volgnummer dat nu op %d staat mee te kopiĞren?" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "Programma wordt gestopt." #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "Dit programma nooit als sudo / root gebruiker draaien." #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "ExifTool moet geŻnstallerd zijn om Rapid Photo Downloader te draaien." #: ../raphodo/rapid.py:6330 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 wenst te draaien." #: ../raphodo/rapid.py:6387 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 "" "Wanneer je een pad op de commandolijn meegeeft, mag je geen optie\n" "voor apparaat auto herkenning of een pad op \"Mijn computer\" meegeven." #: ../raphodo/rapid.py:6547 msgid "All settings and caches have been reset." msgstr "Alle instellingen en caches zijn op beginwaardes teruggezet." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Miniaturencache is op beginwaarde teruggezet." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "Onthouden bestanden zijn nu vergeten." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "&Stel me deze vraag niet opnieuw" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "&Verwittig me daarover niet meer" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&Verwittig me niet meer over ontbrekende of gebroken programma bibliotheken" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "subfolder en bestandsnaam" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "bestandsnaam" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "subfolder" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "Een teller voor het aantal downloads per dag" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Downloads vandaag:" #: ../raphodo/renamepanel.py:319 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/renamepanel.py:320 msgid "Stored number:" msgstr "Opgeslagen nummer:" #: ../raphodo/renamepanel.py:331 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/renamepanel.py:332 msgid "Day start:" msgstr "Aanvangsdag:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "Synchroniseer RAW + JPEG" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "Volgnummers" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Verwijder niet-compatibele karakters" #: ../raphodo/renamepanel.py:367 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 foldernamen karakters verwijderd moeten worden die " "niet herkend worden bij andere besturingssystemen" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "Compatibiliteit" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Foto hernoemen" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Video hernoemen" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Hernoem opties" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "foto's en video's" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "een video" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 Video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "een foto" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s op %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "File system root" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Afbeeldingen" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Genomen op %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Geheugenkaarten: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "Geheugenkaart: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "Gedownload als:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Vorige Download:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:567 #, python-format msgid "

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

      Manueel ingesteld zoals reeds gedownload op %(date)s" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Kopieer Pad" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "Markeer bestand als gedownload" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "Markeer bestanden als gedownload" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s en %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "een" #: ../raphodo/utilities.py:516 msgid "two" msgstr "twee" #: ../raphodo/utilities.py:517 msgid "three" msgstr "drie" #: ../raphodo/utilities.py:518 msgid "four" msgstr "vier" #: ../raphodo/utilities.py:519 msgid "five" msgstr "vijf" #: ../raphodo/utilities.py:520 msgid "six" msgstr "zes" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "zeven" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "acht" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "negen" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "tien" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "elf" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "twaalf" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "dertien" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "veertien" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "vijftien" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "zestien" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "zeventien" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "achttien" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "negentien" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "twintig" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&OK" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "Op&slaan" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Help" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Herstel Standaard Instellingen" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Ja" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Nee" #: ../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 backuppen 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" rapid-photo-downloader-0.9.23a1/po/nn.po0000644000175000017500000055326213645661365020254 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-16 01:30+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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: nn\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "For g vidare m du installera python3-pakka ÂĞsetuptoolsÂğ der du " "installerer pakker p systemet ditt." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Rapid Photo Downloader-installasjonsskript" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Last ned og installer siste utgve av Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Fann ikkje installasjonsskriptet:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Installasjonsskriptet er ikkje i tar.gz-format:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Fann feil mappeeigar. Endrar eigarskap og nullstiller tillatingar for " "{file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "K¸yrar f¸lgjande kommando:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "ÂĞsudoÂğ sp¸r deg kanskje om passordet ditt." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Vil du k¸yra kommandoen no?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Svaret er ikkje ja, avsluttar." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Kommandoen feila" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Avsluttar" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Pakkelageret ÂĞUniverseÂğ m vera skrudd p." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Pakkelageret ÂĞEPELÂğ m vera skrudd p." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Pakkelageret ÂĞRPM Fusion FreeÂğ m vera skrudd p." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Vil du avinstallera tidlegare utgver av Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Sp¸r pakkesystemet om ei eldre utgve av Rapid Photo Downloader er " "installert (dette kan ta ein stund) â€Ĥ" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Avinstallerer systempakka" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Klarte ikkje sp¸rja pakkesystemet. Sjekk om du er tilkopla Internett og " "pr¸v igjen." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Sjekkar om f¸rre utgve var installert med pip â€Ĥ" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "F¸lgjande pakke er ukjend p systemet ditt: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "For g vidare, m me installera visse pakker som krevst for k¸yra " "programmet." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Sp¸r etter installerte og tilgjengelege pakker (dette kan ta ei stund)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Sp¸r zypper om nokon av pakkene me treng allereie er installerte (dette kan " "ta ei stund) â€Ĥ " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Sp¸r om stadfesta handlinga ved kvart steg." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Installer utviklingsutgva viss ho er nyare enn den stabile utgva nr me " "lastar ned nyaste utgve." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Valfritt tar.gz-arkiv av Rapid Photo Downloader. Utan dette hentar me nyaste " "utgve fr Internett." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "Ikkje k¸yr installasjonsskriptet i tar.gz-arkivet av Rapid Photo Downloader " "viss det er nyare enn denne utgva ({}). Det vanlege er installera nyaste " "utgve." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Fjern utgva av Rapid Photo Downloader som blei installert av pip, men la " "avhengigheitene vera." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Fjern avhengigheitene installert av pip ved installering av Rapid Photo " "Downloader, og Rapid Photo Downloader sj¸lv, og avslutt." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Merk: Dette vil ikkje fjerna ei eventuell utgve av Rapid Photo Downloader " "installert av pakkesystemet til Linux-distribusjonen din." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "Avhengigheiter blir berre fjerna viss dei ikkje krevst av noko anna program." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Merk: Dette valet fjernar avhengigheiter uansett om dei krevst av eit anna " "program som pip har installert. Oppgrader til pip 9.0 eller seinare viss du " "vil unng dette. Du kan gjera det med kommandoen ÂĞpython3 -m pip install pip " "-U --userÂğ. Merk ²g at eventuelle utgver av Rapid Photo Downloader " "installert av pakkesystemet til Linux-distribusjonen din ikkje vil bli " "fjerna." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Klarte ikkje lasta ned utgvefila." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "Fekk feilkode {} ved henting av utgvefila" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Orsak, klarte ikkje finna installeringsprogrammet. Sjekk nettilkoplinga di " "og stadfest at du kan opna sida https://www.damonlynch.net\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "Fekk feilkode" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "Klarte ikkje installera applikasjonskrav; avsluttar." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Klarte ikkje installera applikasjonen; avsluttar â€Ĥ" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Installerer applikasjonskrav â€Ĥ" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "Installerer applikasjonen â€Ĥ" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Vil du installera manualsidene til programmet?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Dei blir installerte til {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "Viss du fjernar programmet, m du fjerna manualsidene sj¸lv." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Vil du installera manualsidene?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Installerer manualsidene til {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Klarte ikkje oppretta manual-mappa; avsluttar." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Klarte ikkje kopiera manualsidene." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "Du m kanskje omstarta maskinen for kunna k¸yra programmet fr " "kommandolinja eller programstartaren." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Viss du fr ein segmenteringsfeil ved avslutting, s kan du sj bort i fr " "det â€Ĥ)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "Me treng python3-verkt¸yet pip for avinstallera ei utgve av Rapid Photo " "Downloader tidlegare installert med pip.\n" "Kan ikkje fortsetja. Avsluttar." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Ikkje k¸yr installasjonsskriptet som sudo / rotbrukar.\n" "K¸yr det som brukaren som skal k¸yra programmet.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "Ikkje inkluder andre kommandolinjeargument ved spesifisering av" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Orsak, installasjonsskriptet kan ikkje bruka ein sj¸lvvalt python-" "installasjon.\n" "Avsluttar â€Ĥ" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Startar skriptet om att med python-utgva fr systemet â€Ĥ" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Oppdaga Linux-distribusjonen {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "Avsluttar â€Ĥ" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "For fortsetja m pakka python3-apt vera installert." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Installer f¸lgjande pakker med standard pakkehandterar fr Linux-utgva di, " "og k¸yr installasjonsprogrammet p nytt:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "For k¸yra dette programmet, treng me installera program for st¸tta " "pakkehandteringa til Python 3." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Installerer python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Oppgrader Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Avbryt" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Oppgrader" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Klikk Oppgrader-knappen for oppgradera til utgve %s." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Klikk Oppgrader-knappen for begynna oppgradera." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Lukk" #: ../upgrade.py:599 msgid "&Run" msgstr "&K¸yr" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Lukk Rapid Photo Downloader f¸r du oppgraderer." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Oppgraderer â€Ĥ" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Ferdig oppgradera til %s. Klikk Lukk for avslutta, eller K¸yr for " "starta programmet." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Ferdig oppgradera. Klikk Lukk for avslutta, eller K¸yr for starta " "programmet." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Feil ved oppgradering. Klikk Lukk for avslutta." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "Oppgraderer %s â€Ĥ" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Trykk ein tast for g vidare â€Ĥ" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Klarte ikkje oppgradera Rapid Photo Downloader" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Klarte ikkje oppdatera python-pakka %s. Kan ikkje fortsetja oppgraderinga." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Medverkande" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Tryggleikkopiering er ikkje konfigurert" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Fann ingen einingar for tryggleikskopiering" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Ingen gyldige stader for tryggleikskopiar spesifisert" #: ../raphodo/backuppanel.py:406 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 nr du " "lastar ned, t.d. til eksterne harddisker." #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Ta tryggleikskopi av bilete og videoar ved nedlasting" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Oppdag einingar for tryggleikskopiering automatisk" #: ../raphodo/backuppanel.py:426 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 bde bilete og videoar." #: ../raphodo/backuppanel.py:441 msgid "Photo folder name:" msgstr "Bilet-mappenamn:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Video-mappenamn:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "D¸me:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Ta tryggleikskopi av bilete til:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Ta tryggleikskopi av videoar til:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "lagringseining2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Ansltt lagringsbruk for tryggleikskopiering" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Val for tryggleikskopiering" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "video-THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "lyd" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s 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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Videoar" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Brukt" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Overfl¸dig" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ledig av %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Bilete" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Videoar" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Ansltt lagringsbruk etter nedlasting" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Tilpassa â€Ĥ" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Set opp oppretting av biletundermapper" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Set opp oppretting av videoundermapper" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Anna" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Unders¸kjer eining â€Ĥ" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ignorer denne eininga mellombels" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Ignorer denne eininga permanent" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Skann p nytt" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s full" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Kamera" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s einingar" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " Viss eit problem oppstr, vil eit raudt ikon visast nedst p " "vindauget og\n" " indikera kor mange feilrapportar det er. Klikk p ikonet for " "opna vindauget\n" " med Feilrapportar.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " Feilrapportvindauget viser problem funne f¸r, under eller etter " "nedlasting. Ein oransje\n" " trekant representerer ei tvaring, ein raud sirkel indikerer ein " "feil, og ein svart\n" " sirkel indikerer meir alvorlege feil. Du kan klikka p lenkjene " "for opna fila eller\n" " eininga i filhandsamaren. Du kan ²g s¸kja i rapportane med " "s¸kjeboksen nede til venstre\n" " i Feilrapportvindauget.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      I illustrasjonen over er den f¸rste raden i tidslinja svart fordi alle " "filene p \n" "denne datoen har blitt lasta ned tidlegare.

      \n" "

      Glidebrytaren p tidslinja justerer tidsrommet mellom bileta brukt for " "laga \n" "tidslinja:

      \n" " " #: ../raphodo/didyouknow.py:126 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. Nr eit tidsrom er valt, vil tidslinjeknappen til " "venstre i hovudvindauget uthevast." #: ../raphodo/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" "\n" " Smbilete kan sorterast p ei rekke kriterie:\n" "
        \n" "
      1. Endringstidspunkt: nr fila sist var endra, i f¸lgje metadata " "(viss \n" " tilgjengeleg) eventuelt fr filsystemet.
      2. \n" "
      3. Merkestatus: om fila er merka for nedlasting.
      4. \n" "
      5. Filnamn: heile filnamnet, inkludert filtype.
      6. \n" "
      7. Filformat: Du kan bruka dette til gruppera jpeg- og \n" "raw-bilete, til d¸mes.
      8. \n" "
      9. Filtype: bilete eller video.
      10. \n" "
      11. Eining: namn p eininga du lastar ned bilete eller video " "fr.
      12. \n" "
      " #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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-mnad-dag under " "denne." #: ../raphodo/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "Namn p undermapper ved nedlasting blir vanlegvis laga ved hjelp av nokre " "eller alle f¸lgande element:\n" "
        \n" "
      1. Metadata, inkluderer veldig ofte datoen for nr biletet eller " "videoen blei tatt, men kan \n" "²g\n" "inkludera modellnamn p kamera og serienummer, eller filtype som t.d. JPG " "eller CR2.
      2. \n" "
      3. Eit oppdragsnamn, som er valfri tekst du gir ved nedlasting, til " "d¸mes\n" "namnet p ein stad, kunde eller hending.
      4. \n" "
      5. Tekst som du vil at skal visast kvar gong, t.d. bindestrek eller " "mellomrom.
      6. \n" "
      \n" "Ved namngje undermapper med r, f¸lgt av mnad og dag i numerisk format er " "det \n" "enkelt sortera dei i ein filhandsamar, derfor er dette standardvalet:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "For laga nedlastingsundermapper automatisk nr du lastar ned, \n" "kan du bruka eit av dei innebygde forvala i Rapid Photo Downloader, eller " "laga eit tilpassa forval. \n" "Klikk p tannhjulet for f fram ein nedtrekksmeny: \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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 rfiler i İi mappe og JPEG-filer i ei anna. Berre " "bruk Filtype som ein del av skjemaet for laga undermapper ved " "nedlasting:" #: ../raphodo/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "Denne illustrasjonen viser eit tilpassa forval kalla ÂĞMy custom presetÂğ." #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "Sj etter hint for rettleia deg nr du brukar jobb-kodar:" #: ../raphodo/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 nr du held musepeikaren " "over ein knapp." #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "Panelet Endra namn l¨t deg konfigurera endring av filnamn. For gje " "nytt namn til filene dine, kan du velja \n" "blant eksisterande forval for endring av namn eller laga ditt eige forval. " " \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "Du kan ²g importera programinnstillingar fr den eldre 0.4-utgva." #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Dagens tips" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Visste du at â€Ĥ?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Vis tips ved oppstart" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Neste" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&F¸rre" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/sek" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Eit par sekund" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 sekund" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d sekund" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minutt" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minutt" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 time" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d timar" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 dag" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dagar" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minutt, 1 sekund" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minutt, %d sekund" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutt, 1 sekund" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutt, %(seconds)d sekund" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 time, 1 minutt" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 time, %d minutt" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d timar, 1 minutt" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timar, %(minutes)d minutt" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 dag, 1 time" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 dag, %d timar" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dagar, 1 time" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dagar, %(hours)d timar" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Finn" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Feilrapportar – Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Finn i rapportar" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Finn den f¸rre f¸rekomsten av uttrykket" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Finn den neste f¸rekomsten av uttrykket" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&Utheva alt" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Utheva alle f¸rekomstane av uttrykket" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&Same sm/store bokstavar" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Skil mellom store/sm bokstavar" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Heile ord" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "S¸k berre etter heile ord" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Fjern" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Fann ikkje uttrykket" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "S¸k i gang â€Ĥ" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problem i Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Det oppstod ein feil i Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Ver vennleg og rapporter feilen p {website}\n" "\n" " Legg ved loggfila i feilrapporten din, funne i {log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "Opna i filhandsamar â€Ĥ" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Filsystem" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Andre â€Ĥ" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (staden finst ikkje)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Dato tid" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Filnamn" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Sekvensar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Oppdragsnamn" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Biletdato" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Videodato" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Idag" #: ../raphodo/generatenameconfig.py:203 msgid "Yesterday" msgstr "Igr" #. Translators: Download time is the time and date that the download started (when the #. user clicked the Download button) #: ../raphodo/generatenameconfig.py:206 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:209 msgid "Name" msgstr "Namn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Filtype" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Bilettal" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Blenderopning" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Eksponeringsteljar" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Berre mappa" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Namn p eigar" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Breidd" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "H¸gd" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Lengd" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Bilet per sekund" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Kunstnar" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "Opphavsrett" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "sm bokstavar" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Eitt tal" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "To tal" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Tre tal" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Fire tal" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Fem tal" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Seks tal" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Delsekund" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "…………MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "……MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDD…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDD……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMM…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMM……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "Mnad (heile)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "Mnad (forkorta)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 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:368 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:371 msgid "HHMMSS" msgstr "TTMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "TTMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "TT" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Dato" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Dato (bindestrekar)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Dato (understrekar)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Dato og oppdragsnamn" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "…………MM_Oppdragsnamn" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Dato og oppdragsnamn-undermapper" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "…………MM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Oppdragsnamn" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Opphavleg filnamn" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Dato-tid og nedlastingar i dag" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "…………MMDD-TTMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Dato og nedlastingar i dag" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "…………MMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Dato-Tid og biletnummer" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "…………MMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Dato-Tid og oppdragsnamn" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "…………MMDD-TTMM-Oppdragsnamn-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "…………MMDD-Oppdragsnamn-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Dato-Tid og videonummer" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "…………MMDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Oppl¸ysing" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "…………MMDD-TTMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Skriv inn eit oppdragsnamn, eller vel eit du har nytta tidlegare" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "Legg til oppdragsnamn til nedlasting" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Skriv inn eit nytt oppdragsnamn" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" "Den nye oppdragsnamnet vil ikkje brukast p nokon bilete eller videoar." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "Den nye oppdragsnamnet vil ikkje brukast p %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Den nye oppdragsnamnet vil brukast p %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Nytt oppdragsnamn" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&Oppdragsnamn:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&Hugs dette valet" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "Sist brukt" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Oppdragsnamnsortering:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Stigande" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "S¸kkande" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Ny â€Ĥ" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Bruk" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&Fjern" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Fjern alle" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "Vil du verkeleg fjerna alle oppdragskodane?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Fjern alle oppdragskodar" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Oppdragsnamn" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s – %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Lagra nytt tilpassa forval â€Ĥ" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "Fjern alle tilpassa forval â€Ĥ" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(Nytt tilpassa forval)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (redigert)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Oppdater tilpassa forval ÂĞ%sÂğ" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Lagra nytt tilpassa forval – Rapid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "Namn p forval:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "Redigering av biletundermappegenerering" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "Redigering av videoundermappegenerering" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Redigering av biletomd¸yping" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Redigering av videoomd¸yping" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "…tvaring: Det kan henda at du ikkje fr " "unike filnamn. Gjer filnamna unike ved bruka sekvensverdiar." #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "Forval:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "F hjelp p nettet â€Ĥ" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Set inn" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "Lagra forval – Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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 pkravd, 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Lagra nytt tilpassa forval" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Ser etter ny utgve â€Ĥ" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "Du k¸yrer den seinaste utgva." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Kunne ikkje kontakta oppdateringstenaren." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Ei ny utgve av Rapid Photo Downloader (%s) er tilgjengeleg." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Vil du lasta ned den nye utgva?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "Endringar i den nye utgva kan lesast her." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&Hopp over denne utgva" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&Opna nedlastingssida" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Oppdateringar av Rapid Photo Downloader" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s av %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Lastar ned â€Ĥ" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Innstillingar" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatisering" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniatyrbilete" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Feilhandtering" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "…tvaringar" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "Konsolidering" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Ymse" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Einingsskanning" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Skann berre eksterne einingar" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Skann berre visse mapper p einingar" #: ../raphodo/preferencedialog.py:162 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 str i ÂĞIgnorerte stiarÂğ).\n" "\n" "Om du endrar innstillinga blir alle einingane skanna p nytt." #: ../raphodo/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Mapper skanna:" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Legg til â€Ĥ" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Fjern" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "Einingar som skal automatisk ignorerast eller lastast ned fr." #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Hugsa einingar" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Oversedde stiar" #: ../raphodo/preferencedialog.py:223 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/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 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." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* Trr i kraft etter omstart av programmet" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Programautomatisering" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "G i gang med laste ned bilete nr programmet startar" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "G i gang med laste ned nr einingar blir kopla til" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Avmonter (l¸ys ut) eininga nr nedlastinga er ferdig" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Avslutt programmet nr nedlastinga er ferdig" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "Avslutt programmet sj¸lv om nedlastinga hadde feil eller tvaringar" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Generering av miniatyrbilete" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Generer miniatyrbilete" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Generer miniatyrbilete som vil visast i hovudvindauget" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Mellomlagra miniatyrbilete" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Generer system-miniatyrbilete" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" "Kor mange CPU-kjerner som skal brukast for generera miniatyrbilete." #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "CPU-kjernar:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Mellomlager for miniatyrbilete" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Reknar â€Ĥ" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "dagar" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "alltid" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Storleik p mellomlageret:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Kor mange miniatyrbilete:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Databasestorleik:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "Mellomlagra utilgjengelege miniatyrbilete i:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Reins mellomlager â€Ĥ" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Optimaliser mellomlager â€Ĥ" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Hopp over nedlasting" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "Ikkje last ned fila, og gje ei feilmelding" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Legg til unik identifikator" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Overskriv" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "Overskriv den tidlegare tryggleikskopierte fila" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Hopp over" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "Ikkje overskriv den tryggleikskopierte fila, og gje ei feilmelding" #: ../raphodo/preferencedialog.py:491 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 nr eit bilete eller ein video med same namn allereie er lasta " "ned:" #: ../raphodo/preferencedialog.py:500 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/preferencedialog.py:509 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 " "nr du tryggleikskopierer, eller hoppa over tryggleikskopiering:" #: ../raphodo/preferencedialog.py:530 msgid "Program Warnings" msgstr "Programtvaringar" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Vis ei tvaring nr:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "…tvar nr du skal til lasta ned filer som ikkje vert vist i hovudvindauget." #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Manglar tryggleikskopieringsml" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Programbibliotek manglar eller er skadd" #: ../raphodo/preferencedialog.py:541 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/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "Klarte ikkje endra filsystem-metadata" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "…tvar om det oppstr ein feil nr me endrar metadata for ei fil, slik som " "endringstidspunktet til fila." #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "Fann filer som me ikkje handterer" #: ../raphodo/preferencedialog.py:549 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/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "Ikkje tvar om ubehandla filar av filtypene:" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "Legg til" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 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/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "Bilet- og videokonsolidering" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "Konsolider filer p tvers av einingar og nedlastingar" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "Sj p samsvarande RAW- og JPEG-filer som:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Eitt bilete" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "To bilete" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "Med samsvarande RAW og JPEG bilete:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "Ikkje merk JPEG for nedlasting" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "Ikkje merk RAW for nedlasting" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Merk begge for nedlasting" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "Merk begge for nedlasting nr me finn samsvarande RAW- og JPEG-bilete." #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "T¸m ferdige nedlastingar" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Fortset og vis ferdige nedlastingar" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Sp¸r om kva me skal gjera" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "Kontroller utgve" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "Sj etter ny utgve ved oppstart" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "Sj etter ei ny utgve av programmet kvar gong programmet startar." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Inkluder utviklingsutgver" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "Inkluder alfa-, beta- og andre utviklingsutgver nr du ser etter ei ny " "utgve av programmet.\n" "\n" "Viss du for tida k¸yrer ei utviklingsutgve, vil dette alltid finnast." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorer DNG dato/tid-metadata p MTP einingar" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "Gr tilbake til standardinnstillingane for %s" #: ../raphodo/preferencedialog.py:1292 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/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Reins mellomlager for miniatyrbilete" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Optimaliser mellomlager for miniatyrbilete" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Vel ei mappe skanna" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "Vel ei mappe som skal skannast for bilete og videoar" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "Mappe:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Oppgi ein s¸kjesti oversj" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Sti:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Vel ein filtype" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Skriv ei filtype (utan punktum f¸re)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Filtype:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "Ugyldig filtype" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Bryllaup" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "F¸dselsdag" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Innstillingane for undermapper burde ikkje byrje med %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Innstillingane for undermapper burde ikkje ende med %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Feil: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Feil: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2-feil: %s" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "Klarte ikkje lesa mappa %s" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "Kan ikkje lesa fila %s" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "Kan ikkje skriva fila %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "Kan ikkje flytta fila %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "Kan ikkje fjerna fila %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "Kan ikkje kopiera fila %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Den tomme fila %s blir ikkje lasta ned" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "Klarte ikkje lasta metadata fr %s" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s finst alt." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "Den unike identifikatoren ÂĞ%sÂğ vart lagt til filnamnet." #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Klarte ikkje fullf¸ra filnamnet for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s-metadataen manglar." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "F¸lgjande metadata manglar: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "Filnamnet manglar filending." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Filnamnet manglar nummerdelen." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "Klarte ikkje skanna %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "Klarte ikkje kopiera fr %s" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dt" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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 tilrdd." #: ../raphodo/rapid.py:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "Feil ved nedlasting" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Det oppstod dessverre ein feil ved nedlastinga av den nye utgva av Rapid " "Photo Downloader." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Den nye utgva vart lasta ned. Vil du lukka Rapid Photo Downloader og " "installera ho no?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Oppdater Rapid Photo Downloader" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Installer" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "Ny utgve lagra" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "Klarte ikkje oppgradera" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Last ned" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "&Oppfrisk â€Ĥ" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Innstillingar" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&Avslutt" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "Feil&rapportar" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Fjern fullf¸rde nedlastingar" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "F hjelp p Internett â€Ĥ" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&Dagens tips â€Ĥ" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Rapporter eit problem â€Ĥ" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Gje ein donasjon â€Ĥ" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Omsett denne applikasjonen â€Ĥ" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&Om â€Ĥ" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Sj etter oppdateringar â€Ĥ" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "Tidslinje" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Ml" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Endra namn" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "Tryggleikskopi" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "Denne datamaskina" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Vel ei kjeldemappe" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Forventa lagringsbruk" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Vel ei mlmappe" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Alle" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Ny" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Vis:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "Endringstid" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "Avkryssa" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Filtype" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Eining" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Sorter:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "Last ned %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Hald fram nedlasting" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Pause" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 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:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Mappa er ugyldig:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "Nedlastingsfeil" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "bilete" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "videoar" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "bilete" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Problem med tryggleikskopiering" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s – %(time_left)s igjen (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Lasta ned %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Klarte ikkje laste ned %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "tvaringar" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Alle nedlastingar er ferdige" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "Klarte ikkje laste ned %(filetype)s" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 feil" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d feil" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 tvaring" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d tvaringar" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Ingen filer lasta ned — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Ingen filer lasta ned" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Programinnstillingane er ugyldige" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Pr¸v p nytt" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&Ignorer denne eininga" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "Klarte ikkje skanna eininga" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "Fann fullf¸rte nedlastingar" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s der nedlastinga er fullf¸rt er synlege." #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "Vil du fjerna merkinga som nedlasta?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "Fann fullf¸rt nedlasting" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s der nedlastinga er fullf¸rt er synleg." #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "Vil du fjerna merkinga som nedlasta?" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 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:5356 #, 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:5358 msgid "Any device with the same name will be ignored." msgstr "Alle einingar med same namn blir ignorert." #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Lastar ned fr %(location)s p denne maskina." #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Lagar miniatyrbilete for %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "Skannar %s" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s av %(available files)s kontrollert for nedlasting (%(hidden)s " "skjulte)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s av %(available files)s kontrollert for nedlasting" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 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:5997 msgid "Turn on or off the the renaming of photos." msgstr "Skru av eller p omd¸yping av bilete." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "Skru av eller p omd¸yping av videoar." #: ../raphodo/rapid.py:6005 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:6009 msgid "Turn on or off downloading from this computer." msgstr "Skru av eller p nedlasting fr denne maskina." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "STI" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "Stien p denne maskina som me skal lasta ned fr." #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "Stien me skal lasta ned bilete til." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "Stien me skal lasta ned videoar til." #: ../raphodo/rapid.py:6025 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:6029 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:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "MAPPE" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorer foto med f¸lgande filtyper: %s" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 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:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "Importer innstillingar fr ei eldre programutgve og avslutt. Krev " "kommandolinjeprogrammet gconftool-2." #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 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 utgva av Rapid Photo " "Downloader m du installera programmet gconftool-2." #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "Importerer innstillingar fr Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "Programmet avsluttar." #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "Aldri k¸yr dette programmet som sudo / root-brukaren." #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "Du m installera ExifTool for k¸yra Rapid Photo Downloader." #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Alle innstillingar er nullstilte." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Mellomlager for miniatyrbilete." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "&Ikkje sp¸r meg om dette igjen" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "&Ikkje tvara meg om dette igjen" #: ../raphodo/rememberthisdialog.py:73 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:567 msgid "subfolder and filename" msgstr "undermappe og filnamn" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "filnamn" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "undermappe" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "Ein teljar for kor mange nedlastingar som skjer kvar dag" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Nedlastingar idag:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Lagra tal:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "Dag byrjar:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "Synkroniser RAW + JPEG" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "Sekvenstal" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Fjern inkompatible teikn" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "Kompatibilitet" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Biletomd¸yping" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Videoomd¸yping" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Val for omd¸yping" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "bilete og videoar" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "ein video" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "eit bilete" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s p %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Bilete" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "Filsystemrot" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Bilete" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Tatt %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Minnekort: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "Lasta ned som:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      F¸rre nedlasting:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:567 #, python-format msgid "

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Kopier sti" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s og %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "İin" #: ../raphodo/utilities.py:516 msgid "two" msgstr "to" #: ../raphodo/utilities.py:517 msgid "three" msgstr "tre" #: ../raphodo/utilities.py:518 msgid "four" msgstr "fire" #: ../raphodo/utilities.py:519 msgid "five" msgstr "fem" #: ../raphodo/utilities.py:520 msgid "six" msgstr "seks" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "sju" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "tte" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "ni" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "ti" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "elleve" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "tolv" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "tretten" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "fjorten" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "femten" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "seksten" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "sytten" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "atten" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "nitten" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "tjue" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&OK" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Lagra" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Hjelp" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Tilbake til standardverdiar" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Ja" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Nei" #: ../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" #~ "Ml: %(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 mlmappa %(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 nr 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. Nr 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. Nr 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 forstr 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 nr 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 nr " #~ "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 mlmappe 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 ftt ÂĞ%(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" #~ "Nr 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 drleg eller ikkje i det heile, pr¸v setja apparatet i " #~ "PTP-modus. Viss det ikkje gr 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 nr 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 utgva 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 utgva er " #~ "ulik den nedlasta utgva." #, 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  â€Ĥ" rapid-photo-downloader-0.9.23a1/po/oc.po0000644000175000017500000037526013645661365020242 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\n" "PO-Revision-Date: 2018-11-06 19:47+0000\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Occitan (post 1500) \n" "Language: \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" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}." "

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "T¨xte" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nom del fichi¨r" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadonadas" #: ../raphodo/generatenameconfig.py:196 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:199 msgid "Job code" msgstr "Etiqueta de transferiment" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Data de l'imatge" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "U¨i" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "Nom" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Extension" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Num¨ro de l'imatge" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "Dobertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "minuscula" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Una chifra" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Doas chifras" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Tres chifras" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Quatre chifras" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Cinc chifras" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Si¨is chifras" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "AAAAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "AAMMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 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:335 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:338 msgid "MMDD" msgstr "MMJJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "JJMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "JJMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "JJ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatizacion" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Espotir" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Ignorar" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Periferic" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "avertiments" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 "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" rapid-photo-downloader-0.9.23a1/po/pl.po0000644000175000017500000053677613645661365020267 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-16 01:30+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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: pl\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Aby kontynuować, najpierw zainstaluj pakiet \"python3 setuptools\" uĊĵywając " "systemowego menedĊĵera pakiet³w." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Instalator Rapid Photo Downloader" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Pobierz i zainstaluj najnowszą wersję Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Nie znaleziono instalatora:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Instalator nie jest w formacie tar.gz:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} zostanie uaktualniony z wersji {} do wersji {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Wykryto niepoprawne prawo wĊ‚asnoĊ›ci do folderu. Zmiana wĊ‚asnoĊ›ci i " "resetowanie uprawnieĊ„ dla {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "Uruchomiona zostanie następująca komenda:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "sudo moĊĵe wymagać podania hasĊ‚a." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Czy chcesz teraz uruchomić polecenie?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "OdpowiedĊş nie byĊ‚a twierdząca. zakaĊ„czam." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Polecenie nie powiodĊ‚o się" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "KoĊ„czenie dziaĊ‚ania" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Repozytorium Universe musi być wĊ‚Ä…czone." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "Repozytorium IUS Community musi być wĊ‚Ä…czone." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Repozytorium EPEL musi być wĊ‚Ä…czone." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Repozytorium RPM Fusion Free musi być wĊ‚Ä…czone." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Czy chcesz odinstalować poprzednią wersję Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Sprawdzanie pakiet³w systemowych, czy zainstalowana jest starsza wersja " "programu Rapid Photo Downloader (to moĊĵe potrwać chwilę)..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Odinstalowywanie pakietu systemowego" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "NiemoĊĵliwe sprawdzenie pakiet³w systemowych. SprawdĊş poĊ‚Ä…czenie internetowe " "i spr³buj ponownie." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Sprawdzanie, czy poprzednia wersja zostaĊ‚a zainstalowana z pip ..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "Następujący pakiet nie jest znany w twoim systemie: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Aby kontynuować, niekt³re pakiety wymagane do uruchomienia aplikacji zostaną " "zainstalowane." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Sprawdzanie zainstalowanych i dostępnych pakiet³w (moĊĵe to chwilę potrwać)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Odpytywanie zyppera, aby sprawdzić, czy jakieĊ› wymagane pakiety są juĊĵ " "zainstalowane (moĊĵe to chwilę potrwać) ... " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "Odpytywanie yum, aby sprawdzić, czy jakieĊ› wymagane pakiety są juĊĵ " "zainstalowane (moĊĵe to chwilę potrwać) ... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Zapytanie w celu potwierdzenia dziaĊ‚ania na kaĊĵdym kroku." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Podczas pobierania najnowszej wersji zainstaluj wersję programistyczną, " "jeĊ›li jest nowsza niĊĵ wersja stabilna." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Opcjonalne archiwum instalatora tar.gz Rapid Photo Downloader. JeĊ›li nie " "zostanie okreĊ›lone, najnowsza wersja zostanie pobrana z Internetu." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "Nie uruchamiaj instalatora w archiwum instalatora tar.gz Rapid Photo " "Downloader, jeĊ›li jest on nowszy niĊĵ ta wersja ({}). DomyĊ›lnie jest " "uruchamiany dowolny instalator, kt³ry jest nowszy." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Odinstaluj Rapid Photo Downloader, kt³ry zostaĊ‚ zainstalowany za pomocą pip, " "zachowując jego zaleĊĵnoĊ›ci." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Odinstaluj zaleĊĵnoĊ›ci zainstalowane przez pip podczas instalacji Rapid Photo " "Downloader i samego Rapid Photo Downloader, a następnie zamknij." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Uwaga: nie spowoduje to odinstalowania Ċĵadnej wersji Rapid Photo Downloader " "zainstalowanej przez menedĊĵera pakiet³w twojej dystrybucji Linux." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "ZaleĊĵnoĊ›ci będą odinstalowane jeĊ›li nie są wymagane przez inne aplikacje." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Uwaga: ta opcja usunie zaleĊĵnoĊ›ci niezaleĊĵnie od tego, czy są one wymagane " "przez inny program, kt³ry zainstalowaĊ‚ pip. Zaktualizuj do wersji 9.0 lub " "nowszej, jeĊ›li chcesz uniknąć tego zachowania. MoĊĵesz to zrobić za pomocą " "polecenia „python3 -m pip install pip -U --user”. Pamiętaj teĊĵ, Ċĵe Ċĵadna " "wersja Rapid Photo Downloader zainstalowana przez menedĊĵera pakiet³w twojej " "dystrybucji Linuksa nie zostanie odinstalowana." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Zainstaluj w bieĊĵącym Ċ›rodowisku wirtualnym Python. Ċšrodowiska wirtualne " "utworzone za pomocą opcji --system-site-packages nie są obsĊ‚ugiwane." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Nie udaĊ‚o się pobrać pliku wersji." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "DostaĊ‚em kod bĊ‚Ä™du {} podczas uzyskiwania dostępu do pliku wersji" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Przepraszamy, nie moĊĵna znaleĊşÄ‡ instalatora. SprawdĊş swoje poĊ‚Ä…czenie " "internetowe i sprawdĊş, czy moĊĵesz uzyskać dostęp do " "https://www.damonlynch.net\n" "\n" "WyjĊ›cie\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "Otrzymano kod bĊ‚Ä™du" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "Nie udaĊ‚o się zainstalować wymagaĊ„ aplikacji: wychodzę." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Nie udaĊ‚o się zainstalować aplikacji: wychodzę ..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Instalowanie wymagaĊ„ aplikacji ..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "Instalowanie aplikacji..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "Czy chcesz zainstalować podręcznik obsĊ‚ugi aplikacji?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Zostaną zainstalowane w {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "JeĊ›li odinstalujesz aplikację, usuĊ„ podręcznik aplikacji samodzielnie." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Czy chcesz zainstalować podręcznik aplikacji?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "Strony podręcznika moĊĵna znaleĊşÄ‡ w {}/share/man/man1" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Instalowanie stron podręcznika w {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Nie udaĊ‚o się utworzyć katalogu podręcznika aplikacji: wychodzę." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Nie udaĊ‚o się skopiować podręcznika aplikacji." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo Downloader moĊĵna uruchomić bez aktywacji Ċ›rodowiska wirtualnego, " "uruchamiając {} / bin / rapid-photo-downloader" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "MoĊĵe być konieczne ponowne uruchomienie komputera, aby m³c uruchomić program " "z wiersza polecenia lub launchera uruchamiającego aplikację." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(JeĊ›li przy wyjĊ›ciu wystąpi bĊ‚Ä…d segmentacji, moĊĵesz go zignorować ...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "Czy chcesz zainstalować Rapid Photo Downloader w bieĊĵącym Ċ›rodowisku " "wirtualnym?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "Przepraszamy, instalacja Rapid Photo Downloader w Ċ›rodowisku wirtualnym " "Python wymaga Python 3.5 lub nowszego na 64-bitowej platformie Intel lub AMD." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Aby zainstalować Rapid Photo Downloader w Ċ›rodowisku wirtualnym Python, " "utw³rz i aktywuj Ċ›rodowisko wirtualne przed uruchomieniem tego skryptu." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "Korzystanie z wirtualnego Ċ›rodowiska do instalacji za pomocą pip." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" "Podczas okreĊ›lania nie doĊ‚Ä…czaj Ċĵadnych innych argument³w wiersza poleceĊ„" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Przepraszamy, ten instalator nie obsĊ‚uguje niestandardowej instalacji w " "języku Python.\n" "Wychodzę ..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Ponowne uruchamianie skryptu za pomocą systemowego pytona ..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Wykryto dystrybucję Linuksa {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "Wychodzę..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Aby kontynuować, pakiet python3-apt musi być zainstalowany." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Zainstaluj następujące pakiety, uĊĵywając standardowego menedĊĵera pakiet³w " "dystrybucji Linuksa, a następnie ponownie uruchom ten instalator:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Aby uruchomić ten program, muszą być zainstalowane programy wspomagające " "Python 3 i pakiety jego zarządzania." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Instalowanie python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Uaktualnij Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Anuluj" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Aktualizacja" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Kliknij przycisk Uaktualnij, aby uaktualnić do wersji %s." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Kliknij przycisk Uaktualnij, aby rozpocząć aktualizację." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Zamknij" #: ../upgrade.py:599 msgid "&Run" msgstr "&Uruchom" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Zamknij Rapid Photo Downloader przed uruchomieniem tej aktualizacji." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Aktualizacja w toku.." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "PomyĊ›lnie zaktualizowano do %s. Kliknij Zamknij, aby wyjĊ›Ä‡, lub Uruchom, aby " "uruchomić program." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Aktualizacja zakoĊ„czyĊ‚a się powodzeniem. Kliknij Zamknij, aby wyjĊ›Ä‡, lub " "Uruchom, aby uruchomić program." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Aktualizacja nie powiodĊ‚a się. Kliknij Zamknij, aby wyjĊ›Ä‡." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "Aktualizacja %s..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "NaciĊ›nij dowolny klawisz by kontynuowaćâ€Ĥ" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Aktualizacja Rapid Photo Downloader nie powiodĊ‚a się" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Nie moĊĵna zaktualizować pakietu python% s. Aktualizacja nie moĊĵe być " "kontynuowana." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Autorzy" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Kopie zapasowe nie są skonfigurowane" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Nie wykryto urządzeĊ„ na kt³rych moĊĵna utworzyć kopię zapasową" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" "PrawidĊ‚owe lokalizacje kopii zapasowych nie zostaĊ‚y jeszcze okreĊ›lone" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Utw³rz kopię zapasową zdjęć i film³w podczas pobierania" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "" "Automatycznie wykryj urządzenia na kt³rych moĊĵna utworzyć kopię zapasową" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Nazwa folderu zdjęć:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Nazwa folderu wideo:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "PrzykĊ‚ad:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "PoĊ‚oĊĵenie kopii zapasowej:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "PoĊ‚oĊĵenie kopii zapasowej film³w:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "dysk 2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Prognozowane uĊĵycie magazynu kopii zapasowej" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Opcje tworzenia kopii zapasowych" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "dĊşwię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/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Zdjęcia" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s Filmy" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Nadmiar" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Zdjęcia" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Filmy" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Przewidywane uĊĵycie pamięci po pobraniu" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Dostosujâ€Ĥ" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Skonfiguruj tworzenie podfolder³w zdjęć" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Skonfiguruj tworzenie podfolder³w wideo" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "PozostaĊ‚e" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Sprawdzanie urządzenia..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Tymczasowo zignoruj to urządzenie" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Zignoruj to urządzenie na staĊ‚e" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Skanuj ponownie" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s peĊ‚ny" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Aparaty" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " W przypadku problem³w na dole okna pojawi się czerwona ikona\n" " wskazując, ile jest raport³w o bĊ‚Ä™dach. Kliknięcie go powoduje " "otwarcie okna raportu \n" " o bĊ‚Ä™dzie.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Porada dnia" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Czy wiesz, Ċĵe...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "PokaĊĵ porady po uruchomieniu" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Następny" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Poprzedni" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/sec" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Chwilka" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 sekunda" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d sekund" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minuta" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minuta(y)" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 godzina" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d godzin(a)" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 dzieĊ„" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dni" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minuta, 1 sekunda" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuta, %d sekund(a)" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minut, 1 sekunda" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 godzina, 1 minuta" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 godzina, %d minuty(a)" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d godzin(a), 1 minuta" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 dzieĊ„, 1 godzina" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 dzieĊ„, %d godzin(y)" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dni, 1 godzina" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "ZnajdĊş" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "ZnajdĊş w raportach" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Znajduje poprzednie wystąpienie frazy" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Znajduje następne wystąpienie frazy" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&PodĊ›wietl wszystko" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "PodĊ›wietl wszystkie wystąpienia frazy" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&Dopasuj wyraĊĵenie" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Szukaj z rozr³Ċĵnianiem wielkoĊ›ci liter" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&caĊ‚e wyrazy" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "Szukaj tylko caĊ‚ych wyraz³w" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "WyczyĊ›Ä‡" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "WyraĊĵenie nie zostaĊ‚o znalezione" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Wyszukiwanie w toku ..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problem w Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "Otw³rz w przeglądarce plik³w ..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Systemy plik³w" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Inneâ€Ĥ" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (lokalizacja nie istnieje)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Data czas" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Tekst" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nazwa pliku" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadane" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Sekwencje" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Etykiety" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Data zdjęcia" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Data filmu" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Dzisiaj" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nazwa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Rozszerzenie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Numer obrazu" #: ../raphodo/generatenameconfig.py:216 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:219 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:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Licznik migawki" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Numer pliku" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Tylko katalog" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Nazwa wĊ‚aĊ›ciciela" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "SzerokoĊ›Ä‡" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "WysokoĊ›Ä‡" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "DĊ‚ugoĊ›Ä‡" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Klatki na sekundę" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Wykonawca" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "maĊ‚e litery" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Jedna cyfra" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Dwie cyfry" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Trzy cyfry" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Cztery cyfry" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Pięć cyfr" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "SzeĊ›Ä‡ cyfr" #: ../raphodo/generatenameconfig.py:308 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:311 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:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "RRRRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "RRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "RRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "RR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 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:368 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:371 msgid "HHMMSS" msgstr "GGMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "GGMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Data i kod zadania" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "YYYYMM_kod zadania" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Podfolder daty i kodu zadania" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "RRRRMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Etykieta" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Oryginalna nazwa pliku" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "RRRRMMDD-GGMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "RRRRMMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Data - godzina oraz numer zdjęcia" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "RRRRMMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "RRRMMDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "RozdzielczoĊ›Ä‡" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "RRRRMMDD-GGMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Proszę wprowadzić nową Etykietę, lub wybrać poprzednią" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Proszę wprowadzić nową nazwę Etykiety" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&Zapamiętaj ten wyb³r" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "Ostatnio uĊĵyty" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Rosnąco" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Malejąco" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Nowy..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Zastosuj" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&UsuĊ„" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "UsuĊ„ wszystko" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "UsuĊ„ wszystkie etykiety" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Etykiety" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Uzyskaj pomoc w sieci..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Wstaw" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Sprawdzanie nowej wersji ..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "UĊĵywasz najnowszej wersji." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Nie udaĊ‚o się skontaktować z serwerem aktualizacji." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Dostępna jest nowa wersja Rapid Photo Downloader (%s)." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Czy chcesz pobrać nową wersję?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&PomiĊ„ to wydanie" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&Otw³rz stronę pobierania" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Aktualizacje Rapid Photo Downloader" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Pobieranie..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Preferencje" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatyzacja" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniatury" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "ObsĊ‚uga bĊ‚Ä™d³w" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "OstrzeĊĵenia" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "R³Ċĵne" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Skanuj tylko urządzenia zewnętrzne" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Skanuj tylko okreĊ›lone foldery na urządzeniach" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Foldery do skanowania:" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Dodaj..." #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "UsuĊ„" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Zapamiętane urządzenia" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "ĊšcieĊĵki ignorowane" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* Zmiany będą zastosowane po ponownym uruchomieniu programu" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Automatyzacja programu" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Rozpocznij pobieranie przy uruchomieniu programu" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Rozpocznij pobieranie po podĊ‚Ä…czeniu urządzenia" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Odmontuj (wysuĊ„) urządzenie po zakoĊ„czeniu pobierania" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "OpuĊ›Ä‡ program po zakoĊ„czeniu pobierania" #: ../raphodo/preferencedialog.py:324 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/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Generowanie miniatur" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Generuj miniatury" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Generuj miniatury do pokazania w gĊ‚³wnym oknie programu" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Buforuj miniatury" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Generuj miniatury systemowe" #: ../raphodo/preferencedialog.py:366 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/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "Liczba rdzeni procesora uĊĵytych do wygenerowania miniatur." #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "Liczba rdzeni procesora:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Pamięć podręczna miniatur" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Obliczanie..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "dni" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Rozmiar pamięci podręcznej:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Liczba miniatur:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Rozmiar bazy danych:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "WyczyĊ›Ä‡ pamięć podręczną ..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Optymalizuj pamięć podręczną ..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "PomiĊ„ pobieranie" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Dodaj unikatowy identyfikator" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Nadpisz" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "Zastąp poprzednio utworzony plik" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "PomiĊ„" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "PokaĊĵ ostrzeĊĵenie, gdy:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Brakuje bibliotek programu lub są uszkodzone" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "Dodaj" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Jedno zdjęcie" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "Dwa zdjęcia" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "Nie zaznaczaj pliku JPEG do pobrania" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "Nie zaznaczaj pliku RAW do pobrania" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Zaznacz oba do pobrania" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "WyczyĊ›Ä‡ ukoĊ„czone pobrania" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Pytaj, co robić" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "Sprawdzenie wersji" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "SprawdĊĵ przy starcie, czy jest nowa wersja" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "SprawdĊş nową wersję programu przy kaĊĵdym uruchomieniu programu." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Uwzględnij wersje rozwojowe" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "WyczyĊ›Ä‡ pamięć podręczną miniatur" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Zoptymalizuj pamięć podręczną miniatur" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "WprowadĊş folder do skanowania" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "Katalog:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "WprowadĊş ĊšcieĊĵkę ignorowaną" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "ĊšcieĊĵka:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "WprowadĊş rozszerzenie pliku" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Rozszerzenie:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "NieprawidĊ‚owe rozszerzenie pliku" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Ċšlub" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "Urodziny" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferencje podkatalogu nie powinny zaczynać się od %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferencje podkatalogu nie powinny koĊ„czyć się na %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "BĊ‚Ä…d: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "BĊ‚Ä…d GPhoto2: %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "Nie moĊĵna odczytać pliku %s" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "Nie moĊĵna zapisać pliku %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "Nie moĊĵna przenieĊ›Ä‡ pliku %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "Nie moĊĵna usunąć pliku %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "Nie moĊĵna skopiować pliku %s" #: ../raphodo/problemnotification.py:186 #, 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:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "Brak metadanych %(type)s." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "Brakuje następujących metadanych: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "Konwersja daty/godziny nie powiodĊ‚a się: %s." #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "Nazwa pliku nie posiada rozszerzenia." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Plik nie posiada cyfr w swojej nazwie." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Nie moĊĵna utworzyć podfolderu pobierania %s." #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "OĊ› czasu jest tworzona..." #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "Problem z ExifTool" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "Problem z libmediainfo" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "BĊ‚Ä…d pobierania" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Przepraszamy, pobieranie nowej wersji Rapid Photo Downloader nie powiodĊ‚o " "się." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Nowa wersja zostaĊ‚a pomyĊ›lnie pobrana. Czy chcesz zamknąć Rapid Photo " "Downloader i zainstalować ją teraz?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Zaktualizuj Rapid Photo Downloader" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Zainstaluj" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "Nowa wersja zostaĊ‚a zapisana" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "Aktualizacja nie powiodĊ‚a się" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Pobierz" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "&OdĊ›wieĊĵ..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Ustawienia" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&ZakoĊ„cz" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "WyczyĊ›Ä‡ ukoĊ„czone pobrania" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "Uzyskaj pomoc online..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "Porada dnia..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "ZgĊ‚oĊ› bĊ‚Ä…d..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "PrzekaĊĵ darowiznę..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "PrzetĊ‚umacz ten program..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&O programie..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "SprawdĊş dostępnoĊ›Ä‡ aktualizacji..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "OĊ› czasu" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Cel" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Zmiana nazwy" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "Kopie zapasowe" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "Ten komputer" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Wybierz folder Ċşr³dĊ‚owy" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Przewidywane uĊĵycie pamięci" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Wybierz katalog docelowy" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Wszystko" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Nowy" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "WyĊ›wietl:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "Czas modyfikacji" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Typ pliku" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Urządzenie" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Sortowanie:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Wzn³w pobieranie" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Wstrzymaj" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 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:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "Podczas pobierania nie moĊĵna zmienić miejsca docelowego pobierania." #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "NieprawidĊ‚owy katalog pobierania:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "BĊ‚Ä…d pobierania" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "Pobieranie nie moĊĵe być kontynuowane." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "zdjęcia" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "filmy" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "zdjęcie" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "film" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Problem z zapisem kopii zapasowej" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "Pobrane pliki typu %(filetypes)s: %(noFiles)s" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "Nieudanych pobraĊ„ plik³w typu %(filetypes)s: %(noFiles)s" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "ostrzeĊĵenia" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "UkoĊ„czono wszystkie pobierania" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "Nie udaĊ‚o się pobrać pliku typu %(filetype)s" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 niepowodzenie" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d niepowodzeĊ„" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 ostrzeĊĵenie" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d ostrzeĊĵeĊ„" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Nie pobrano Ċĵadnych plik³w" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Preferencje programu są nieprawidĊ‚owe" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Spr³buj ponownie" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&Ignoruj to urządzenie" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "Niestety nie moĊĵna pobrać z tego urządzenia." #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 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:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 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:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "WĊ‚Ä…cz lub wyĊ‚Ä…cz pobieranie z tego komputera." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "ĊšcieĊĵka" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "FOLDER" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Zignoruj zdjęcia z następującymi rozszerzeniami: %s" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 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:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "Nigdy nie uruchamiaj tego programu jako uĊĵytkownik sudo / root." #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Wszystkie ustawienia i pamięć podręczna zostaĊ‚y zresetowane." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Pamięć podręczna miniatur zostaĊ‚a zresetowana." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "&Nie pytaj mnie o to ponownie" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "&Nie ostrzegaj mnie o tym ponownie" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "podkatalog i nazwa pliku" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nazwa pliku" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "podkatalog" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "PobieraĊ„ dzisiaj:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Numer zachowany:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "Początek dnia:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "Synchronizuj RAW + JPEG" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "UsuĊ„ niezgodne znaki" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "ZgodnoĊ›Ä‡" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Opcje zmiany nazw" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "zdjęcia i filmy" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Zdjęcie" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Film" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "Oznacz plik jako pobrany" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "Oznacz pliki jako pobrane" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "jeden" #: ../raphodo/utilities.py:516 msgid "two" msgstr "dwa" #: ../raphodo/utilities.py:517 msgid "three" msgstr "trzy" #: ../raphodo/utilities.py:518 msgid "four" msgstr "cztery" #: ../raphodo/utilities.py:519 msgid "five" msgstr "pięć" #: ../raphodo/utilities.py:520 msgid "six" msgstr "szeĊ›Ä‡" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "siedem" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "osiem" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "dziewięć" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "dziesięć" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "jedenaĊ›cie" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "dwanaĊ›cie" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "trzynaĊ›cie" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "czternaĊ›cie" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "piętnaĊ›cie" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "szesnaĊ›cie" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "siedemnaĊ›cie" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "osiemnaĊ›cie" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "dziewiętnaĊ›cie" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "dwadzieĊ›cia" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&OK" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Zapisz" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Pomoc" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Przywr³Ä‡ domyĊ›lne" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Tak" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&Nie" #: ../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 "" #: ../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 "" #: ../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: " rapid-photo-downloader-0.9.23a1/po/pt.po0000644000175000017500000047106513645661365020264 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\n" "PO-Revision-Date: 2020-03-09 16:41-0400\n" "Last-Translator: Jo£o Ornelas \n" "Language-Team: Portuguese \n" "Language: pt\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 2.2.4\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Falha ao criar subpasta descarga." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Nenhum dispositivo de backup detectado" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Fazer backup de fotografias e v­deos ao transferir" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Detectar automaticamente dispositivos de backup" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Local do backup de fotografias:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Local do backup de V­deos:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(number)s de %(total)s %(filetypes)s" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}." "

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Data e hora" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Texto" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nome do ficheiro" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Detalhes" #: ../raphodo/generatenameconfig.py:196 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:199 msgid "Job code" msgstr "Etiqueta" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Imagem de dados" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Dados de v­deo" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Hoje" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nome" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 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:215 msgid "Image number" msgstr "Nşmero da imagem" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Abertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Contagem de Disparos" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Nşmero de ficheiro" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Apenas pasta" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Nome do proprietĦrio" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Largura" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Altura" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Dura§£o" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Quadros por Segundo" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "minşsculas" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Um d­gito" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Dois d­gitos" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "TrŞs d­gitos" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Quatro d­gitos" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Cinco d­gitos" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Seis d­gitos" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Subsegundos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "AAAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "AAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "C³digo de Tarefa" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Defina um novo C³digo de Tarefa or seleccione um jĦ existente" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Introduza um novo C³digo de Tarefa" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "C³digos de Tarefa" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Defini§µes" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniaturas" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Gest£o de Erros" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "VĦrios" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Caminhos Ignorados" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Iniciar a transferŞncia ap³s o in­cio do programa" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Iniciar a transferŞncia ao conectar o dispositivo" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Sair do programa quando a transferŞncia terminar" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "Sair do programa mesmo que o download tivesse avisos ou erros" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Ignorar transferŞncia" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Adicionar um identificador şnico" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Sobrescrever" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Ignorar" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Introduza um Caminho a ser Ignorado" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Caminho:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "PreferŞncias de subpasta n£o devem come§ar com %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "PreferŞncias de subpasta n£o devem terminar com %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "Os metadados %(type)s est£o em falta." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "Nome do arquivo n£o tem extens£o." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Nome do arquivo n£o tem um componente nşmero." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Transferir" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Traduzir esta Aplica§£o..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Pausa" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Essa pasta de download İ invĦlida:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotografias" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "v­deos" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "v­deo" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Problema no Backup" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s descarregados" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s n£o puderam ser descarregados" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Todas transferŞncias completas" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s falhou a transferŞncia" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "PreferŞncias do programa s£o invĦlidas" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Todas as configura§µes e preferŞncias foram redefinidas." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Todas as configura§µes e preferŞncias foram redefinidas." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "subdiret³rio e nome do ficheiro" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nome do ficheiro" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "subpasta" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "TransferŞncias de hoje:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Nşmero acumulado:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "Dia de in­cio:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Omitir caracteres incompat­veis" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotos e v­deos" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Fotografia" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "V­deo" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 #, fuzzy msgid "Renaming" msgstr "Renomear Op§µes" #: ../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" #~ 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 "%(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..." #~ msgid "Downloading from %(location)s." #~ msgstr "A transferir de %(location)s." #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "Falta aproximadamente %(minutes)i:%(seconds)02i minutos" #~ 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." #~ 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:" #~ 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" #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Escolha um diret³rio que contenha %(file_types)s" #~ 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" #~ 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" #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s pasta de download n£o existe" #~ msgid "." #~ msgstr "." #~ msgid "%(free)s free" #~ msgstr "%(free)s livres" #~ 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" #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "A criar o backup das fotos e v­deos em %(path)s" #~ msgid "Backing up to %(path)s" #~ msgstr "A criar c³pias de seguran§a em %(path)s" #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s pasta de transferŞncia n£o İ gravĦvel" #~ msgid "Folder: %s" #~ msgstr "Pasta: %s" #~ 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" #~ 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 "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" #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s ainda n£o est£o no backup" #~ 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 "and %s" #~ msgstr "e %s" #~ msgid "Error: %(inst)s" #~ msgstr "Erro: %(inst)s" #~ msgid "Backing up error" #~ msgstr "Erro ao criar c³pias de seguran§a" #~ 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?" #~ 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." #~ 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\"" #~ 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" #~ 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." #~ "" #~ 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 "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" #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "Os metadados de %(filetype)s n£o podem ser lidos" #~ msgid "Error generating component %s." #~ msgstr "Erro ao gerar o componente %s" #~ msgid "Madrid" #~ msgstr "Madrid" #~ msgid "Date time value %s appears invalid." #~ msgstr "O valor %s de data e hora parece invĦlido." #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s n£o pode ser gerado" #~ 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." #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s jĦ existe." #~ msgid "An error occurred when copying the %(filetype)s" #~ msgstr "Ocorreu um erro ao copiar %(filetype)s" #~ 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." #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s jĦ foi transferido." #~ 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 "Error: %(errorno)s %(strerror)s" #~ msgstr "Erro: %(errorno)s %(strerror)s" #~ 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." #~ msgid "The %(filetype)s did not download correctly" #~ msgstr "%(filetype)s n£o foram transferidos correctamente." #~ 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" #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ocorreu um erro ao fazer backup em %(volume)s." #~ 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." #~ 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: " #~ msgid "%s, " #~ msgstr "%s, " #~ 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: " #~ msgid "Backup overwritten on %(volume)s." #~ msgstr "Backup substitu­do em %(volume)s." #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #~ 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: " #~ msgid "Backup already exists on %(volume)s." #~ msgstr "Um backup jĦ existe no %(volume)s." #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s e %(volume)s." #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s e %(volume)s (%(inst)s)." #~ 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: " #~ msgid "" #~ "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s e %(final_missing_metadata_element)s." #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " Alİm disso, houve um %(problem)s." #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "%(previousproblem)s Adicionalmente, %(newproblem)s" #~ 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: " #~ 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." #~ msgid "Problem in %s generation" #~ msgstr "Problema na cria§£o de %s" #~ msgid "Problems in %s generation" #~ msgstr "Problemas na cria§£o de %s" #~ 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" #~ 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" #~ msgid "Source: %(source)s" #~ msgstr "Origem: %(source)s" #~ 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" #~ msgid "Path: %s" #~ msgstr "Caminho: %s" #~ msgid "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ msgstr "%(hour)s:%(minute)s:%(second)s:%(subsecond)s" #~ 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 "" #~ "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" rapid-photo-downloader-0.9.23a1/po/pt_BR.po0000644000175000017500000062707713645661365020655 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-16 01:32+0000\n" "Last-Translator: Damon Lynch \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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: pt_BR\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Por favor, instale o pacote python3 setuptools utilizando o gerenciador de " "pacotes do seu sistema antes de continuar." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Instalador do Rapid Photo Downloader" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Baixar e instalar a şltima vers£o do Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Instalador n£o encontrado:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Instalador n£o estĦ no formato tar.gz:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} serĦ atualizado para da vers£o {} para a vers£o {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Detectado dono de pasta incorreto. Mudando o dono e reconfigurando as " "permissµes para {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "O seguinte comando serĦ executado:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "sudo pode solicitar sua senha de usuĦrio." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "VocŞ gostaria de executar o comando agora?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "A resposta n£o İ sim, terminando." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Falha ao executar o comando" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Saindo" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "O reposit³rio Universe deve ser habilitado." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "O repositorio IUS deve ser habilitado." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "O reposit³rio EPEL deve ser habilitado." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "O reposit³rio RPM Fusion Free deve ser habilitado." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "VocŞ deseja desentalar a vers£o anterior do Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Consultando no sistema de pacotes se uma vers£o antiga do Rapid Photo " "Downloader estĦ instalada (pode levar um tempo)..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Desinstalando pacotes do sistema" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "N£o foi poss­vel pesquisar o sistema de pacotes. Por favor verifique sua " "conex£o com a internet e tente novamente." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Checando se a vers£o anterior foi instalada com pip..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "O seguinte pacote İ desconhecido no seu sistema: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Para continuar, alguns pacotes requeridos para rodar a aplica§£o ser£o " "instalados." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Pesquisando pacotes dispon­veis e instalados (Isso pode levar algum tempo)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Verificando zypper para ver se algum pacote requerido jĦ estĦ instalado " "(isso pode levar um tempo)... " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "Pesquisando yum para checar se os pacotes requeridos jĦ est£o instalados " "(isso pode levar algum tempo)... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Consulta para confirmar a§£o a cada etapa." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "Enquanto baixa a şltima vers£o, instalar a vers£o de desenvolvimento se ela " "for mais recente que a vers£o estĦvel." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "Arquivo tar.gz opcional do instalador Rapid Photo Downloader. Se n£o " "especificado, a şltima vers£o İ baixada da Internet." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "N£o executar o instalador dentro do tar.gz do arquivo de instala§£o do Rapid " "Photo Downloader se ele İ mais novo que esta vers£o ({}). O padr£o İ " "executar o instalador mais novo." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "Desinstalar o Rapid Photo Downloader que estava instalado com pip, mantendo " "suas dependŞncias." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Desinstalar o Rapid Photo Downloader e tambİm as suas dependŞncias " "instaladas pelo pip e ent£o sair." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Nota: isso n£o desinstalarĦ nenhuma vers£o do Rapid Photo Downloader " "instalado pelo seu gerenciador de pacote da sua distribui§£o Linux." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "DependŞncias somente ser£o removidas se elas n£o forem requeridas por outros " "programas." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Nota: essa op§£o removerĦ as dependŞncias mesmo se elas s£o requeridas por " "outros programas que o pip instalou. Atualize para o pip 9.0 ou acima se " "vocŞ quer evitar este comportamento. VocŞ poderĦ fazŞ-lo usando o comando " "'python3 -m pip install pip -U --user'. Veja tambİm que qualquer vers£o do " "Rapid Photo Downloader instalada pelo gerenciador de pacotes da sua " "distribui§£o Linux n£o serĦ desinstalada." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Instale no ambiente virtual atual do Python. Os ambientes virtuais criados " "com a op§£o --system-site-packages n£o s£o suportados." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Falha ao baixar as versµes dos arquivos." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "Mensagem de erro recebida {} durante o acesso as versµes do arquivo" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Desculpe, n£o foi poss­vel localizar o instalador. Favor verifique sua " "conex£o de Internet e verifique se vocŞ pode acessar " "https://www.damonlynch.net\n" "\n" "Saindo.\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "C³digo de erro recebido" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "Falha ao instalar os requerimentos da aplica§£o: saindo." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Falha ao instalar a aplica§£o: saindo..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Instalando os requerimentos da aplica§£o..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "Instalando a aplica§£o..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "VocŞ quer instalar o manual do aplicativo no man?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "Eles ser£o instalados em {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" "Se vocŞ desinstalar a aplica§£o, remova vocŞ mesmo estes manuais do man." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "VocŞ quer instalar os manuais do man?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "PĦginas de manual podem ser encontrandas em {}/share/man/man1" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Instalando os manuais do man em {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Falha ao criar o diret³rio dos manuais man: saindo." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Falha ao copiar os manuais man." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "O Rapid Photo Downloader pode ser iniciado sem ativar o ambiente virtual " "executando {}/bin/rapid-photo-downloader" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "VocŞ pode ter que reiniciar o computador para conseguir executar o programa " "pela linha de comando ou iniciador de aplicativos." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(Se uma falha de segmenta§£o ocorrer ao sair, vocŞ pode ignorĦ-la...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "A ferramenta Python3 pip İ requerida para desinstalar a vers£o do Rapid " "Photo Downloader que foi instalada com pip.\n" "N£o İ poss­vel continuar. Saindo." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "N£o execute este script de instala§£o como usuĦrio sudo / root.\n" "Execute-o usando o usuĦrio que irĦ rodar o programa.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "Deseja instalar o Rapid Photo Downloader no ambiente virtual atual?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "Desculpe, instalar o Rapid Photo Downloader em um ambiente virtual Python " "requer Python 3.5 ou mais recente em uma plataforma Intel ou AMD de 64 bits." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Para instalar o Rapid Photo Downloader em um ambiente virtual Python, crie e " "ative o ambiente virtual antes de iniciar este script." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "Usando ambiente virtual para instalar usando pip." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" "N£o inclua qualquer argumento de linha de comando quando especificado" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Desculpe, este instalador n£o suporta uma instala§£o customizada do python.\n" "Saindo..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Reiniciando o script usando o sistema python..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "Distribui§£o Linux detectada {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "Saindo..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Para continuar, o pacote python3-apt precisa ser instalado." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Instale os seguintes pacotes usando seu gerenciador de pacotes do Linux e " "execute novamente este instalador:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Para executar este programa, Python3 e seus pacotes de gerenciamento " "precisam estar instalados." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Instalando python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Atualizar Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&Cancelar" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Atualizar" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "Clique no bot£o Atualizar para atualizar para a vers£o %s." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Clique no bot£o Atualizar para iniciar a atualiza§£o." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Fechar" #: ../upgrade.py:599 msgid "&Run" msgstr "&Executar" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Feche o Rapid Photo Downloader antes de executar este upgrade." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Executando upgrade..." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "Atualizado com sucesso para %s. Clique Fechar para sair, ou Executar para " "iniciar o programa." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Atualiza§£o finalizada com sucesso. Clique Fechar para sair ou Executar para " "iniciar o programa." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "A atualiza§£o falhou. Clique Fechar para sair." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "Atualizando %s..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Pressione qualquer tecla para continuar..." #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "A atualiza§£o do Rapid Photo Downloader falhou" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "O pacote python %s n£o p´de ser atualizado. A atualiza§£o n£o p´de continuar." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Crİditos" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Backups n£o est£o configurados" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Nenhum dispositivo de backup detectado" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Locais vĦlidos de backup ainda n£o especificados" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Fazer backup de fotos e v­deos ao baixar" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Detectar automaticamente dispositivos de backup" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Nome da pasta de fotos:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Nome da pasta de v­deos:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Exemplo:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Local do backup de Fotos:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Local do backup de V­deos:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "drive2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Proje§£o de Uso do disco para Backup" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Op§µes de Backup" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "thumbnail do v­deo" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "Ħudio" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s Fotos" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s V­deos" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Em uso" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Excesso" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s livre de %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Fotos" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "V­deos" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Uso de disco projetado ap³s o download" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Personalizar..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Configure cria§£o de sub pastas de fotos" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Configure cria§£o de sub pastas de v­deos" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Outro" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Examinando dispositivo..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ignore este dispositivo temporariamente" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Ignore este disposition permanentemente" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Reexaminar" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s cheio" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "C˘meras" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s Dispositivos" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " Em caso de problema um ­cone vermelho aparecerĦ no rodapİ da " "janela\n" " indicando quantos erros reportados tem. Clicando nele abrirĦ a " "janela de Reporte de \n" " Erros.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " A janela de Reporte de Erros listou alguns dos problemas " "encontrados antes, durante ou depois do \n" " download. Um tri˘ngulo amarelo representa aten§£o, um c­rculo " "vermelho indica falha, \n" " e um c­rculo preto indica falha sİria. VocŞ pode clicar nos " "hyperlinks para \n" " abrir seu arquivo ou dispositivo no gerenciador de arquivos. " "VocŞ tambİm pode pesquisar os reportes usando a \n" " caixa de busca no lado inferior esquerdo da janela de Reporte de " "Erro.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      Na ilustra§£o acima, a primeira linha da Timeline estĦ escrito em preto " "porque todos os arquivos naquela \n" "data foram baixados.

      \n" "

      O controle deslizante da Timeline ajusta o tempo decorrido entre as fotos " "e que İ usado para montar \n" "a Timeline:

      \n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" "\n" " Miniaturas podem ser ordenadas usando vĦrios critİrios:\n" "
        \n" "
      1. Hora da Modifica§£o: şltima modifica§£o do arquivo, de acordo com " "seu its metadados (quando \n" " dispon­vel) ou de acordo com o sistema de arquivos (como " "contingŞncia).
      2. \n" "
      3. Verificado estado: se o arquivo estĦ marcado para download.
      4. \n" "
      5. Nome do arquivo: o nome completo, incluindo a extens£o.
      6. \n" "
      7. Extens£o: a extens£o do arquivo. VocŞ pode usĦ-lo para agrupar " "imagens jpeg e raw, por \n" "exemplo.
      8. \n" "
      9. Tipo de arquivo: foto ou v­deo.
      10. \n" "
      11. Dispositivo: nome do dispositivo de fotos e v­deos que estĦ sendo " "descarregado.
      12. \n" "
      " #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" "\n" "Ao pensar sobre sua estrutura de diretorio de download, tenha em mente dois " "tipos diferentes\n" "de diret³rios:\n" "
        \n" "
      1. A pasta de destino, exemplo "Pictures", " ""Fotos", ou\n" ""V­deos". Estes diret³rios jĦ devem existir em seu computador. Na " "ilustra§ao \n" "abaixo, as pastas de destino s£o "Pictures" e "V­deos". " "O\n" "nome da pasta de destino İ mostrada na barra cinza diretamente acima da " "Ħrvore de pastas, \n" "com um ­cone da pasta para sua esquerda e um ­cone de engrenagem a sua " "direita.
      2. \n" "
      3. As subpastas de download, que s£o diret³rios que ser£o " "automaticamente gerados \n" "pelo Rapid Photo Downloader. Eles n£o precisam jĦ existir no seu computador, " "mas tudo bem se jĦ existirem.\n" "Eles ser£o gerados abaixo da pasta de destino.
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "VocŞ pode baixar fotos e v­deos para a mesma pasta de destino, ou " "especificar uma pasta \n" "diferente para cada. O mesmo se aplica as subpastas de download para fotos e " "\n" "v­deos—download fotos e v­deos para as mesmas subpastas, ou use um " "diferente esquema para cada \n" "tipo. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" "\n" "Sempre que poss­vel, o programa prevŞ o download de subpastas de fotos e " "v­deos para download:\n" "
        \n" "
      1. A Ħrvore de pastas de destino mostrarĦ as subpastas de download que jĦ " "est£o no seu computador (aquelas em \n" " uma fonte regular, n£o itĦlica), e as subpastas que ser£o criadas " "durando o download \n" " (aquelas cujo os nomes est£o em itĦlico).
      2. \n" "
      3. A Ħrvore de pastas tambİm mostrarĦ em que subpastas os arquivos ser£o " "descarregados (aqueles na cor \n" " preta).
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "Nomes de subpastas de download s£o tipicamente geradas usando alguns ou " "todos os seguintes elementos:\n" "
        \n" "
      1. Arquivo de Metadados, frequentemente inclui a data da foto ou do " "v­deo criado, mas pode \n" "tambİm \n" "incluir o modelo da camera, o nşmero de sİrie da camera, ou extans£o do " "arquivo por exemplo JPG ou CR2.
      2. \n" "
      3. O C³digo de Trabalho, que İ um texto livre para vocŞ especificar " "a hora que o download ocorreu, assim como o\n" "nome do evento ou localiza§£o.
      4. \n" "
      5. Texto que vocŞ deseja que apare§a toda vez, como um h­fen ou um " "espa§o.
      6. \n" "
      \n" "Nomeando subpastas com o ano, seguido pelo mŞs e finalmente pelo dia em modo " "numİrico deixa fĦcil \n" "manter os arquivos ordenados em um gerenciador de arquivos, raz£o pela qual " "İ a op§£o padr£o:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "Para criar automaticamente subpastas confome vocŞ descarrega, \n" "vocŞ pode usar um dos ajustes prontos do Rapid Photo Downloader, ou criar um " "ajuste customizado. Clique no \n" "­cone da engrenagem para abrir o menş drop-down: \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "Usando o menş drop-down, selecione um ajuste pronto ou clique em " "Customizar para configurar seu pr³prio \n" "esquema. VocŞ pode criar seus pr³prios esquemas usando o Editor para Gera§£o " "de subpasta de Foto ou V­deo: \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 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/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "VocŞ n£o precisa criar subpastas de download aninhadas. Esta ilustra§£o " "mosta \n" "a gera§£o de subpastas de download que contİm somente a data das fotos " "quando foram tiradas e um \n" "C³digo de Trabalho:\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "Apesar de haver muitas op§µes de ajustes data/hora prontos, vocŞ pode " "precisar \n" "de algo diferente. N£o tem problema criar o seu pr³prio. VocŞ pode combinar " "escolhas de data/hora para\n" "gerar novas combina§µes. Supondo que vocŞ quer um formato de data que " "combine ano (AAAA), um h­fen, \n" "e mŞs (MM) para o formar AAAA-MM. VocŞ pode criĦ-lo assim (note o c­rculo " "vermelho ao redor do h­fen):\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "Leia mais sobre todas as formas que vocŞ pode gerar nomes para subpastas de " "download e nomes de arquivos em Documen" "ta§£o online.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "C³digos de Trabalho permitem que vocŞ insira facilmente textos que " "descrevam conjuntos de fotos e v­deos. VocŞ pode \n" "usĦ-los na subpasta e nos nomes dos arquivos. Nesta ilustra§£o, alguns " "arquivos tiveram o C³digo de Trabalho\n" ""Street" aplicado neles, e os arquivos selecionados ir£o receber o " "C³digo de Trabalho \n" ""Green Bazaar": \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "VocŞ pode aplicar C³digos de Trabalho novos ou existentes antes de vocŞ " "iniciar um download. Se houver \n" "arquivos em download que ainda n£o tiveram um C³digo de Trabalho aplicado a " "eles, serĦ solicitado a vocŞ inserir \n" "um C³digo de Trabalho para eles antes do download come§ar.\n" " " #: ../raphodo/didyouknow.py:318 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/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/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "Quando vocŞ der nomes de arquivos şnicos a suas fotos e v­deos, vocŞ nunca " "ficarĦ confuso sobre \n" "que arquivo İ qual. Usando sequŞncia de nşmeros para deixar nomes de " "arquivos şnicos İ altamente \n" "recomendado!\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      Quatro tipos de valores de sequŞncia est£o dispon­veis para te ajudar a " "atribuir nomes şnicos a suas fotos e \n" "v­deos:\n" "

        \n" "
      1. Baixados hoje: mostra os downloads completados durante esse " "dia.
      2. \n" "
      3. Nşmeros armazenados: similar a Baixados hoje, mas ele mostra " "desde a şltima vez que o \n" "programa executou.
      4. \n" "
      5. Nşmero da sess£o: redefinido cada vez que o programa İ " "executado.
      6. \n" "
      7. Letras de SequŞncia: parecido com nşmero da sess£o, porİm usa " "letras.
      8. \n" "

      \n" "

      \n" "Leia mais sobre nşmeros de sequŞncia em Documenta" "§£o online.

      \n" " " #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "O painel Renomear te permite configurar a renomea§£o de arquivos. " "Para renomear seus arquivos, vocŞ pode escolher \n" "entre os ajustes prİ-existentes ou definir o seu pr³prio ajuste. " " \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      A op§£o Sincronizar RAW + JPEG İ util se vocŞ usa a " "funcionalidade RAW + JPEG na sua \n" "c˘mera e vocŞ usa nşmeros de sequencia nos nomes de arquivo das suas fotos. " "Habilitando esta op§£o \n" "farĦ que o programa detecte pares de fotos pareadas em RAW e JPEG, e quando " "eles s£o detectados,\n" "a mesma sequŞncia de nşmeros serĦ aplicada em ambos os nomes. Alİm do mais, " "as sequŞncias ser£o \n" "atualizadas como se as fotos fossem uma s³.

      \n" "

      \n" "Leia mais sobre renomea§£o de arquivos em Documenta§£o " "online.

      \n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "VocŞ pode ter suas fotos e v­deos salvas em vĦrios locais conforme elas s£o " "descarregadas, tais como \n" "discos r­gidos externos ou compartilhamentos de rede. Dispositivos de backup " "podem ser automaticamente detectados, ou a \n" "exata localiza§£o da unidade de backup pode ser especificada manualmente.\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "VĦrias das preferŞncias do programa podem ser ajustadas atravİs da linha de " "comando, incluindo downloads \n" "de fontes, destinos, e backups. Adicionalmente, os ajustes podem ser " "redefinidos para os seus \n" "estados padr£o, os caches e arquivos lembrados podem ser limpos. " "\n" " " #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" "\n" "Rapid Photo Downloader lida com trŞs tipos de cache:\n" "
        \n" "
      1. Um cache de miniaturas cujo o şnico prop³sito İ armazenar " "miniaturas dos arquivos de suas cameras, \n" "memory cards, e outros dispositivos.
      2. \n" "
      3. Umcache temporĦrio de arquivos descarregados de uma c˘mera, uma " "para fotos e outra para \n" "v­deos. Eles ser£o alocados em subpastas temporĦrias na pasta download de " "destino.
      4. \n" "
      5. O cache de miniaturas do desktop, no qual o Rapid Photo " "Downloader armazena miniaturas das \n" "fotos em RAW e TIFF uma vez que sejam baixadas. Navegadores de arquivos como " "Gnome Files usam este cache \n" "tambİm, o que significa que eles tambİm exibir£o miniaturas desses arquivos. " "\n" "
      6. \n" "
      \n" "Leia mais sobre esses caches e seus efeitos na performance do download na Documenta§£o " "online.\n" " " #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Dica do Dia" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "VocŞ sabia...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Mostrar dicas ao iniciar" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Pr³ximo" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Anterior" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/seg" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Alguns segundos" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 segundo" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d segundos" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minuto" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minutos" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 hora" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d horas" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 dia" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dias" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minuto, 1 segundo" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minuto, %d segundos" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minutos, 1 segundo" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minutos, %(seconds)d segundos" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 hora, 1 minuto" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 hora, %d minutos" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d horas, 1 minuto" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d horas, %(minutes)d minutos" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 dia, 1 hora" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 dia, %d horas" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dias, 1 hora" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dias, %(hours)d horas" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Localizar" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Erros Reportados - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Localizar nos relat³rios" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "Localizar a ocorrŞncia anterior da frase" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Localizar a pr³xima ocorrŞncia da frase" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&Destacar tudo" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Destacar todas as ocorrŞncias da frase" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&Corresponder Caso" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Localizar com distin§£o de maişscula e minşscula" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Palavras Inteiras" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "Localizar somente palavras inteiras" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Limpar" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "Frase n£o localizada" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Pesquisa pendente..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Problema no Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Um problema ocorreu no Rapid Photo Downloader\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Favor reportar o problema em {website}\n" "\n" " Anexe o arquivo de log no seu relat³rio de bug, localizado em " "{log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "Abrir no navegador de Arquivos..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Sistema de Arquivos" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Outro..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (caminho n£o existe)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Data e hora" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Texto" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nome do arquivo" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadados" #: ../raphodo/generatenameconfig.py:196 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:199 msgid "Job code" msgstr "C³digo de Trabalho" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Data da imagem" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Data do v­deo" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Hoje" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nome" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 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:215 msgid "Image number" msgstr "Nşmero da imagem" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Abertura" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Contagem de Disparos" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Numero do arquivo" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Apenas pasta" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Nome do dono" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Largura" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Altura" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Comprimento" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Quadros Por Segundo" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Artista" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "caixa baixa" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Um d­gito" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Dois d­gitos" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "TrŞs d­gitos" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Quatro d­gitos" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Cinco d­gitos" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Seis d­gitos" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Subsegundos" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "AAAAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "AAMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 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:368 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:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Data" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Data (hifenizado)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Data (underline)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Data e C³digo de Trabalho" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "AAAAMM_Codigo Trabalho" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Subpasta Data e C³digo de Trabalho" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "AAAAMM" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "C³digo de Trabalho" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Nome do arquivo original" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Data-Hora e Downloads hoje" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "AAAAMMDD-HHMM-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Data e Downloads hoje" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "AAAAMMDD-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Data-Hora e Nşmero da Imagem" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "AAAAMMDD-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Data-Hora e C³digo de Trabalho" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "AAAAMMDD-HHMM-Codigo Trabalho-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "AAAAMMDD-Codigo Trabalho1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Data-Hora e Nşmero do V­deo" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "AAAAMMDD_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "Resolu§£o" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "AAAAMMDD-HHMM-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Entre um novo C³digo de trabalho, ou selecione um anterior" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "Aplicar C³digo de Trabalho para Download" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Entre um novo C³digo de Trabalho" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" "O novo C³digo de Trabalho n£o serĦ aplicado para nenhuma foto ou v­deo." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "O novo C³digo de Trabalho n£o serĦ aplicado as %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "O novo C³digo de Trabalho serĦ aplicado as %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Novo C³digo de Trabalho" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&Codigo Trabalho:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&Lembrar esta escolha" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 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/jobcodepanel.py:197 msgid "Last Used" msgstr "šltimo uso" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Ordenar C³digo de Trabalho:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Ascendente" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Descendente" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Novo..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Aplicar" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&Remover" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Remover Todos" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "VocŞ realmente quer remover todos os C³digos de Trabalho?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Remover todos os C³digos de Trabalho" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "C³digos de Trabalho" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Salvar novo Ajuste Customizado..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "Remover todos os Ajustes Customizados..." #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(Novo Ajuste Customizado)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (editado)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "Atualizar Ajuste Customizado \"%s\"" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Salvar Novo Ajuste Customizado - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "Nome do Ajuste:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "Editor de Gera§£o de Subpasta de Foto" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "Editor de Gera§£o de Subpasta de V­deo" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Editor de Renomea§£o de Foto" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Editor de Renomea§£o de V­deo" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, 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/nameeditor.py:893 #, 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/nameeditor.py:901 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/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "Predefini§£o:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Obter ajuda online..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Inserir" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "Salvar predefini§£o - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Salvar Novo Ajuste Customizado" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Procurando uma nova vers£o..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "VocŠ estĦ rodando a şltima vers£o." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Falha ao acessar o servidor de atualiza§£o." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Uma nova vers£o do Rapid Photo Downloader (%s) estĦ dispon­vel." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "VocŞ quer baixar a nova vers£o?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "As mudan§as na nova vers£o podem ser vistas aqui." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&Dispensar esta vers£o" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&Abrir PĦgina de Download" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Atualiza§µes do Rapid Photo Downloader" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s de %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Baixando..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "PreferŞncias" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatiza§£o" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniaturas" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Tratamento de Erros" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "Avisos" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "Consolida§£o" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Diversos" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Pesquisando Dispositivo" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Somente pesquisar em dispositivos externos" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Procurar somente em pastas espec­ficas no dispositivo" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Pastas para procurar:" #: ../raphodo/preferencedialog.py:171 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/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Adicionar..." #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "Remover" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "Dispositivos que foram configurados para ignorar ou baixar automaticamente." #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Dispositivos lembrados" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Caminhos Ignorados" #: ../raphodo/preferencedialog.py:223 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/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 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." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "Usar estilo-python expres" "sµes regulares" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "*TerĦ efeito ap³s reiniciar o programa" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Automa§£o de programa" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Iniciar download ao iniciar o programa" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Iniciar o download ap³s conectar o dispositivo" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "Desmontar (ejetar) o dispositivo ap³s o tİrmino do download" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Sair do programa quando o download terminar" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "Sair do programa mesmo se o download teve avisos ou erros" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Gerador de Miniaturas" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Gerar miniatura" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Gerar miniaturas para mostrar na janela principal do programa" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Armazenar miniaturas" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Gerar sistema de miniaturas" #: ../raphodo/preferencedialog.py:366 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/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "Nşmero de nşcleos do CPU usados para gerar miniaturas." #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "Nşcleos do CPU:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Cache de Miniaturas" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "Calculando..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "dias" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "para sempre" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "Tamanho do cache:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Nşmero de miniaturas:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "Tamanho do banco de dados:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "Armazenar miniaturas n£o acessadas para:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "Limpar o Cache..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "Otimizar o Cache..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Pular o download" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "N£o baixar o arquivo e enviar uma mensagem de erro" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Adicionar identificador şnico" #: ../raphodo/preferencedialog.py:472 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/preferencedialog.py:480 msgid "Overwrite" msgstr "Sobrescrever" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "Sobrescrever o arquivo de backup anterior" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Pular" #: ../raphodo/preferencedialog.py:484 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/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "Avisos do Programa" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Mostrar avisos quando:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "Baixando arquivos atualmente n£o exibidos" #: ../raphodo/preferencedialog.py:535 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/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Destinos de backup faltando" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Bibliotecas do programa est£o faltando ou quebradas" #: ../raphodo/preferencedialog.py:541 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/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "Metadados do Sistema de arquivos n£o pode ser configurado" #: ../raphodo/preferencedialog.py:545 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/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "Encontrando arquivos n£o tratados" #: ../raphodo/preferencedialog.py:549 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/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "N£o avisar sobre arquivos n£o tratados com extensµes:" #: ../raphodo/preferencedialog.py:558 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/preferencedialog.py:561 msgid "Add" msgstr "Adicionar" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 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/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "Consolida§£o de Foto e V­deo" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "Consolidar arquivos em dispositivos e downloads" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "Tratar combinando arquivos RAW e JPEG como:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Uma foto" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "Duas fotos" #: ../raphodo/preferencedialog.py:620 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/preferencedialog.py:625 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/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "Com fotos RAW e JPEG combinadas:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "N£o marcar JPEG para download" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "N£o marcar RAW para download" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "Marcar ambas para download" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 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/preferencedialog.py:661 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/preferencedialog.py:667 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/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "Limpar os downloads conclu­dos" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Continue mostrando os downloads conclu­dos" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Perguntar o que fazer" #: ../raphodo/preferencedialog.py:685 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/preferencedialog.py:690 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/preferencedialog.py:694 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/preferencedialog.py:739 msgid "Version Check" msgstr "Verificar Vers£o" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "Procurar por nova atualiza§£o ao iniciar" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" "Procurar por uma nova vers£o do programa cada vez que o programa iniciar." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "Incluir versµes em desenvolvimento" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "Incluir alpha, beta ou outras versµes em desenvolvimento quando procurar por " "uma nova vers£o do programa.\n" "\n" "Se vocŞ atualmente estĦ rodando uma vers£o em desenvolvimento, essa pesquisa " "sempre ocorrerĦ." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "Ignorar metadados data/hora DNG em dispositivos MTP" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "Restaura os valores de preferŞncia padr£o para %s" #: ../raphodo/preferencedialog.py:1292 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/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Limpar Cache de Miniaturas" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Otimizar Cache de Miniaturas" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Entre uma pasta para pesquisar" #: ../raphodo/preferencedialog.py:1577 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/preferencedialog.py:1578 msgid "Folder:" msgstr "Pasta:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Entre um Caminho a ser Ignorado" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Caminho:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Entre uma Extens£o de Arquivo" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Especificar uma extens£o de arquivo (sem o ponto)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "Extens£o:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "Extens£o de arquivo invĦlida" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Casamento" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "AniversĦrio" #: ../raphodo/preferences.py:644 #, 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/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "PreferŞncias subpasta n£o deve terminar com uma %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Erro: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Erro: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "Erro GPhoto2: %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "Incapaz de ler diretorio %s" #: ../raphodo/problemnotification.py:150 #, 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:156 #, python-format msgid "Unable to read file %s" msgstr "Incapaz de ler o arquivo %s" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "Incapaz de gravar o arquivo %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "Incapaz de mover o arquivo %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "Incapaz de remover o arquivo %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "Incapaz de copiar o arquivo %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "Arquivo vazio %s n£o serĦ baixado" #: ../raphodo/problemnotification.py:192 #, 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:198 #, python-format msgid "Unable to load metadata from %s" msgstr "Incapaz de carregar os metadados de %s" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s jĦ existe." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, 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:323 #, 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:343 #, 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:358 #, 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:379 #, 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:395 #, 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:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "Incapaz de finalizar o nome de arquivo para %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "O metadados %(type)s estĦ faltando." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "O seguinte metadado estĦ faltando: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "A convers£o Data/Hora falhou: %s." #: ../raphodo/problemnotification.py:529 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:535 msgid "Filename does not have an extension." msgstr "O nome do arquivo n£o possui uma extens£o." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Nome do arquivo n£o tem um componente nşmero." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "Erro ao gerar componente %(component)s. Erro: %(error)s" #: ../raphodo/problemnotification.py:559 #, 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:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "Incapaz de criar a subpasta de download %s." #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "Incapaz de criar a subpasta de backup %s." #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "Problemas ao pesquisar %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "Problemas ao copiar de %s" #: ../raphodo/problemnotification.py:684 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:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:1839 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:1844 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:1847 msgid "Timeline build pending..." msgstr "Constru§£o da Timeline pendente..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "A Timeline estĦ sendo montada..." #: ../raphodo/proximity.py:1850 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:1931 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:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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

      Rapid Photo " "Downloader usa libmediainfo para pegar a data e a hora que o v­deo foi " "gravado. O programa rodarĦ sem ele, mas instalĦ-lo İ recomendado." #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "Problemas com o libmediainfo" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "O download falhou" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Desculpe, o download da nova vers£o do Rapid Photo Downloader falhou." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "A nova vers£o foi baixada com sucesso. VocŞ quer fechar o Rapid Photo " "Downloader e instalĦ-lo agora?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Atualiza§£o do Rapid Photo Downloader" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Instalar" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "Nova vers£o salva" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "O arquivo tar e o script de instala§£o foram salvos em:\n" "\n" " %s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "Atualiza§£o falhou" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Desculpe, a atualiza§£o do Rapid Photo Downloader falhou porque houve um " "erro ao abrir o instalador." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Download" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "&Atualizar..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&PreferŞncias" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&Sair" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "Erro &Reports" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Limpar Downloads Completados" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "Obter Ajuda Online..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&Dica do Dia..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Reportar um Problema..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Fa§a uam doa§£o..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Traduzir esta Aplica§£o..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&Sobre..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Verificar atualiza§µes..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "Timeline" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Destino" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Renomear" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "Backup" #. Devices Header and View #: ../raphodo/rapid.py:2112 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" #. This Computer Header and View #: ../raphodo/rapid.py:2129 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:2131 msgid "This Computer" msgstr "Este Computador" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Selecione uma pasta de origem" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "Uso projetado do armazenamento" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Selecione a pasta de destino" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Todos" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Novo" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Exibir:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "Hora da modifica§£o" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "Verificar estado" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Tipo de Arquivo" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Dispositivo" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Ordenar:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "Baixar %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "Continuar Download" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Pausar" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "Obrigado por reportar um problema no Rapid Photo Downloader" #: ../raphodo/rapid.py:2795 #, 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:2865 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:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " 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?\n" " " #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Essa pasta de download İ invĦlida:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "O download falhou" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "O download n£o pode continuar." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotos" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "v­deos" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "foto" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "v­deo" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Problema no backup" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s restante (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s baixados" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s falhou ao baixar" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "avisos" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Todos os downloads completos" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s falhou em baixar" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 falha" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d falhas" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 aviso" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d avisos" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Nenhum arquivo baixado — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Nenhum arquivo baixado" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "PreferŞncias do programa s£o invĦlidas" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Tentar Novamente" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&Ignorar Este Dispositivo" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Desculpe, um erro inesperado ocorreu enquanto pesquisava %s." #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" "Infelizmente vocŞ n£o pode baixar arquivos a partir deste dispositivo." #: ../raphodo/rapid.py:4482 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:4487 msgid "Device scan failed" msgstr "Pesquisa ao dispositivo falhou" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "Completado os Download Atuais" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s cujo download terminou İ exibido." #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "VocŞ quer limpar os downloads terminados?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "Completado Download atual" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s cujo download terminou İ exibido." #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "VocŞ quer limpar os downloas terminados?" #: ../raphodo/rapid.py:5098 #, 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:5349 #, 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:5352 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:5356 #, 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:5358 msgid "Any device with the same name will be ignored." msgstr "Qualquer dispositivo com o mesmo nome serĦ ignorado." #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Baixando de %(location)s para este computador." #: ../raphodo/rapid.py:5666 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." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Gerando miniaturas para %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "Procurando %s" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s de %(available files)s marcados para download (%(hidden)s hidden)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s de %(available files)s marcados para download" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 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:5989 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:5993 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:5997 msgid "Turn on or off the the renaming of photos." msgstr "Habilite ou desabilite o renomeador de fotos." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "Habilite ou desabilite o renomeador de v­deos." #: ../raphodo/rapid.py:6005 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:6009 msgid "Turn on or off downloading from this computer." msgstr "Habilite ou desabilite o download a partir deste computador." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "CAMINHO" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "O CAMINHO neste computador que serĦ feito o download." #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "O CAMINHO onde as fotos ser£o baixadas." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "O CAMINHO onde os v­deos ser£o baixados." #: ../raphodo/rapid.py:6025 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:6029 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:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "PASTA" #: ../raphodo/rapid.py:6034 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:6043 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:6052 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:6059 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:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ignorar fotos com as seguintes extensµes: %s" #: ../raphodo/rapid.py:6071 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:6076 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:6082 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:6088 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:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "Esquecer os arquivos que jĦ foram anteriormente baixados e sair." #: ../raphodo/rapid.py:6097 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:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "Incluir informa§µes de depura§£o do gphoto2 nos arquivos de log." #: ../raphodo/rapid.py:6115 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:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "Nenhuma preferŞncia de programa anterior detectada: saindo." #: ../raphodo/rapid.py:6193 #, 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:6260 #, 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:6271 msgid "Program aborting." msgstr "Programa abortando." #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "Nunca execute este programa como usuĦrio sudo / root." #: ../raphodo/rapid.py:6318 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:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Todos os ajustes e caches foram redefinidos." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "O Cache de Miniaturas foi redefinido." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "Arquivos Lembrados foram esquecidos." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "&N£o pergunte-me sobre isso novamente" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "&N£o avise-me sobre isso novamente" #: ../raphodo/rememberthisdialog.py:73 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:567 msgid "subfolder and filename" msgstr "subpasta e nome de arquivo" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nome de arquivo" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "subpasta" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "Um contador para quantos downloads ocorreram em cada dia" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Downloads de hoje:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "Um contador que İ aumentado cada vez que o programa İ executado " #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Nşmero armazenado:" #: ../raphodo/renamepanel.py:331 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/renamepanel.py:332 msgid "Day start:" msgstr "Dia de in­cio:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "Sincronizar RAW + JPEG" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "SequŞncia de Nşmeros" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Omitir caracteres incompat­veis" #: ../raphodo/renamepanel.py:367 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/renamepanel.py:371 msgid "Compatibility" msgstr "Compatibilidade" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Renomea§£o de Fotos" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Renomea§£o de V­deos" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Op§µes de renomea§£o" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotos e v­deos" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "um v­deo" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 v­deo" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "uma foto" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s na %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Foto" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "V­deo" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "Raiz do sistema de arquivos" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Imagens" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Tirada em %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Cartµes de mem³ria: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "Cart£o de mem³ria: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "Baixado como:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Download anterior:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:567 #, python-format msgid "

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

      Configurado manualmente como baixado anteriormente em %(date)s" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Copiar caminho" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "Marcar arquivo como baixado" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "Marcar arquivos como baixados" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s e %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "um" #: ../raphodo/utilities.py:516 msgid "two" msgstr "dois" #: ../raphodo/utilities.py:517 msgid "three" msgstr "trŞs" #: ../raphodo/utilities.py:518 msgid "four" msgstr "quatro" #: ../raphodo/utilities.py:519 msgid "five" msgstr "cinco" #: ../raphodo/utilities.py:520 msgid "six" msgstr "seis" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "sete" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "oito" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "nove" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "dez" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "onze" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "doze" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "treze" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "quatorze" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "quinze" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "dezesseis" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "dezessete" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "dezoito" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "dezenove" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "vinte" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&OK" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Salvar" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&Ajuda" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "Restaurar Padr£o" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Sim" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&N£o" #: ../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 "" #: ../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" rapid-photo-downloader-0.9.23a1/po/rapid-photo-downloader.pot0000644000175000017500000036733213645661366024411 0ustar damondamon00000000000000# 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: 2020-04-15 15:39-0400\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" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3252 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3256 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2833 ../install.py:2838 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1538 ../install.py:1590 ../install.py:1963 #: ../install.py:2012 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1539 ../install.py:1591 ../install.py:1964 #: ../install.py:2013 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1121 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1165 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1518 ../install.py:1545 ../install.py:1574 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1533 msgid "Uninstalling system package" msgstr "" #: ../install.py:1556 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1596 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1737 ../install.py:1767 ../install.py:1851 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1780 ../install.py:1901 ../install.py:1971 ../install.py:2020 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1845 ../install.py:1860 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1955 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:2005 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2053 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2060 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2069 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2100 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2108 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2113 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2118 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2125 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2131 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2153 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2167 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2175 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2212 msgid "Failed to download versions file." msgstr "" #: ../install.py:2216 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2324 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2465 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2471 msgid "Received error code" msgstr "" #: ../install.py:2473 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2475 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2725 msgid "Installing application requirements..." msgstr "" #: ../install.py:2751 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2765 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2769 msgid "Installing application..." msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2826 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2830 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2831 msgid "They will be installed into {}" msgstr "" #: ../install.py:2832 ../install.py:2837 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2834 msgid "Do want to install the man pages?" msgstr "" #: ../install.py:2836 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2851 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2872 msgid "Failed to copy man page." msgstr "" #: ../install.py:2887 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2899 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2908 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2926 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2940 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2984 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2997 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:3009 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:3022 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3036 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3048 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3059 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3067 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3072 ../install.py:3086 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3103 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3110 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3122 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3147 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3171 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3205 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3216 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3246 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:246 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:245 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8910 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8912 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8925 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8927 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:242 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:544 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:550 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2156 ../raphodo/rapid.py:2284 ../raphodo/rapid.py:6485 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2161 ../raphodo/rapid.py:2285 ../raphodo/rapid.py:6485 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:500 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2112 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1940 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}." "

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1899 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2258 msgid "Filename" msgstr "" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2259 msgid "Extension" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1985 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2266 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2267 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:294 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:295 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:296 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:298 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:300 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:301 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:330 ../raphodo/newversion.py:345 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:348 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:368 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:473 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:492 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1579 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1580 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1595 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1596 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1610 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1611 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1612 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1627 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1631 #, 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/preferencedialog.py:1638 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:533 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2706 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4360 ../raphodo/rapid.py:4380 #: ../raphodo/rapid.py:4984 ../raphodo/rapid.py:5443 ../raphodo/rapid.py:6388 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1184 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:1194 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1203 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:1214 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1579 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1581 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1588 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1592 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1596 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1614 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1616 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1633 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1636 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1842 ../raphodo/rapid.py:2561 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1846 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1850 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1854 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1858 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1862 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1866 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1870 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1874 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1878 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1882 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1886 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1890 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1973 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1983 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1984 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2110 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2127 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2129 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2142 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2171 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2189 ../raphodo/rapid.py:2201 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2250 msgid "All" msgstr "" #: ../raphodo/rapid.py:2251 msgid "New" msgstr "" #: ../raphodo/rapid.py:2253 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2256 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2257 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2260 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2261 msgid "Device" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2274 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:2541 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2557 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2657 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2676 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2793 #, 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:2863 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2873 #, 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:2954 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3109 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3112 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3115 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3116 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3134 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:3144 ../raphodo/rapid.py:3157 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3146 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "" #: ../raphodo/rapid.py:3159 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "" #: ../raphodo/rapid.py:3169 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:3184 ../raphodo/rapid.py:3199 #, 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:3186 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "" #: ../raphodo/rapid.py:3201 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "" #: ../raphodo/rapid.py:3209 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4366 #, 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:4386 #, 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:4405 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4406 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4478 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4479 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4483 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4488 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4961 #, 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:4991 #, 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:5089 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5091 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5093 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5095 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5097 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5099 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5180 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5431 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5434 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5438 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5440 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5745 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5748 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5793 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5796 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5810 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5821 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:6101 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:6105 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6109 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:6113 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:6117 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6121 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6125 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6129 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6132 ../raphodo/rapid.py:6136 ../raphodo/rapid.py:6140 #: ../raphodo/rapid.py:6170 ../raphodo/rapid.py:6177 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6133 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6137 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6141 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6145 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6149 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6152 ../raphodo/rapid.py:6161 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6154 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:6163 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:6172 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6179 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6185 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6191 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6196 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6202 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:6208 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6212 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6217 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6224 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:6230 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6235 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6296 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6305 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6313 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6380 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6391 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6444 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6448 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6460 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:6524 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:6684 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6692 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6698 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:488 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:474 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:484 #, 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:495 ../raphodo/thumbnaildisplay.py:545 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:512 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:516 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:521 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:559 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1901 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1906 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1909 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:202 msgid "B" msgstr "" #: ../raphodo/utilities.py:202 msgid "KB" msgstr "" #: ../raphodo/utilities.py:202 msgid "MB" msgstr "" #: ../raphodo/utilities.py:202 msgid "GB" msgstr "" #: ../raphodo/utilities.py:202 msgid "TB" msgstr "" #: ../raphodo/utilities.py:202 msgid "PB" msgstr "" #: ../raphodo/utilities.py:202 msgid "EB" msgstr "" #: ../raphodo/utilities.py:202 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:202 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:432 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:516 msgid "one" msgstr "" #: ../raphodo/utilities.py:517 msgid "two" msgstr "" #: ../raphodo/utilities.py:518 msgid "three" msgstr "" #: ../raphodo/utilities.py:519 msgid "four" msgstr "" #: ../raphodo/utilities.py:520 msgid "five" msgstr "" #: ../raphodo/utilities.py:521 msgid "six" msgstr "" #: ../raphodo/utilities.py:522 msgid "seven" msgstr "" #: ../raphodo/utilities.py:523 msgid "eight" msgstr "" #: ../raphodo/utilities.py:524 msgid "nine" msgstr "" #: ../raphodo/utilities.py:525 msgid "ten" msgstr "" #: ../raphodo/utilities.py:526 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:527 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:528 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:532 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:533 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:535 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:244 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:248 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:249 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:251 msgid "&No" 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 "" rapid-photo-downloader-0.9.23a1/po/ro.po0000644000175000017500000043005713645661365020255 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\n" "PO-Revision-Date: 2020-03-09 16:42-0400\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Romanian \n" "Language: ro\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 2.2.4\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Selectează un dosar unde descarc video." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Nu am găsit copie de siguranță a dispozitivului" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "Copiază de siguranță fotografiile ș video cănd descărci" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Detectare automată a copiilor de siguranță a dispozitivelor" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 msgid "drive1" msgstr "" #. Translators: this value is used as an example device when automatic backup device #. detection is enabled. You should translate this. #: ../raphodo/backuppanel.py:600 msgid "drive2" msgstr "" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "" #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "" #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(number)s din %(total)s %(filetypes)s" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}." "

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Dată timp" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Nume fișier" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:196 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:199 msgid "Job code" msgstr "Cod sarcină" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Dată imagine" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Dată video" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Astăzi" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "Nume" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Extensie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Număr imagine" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Diafragmă" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Calcul obturator" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Nume proprietar" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Codec" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Lățime" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Žnălțime" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Lungime" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Cadre pe secundă" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "minuscule" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Un digit" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Doi digiți" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Trei digiți" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Patru digiți" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Cinci digiți" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Șase digiți" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Milisecunde" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "AAAALLZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "AALLZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "LLZZAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "LLZZAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "LLZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "ZZLLAAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "ZZLLAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "AAAA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "LL" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "ZZ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "OOMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "OOMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "OO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Cod Sarcină" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Introduceți un nou Cod Sarcină, sau selectați unul precedent" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Introduceți un nou Cod Sarcină" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Coduri Sarcină" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatizare" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Tratarea erorilor" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Pornire descărcare la pornirea programului" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Pornire descărcare la introducerea dispozitivului" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Omite descărcare" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Adaugă identificator unic" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Suprascrie" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Omite" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Preferințele subdosarului nu se poate ncepe cu %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Preferințele subdosarului nu se pot termina cu %s" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Dispozitiv" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotografii" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "video" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "fotografie" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s descărcate" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s descărcare eșuată" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "avertismente" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Toate descărcările complecte" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s au eĊŸuat la descărcare" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Toate setările și preferințele au fost resetate." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Toate setările și preferințele au fost resetate." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "subdosare si nume fișiere" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nume fișier" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "subdosar" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Descărcări de azi:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Număr stocare:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "Ziua de nceput:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Curăță caractere incompatibile" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotografii și video" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Fotografie" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 #, fuzzy msgid "Renaming" msgstr "Opțiuni Redenumire" #: ../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 "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 "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" #~ 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 "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..." #~ msgid "Source: %(source)s" #~ msgstr "Sursă: %(source)s" #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "Directorul de destinație nu poate fi creat: %(directory)s\n" #~ msgid "Error: %(inst)s" #~ msgstr "Erori: %(inst)s" #~ 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" #~ 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." #~ 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 "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "Sursă: %(source)s\n" #~ "Destinație: %(destination)s" #~ 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Ċ£Äƒ" #~ 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" #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s din %(total)s %(filetypes)s (%(remaining)s remaining)" #~ 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" #~ 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ță" #~ 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." #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "Copia de siguranță %(file_type)s va fi rescrisă" #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "Copia de siguranță a %(file_type)s există deja" #~ msgid "%(file_type)s not backed up" #~ msgstr "%(file_type)s nu s-a copiat de siguranță" rapid-photo-downloader-0.9.23a1/po/ru.po0000644000175000017500000077137013645661365020271 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-04-05 20:02+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: 2020-04-05 20:36+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: ru\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "”ğя żÑ€´ğĥµ½¸Ñ уст°½²¸Ñ‚µ срµ´ÑÑ‚² уст°½²ş¸ ż°şµÑ‚² python3 żÑ€¸ żĵщ¸ " "ĵµ½µ´ĥµÑ€° ż°şµÑ‚² ²°Ñˆµı с¸ÑÑ‚µĵы." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "£ÑÑ‚°½²Ñ‰¸ş Rapid Photo Downloader" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "—°³Ñ€Ñƒ·¸Ñ‚ÑŒ ¸ уст°½²¸Ñ‚ÑŒ żÑğµ´½ÑŽÑŽ ²µÑ€Ñ¸ÑŽ Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" "(1) ”ğя żğучµ½¸Ñ ²·ĵĥ½ÑÑ‚¸ фрĵ¸Ñ€²°Ñ‚ÑŒ ĵ¸½¸°Ñ‚юры ´ğя ш¸Ñ€ş³ ´¸°ż°·½° " "²¸´µ фрĵ°Ñ‚² ¸ (2) ´ğя ż´´µÑ€ĥş¸ фрĵ°Ñ‚² ¸·ħр°ĥµ½¸ı HEIC / HEIF ² ²°ÑˆÑƒ " "с¸ÑÑ‚µĵу ħыğ ´ħ°²ğµ½ рµż·¸Ñ‚Ñ€¸ı RPM Fusion Free." #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "£ÑÑ‚°½²Ñ‰¸ş ½µ ½°ı´µ½:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "£ÑÑ‚°½²Ñ‰¸µ ½µ ² фрĵ°Ñ‚µ tar.gz:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "£ş°·°½°Ñ ²µÑ€Ñ¸Ñ PyQt5 тсутст²ÑƒµÑ‚. ”żÑƒÑÑ‚¸ĵыµ ²µÑ€Ñ¸¸:{}." #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} ħу´µÑ‚ ħ½²ğµ½ с ²µÑ€Ñ¸¸ {} ´ ²µÑ€Ñ¸¸ {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "­Ñ‚¸ ż°şµÑ‚Ñ‹ Python3 ħу´ÑƒÑ‚ ħ½²ğµ½Ñ‹ ´ğя ²°Ñˆµ³ żğь·²°Ñ‚µğя (т.µ. ½µ ´ğя ²Ñµı " "с¸ÑÑ‚µĵы): {}" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "žħ½°Ñ€Ñƒĥµ½° ½µşÑ€Ñ€µşÑ‚½°Ñ żÑ€¸½°´ğµĥ½ÑÑ‚ÑŒ ż°żş¸. ˜·ĵµ½µ½¸µ żÑ€¸½°´ğµĥ½ÑÑ‚¸ ¸ " "сħрс р°·Ñ€µÑˆµ½¸ı ´ğя {file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "‘у´µÑ‚ ²Ñ‹żğ½µ½° сğµ´ÑƒÑŽÑ‰°Ñ şĵ°½´°:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "şĵ°½´° sudo ĵĥµÑ‚ ·°żÑ€Ñ¸Ñ‚ÑŒ ż°Ñ€ğь °´ĵ¸½¸ÑÑ‚Ñ€°Ñ‚Ñ€°." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "’Ñ‹ хт¸Ñ‚µ ²Ñ‹żğ½¸Ñ‚ÑŒ эту şĵ°½´Ñƒ сµıч°Ñ?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "žÑ‚²µÑ‚ ½µ ”°, ²Ñ‹Ñ…´." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "”µıст²¸µ ½µ у´°ğсь" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "’ых´" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "”ğĥ½Ñ‹ ħыть ²şğючµ½Ñ‹ рµż·¸Ñ‚Ñ€¸¸ Universe." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr " µż·¸Ñ‚Ñ€¸ı IUS Community ´ğĥµ½ ħыть р°·Ñ€µÑˆµ½." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr " µż·¸Ñ‚Ñ€¸ı EPEL ´ğĥµ½ ħыть р°·Ñ€µÑˆµ½." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr " µż·¸Ñ‚Ñ€¸ı RPM Fusion Free ´ğĥµ½ ħыть р°·Ñ€µÑˆµ½." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "’Ñ‹ хт¸Ñ‚µ у´°ğ¸Ñ‚ÑŒ żÑ€µ´Ñ‹´ÑƒÑ‰ÑƒÑŽ ²µÑ€Ñ¸ÑŽ Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "—°żÑ€Ñ ş с¸ÑÑ‚µĵµ ż°şµÑ‚² ż ż²´Ñƒ ½°ğ¸Ñ‡¸Ñ уст°½²ğµ½½ı ст°Ñ€ı ²µÑ€Ñ¸¸ Rapid " "Photo Downloader (ĵĥµÑ‚ ·°½ÑÑ‚ÑŒ ½µşÑ‚Ñ€µ ²Ñ€µĵя)..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "£´°ğµ½¸µ с¸ÑÑ‚µĵ½Ñ‹Ñ… ż°şµÑ‚²" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "µ²·ĵĥ½ żÑ€Ñ¸Ñ‚ÑŒ с¸ÑÑ‚µĵу ż°şµÑ‚². Ÿĥ°ğуıст°, żÑ€²µÑ€ÑŒÑ‚µ сµ´¸½µ½¸µ с " "˜½Ñ‚µÑ€½µÑ‚ ¸ żżÑ€ħуıтµ с½²°." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "ŸÑ€²µÑ€ş°, ½µ уст°½²ğµ½° ğ¸ żÑ€µ´Ñ‹´ÑƒÑ‰°Ñ ²µÑ€Ñ¸Ñ żÑ€¸ żĵщ¸ pip..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "Ħğµ´ÑƒÑŽÑ‰¸ı ż°şµÑ‚ ½µ¸·²µÑÑ‚µ½ ½° ²°Ñˆµı с¸ÑÑ‚µĵµ: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "”ğя żÑ€´ğĥµ½¸Ñ ħу´ÑƒÑ‚ уст°½²ğµ½Ñ‹ ½µşÑ‚рыµ ż°şµÑ‚Ñ‹, ½µħх´¸ĵыµ ´ğя ·°żÑƒÑş° " "żÑ€¸ğĥµ½¸Ñ." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "ŸÑ€²µÑ€ş° уст°½²ğµ½½Ñ‹Ñ… ¸ ´ÑÑ‚уż½Ñ‹Ñ… ż°şµÑ‚² (ĵĥµÑ‚ ·°½ÑÑ‚ÑŒ ½µşÑ‚Ñ€µ ²Ñ€µĵя)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "ŸÑ€²µÑ€ş°, ½° ½°ğ¸Ñ‡¸µ уст°½²ğµ½½Ñ‹Ñ… ż°şµÑ‚² ¸· сż¸Ñş° ½µħх´¸ĵых (ĵĥµÑ‚ " "·°½ÑÑ‚ÑŒ ½µşÑ‚Ñ€µ ²Ñ€µĵя)... " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "žżÑ€Ñ yum ´ğя żÑ€²µÑ€ş¸ ½° ½°ğ¸Ñ‡¸µ уст°½²ğµ½½Ñ‹Ñ… ½µħх´¸ĵых ż°şµÑ‚² (ĵĥµÑ‚ " "·°½ÑÑ‚ÑŒ ş°şµ-т ²Ñ€µĵя)... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "—°żÑ€Ñ ½° ż´Ñ‚²µÑ€ĥ´µ½¸µ ´µıст²¸ı ½° ş°ĥ´ĵ ш°³µ." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "ŸÑ€¸ ·°³Ñ€Ñƒ·şµ żÑğµ´½µı ²µÑ€Ñ¸¸, уст°½°²ğ¸²°Ñ‚ÑŒ ²µÑ€Ñ¸ÑŽ ² р°·Ñ€°ħтşµ, µÑğ¸ ½° " "½²µµ, чµĵ ст°ħ¸ğь½°Ñ ²µÑ€Ñ¸Ñ." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "µħя·°Ñ‚µğь½Ñ‹ı tar.gz °Ñ€Ñ…¸² Rapid Photo Downloader. •с𸠽µ ·°´°½, ħу´µÑ‚ " "сş°Ñ‡°½° żÑğµ´½ÑÑ ²µÑ€Ñ¸Ñ ¸· ˜½Ñ‚µÑ€½µÑ‚." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "µ ·°żÑƒÑş°ıтµ уст°½²Ñ‰¸ş ¸· tar.gz °Ñ€Ñ…¸²° Rapid Photo Downloader µÑğ¸ ½ " "½²µµ чµĵ эт° ²µÑ€Ñ¸Ñ ({}). Ÿ уĵğч°½¸ÑŽ ·°żÑƒÑş°µÑ‚ся ħğµµ ½²Ñ‹ı уст°½²Ñ‰¸ş." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "£´°ğ¸Ñ‚ÑŒ Rapid Photo Downloader, уст°½²ğµ½½Ñ‹ı żÑ€¸ żĵщ¸ pip, ст°²¸² " "·°²¸Ñ¸ĵст¸." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "£´°ğ¸Ñ‚ÑŒ ·°²¸Ñ¸ĵст¸, уст°½²ğµ½½Ñ‹µ żÑ€¸ żĵщ¸ pip ² ²Ñ€µĵя уст°½²ş¸ Rapid " "Photo Downloader, с°ĵ Rapid Photo Downloader, ·°Ñ‚µĵ ²Ñ‹ıт¸." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "—°ĵµÑ‡°½¸µ: ²µÑ€Ñ¸¸ Rapid Photo Downloader, уст°½²ğµ½½Ñ‹µ żÑ€¸ żĵщ¸ ĵµ½µ´ĥµÑ€° " "ż°şµÑ‚² ²°Ñˆµ³ ´¸ÑÑ‚Ñ€¸ħут¸²° Linux, у´°ğµ½Ñ‹ ½µ ħу´ÑƒÑ‚." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "—°²¸Ñ¸ĵст¸ ħу´ÑƒÑ‚ у´°ğµ½Ñ‹ тğьş µÑğ¸ ½¸ ½µ ½Ñƒĥ½Ñ‹ ´Ñ€Ñƒ³¸ĵ żÑ€³Ñ€°ĵĵ°ĵ." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "—°ĵµÑ‡°½¸µ: этт ż°Ñ€°ĵµÑ‚Ñ€ żÑ€¸²µ´µÑ‚ ş у´°ğµ½¸ÑŽ ·°²¸Ñ¸ĵстµı, ½µ·°²¸Ñ¸ĵ т " "т³, ½Ñƒĥ½Ñ‹ 𸠽¸ ´Ñ€Ñƒ³¸ĵ żÑ€³Ñ€°ĵĵ°ĵ, уст°½²ğµ½½Ñ‹ĵ pip. §Ñ‚ħы ¸Ñşğюч¸Ñ‚ÑŒ " "т°şµ ż²µ´µ½¸µ ħ½²¸Ñ‚µ pip ´ ²µÑ€Ñ¸¸ 9.0 ¸ğ¸ ²Ñ‹Ñˆµ. ’Ñ‹ ĵĥµÑ‚µ с´µğ°Ñ‚ÑŒ эт " "żÑ€¸ żĵщ¸ şĵ°½´Ñ‹ 'python3 -m pip install pip -U --user'. ˘°şĥµ учт¸Ñ‚µ, чт " "²µÑ€Ñ¸¸ Rapid Photo Downloader, уст°½²ğµ½½Ñ‹µ żÑ€¸ żĵщ¸ ĵµ½µ´ĥµÑ€° ż°şµÑ‚² " "²°Ñˆµ³ ´¸ÑÑ‚Ñ€¸ħут¸²° Linux, у´°ğµ½Ñ‹ ½µ ħу´ÑƒÑ‚." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "£ÑÑ‚°½²ş° ² тµşÑƒÑ‰ÑƒÑŽ ²¸Ñ€Ñ‚у°ğь½ÑƒÑŽ срµ´Ñƒ Python с·´°½½ÑƒÑŽ с ż°Ñ€°ĵµÑ‚Ñ€ĵ --system-" "site-packages ½µ ż´´µÑ€ĥ¸²°µÑ‚ся." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" "žżÑ€µ´µğµ½½Ñ‹µ ²µÑ€Ñ¸¸ PyQt5 ´ğя уст°½²ş¸ (ż уĵğч°½¸ÑŽ с°ĵ°Ñ ½²°Ñ ²µÑ€Ñ¸Ñ{})." #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "’ĵµÑÑ‚ ¸Ñżğь·²°½¸Ñ PyQt5 ¸· PyPi, ¸Ñżğь·²°Ñ‚ÑŒ ²µÑ€Ñ¸ÑŽ ²°Ñˆµ³ ´Ñ‚стр¸ħут¸²° " "Linux. £´°ğ¸Ñ‚ÑŒ р°½µµ уст°½²ğµ½½Ñ‹µ ²µÑ€Ñ¸¸ PyPi." #: ../install.py:2200 msgid "Failed to download versions file." msgstr "—°³Ñ€Ñƒ·ş° ф°ığ° ²µÑ€Ñ¸ı ½µ у´°ğ°ÑÑŒ." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "ŸÑ€¸ ħр°Ñ‰µ½¸¸ ş ф°ığу ²µÑ€Ñ¸ı żğучµ½ ş´ ш¸ħş¸ {}" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "žÑ‡µ½ÑŒ ĥ°ğь, ½ ½µ²·ĵĥ½ ħ½°Ñ€Ñƒĥ¸Ñ‚ÑŒ уст°½²Ñ‰¸ş. Ÿĥ°ğуıст°, żÑ€²µÑ€ÑŒÑ‚µ " "˜½Ñ‚µÑ€½µÑ‚ сµ´¸½µ½¸µ ¸ ²·ĵĥ½ÑÑ‚ÑŒ ´ÑÑ‚уż° ş https://www.damonlynch.net\n" "\n" "’ых´.\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "Ħħı уст°½²ş¸ ż°şµÑ‚° {} ½ уст°½²ş° Rapid Photo Downloader ħу´µÑ‚ " "żÑ€´ğĥµ½°." #: ../install.py:2459 msgid "Received error code" msgstr "Ÿğучµ½ ş´ ш¸ħş¸" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "£ÑÑ‚°½²ş° ½µħх´¸ĵых żÑ€³Ñ€°ĵĵµ şĵż½µ½Ñ‚² ½µ у´°ğ°ÑÑŒ: ²Ñ‹Ñ…´." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "£ÑÑ‚°½²ş° żÑ€³Ñ€°ĵĵы ½µ у´°ğ°ÑÑŒ: ²Ñ‹Ñ…´..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "£ÑÑ‚°½²ş° ½µħх´¸ĵых żÑ€³Ñ€°ĵĵµ şĵż½µ½Ñ‚²..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "Ÿ´´µÑ€ĥş° с¸ÑÑ‚µĵы ´ğя фрĵ¸Ñ€²°½¸Ñ ĵ¸½¸°Ñ‚ÑŽÑ€ HEIF / HEIC ½µ´ÑÑ‚уż½°" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "µ уст°½°²ğ¸²°Ñ‚ÑŒ ż°şµÑ‚ PyPI PyQt5 ² срµ´Ñƒ KDE Neon" #: ../install.py:2736 msgid "Installing application..." msgstr "£ÑÑ‚°½²ş° żÑ€³Ñ€°ĵĵы..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "’Ñ‹ хт¸Ñ‚µ уст°½²¸Ñ‚ÑŒ man стр°½¸Ñ†Ñ‹ żÑ€³Ñ€°ĵĵы?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "ž½¸ ħу´ÑƒÑ‚ уст°½²ğµ½Ñ‹ ² {}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "ŸÑ€¸ у´°ğµ½¸¸ żÑ€³Ñ€°ĵĵы, у´°ğ¸Ñ‚µ эт¸ man стр°½¸Ñ†Ñ‹ с°ĵ¸." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "’Ñ‹ хт¸Ñ‚µ уст°½²¸Ñ‚ÑŒ man стр°½¸Ñ†Ñ‹?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "Ħтр°½¸Ñ†Ñ‹ Man ĵ³ÑƒÑ‚ ħыть ½°ı´µ½Ñ‹ ² {}/share/man/man1" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "£ÑÑ‚°½²ş° man стр°½¸Ñ† ² {}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Ħ·´°½¸µ ż°żş¸ ´ğя man стр°½¸Ñ† ½µ у´°ğсь: ²Ñ‹Ñ…´." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "šż¸Ñ€²°½¸µ man стр°½¸Ñ† ½µ у´°ğсь." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo Downloader ĵĥµÑ‚ ħыть ·°żÑƒÑ‰µ½ ħµ· °şÑ‚¸²°Ñ†¸¸ ²¸Ñ€Ñ‚у°ğь½ı срµ´Ñ‹ " "żÑ€¸ ²Ñ‹żğ½µ½¸¸ şĵ°½´Ñ‹ {}/bin/rapid-photo-downloader" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "’·ĵĥ½, ´ğя т³, чтħы ²Ñ‹ сĵ³ğ¸ ·°żÑƒÑÑ‚¸Ñ‚ÑŒ żÑ€³Ñ€°ĵĵу ¸· şĵ°½´½ı стрş¸ " "¸ğ¸ ğ°Ñƒ½Ñ‡µÑ€° żÑ€¸ğĥµ½¸ı, ²°ĵ żÑ€¸´µÑ‚ся żµÑ€µ·°³Ñ€Ñƒ·¸Ñ‚ÑŒ şĵżÑŒÑŽÑ‚µÑ€." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" "”ğя т³, чтħы ·°żÑƒÑş°Ñ‚ÑŒ żÑ€³Ñ€°ĵĵу ¸· şĵ°½´½ı стрş¸ ¸ğ¸ ·½°Ñ‡ş° " "żÑ€¸ğĥµ½¸Ñ ²Ñ‹ ´ğĥ½Ñ‹ ´ħ°²¸Ñ‚ÑŒ {path} ² żµÑ€µĵµ½½ÑƒÑŽ $PATH ²°Ñˆµ³ şĵżÑŒÑŽÑ‚µÑ€°." #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(µÑğ¸ żÑ€¸ ²Ñ‹Ñ…´µ ²·½¸şğ° ш¸ħş° сµ³ĵµ½Ñ‚°Ñ†¸¸, ²Ñ‹ ĵĥµÑ‚µ ¸³½Ñ€¸Ñ€²°Ñ‚ÑŒ µµ...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "”ğя у´°ğµ½¸Ñ ²µÑ€Ñ¸¸ Rapid Photo Downloader, уст°½²ğµ½½ı żÑ€¸ żĵщ¸ pip " "½µħх´¸ĵ° ут¸ğ¸Ñ‚° python3 pip.\n" "ŸÑ€´ğĥµ½¸µ ½µ²·ĵĥ½. ’ых´." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "µ ·°żÑƒÑş°ıтµ этт сşÑ€¸żÑ‚ т ¸ĵµ½¸ żğь·²°Ñ‚µğя sudo / root.\n" "—°żÑƒÑş°ıтµ µ³ т ¸ĵµ½¸ żğь·²°Ñ‚µğя, şÑ‚рыı ħу´µÑ‚ ¸Ñżğь·²°Ñ‚ÑŒ żÑ€³Ñ€°ĵĵу.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "£ş°ĥ¸Ñ‚µ тğьş ´½ ¸· --PyQt5-version ¸ğ¸ --use-system-PyQt5." #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "˜·²¸½¸Ñ‚µ, уş°·°½¸µ ş½şÑ€µÑ‚½ı ²µÑ€Ñ¸¸ PyQt5 трµħуµÑ‚ ½°ğ¸Ñ‡¸Ñ Python 3.5 ¸ğ¸ " "½²µµ ½° 64-ħ¸Ñ‚½ı żğ°Ñ‚фрĵµ Intel ¸ğ¸ AMD." #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Ÿĥ°ğуıст°, уş°ĥ¸Ñ‚µ ²µÑ€Ñ¸ÑŽ PyQt5 ² фрĵ°Ñ‚µ X.X ¸ğ¸ X.X.X" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" "’Ñ‹ хт¸Ñ‚µ уст°½²¸Ñ‚ÑŒ Rapid Photo Downloader ² тµşÑƒÑ‰ÑƒÑŽ ²¸Ñ€Ñ‚у°ğь½ÑƒÑŽ срµ´Ñƒ?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "˜·²¸½¸Ñ‚µ, уст°½²ş° Rapid Photo Downloader² ²¸Ñ€Ñ‚у°ğь½ÑƒÑŽ срµ´Ñƒ Python трµħуµÑ‚ " "Python 3.5 ¸ğ¸ ½²µµ ½° 64-ħ¸Ñ‚½ı żğ°Ñ‚фрĵµ Intel ¸ğ¸ AMD." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "”ğя уст°½²ş¸ Rapid Photo Downloader ² ²¸Ñ€Ñ‚у°ğь½ÑƒÑŽ срµ´Ñƒ Python, с·´°ıтµ ¸ " "°şÑ‚¸²¸Ñ€Ñƒıтµ ²¸Ñ€Ñ‚у°ğь½ÑƒÑŽ срµ´Ñƒ żµÑ€µ´ ·°żÑƒÑşĵ сşÑ€¸żÑ‚°." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "˜Ñżğь·²°½¸µ ²¸Ñ€Ñ‚у°ğь½ı срµ´Ñ‹ żÑ€¸ уст°½²şµ с żĵщью pip." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "µ ²şğюч°ıтµ ´Ñ€Ñƒ³¸µ ż°Ñ€°ĵµÑ‚ры şĵ°½´½ı стрş¸, ş³´° ·°´°µÑ‚µ" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "žÑ‡µ½ÑŒ ĥ°ğь, ½ этт уст°½²Ñ‰¸ş ½µ ż´´µÑ€ĥ¸²°µÑ‚ ²Ñ‹ħрч½ÑƒÑŽ уст°½²şÑƒ python.\n" "’ых´..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "ŸµÑ€µ·°żÑƒÑş сşÑ€¸żÑ‚° с ¸Ñżğь·²°½¸µĵ с¸Ñ¸Ñ‚µĵ½³ python..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "žżÑ€µ´µğµ½ ´¸ÑÑ‚Ñ€¸ħут¸² Linux {} {}" #: ../install.py:3111 msgid "Exiting..." msgstr "’ых´..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Ÿ°şµÑ‚ python3-apt ´ğĥµ½ ħыть уст°½²ğµ½ ´ğя żÑ€´ğĥµ½¸Ñ." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "˜Ñżğь·ÑƒÑ ст°½´°Ñ€Ñ‚½Ñ‹ı ĵµ½µ´ĥµÑ€ ż°şµÑ‚² ²°Ñˆµ³ ´¸ÑÑ‚Ñ€¸ħут¸²° Linux, уст°½²¸Ñ‚µ " "сğµ´ÑƒÑŽÑ‰¸µ ż°şµÑ‚Ñ‹ ¸ ·°Ñ‚µĵ żµÑ€µ·°żÑƒÑÑ‚¸Ñ‚µ уст°½²Ñ‰¸ş:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "”ğя ·°żÑƒÑş° этı żÑ€³Ñ€°ĵĵы ´ğĥ½Ñ‹ ħыть уст°½²ğµ½Ñ‹ ²Ñżĵ³°Ñ‚µğь½Ñ‹µ żÑ€³Ñ€°ĵĵы " "Python 3 ¸ µ³ с¸ÑÑ‚µĵы уżÑ€°²ğµ½¸Ñ ż°şµÑ‚°ĵ¸." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "£ÑÑ‚°½²ş° python requests" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "žħ½²¸Ñ‚ÑŒ Rapid Photo Downloader" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "žÑ‚ĵµ½°" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "žħ½²¸Ñ‚ÑŒ" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "§Ñ‚ħы ħ½²¸Ñ‚ÑŒ ´ ²µÑ€Ñ¸¸ %s, ½°ĥĵ¸Ñ‚µ ş½żşÑƒ žħ½²¸Ñ‚ÑŒ." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "§Ñ‚ħы ½°Ñ‡°Ñ‚ÑŒ ħ½²ğµ½¸µ ½°ĥĵ¸Ñ‚µ ş½żşÑƒ žħ½²¸Ñ‚ÑŒ." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "—°şÑ€Ñ‹Ñ‚ÑŒ" #: ../upgrade.py:599 msgid "&Run" msgstr "—°żÑƒÑÑ‚¸Ñ‚ÑŒ" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "—°şÑ€ıтµ Rapid Photo Downloader żµÑ€µ´ ·°żÑƒÑşĵ эт³ ħ½²ğµ½¸Ñ." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "’Ñ‹żğ½ÑµÑ‚ся ħ½²ğµ½¸µ..." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "žħ½²ğµ½¸µ ´ ²µÑ€Ñ¸¸ %s żÑ€Ñˆğ усżµÑˆ½. °ĥĵ¸Ñ‚µ ’ых´ ´ğя ·°²µÑ€Ñˆµ½¸Ñ ¸ğ¸ " "—°żÑƒÑÑ‚¸Ñ‚ÑŒ ´ğя ·°żÑƒÑş° żÑ€³Ñ€°ĵĵы." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "žħ½²ğµ½¸µ усżµÑˆ½ ·°²µÑ€Ñˆµ½. °ĥĵ¸Ñ‚µ ’ых´ ´ğя ·°²µÑ€Ñˆµ½¸Ñ ¸ğ¸ —°żÑƒÑÑ‚¸Ñ‚ÑŒ ´ğя " "·°żÑƒÑş° żÑ€³Ñ€°ĵĵы." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "žħ½²ğµ½¸µ ½µ у´°ğсь. °ĥĵ¸Ñ‚µ ’ых´ ´ğя ·°²µÑ€Ñˆµ½¸Ñ." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "žħ½²ğµ½¸µ %s..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "”ğя żÑ€´ğĥµ½¸Ñ ½°ĥĵ¸Ñ‚µ ğюħую şğ°²¸ÑˆÑƒ..." #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "žħ½²ğµ½¸µ Rapid Photo Downloader ½µ у´°ğсь" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" "Ÿ°şµÑ‚ python %s ½µ ĵĥµÑ‚ ħыть ħ½²ğµ½. žħ½²ğµ½¸µ ½µ ĵĥµÑ‚ żÑ€´ğĥ°Ñ‚ься." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "‘ğ°³´°Ñ€½ÑÑ‚¸" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr " µ·µÑ€²½µ şż¸Ñ€²°½¸µ ½µ ½°ÑÑ‚Ñ€µ½" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "µ ħ½°Ñ€Ñƒĥµ½ ½Ñ¸Ñ‚µğь ´ğя рµ·µÑ€²½Ñ‹Ñ… şż¸ı" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "œµÑÑ‚ хр°½µ½¸Ñ рµ·µÑ€²½Ñ‹Ñ… şż¸ı ½µ уş°·°½" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "•сть ²·ĵĥ½ÑÑ‚ÑŒ с·´°½¸Ñ рµ·µÑ€²½ı şż¸¸ ²°Ñˆ¸Ñ… фт³Ñ€°Ñ„¸ı ¸ ²¸´µÑ€ğ¸ş² " "żÑ€Ñĵ ² ²Ñ€µĵя ·°³Ñ€Ñƒ·ş¸, ² тĵ ч¸Ñğµ ½° ²½µÑˆ½¸Ñ… ĥёстş¸Ñ… ´¸Ñş°Ñ…." #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "" "Ħ·´°²°Ñ‚ÑŒ рµ·µÑ€²½Ñ‹µ şż¸¸ фт³Ñ€°Ñ„¸ı ¸ ²¸´µÑ€ğ¸ş² ² ²Ñ€µĵя ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ żÑ€µ´µğять ½Ñ¸Ñ‚µğ¸ ´ğя рµ·µÑ€²½³ şż¸Ñ€²°½¸Ñ" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "˜ĵя ż°żş¸ ´ğя фт:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "˜ĵя ż°żş¸ ´ğя ²¸´µ:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "ŸÑ€¸ĵµÑ€:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "œµÑÑ‚ хр°½µ½¸Ñ рµ·µÑ€²½Ñ‹Ñ… şż¸ı фт:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "œµÑÑ‚ хр°½µ½¸Ñ рµ·µÑ€²½Ñ‹Ñ… şż¸ı ²¸´µ:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "´¸Ñş 2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "˜Ñżğь·²°½¸µ хр°½¸ğ¸Ñ‰° рµ·µÑ€²½Ñ‹Ñ… şż¸ı" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "°ÑÑ‚Ñ€ış¸ рµ·µÑ€²½³ şż¸Ñ€²°½¸Ñ" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "ĵ¸½¸°Ñ‚юры ²¸´µ" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "°Ñƒ´¸" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s ’¸´µ" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "—°½ÑÑ‚" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "ŸÑ€µ²Ñ‹Ñˆµ½¸µ" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s с²ħ´½ ¸· %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "¤Ñ‚" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "’¸´µ" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "˜Ñżğь·²°½¸µ хр°½¸ğ¸Ñ‰° żÑğµ ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Ħ²ı..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "°ÑÑ‚Ñ€ış° с·´°½¸Ñ ż´ż°żş ´ğя фт" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "°ÑÑ‚Ñ€ış° с·´°½¸Ñ ż´ż°żş ´ğя ²¸´µ" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "”ру³¸µ" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "ŸÑ€²µÑ€ş° устрıст²..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "’Ñ€µĵµ½½ ¸³½Ñ€¸Ñ€²°Ñ‚ÑŒ эт устрıст²" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "ŸÑÑ‚я½½ ¸³½Ñ€¸Ñ€²°Ñ‚ÑŒ эт устрıст²" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "žħ½²¸Ñ‚ÑŒ" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "—°½ÑÑ‚ %s" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "š°ĵµÑ€Ñ‹" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s £ÑÑ‚Ñ€ıст²" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "šğ¸ş½¸Ñ‚µ ż фğ°ĥşÑƒ ф°ığ° чтħы тĵµÑ‚¸Ñ‚ÑŒ µ³ ´ğя ·°³Ñ€Ñƒ·ş¸ ¸ğ¸ с½ÑÑ‚ÑŒ тĵµÑ‚şÑƒ." #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "¤°ığы, şÑ‚рыµ уĥµ ħы𸠷°³Ñ€Ñƒĥµ½Ñ‹ ·°żĵ¸½°ÑŽÑ‚ся. ’Ñ‹ ż-żÑ€µĥ½µĵу ĵĥµÑ‚µ с½²° " "тĵµÑ‚¸Ñ‚ÑŒ уĥµ ·°³Ñ€Ñƒĥµ½½Ñ‹µ ф°ığы ´ğя ·°³Ñ€Ñƒ·ş¸, ½ ż уĵğч°½¸ÑŽ тĵµÑ‚ş¸ с ½¸Ñ… " "с½ÑÑ‚Ñ‹, ¸ ¸Ñ… ĵ¸½¸°Ñ‚юры Ñğµ³ş° ·°Ñ‚уĵ°½µ½Ñ‹ чтħы ²Ñ‹ ĵ³ğ¸ ¸Ñ… тğ¸Ñ‡¸Ñ‚ÑŒ т " "ф°ığ², şÑ‚рыµ µÑ‰µ ħу´Ñ‚ ·°³Ñ€Ñƒĥ°Ñ‚ься." #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "šğ¸ş½¸Ñ‚µ ż фğ°ĥşÑƒ устрıст²°, чтħы ħыстр тĵµÑ‚¸Ñ‚ÑŒ ²Ñµ µ³ ф°ığы ´ğя " "·°³Ñ€Ñƒ·ş¸ ¸ğ¸ с½ÑÑ‚ÑŒ с ½¸Ñ… тĵµÑ‚şÑƒ." #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " ŸÑ€¸ ½°ğ¸Ñ‡¸¸ ş°ş¸Ñ…-ğ¸ħ żÑ€ħğµĵ ² ½¸ĥ½µı ч°ÑÑ‚¸ ş½° żÑ²¸Ñ‚ся " "şÑ€°Ñ½Ñ‹ı ·½°Ñ‡ş,\n" " тħр°ĥ°ÑŽÑ‰¸ı şğ¸Ñ‡µÑÑ‚² ²·½¸şÑˆ¸Ñ… ш¸ħş. °ĥ°Ñ‚¸µ ½° ½µ³ " "тşÑ€µÑ‚ ş½ \n" " žÑ‚чµÑ‚° ħ ш¸ħş°Ñ….\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " žş½ žÑ‚чµÑ‚° ħ ш¸ħş°Ñ… тħр°ĥ°µÑ‚ сż¸Ñş ш¸ħş, ²·½¸şÑˆ¸Ñ… ´, " "² ²Ñ€µĵя ¸ğ żÑğµ \n" " ·°³Ñ€Ñƒ·ş¸. žÑ€°½ĥµ²Ñ‹µ трµÑƒ³ğь½¸ş¸ тĵµÑ‡°ÑŽÑ‚ żÑ€µ´ÑƒżÑ€µĥ´µ½¸Ñ, " "şÑ€°Ñ½Ñ‹µ şÑ€Ñƒĥş¸ - сħ¸, \n" " ° чµÑ€½Ñ‹µ şÑ€Ñƒĥş¸ - ħ𵵠сµÑ€ÑŒµ·½Ñ‹µ сħ¸. ’Ñ‹ ĵĥµÑ‚µ ½°ĥ°Ñ‚ÑŒ ½° " "ссыğşÑƒ, чтħы тşÑ€Ñ‹Ñ‚ÑŒ \n" " µµ ф°ığ ¸ğ¸ устрıст² ² ф°ığ ĵµ½µ´ĥµÑ€µ. ’Ñ‹ т°şĥµ ĵĥµÑ‚µ " "²Ñ‹żğ½ÑÑ‚ÑŒ ż¸Ñş ² тчµÑ‚µ, \n" " ¸Ñżğь·ÑƒÑ żğµ ż¸Ñş° ² ½¸ĥ½µı ğµ²ı ч°ÑÑ‚¸ ş½° žÑ‚чµÑ‚° ħ " "ш¸ħş°Ñ….\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      ° ¸ğğюстр°Ñ†¸¸ ²Ñ‹Ñˆµ żµÑ€²°Ñ стрş° шş°ğы ²Ñ€µĵµ½¸ şÑ€°Ñˆµ½° чµÑ€½Ñ‹ĵ, żÑ‚ĵу \n" "чт ²Ñµ ф°ığы ·° эту ´°Ñ‚Ñƒ уĥµ ħы𸠷°³Ñ€Ñƒĥµ½Ñ‹.

      \n" "

      Ÿğ·Ñƒ½ş ¨ş°ğы ²Ñ€µĵµ½¸ żÑ€µ´µğяµÑ‚ żÑ€Ñˆµ´Ñˆµµ ĵµĥ´Ñƒ с½¸ĵş°ĵ¸ \n" "²Ñ€µĵя, şÑ‚Ñ€µ ¸Ñżğь·ÑƒµÑ‚ся ´ğя żÑÑ‚Ñ€µ½¸Ñ ¨ş°ğы ²Ñ€µĵµ½¸:

      \n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" "’ ·°³Ñ€Ñƒ·şÑƒ ²Ñµ³´° ²şğюч°ÑŽÑ‚ся ²Ñµ ф°ığы, тĵµÑ‡µ½½Ñ‹µ ´ğя ·°³Ñ€Ñƒ·ş¸, ²şğюч°Ñ ¸ " "тµ, şÑ‚рыµ ² ´°½½Ñ‹ı ĵĵµ½Ñ‚ ½µ тħр°ĥ°ÑŽÑ‚ся ż żÑ€¸Ñ‡¸½µ ¸Ñżğь·²°½¸Ñ ¨ş°ğы " "²Ñ€µĵµ½¸." #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" "\n" " œ¸½¸°Ñ‚юры ĵ³ÑƒÑ‚ ħыть тсрт¸Ñ€²°½Ñ‹ с ¸Ñżğь·²°½¸µĵ:\n" "
        \n" "
      1. ’Ñ€µĵµ½¸ ¸·ĵµ½µ½¸Ñ: ş³´° ф°ığ ħы𠸷ĵµ½µ½ żÑğµ´½¸ı р°·, с³ğ°Ñ½ " "µ³ ĵµÑ‚°´°½½Ñ‹ĵ (³´µ ²·ĵĥ½) ¸ğ¸ с³ğ°Ñ½ ´°½½Ñ‹ĵ ф°ığ²ı с¸ÑÑ‚µĵы.
      2. \n" "
      3. Ħстя½¸Ñ тĵµÑ‚ş¸: тĵµÑ‡µ½ ğ¸ ф°ığ ´ğя ·°³Ñ€Ñƒ·ş¸.
      4. \n" "
      5. ˜ĵµ½¸ ф°ığ°: żğ½µ ¸ĵя ф°ığ°, ²şğюч°Ñ р°ÑÑˆ¸Ñ€µ½¸µ.
      6. \n" "
      7.  °ÑÑˆ¸Ñ€µ½¸Ñ: р°ÑÑˆ¸Ñ€µ½¸µ ф°ığ°. ’Ñ‹ ĵĥµÑ‚µ ¸Ñżğь·²°Ñ‚ÑŒ эт ´ğя " "³Ñ€Ñƒżż¸Ñ€²ş¸ jpeg ¸ raw ф°ığ², ½°żÑ€¸ĵµÑ€.
      8. \n" "
      9. ˘¸ż° ф°ığ°: фт ¸ğ¸ ²¸´µ.
      10. \n" "
      11. £ÑÑ‚Ñ€ıст²°: ¸ĵя устрıст²°, с şÑ‚Ñ€³ ħу´ÑƒÑ‚ ·°³Ñ€Ñƒĥ°Ñ‚ься фт ¸ " "²¸´µ.
      12. \n" "
      " #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" "\n" "š³´° ²Ñ‹ ´Ñƒĵ°µÑ‚µ струşÑ‚урµ ż°żş ·°³Ñ€Ñƒ·ş¸, żÑ€¸ĵ¸Ñ‚µ ² ²½¸ĵ°½¸µ ´²° р°·½Ñ‹Ñ… " "\n" "т¸ż° ż°żş:\n" "
        \n" "
      1. The ĵµÑÑ‚ хр°½µ½¸Ñ, т.µ. "˜·ħр°ĥµ½¸Ñ", " ""¤Ñ‚", ¸ğ¸\n" ""’¸´µ". ­Ñ‚° ż°żş° уĥµ ´ğĥ½° сущµÑÑ‚²²°Ñ‚ÑŒ ² ²°Ñˆµĵ şĵżÑŒÑŽÑ‚µÑ€µ. ° " "¸ğğюстр°Ñ†¸¸ \n" "½¸ĥµ, ĵµÑÑ‚° хр°½µ½¸Ñ "Pictures" ¸ "Videos". ˜ĵя\n" "ĵµÑÑ‚° хр°½µ½¸Ñ тħр°ĥ°µÑ‚ся ½° сµÑ€ı ż°½µğ¸ ½°´ ´µÑ€µ²ĵ ż°żş, \n" "с ·½°Ñ‡şĵ ż°żş¸ с𵲰 т ½µ³ ¸ ·½°Ñ‡şĵ шµÑÑ‚µÑ€µ½ş¸ с żÑ€°²³ şÑ€°Ñ.
      2. \n" "
      3. The ż´ż°żş¸ ·°³Ñ€Ñƒ·ş¸, şÑ‚рыµ я²ğяются ż°żş°ĵ¸, °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ " "с·´°½½Ñ‹ĵ¸ \n" "Rapid Photo Downloader. ž½¸ ½µ ´ğĥ½Ñ‹ ħя·°Ñ‚µğь½ уĥµ сущµÑÑ‚²²°Ñ‚ÑŒ ½° ²°Ñˆµĵ " "şĵżÑŒÑŽÑ‚µÑ€µ, ½ \n" "µÑğ¸ ½¸ уĥµ µÑÑ‚ÑŒ, т ² этĵ ½µÑ‚ ½¸Ñ‡µ³ стр°Ñˆ½³. ž½¸ ħу´ÑƒÑ‚ с·´°½Ñ‹ ²½ÑƒÑ‚Ñ€¸ " "ĵµÑÑ‚° хр°½µ½¸Ñ.
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "’Ñ‹ ĵĥµÑ‚µ ·°³Ñ€Ñƒĥ°Ñ‚ÑŒ фт ¸ ²¸´µ ² ´½ ĵµÑÑ‚ хр°½µ½¸Ñ, ¸ğ¸ уş°·°Ñ‚ÑŒ р°·½Ñ‹µ \n" "ĵµÑÑ‚° хр°½µ½¸Ñ. ˘ ĥµ с°ĵµ ş°Ñ°µÑ‚ся ¸ ż´ż°żş ´ğя ·°³Ñ€Ñƒ·ş¸ фт ¸ " "²¸´µ—\n" "·°³Ñ€Ñƒĥ°Ñ‚ÑŒ фт ¸ ²¸´µ ² ´½¸ ¸ тµ ĥµ ż´ż°żş¸, ¸ğ¸ ĥµ ¸Ñżğь·²°Ñ‚ÑŒ р°·½Ñ‹µ " "схµĵы \n" "´ğя ş°ĥ´³ т¸ż°. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" "\n" "“´µ ²·ĵĥ½, żÑ€³Ñ€°ĵĵ° тħр°ĥ°µÑ‚ ż´ż°żş¸ ·°³Ñ€Ñƒ·ş¸ ´ğя ·°³Ñ€Ñƒĥ°µĵых фт ¸ " "²¸´µ:\n" "
        \n" "
      1. ”µÑ€µ² ż°żş ĵµÑÑ‚° хр°½µ½¸Ñ тħр°ĥ°µÑ‚ уĥµ сущµÑÑ‚²ÑƒÑŽÑ‰¸µ ½° ²°Ñˆµĵ " "şĵżÑŒÑŽÑ‚µÑ€µ ż´ż°żş¸ \n" " (¸ĵµ½° ħыч½Ñ‹ĵ шр¸Ñ„Ñ‚ĵ, ½µ şÑƒÑ€Ñ¸²ĵ), ¸ ż´ż°żş¸, şÑ‚рыµ ħу´ÑƒÑ‚ с·´°½Ñ‹ " "żÑ€¸ ·°³Ñ€Ñƒ·şµ \n" " (¸ĵµ½° şÑƒÑ€Ñ¸²ĵ).
      2. \n" "
      3. ”µÑ€µ² ż°żş т°şĥµ żş°·Ñ‹²°µÑ‚, ² ş°şÑƒÑŽ ż´ż°żşÑƒ ħу´ÑƒÑ‚ ·°³Ñ€Ñƒĥµ½Ñ‹ ф°ığы " "(şÑ€°Ñˆµ½Ñ‹ \n" " ² чµÑ€½Ñ‹ı ц²µÑ‚).
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "˜ĵµ½° ż´ż°żş ·°³Ñ€Ñƒ·ş¸ ħыч½ с·´°ÑŽÑ‚ся с ¸Ñżğь·²°½¸µĵ сğµ´ÑƒÑŽÑ‰¸Ñ… " "эğµĵµ½Ñ‚²:\n" "
        \n" "
      1. œµÑ‚°´°½½Ñ‹Ñ… ф°ığ°, чµ½ÑŒ ч°ÑÑ‚ с´µÑ€ĥ°Ñ‚ ´°Ñ‚у с·´°½¸Ñ фт ¸ğ¸ " "²¸´µ, ½ ĵ³ÑƒÑ‚ \n" "т°şĥµ \n" "с´µÑ€ĥ°Ñ‚ÑŒ ½°·²°½¸µ ş°ĵµÑ€Ñ‹, µµ сµÑ€¸ı½Ñ‹ı ½ĵµÑ€, ¸ğ¸ р°ÑÑˆ¸Ñ€µ½¸µ ф°ığ° т.µ. JPG " "¸ğ¸ CR2.
      2. \n" "
      3. A œµÑ‚ş¸, ğюħ³ тµşÑÑ‚°, şÑ‚рыı ²Ñ‹ ·°´°µÑ‚µ ² ²Ñ€µĵя ·°³Ñ€Ñƒ·ş¸, " "т°ş³ ş°ş\n" "½°·²°½¸µ сħыт¸Ñ ¸ğ¸ ĵµÑÑ‚°.
      4. \n" "
      5. ˘µşÑÑ‚° şÑ‚рыı ²Ñ‹ хт¸Ñ‚µ, чтħы żÑ²ğяğся ²Ñµ³´°, ş°ş т¸Ñ€µ ¸ğ¸ " "żÑ€ħµğ.
      6. \n" "
      \n" "Ħ·´°½¸µ ¸ĵµ½ ż´ż°żş ¸· ³´°, сğµ´ÑƒÑŽÑ‰µ³ ·° ½¸ĵ ĵµÑÑÑ†°, ¸, ½°żÑğµ´ş, ´½Ñ " "² ц¸Ñ„Ñ€²ĵ ²¸´µ \n" "уżÑ€Ñ‰°µÑ‚ ¸Ñ… срт¸Ñ€²şÑƒ ² ф°ığ ĵµ½µ´ĥµÑ€µ, ¸ żÑÑ‚ĵу ²Ñ‹ħр°½ ż уĵğч°½¸ÑŽ:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "”ğя °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş³ с·´°½¸Ñ ż´ż°żş żÑ€¸ ·°³Ñ€Ñƒ·şµ, ²Ñ‹ ĵĥµÑ‚µ ¸Ñżğь·²°Ñ‚ÑŒ \n" "´½Ñƒ ¸· ²ÑÑ‚Ñ€µ½½Ñ‹Ñ… żÑ€µ´ÑƒÑÑ‚°½²ş Rapid Photo Downloader, ¸ğ¸ с·´°Ñ‚ÑŒ с²ÑŽ. " "šğ¸ş½¸Ñ‚µ ż \n" "·½°Ñ‡şÑƒ с шµÑÑ‚µÑ€µ½şı ´ğя тşÑ€Ñ‹Ñ‚¸Ñ ²Ñ‹ż°´°ÑŽÑ‰µ³ ĵµ½ÑŽ: \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "˜Ñżğь·ÑƒÑ ²Ñ‹ż°´°ÑŽÑ‰µµ ĵµ½ÑŽ, ²Ñ‹ħµÑ€¸Ñ‚µ ²ÑÑ‚Ñ€µ½½ÑƒÑŽ żÑ€µ´ÑƒÑÑ‚°½²şÑƒ ¸ğ¸ şğ¸ş½¸Ñ‚µ ½° " "Ħ²Ñ ´ğя ·°´°½¸Ñ \n" "с²µı схµĵы. ’Ñ‹ с·´°´¸Ñ‚µ с²ÑŽ схµĵу, ¸Ñżğь·ÑƒÑ  µ´°şÑ‚Ñ€ с·´°½¸Ñ ż´ż°żş " "´ğя фт ¸ ²¸´µ: \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "° этı ¸ğğюстр°Ñ†¸¸ żş°·°½° схр°½µ½½°Ñ żÑ€µ´ÑƒÑÑ‚°½²ş° с ¸ĵµ½µĵ "My " "custom preset"." #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "’Ñ‹ ½µ ħя·°½Ñ‹ с·´°²°Ñ‚ÑŒ ²ğĥµ½½Ñ‹µ ż´ż°żş¸ ·°³Ñ€Ñƒ·ş¸. ­Ñ‚° ¸ğğюстр°Ñ†¸Ñ \n" "żş°·Ñ‹²°µÑ‚ с·´°½¸µ ż´ż°żş ·°³Ñ€Ñƒ·ş¸, с´µÑ€ĥ°Ñ‰¸Ñ… тğьş ´°Ñ‚у, ş³´° с´µğ°½ " "с½¸ĵş \n" "¸ ĵµÑ‚şÑƒ:\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "µÑĵтря ½° т, чт µÑÑ‚ÑŒ ĵ½³ ²ÑÑ‚Ñ€µ½Ñ‹Ñ… схµĵ żµÑ€µ¸ĵµ½²°½¸Ñ с " "¸Ñżğь·²°½¸µĵ ´°Ñ‚Ñ‹/²Ñ€µĵµ½¸, ²Ñ‹ ĵĥµÑ‚µ рµÑˆ¸Ñ‚ÑŒ, чт \n" "²°ĵ ½°´ чт-т ´Ñ€Ñƒ³µ. ’Ñ‹ ĵĥµÑ‚µ ħµ· żÑ€ħğµĵ с·´°Ñ‚ÑŒ с²ÑŽ схµĵу. ’Ñ‹ ĵĥµÑ‚µ " "şĵħ¸½¸Ñ€²°Ñ‚ÑŒ ²°Ñ€¸°½Ñ‚Ñ‹ ´°Ñ‚Ñ‹/²Ñ€µĵµ½¸, \n" "чтħы с·´°Ñ‚ÑŒ ½²Ñ‹µ şĵħ¸½°Ñ†¸¸. ŸÑ€µ´żğĥ¸ĵ ²°ĵ ½Ñƒĥµ½ фрĵ°Ñ‚ ´°Ñ‚Ñ‹, " "с´µÑ€ĥ°Ñ‰¸ı ³´ (““““), ´µÑ„¸Ñ ¸ ĵµÑÑÑ† (œœ) ´ğя \n" "żğучµ½¸Ñ ““““-œœ. ’Ñ‹ ĵĥµÑ‚µ с·´°Ñ‚ÑŒ µ³ ş°ş żş°·°½ ·´µÑÑŒ (ħр°Ñ‚¸Ñ‚µ " "²½¸ĵ°½¸µ ½° şÑ€°Ñ½Ñ‹ı şÑ€Ñƒĥş ²şÑ€Ñƒ³ ´µÑ„¸Ñ°:\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "ŸÑ€Ñ‡µÑÑ‚ÑŒ ħğьшµ ²ÑµÑ… сżÑħ°Ñ… с·´°½¸Ñ ¸ĵµ½ ф°ığ² ¸ ż´ż°żş ·°³Ñ€Ñƒ·ş¸ ²Ñ‹ " "ĵĥµÑ‚µ ² \n" "´şÑƒĵµ½" "т°Ñ†¸¸ ² сµÑ‚¸.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "œµÑ‚ş¸ ż·²ğяют ²°ĵ ğµ³ş ·°´°Ñ‚ÑŒ тµşÑÑ‚, ż¸ÑÑ‹²°ÑŽÑ‰¸ı ½°ħр фт ¸ " "²¸´µ. ’Ñ‹ \n" "ĵĥµÑ‚µ ¸Ñżğь·²°Ñ‚ÑŒ ¸Ñ… ² ¸ĵµ½°Ñ… ф°ığ² ¸ ż´ż°żş. ° этı ¸ğğюстр°Ñ†¸¸ ş " "½µşÑ‚рыĵ \n" "ф°ığ°ĵ żÑ€¸ĵµ½µ½° ĵµÑ‚ş° "Street", ° ²Ñ‹ħр°½½Ñ‹µ ф°ığы ´ğĥ½Ñ‹ żğуч¸Ñ‚ÑŒ " "ĵµÑ‚şÑƒ \n" ""Green Bazaar": \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "’Ñ‹ ĵĥµÑ‚µ żÑ€¸ĵµ½ÑÑ‚ÑŒ ½²Ñ‹µ ¸ğ¸ сущµÑÑ‚²ÑƒÑŽÑ‰¸µ œµÑ‚ş¸ żµÑ€µ´ ½°Ñ‡°ğĵ ·°³Ñ€Ñƒ·ş¸. " "•сğ¸ срµ´¸ \n" "·°³Ñ€Ñƒĥ°µĵых ф°ı𲠵сть т°ş¸µ, ş şÑ‚рыĵ µÑ‰µ ½µ ħÑ‹ğ° żÑ€¸ĵµ½µ½° œµÑ‚ş°, ²°ĵ " "ħу´µÑ‚ żÑ€µ´ğĥµ½ \n" "·°´°Ñ‚ÑŒ œµÑ‚şÑƒ ´ğя эт¸Ñ… ф°ığ² żµÑ€µ´ тµĵ ş°ş ½°Ñ‡½µÑ‚ся ·°³Ñ€Ñƒ·ş°.\n" " " #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "˜Ñ‰¸Ñ‚µ ż´Ñş°·ş¸, şÑ‚рыµ ½°żÑ€°²ÑÑ‚ ²°Ñ żÑ€¸ р°ħтµ с œµÑ‚ş°ĵ¸:" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Ÿ´Ñş°·ş¸ ħу´ÑƒÑ‚ ·°²¸ÑµÑ‚ÑŒ т ş½Ñ‚µşÑÑ‚°, ½°żÑ€¸ĵµÑ€ ş³´° ½°²´¸Ñ‚µ ĵышь ½° " "ş½żşÑƒ." #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "•с𸠲ы ´°´¸Ñ‚µ ²°Ñˆ¸ĵ ф°ığ°ĵ фт ¸ ²¸´µ у½¸ş°ğь½Ñ‹µ ¸ĵµ½°, ²Ñ‹ ½¸ş³´° ½µ " "ħу´µÑ‚µ ² ½¸Ñ… \n" "żÑƒÑ‚¸Ñ‚ься. °ÑÑ‚ятµğь½ рµşĵµ½´ÑƒµÑ‚ся ´ğя ·°´°½¸Ñ у½¸ş°ğь½Ñ‹Ñ… ¸ĵµ½ ф°ığ² " "¸Ñżğь·²°Ñ‚ÑŒ \n" "ÑƒĵµÑ€°Ñ†¸ÑŽ!\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      ”ğя т³, чтħы żĵчь ²°ĵ ² ½°·½°Ñ‡µ½¸¸ у½¸ş°ğь½Ñ‹Ñ… ¸ĵµ½ ²°Ñˆ¸ĵ фт ¸ " "²¸´µ µÑÑ‚ÑŒ \n" "чµÑ‚ырµ ²¸´° ½ÑƒĵµÑ€°Ñ†¸¸:\n" "

        \n" "
      1. —°³Ñ€Ñƒĥµ½ сµ³´½Ñ: ż´ÑÑ‡¸Ñ‚Ñ‹²°µÑ‚ ·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸ ² тµÑ‡µ½¸µ " "´½Ñ.
      2. \n" "
      3. Ħş²·½°Ñ ½ÑƒĵµÑ€°Ñ†¸Ñ: żÑ…ĥ° ½° —°³Ñ€Ñƒĥµ½ сµ³´½Ñ, ½ µµ ·½°Ñ‡µ½¸µ " "схр°½ÑµÑ‚ся \n" "с żÑ€Ñˆğ³ ·°żÑƒÑş° żÑ€³Ñ€°ĵĵы.
      4. \n" "
      5. Ħµ°½Ñ²°Ñ ½ÑƒĵµÑ€°Ñ†¸Ñ: сħр°ÑÑ‹²°µÑ‚ся żÑ€¸ ş°ĥ´ĵ ·°żÑƒÑşµ " "żÑ€³Ñ€°ĵĵы.
      6. \n" "
      7. Ħ¸ĵ²ğь½°Ñ ½ÑƒĵµÑ€°Ñ†¸Ñ: ş°ş сµ°½Ñ²°Ñ ½ÑƒĵµÑ€°Ñ†¸Ñ, ½ ¸Ñżğь·ÑƒµÑ‚ " "ħуş²Ñ‹.
      8. \n" "

      \n" "

      \n" "ŸÑ€Ñ‡µÑÑ‚ÑŒ ħğьшµ ½ÑƒĵµÑ€°Ñ†¸¸ ²Ñ‹ ĵĥµÑ‚µ ² \n" "´şÑƒĵµ½Ñ‚°" "ц¸¸ ² сµÑ‚¸.

      \n" " " #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "Ÿ°½µğь ŸµÑ€µ¸ĵµ½²°½¸µ ż·²ğяµÑ‚ ½°ÑÑ‚Ñ€¸Ñ‚ÑŒ żµÑ€µ¸ĵµ½²°½¸µ ф°ığ². ”ğя " "żµÑ€µ¸ĵµ½²°½¸Ñ ф°ı𲠲ы\n" "ĵĥµÑ‚µ ²Ñ‹ħр°Ñ‚ÑŒ ´½Ñƒ ¸· сущµÑÑ‚²ÑƒÑŽÑ‰¸Ñ… żÑ€µ´ÑƒÑÑ‚°½²ş żµÑ€µ¸ĵµ½²°½¸Ñ ¸ğ¸ ·°´°Ñ‚ÑŒ " "с²¸ żÑ€°²¸ğ°. \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      Ÿ°Ñ€°ĵµÑ‚Ñ€ Ħ¸½Ñ…Ñ€½¸·¸Ñ€²°Ñ‚ÑŒ RAW + JPEG µÑğ¸ ²Ñ‹ ¸Ñżğь·ÑƒµÑ‚µ фу½şÑ†¸ÑŽ " "RAW + JPEG \n" "² ²°Ñˆµı ş°ĵµÑ€µ ¸ ²Ñ‹ ¸Ñżğь·ÑƒµÑ‚µ ½ÑƒĵµÑ€°Ñ†¸ÑŽ żÑ€¸ żµÑ€µ¸ĵµ½²°½¸¸ ²°Ñˆ¸Ñ… фт. " "’şğючµ½¸µ эт³ \n" "ż°Ñ€°ĵµÑ‚Ñ€° żÑ€¸²´¸Ñ‚ ş тĵу, чт żÑ€³Ñ€°ĵĵ° żÑ€µ´µğяµÑ‚ ż°Ñ€Ñ‹ RAW ¸ JPEG ф°ığ², " "¸, żÑğµ ¸Ñ… \n" "żÑ€µ´µğ½¸Ñ, ş ¸Ñ… ¸ĵµ½°ĵ żÑ€¸ĵµ½ÑµÑ‚ся ´¸½°ş²°Ñ ½ÑƒĵµÑ€°Ñ†¸Ñ. ‘ğµµ т³, " "½ÑƒĵµÑ€°Ñ†¸Ñ \n" "¸·ĵµ½ÑµÑ‚ся, ş°ş µÑğ¸ ħы фт ħы𠴽.

      \n" "

      \n" "ŸÑ€Ñ‡µÑÑ‚ÑŒ ħğьшµ żµÑ€µ¸ĵµ½²°½¸¸ ф°ı𲠲ы ĵĥµÑ‚µ ² \n" "´şÑƒĵµ½Ñ‚°Ñ†¸¸ ² " "сµÑ‚¸.

      \n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "’ ²Ñ€µĵя ·°³Ñ€Ñƒ·ş¸ ²Ñ‹ ĵĥµÑ‚µ с·´°²°Ñ‚ÑŒ рµ·µÑ€²½Ñ‹µ şż¸¸ ²°Ñˆ¸Ñ… фт ¸ ²¸´µ ² " "½µÑşğьş¸Ñ… ĵµÑÑ‚°Ñ…, т°ş¸Ñ… \n" "ş°ş ²½µÑˆ½¸µ ĥµÑÑ‚ş¸µ ´¸Ñş¸ ¸ğ¸ сµÑ‚µ²Ñ‹µ хр°½¸ğ¸Ñ‰°. £ÑÑ‚Ñ€ıст²° ´ğя хр°½µ½¸Ñ " "рµ·µÑ€²½Ñ‹Ñ… şż¸ı ĵ³ÑƒÑ‚ \n" "ħыть żÑ€µ´µğµ½Ñ‹ °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ ¸ğ¸ ²Ñ‹ ĵĥµÑ‚µ тч½ ·°´°Ñ‚ÑŒ ĵµÑÑ‚ хр°½µ½¸Ñ " "рµ·µÑ€²½Ñ‹Ñ… şż¸ı.\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "µşÑ‚рыµ ż°Ñ€°ĵµÑ‚ры żÑ€³Ñ€°ĵĵы ĵ³ÑƒÑ‚ ħыть ·°´°½Ñ‹ ¸· şĵ°½´½ı стрş¸, ²şğюч°Ñ " "¸ÑÑ‚ч½¸ş¸ ·°³Ñ€Ñƒ·ş¸, ĵµÑÑ‚° хр°½µ½¸Ñ ¸ ĵµÑÑ‚° хр°½µ½¸Ñ рµ·µÑ€²½Ñ‹Ñ… şż¸ı. " "”żğ½¸Ñ‚µğь½, ½°ÑÑ‚Ñ€ış¸ ĵ³ÑƒÑ‚ ħыть сħршµ½Ñ‹ ½° ·½°Ñ‡µ½¸Ñ ż уĵğч°½¸ÑŽ, ¸ " "ĵĥµÑ‚ ħыть ч¸Ñ‰µ½ şÑÑˆ ¸ ·°żĵ½µ½½Ñ‹µ ф°ığы. \n" " " #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" "˘°şĥµ ²Ñ‹ ĵĥµÑ‚µ ¸ĵżÑ€Ñ‚¸Ñ€²°Ñ‚ÑŒ ½°ÑÑ‚Ñ€ış¸ ¸· ст°Ñ€ı 0.4 ²µÑ€Ñ¸¸ żÑ€³Ñ€°ĵĵы." #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" "\n" "Rapid Photo Downloader р°ħт°µÑ‚ с трµĵя ²¸´°ĵ¸ şÑÑˆ°:\n" "
        \n" "
      1. A şÑÑˆµĵ ĵ¸½¸°Ñ‚ÑŽÑ€, ½°·½°Ñ‡µ½¸µ şÑ‚Ñ€³ - хр°½¸Ñ‚ÑŒ ĵ¸½¸°Ñ‚юры ф°ığ² " "с ф°Ñˆ¸Ñ… ş°ĵµÑ€, \n" "ş°Ñ€Ñ‚ ż°ĵят¸ ¸ ´Ñ€Ñƒ³¸Ñ… устрıст².
      2. \n" "
      3. A ²Ñ€µĵµ½½Ñ‹ĵ şÑÑˆµĵ ф°ığ², ·°³Ñ€Ñƒĥµ½½Ñ‹Ñ… с ş°ĵµÑ€Ñ‹, ´½¸ĵ ´ğя фт ¸ " "´Ñ€Ñƒ³¸ĵ ´ğя ²¸´µ. \n" "ž½¸ ½°Ñ…´ÑÑ‚ся ² ²Ñ€µĵµ½½Ñ‹Ñ… ż´ż°żş°Ñ… ² ĵµÑÑ‚µ хр°½µ½¸Ñ.
      4. \n" "
      5. şÑÑˆµĵ ĵ¸½¸°Ñ‚ÑŽÑ€ р°ħчµ³ стğ°, ² şÑ‚рыı Rapid Photo Downloader " "схр°½ÑµÑ‚ ĵ¸½¸°Ñ‚юры \n" "·°³Ñ€Ñƒĥµ½½Ñ‹Ñ… RAW ¸ TIFF ф°ığ². ¤°ığ ĵµ½µ´ĥµÑ€Ñ‹ ¸Ñżğь·ÑƒÑŽÑ‚ этт şÑÑˆ, чт " "·½°Ñ‡¸Ñ‚, чт ½¸ ħу´ÑƒÑ‚ \n" "тħр°ĥ°Ñ‚ÑŒ ĵ¸½¸°Ñ‚юры ´ğя эт¸Ñ… ф°ığ². \n" "
      6. \n" "
      \n" "ŸÑ€Ñ‡µÑÑ‚ÑŒ ħğьшµ ²¸´°Ñ… şÑÑˆ° ¸ ¸Ñ… ²ğ¸Ñ½¸¸ ½° сşÑ€ÑÑ‚ÑŒ ·°³Ñ€Ñƒ·ş¸ ²Ñ‹ ĵĥµÑ‚µ ² \n" "´şÑƒĵµ½Ñ‚°Ñ†¸¸ ² " "сµÑ‚¸.\n" " " #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Ħ²µÑ‚ ´½Ñ" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "—½°µÑ‚µ 𸠲ы...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "Ÿş°·Ñ‹²°Ñ‚ÑŒ с²µÑ‚Ñ‹ żÑ€¸ ·°żÑƒÑşµ" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "”°ğµµ" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "°·°´" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "œ‘/с" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "µÑşğьş сµşÑƒ½´" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 сµşÑƒ½´°" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d сµşÑƒ½´" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 ĵ¸½ÑƒÑ‚°" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d ĵ¸½ÑƒÑ‚(ы)" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 ч°Ñ" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d ч°Ñ°(²)" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 ´µ½ÑŒ" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d ´½Ñ(µı)" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 ĵ¸½ÑƒÑ‚°, 1 сµşÑƒ½´°" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 ĵ¸½ÑƒÑ‚°, %d сµşÑƒ½´(°)" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d ĵ¸½ÑƒÑ‚(ы), 1 сµşÑƒ½´°" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d ĵ¸½ÑƒÑ‚(°), %(seconds)d сµşÑƒ½´(°)" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 ч°Ñ, 1 ĵ¸½ÑƒÑ‚°" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 ч°Ñ, %d ĵ¸½ÑƒÑ‚(°)" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d ч°Ñ(°/²), 1 ĵ¸½ÑƒÑ‚°" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d ч°Ñ(°/²), %(minutes)d ĵ¸½ÑƒÑ‚(°)" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 ´µ½ÑŒ, 1 ч°Ñ" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 ´µ½ÑŒ, %d ч°Ñ(°/²)" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d ´½µı, 1 ч°Ñ" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d ´½µı, %(hours)d ч°Ñ(°/²)" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Ÿ¸Ñş" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "žÑ‚чµÑ‚ ħ ш¸ħş°Ñ… - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "°ıт¸ ² тчµÑ‚°Ñ…" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "°ıт¸ żÑ€µ´Ñ‹´ÑƒÑ‰µµ с²ż°´µ½¸µ с фр°·ı" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "°ıт¸ сğµ´ÑƒÑŽÑ‰µµ с²ż°´µ½¸µ с фр°·ı" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "Ÿ´Ñ²µÑ‚¸Ñ‚ÑŒ ²Ñµ с²ż°´µ½¸Ñ" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Ÿ´Ñ²µÑ‚¸Ñ‚ÑŒ ²Ñµ с²ż°´µ½¸Ñ с фр°·ı" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "£Ñ‡¸Ñ‚Ñ‹²°Ñ‚ÑŒ рµ³¸ÑÑ‚Ñ€" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "˜Ñş°Ñ‚ÑŒ с учµÑ‚ĵ рµ³¸ÑÑ‚Ñ€°" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "Ħ𲰠цµğ¸şĵ" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "˜Ñş°Ñ‚ÑŒ тğьş цµğыµ сğ²°" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(matchnumber)s ¸· %(total)s с²ż°´µ½¸ı" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "žÑ‡¸ÑÑ‚¸Ñ‚ÑŒ" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "¤Ñ€°·° ½µ ½°ı´µ½°" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "žĥ¸´°½¸µ ż¸Ñş°..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "ŸÑ€ħğµĵ° ² Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" "’ Rapid Photo Downloader ħ½°Ñ€Ñƒĥµ½° żÑ€ħğµĵ°

      \n" " Ÿĥ°ğуıст°, сħщ¸Ñ‚µ żÑ€ħğµĵµ ² {website}.

      \n" " ’şğюч¸Ñ‚µ ² ²°Ñˆ тчµÑ‚ żÑ€ħğµĵµ log ф°ığы żÑ€³Ñ€°ĵĵы. žÑ‚чµÑ‚ " "żÑ€ħğµĵµ ´ğĥµ½ с´µÑ€ĥ°Ñ‚ÑŒ \n" " {log_file}, ´½°ş ´ħ°²ğµ½¸µ ´Ñ€Ñƒ³¸Ñ… log ф°ığ² ч°ÑÑ‚ " "ħы²°µÑ‚ żğµ·½.

      \n" " •с𸠲·ĵĥ½, т°şĥµ ²şğюч¸Ñ‚µ ² тчµÑ‚ ф°ığ ż°Ñ€°ĵµÑ‚Ñ€² żÑ€³Ñ€°ĵĵы\n" " {config_file}.

      \n" " °ĥĵ¸Ñ‚µ here ´ğя тşÑ€Ñ‹Ñ‚¸Ñ ż°żş¸ log " "ф°ığ², ¸ \n" " here чтħы тşÑ€Ñ‹Ñ‚ÑŒ ż°żşÑƒ " "ż°Ñ€°ĵµÑ‚Ñ€².

      \n" " •Ñğ¸ ż´ħ½°Ñ żÑ€ħğµĵ° ²·½¸ş½µÑ‚ µÑ‰µ ´ ·°Ñ‚рыт¸Ñ żÑ€³Ñ€°ĵĵы, " "у²µ´ĵ𵽸ı \n" " ħğьшµ ½µ ħу´µÑ‚.\n" " " #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "’ Rapid Photo Downloader ²·½¸şğ° żÑ€ħğµĵ°\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Ÿĥ°ğуıст° сħщ¸Ñ‚µ żÑ€ħğµĵµ ½° {website}\n" "\n" " ŸÑ€¸ğĥ¸Ñ‚ÑŒ ğ³ ф°ığ, ½°ı´µ½½Ñ‹ı ² {log_path} ş ²°Ñˆµĵу тчµÑ‚у ħ ш¸ħş°Ñ…\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "žÑ‚şÑ€Ñ‹Ñ‚ÑŒ ² ф°ığ ĵµ½µ´ĥµÑ€µ..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "¤°ığ²°Ñ с¸ÑÑ‚µĵ°" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "žħ·Ñ€..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (хр°½¸ğ¸Ñ‰µ ½µ сущµÑÑ‚²ÑƒµÑ‚)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "”°Ñ‚° ¸ ²Ñ€µĵя" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "˘µşÑÑ‚" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "˜ĵя ф°ığ°" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "œµÑ‚°´°½½Ñ‹µ" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "ÑƒĵµÑ€°Ñ†¸Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "œµÑ‚ş°" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "”°Ñ‚° с½¸ĵş°" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "”°Ñ‚° ²¸´µ" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Ħµ³´½Ñ" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "’Ñ€µĵя ·°³Ñ€Ñƒ·ş¸" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "˜ĵя" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr " °ÑÑˆ¸Ñ€µ½¸µ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "ĵµÑ€ с½¸ĵş°" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "ĵµÑ€ ²¸´µ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "”¸°Ñ„Ñ€°³ĵ°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "’Ñ‹´µÑ€ĥş°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "¤şÑƒÑ½µ р°ÑÑÑ‚я½¸µ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "ŸÑ€¸·²´¸Ñ‚µğь ş°ĵµÑ€Ñ‹" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "œ´µğь ş°ĵµÑ€Ñ‹" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "ĦµÑ€¸ı½Ñ‹ı ½ĵµÑ€" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "Ħчётч¸ş ş°´Ñ€²" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "ĵµÑ€ ф°ığ°" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "˘ğьş ż°żş°" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "˜ĵя ²ğ°´µğьц°" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "š´µş" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "¨¸Ñ€¸½°" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "’ыст°" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "”ğ¸Ñ‚µğь½ÑÑ‚ÑŒ" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "š°´Ñ€² ² сµşÑƒ½´Ñƒ" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "²Ñ‚Ñ€" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "²Ñ‚рсş¸µ żÑ€°²°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "—°³Ñ€Ñƒĥµ½ сµ³´½Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "ĦµÑÑ¸½½°Ñ ½ÑƒĵµÑ€°Ñ†¸Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "ĵµÑ€ ż´ż°żş¸" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "Ħş²·½°Ñ ½ÑƒĵµÑ€°Ñ†¸Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "Ħ¸ĵ²ğь½°Ñ ½ÑƒĵµÑ€°Ñ†¸Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "’сµ ц¸Ñ„ры" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "ŸÑğµ´½ÑÑ ц¸Ñ„Ñ€°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "—“›’Ğ• ‘£š’Ğ" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "żÑ€ż¸Ñ½Ñ‹µ ħуş²Ñ‹" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "ž´½° ц¸Ñ„Ñ€°" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "”²µ ц¸Ñ„ры" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "˘Ñ€¸ ц¸Ñ„ры" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "§µÑ‚ырµ ц¸Ñ„ры" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "ŸÑÑ‚ÑŒ ц¸Ñ„Ñ€" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "¨µÑÑ‚ÑŒ ц¸Ñ„Ñ€" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "Ħµĵь ц¸Ñ„Ñ€" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "”ğ¸ сµşÑƒ½´Ñ‹" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "““““œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "““œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "œœ””““““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "œœ””““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "””œœ““““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "””œœ““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "““““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "œœ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "œµÑÑÑ† (żğ½ÑÑ‚ью)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "œµÑÑÑ† (şÑ€°Ñ‚ş)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "”µ½ÑŒ ½µ´µğ¸ (żğ½Ñ‹ı)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "”µ½ÑŒ ½µ´µğ¸ (сşÑ€°Ñ‰µ½½Ñ‹ı)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "§§œœĦĦ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "§§œœ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "§§-œœ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "§§" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "œœ (ĵ¸½.)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "ĦĦ" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "”°Ñ‚°" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "”°Ñ‚° (с ´µÑ„¸Ñ°ĵ¸)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "”°Ñ‚° (с ż´Ñ‡µÑ€ş°ĵ¸)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "”°Ñ‚° ¸ œµÑ‚ş°" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "““““œœ_œµÑ‚ş°" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "”°Ñ‚° ¸ ż´ż°żş° œµÑ‚ş¸" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "““““œœ" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "œµÑ‚ş°" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "˜ÑÑ…´½µ ¸ĵя ф°ığ°" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "”°Ñ‚°-’Ñ€µĵя ¸ —°³Ñ€Ñƒĥµ½ сµ³´½Ñ" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "““““œœ””-§§œœĦĦ-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "”°Ñ‚° ¸ —°³Ñ€Ñƒĥµ½ сµ³´½Ñ" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "““““œœ””-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "”°Ñ‚°-’Ñ€µĵя ¸ ĵµÑ€ с½¸ĵş°" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "““““œœ””-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "”°Ñ‚°-’Ñ€µĵя ¸ œµÑ‚ş°" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "““““œœ””-§§œœ-œµÑ‚ş°-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "““““œœ””-œµÑ‚ş°-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "”°Ñ‚°-’Ñ€µĵя ¸ ĵµÑ€ ²¸´µ" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "““““œœ””_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr " °·Ñ€µÑˆµ½¸µ" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "““““œœ””-§§œœ-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "—°´°ıтµ ½²ÑƒÑŽ œµÑ‚şÑƒ ¸ğ¸ ²Ñ‹ħµÑ€¸Ñ‚µ ¸· сущµÑÑ‚²ÑƒÑŽÑ‰¸Ñ…" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "œµÑ‚ş° ħу´µÑ‚ żÑ€¸ĵµ½µ½° ş %s, µÑ‰µ ½µ ¸ĵµÑŽÑ‰µĵу œµÑ‚ş¸." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "œµÑ‚ş° ħу´µÑ‚ żÑ€¸ĵµ½µ½° ş %s, µÑ‰µ ½µ ¸ĵµÑŽÑ‰¸ĵ œµÑ‚ş¸." #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "ŸÑ€¸ĵµ½¸Ñ‚ÑŒ œµÑ‚şÑƒ ş —°³Ñ€Ñƒ·şµ" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "—°´°ıтµ ½²ÑƒÑŽ œµÑ‚şÑƒ" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "²°Ñ œµÑ‚ş° ½µ ħу´µÑ‚ żÑ€¸ĵµ½µ½° ş фт ¸ ²¸´µ." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "²°Ñ œµÑ‚ş° ½µ ħу´µÑ‚ żÑ€¸ĵµ½µ½° ş %s." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "²°Ñ œµÑ‚ş° ħу´µÑ‚ żÑ€¸ĵµ½µ½° ş %s." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "²°Ñ œµÑ‚ş°" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "œµÑ‚ş°:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "—°żĵ½¸Ñ‚ÑŒ этт ²Ñ‹ħр" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "’Ñ‹ħµÑ€¸Ñ‚µ фт ¸ ²¸´µ, ş şÑ‚рыĵ ĵĥ½ żÑ€¸ĵµ½¸Ñ‚ÑŒ ½²ÑƒÑŽ ¸ğ¸ сущµÑÑ‚²ÑƒÑŽÑ‰ÑƒÑŽ " "œµÑ‚şÑƒ." #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "²°Ñ œµÑ‚ş° ħу´µÑ‚ żÑ€¸ĵµ½µ½° ş ²Ñµĵ ²Ñ‹ħр°½½Ñ‹ĵ фт ¸/¸ğ¸ ²¸´µ." #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "•с𸠲ы хт¸Ñ‚µ ¸Ñżğь·²°Ñ‚ÑŒ œµÑ‚ş¸, ½°ÑÑ‚Ñ€ıтµ żµÑ€µ¸ĵµ½²°½¸µ ф°ığ² ¸ğ¸ " "с·´°½¸µ ¸ĵµ½ ż´ż°żş с ¸Ñ… ¸Ñżğь·²°½¸µĵ." #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "ŸÑğµ´½¸µ" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "Ħрт¸Ñ€²ş° œµÑ‚ş:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Ÿ ²·Ñ€°ÑÑ‚°½¸ÑŽ" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Ÿ уħы²°½¸ÑŽ" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "²°Ñ..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "ŸÑ€¸ĵµ½¸Ñ‚ÑŒ" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "£´°ğ¸Ñ‚ÑŒ" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "£´°ğ¸Ñ‚ÑŒ ²Ñµ" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "’Ñ‹ ´µıст²¸Ñ‚µğь½ хт¸Ñ‚µ у´°ğ¸Ñ‚ÑŒ ²Ñµ œµÑ‚ş¸?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "£´°ğ¸Ñ‚ÑŒ ²Ñµ œµÑ‚ş¸" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "œµÑ‚ş¸" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Ħхр°½¸Ñ‚ÑŒ ½²ÑƒÑŽ żÑ€µ´ÑƒÑÑ‚°½²şÑƒ..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "£´°ğ¸Ñ‚ÑŒ ²Ñµ żÑ€µ´ÑƒÑÑ‚°½²ş¸..." #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(²°Ñ żÑ€µ´ÑƒÑÑ‚°½²ş°)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (¸·ĵµ½µ½°)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "žħ½²¸Ñ‚ÑŒ żÑ€µ´ÑƒÑÑ‚°½²şÑƒ \"%s\"" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Ħхр°½¸Ñ‚ÑŒ ½²ÑƒÑŽ żÑ€µ´ÑƒÑÑ‚°½²şÑƒ - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "˜ĵя żÑ€µ´ÑƒÑÑ‚°½²ş¸:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr " µ´°şÑ‚Ñ€ с·´°½¸Ñ ż´ż°żş фт" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr " µ´°şÑ‚Ñ€ с·´°½¸Ñ ż´ż°żş ²¸´µ" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr " µ´°şÑ‚Ñ€ żµÑ€µ¸ĵµ½²°½¸Ñ фт" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr " µ´°şÑ‚Ñ€ żµÑ€µ¸ĵµ½²°½¸Ñ ²¸´µ" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "’½¸ĵ°½¸µ: µ´ÑÑ‚°Ñ‚ч½ ´°½½Ñ‹Ñ… ´ğя " "żğ½³ с·´°½¸Ñ ¸ĵµ½¸. Ÿĥ°ğуıст° ¸Ñżğь·Ñƒıтµ ´Ñ€Ñƒ³¸µ ½°ÑÑ‚Ñ€ış¸ " "żµÑ€µ¸ĵµ½²°½¸Ñ." #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "Ħ¸ĵ²ğ %(separator)s с·´°µÑ‚ ½²Ñ‹ı ур²µ½ÑŒ ż´ż°żş." #: ../raphodo/nameeditor.py:893 #, 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/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "’½¸ĵ°½¸µ: £½¸ş°ğь½Ñ‹µ ¸ĵµ½° ф°ığ² ½µ " "ħу´ÑƒÑ‚ с·´°½Ñ‹. Ħ´µğ°ıтµ ¸ĵµ½° ф°ığ² у½¸ş°ğь½Ñ‹ĵ¸, ¸Ñżğь·ÑƒÑ ÑƒĵµÑ€°Ñ†¸ÑŽ." #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "ŸÑ€µ´ÑƒÑÑ‚°½²ş°:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "Ÿĵщь ½ğ°ı½..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "’ст°²¸Ñ‚ÑŒ" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "Ħхр°½¸Ñ‚ÑŒ żÑ€µ´ÑƒÑÑ‚°½²şÑƒ - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Ħхр°½¸Ñ‚ÑŒ ½²ÑƒÑŽ żÑ€µ´ÑƒÑÑ‚°½²şÑƒ" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "ŸÑ€²µÑ€ş° ½°ğ¸Ñ‡¸µ ½²ı ²µÑ€Ñ¸¸..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "’Ñ‹ ¸Ñżğь·ÑƒµÑ‚µ żÑğµ´½ÑŽÑŽ ²µÑ€Ñ¸ÑŽ." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "žÑˆ¸ħş° сµ´¸½µ½¸Ñ с сµÑ€²µÑ€ĵ ħ½²ğµ½¸ı." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "”стуż½° ½²°Ñ ²µÑ€Ñ¸Ñ Rapid Photo Downloader (%s)." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "’Ñ‹ хт¸Ñ‚µ ·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ½²ÑƒÑŽ ²µÑ€Ñ¸ÑŽ?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" "˜·ĵµ½µ½¸Ñ ² ½²ı ²µÑ€Ñ¸¸ ²Ñ‹ ĵĥµÑ‚µ żÑĵтрµÑ‚ÑŒ ·´µÑÑŒ." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "ŸÑ€żÑƒÑÑ‚¸Ñ‚ÑŒ эту ²µÑ€Ñ¸ÑŽ" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "žÑ‚şÑ€Ñ‹Ñ‚ÑŒ стр°½¸Ñ†Ñƒ ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "žħ½²ğµ½¸µ Rapid Photo Downloader" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s ¸· %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "—°³Ñ€Ñƒ·ş°..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "°ÑÑ‚Ñ€ış¸" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "Ż·Ñ‹ş" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "²Ñ‚ĵ°Ñ‚¸·°Ñ†¸Ñ" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "œ¸½¸°Ñ‚юры" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "žħр°ħтş° ш¸ħş" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "ŸÑ€µ´ÑƒżÑ€µĥ´µ½¸Ñ" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "žħъµ´¸½µ½¸µ" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr " °·½µ" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Ħş°½¸Ñ€²°½¸µ устрıст²" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Ħş°½¸Ñ€²°Ñ‚ÑŒ тğьş ²½µÑˆ½¸µ устрıст²°" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "Ħş°½¸Ñ€²°Ñ‚ÑŒ ½° усьрıст²µ тğьş żÑ€µ´µğµ½½Ñ‹µ ż°żş¸" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Ÿ°żş¸ ´ğя сş°½¸Ñ€²°½¸Ñ:" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" "Ÿ°żş¸ ² şÑ€½µ ф°ığ²ı с¸ÑÑ‚µĵы устрıст²°, şÑ‚рыµ ħу´ÑƒÑ‚\n" "żÑ€Ñş°½¸Ñ€²°½Ñ‹ ½° ½°ğ¸Ñ‡¸µ фт ¸ ²¸´µ." #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "”ħ°²¸Ñ‚ÑŒâ€Ĥ" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "£´°ğ¸Ñ‚ÑŒ" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" "£ÑÑ‚Ñ€ıст²° ĵ³ÑƒÑ‚ ħыть ½°ÑÑ‚Ñ€µ½Ñ‹ ´ğя °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş³ ¸Ñ… ¸³½Ñ€¸Ñ€²°½¸Ñ ¸ğ¸ " "°²Ñ‚ĵ°Ñ‚¸Ñ‡µÑşı ·°³Ñ€Ñƒ·ş¸ с ½¸Ñ…." #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "Ħхр°½µ½½Ñ‹µ устрıст²°" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "£´°ğ¸Ñ‚ÑŒ устрıст² ¸· сż¸Ñş° устрıст² ´ğя °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑşı ·°³Ñ€Ñƒ·ş¸ ¸ğ¸ " "¸³½Ñ€¸Ñ€²°½¸Ñ." #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "˜³½Ñ€¸Ñ€Ñƒµĵыµ żÑƒÑ‚¸" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "š½µÑ‡½°Ñ ч°ÑÑ‚ÑŒ żÑƒÑ‚µı, şÑ‚рыµ ½¸ş³´° ½µ ħу´ÑƒÑ‚ сş°½¸Ñ€²°Ñ‚ься ½° ½°ğ¸Ñ‡¸µ фт " "¸ğ¸ ²¸´µ." #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "žÑ‡¸ÑÑ‚¸Ñ‚ÑŒ сż¸Ñş żÑƒÑ‚µı ´ğя ¸³½Ñ€¸Ñ€²°½¸Ñ.\n" "\n" "˜·ĵµ½µ½¸µ эт³ ż°Ñ€°ĵµÑ‚Ñ€° żÑ€¸²µ´µÑ‚ ş ż²Ñ‚Ñ€½ĵу сş°½¸Ñ€²°½¸ÑŽ ²ÑµÑ… устрıст²." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "˜Ñżğь·²°Ñ‚ÑŒ рµ³Ñƒğя" "р½Ñ‹µ ²Ñ‹Ñ€°ĥµ½¸Ñ ² ст¸ğµ Python" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 msgid "Language: " msgstr "Ż·Ñ‹ş: " #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* ’стуż¸Ñ‚ ² с¸ğу żÑğµ żµÑ€µ·°żÑƒÑş° żÑ€³Ñ€°ĵĵы" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "²Ñ‚ĵ°Ñ‚¸·°Ñ†¸Ñ żÑ€³Ñ€°ĵĵы" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "°Ñ‡°Ñ‚ÑŒ ·°³Ñ€Ñƒ·şÑƒ żÑ€¸ ·°żÑƒÑşµ żÑ€³Ñ€°ĵĵы" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "°Ñ‡°Ñ‚ÑŒ ·°³Ñ€Ñƒ·şÑƒ ср°·Ñƒ żÑğµ ż´şğючµ½¸Ñ ½Ñ¸Ñ‚µğя" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "žÑ‚ĵ½Ñ‚¸Ñ€²°Ñ‚ÑŒ (¸·²ğµÑ‡ÑŒ) устрıст² ż ş½Ñ‡°½¸¸ ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "—°²µÑ€Ñˆ¸Ñ‚ÑŒ żÑ€³Ñ€°ĵĵу żÑğµ ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "—°²µÑ€Ñˆ¸Ñ‚ÑŒ żÑ€³Ñ€°ĵĵу ´°ĥµ żÑ€¸ ш¸ħş°Ñ… ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Ħ·´°½¸µ ĵ¸½¸°Ñ‚ÑŽÑ€" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Ħ·´°Ñ‚ÑŒ ĵ¸½¸°Ñ‚юры" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Ħ·´°Ñ‚ÑŒ ĵ¸½¸°Ñ‚юры ´ğя тħр°ĥµ½¸Ñ ² ³ğ°²½ĵ ş½µ żÑ€³Ñ€°ĵĵы" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "šÑÑˆ¸Ñ€²°Ñ‚ÑŒ ĵ¸½¸°Ñ‚юры" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Ħхр°½ÑÑ‚ÑŒ тħр°ĥ°µĵыµ ² ³ğ°²½ĵ ş½µ żÑ€³Ñ€°ĵĵы ĵ¸½¸°Ñ‚юры ² żµÑ€Ñ½°ğь½ĵ " "şµÑˆµ ĵ¸½¸°Ñ‚ÑŽÑ€ Rapid Photo Downloader" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Ħ·´°Ñ‚ÑŒ ĵ¸½¸°Ñ‚юры ² с¸ÑÑ‚µĵµ" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "’ ²Ñ€µĵя ·°³Ñ€Ñƒ·ş¸ схр°½ÑÑ‚ÑŒ ĵ¸½¸°Ñ‚юры, şÑ‚рыµ ĵ³ÑƒÑ‚ ħыть ¸Ñżğь·²°½Ñ‹ ф°ığ " "ĵµ½µ´ĥµÑ€°ĵ¸ ¸ ´Ñ€Ñƒ³¸ĵ¸ żÑ€³Ñ€°ĵĵ°ĵ¸" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "šğ¸Ñ‡µÑÑ‚² я´µÑ€ żÑ€Ñ†µÑÑÑ€° ´ğя ¸Ñżğь·²°½¸Ñ żÑ€¸ с·´°½¸¸ ĵ¸½¸°Ñ‚ÑŽÑ€." #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "Ż´Ñ€° żÑ€Ñ†µÑÑÑ€°:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "šÑÑˆ ĵ¸½¸°Ñ‚ÑŽÑ€" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "’ыч¸Ñğµ½¸µâ€Ĥ" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "´µ½ÑŒ(´½Ñ,´½µı)" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "²Ñµ³´°" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr " °·ĵµÑ€ şÑÑˆ°:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "šğ¸Ñ‡µÑÑ‚² ĵ¸½¸°Ñ‚ÑŽÑ€:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr " °·ĵµÑ€ ħ°·Ñ‹ ´°½½Ñ‹Ñ…:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "’ şÑÑˆµ ½µ´ÑÑ‚уż½Ñ‹ ĵ¸½¸°Ñ‚юры ´ğя:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "žÑ‡¸ÑÑ‚ş° şÑÑˆ°..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "žżÑ‚¸ĵ¸·°Ñ†¸Ñ şÑÑˆ°..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "ŸÑ€żÑƒÑÑ‚¸Ñ‚ÑŒ ·°³Ñ€Ñƒ·şÑƒ" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "µ ·°³Ñ€Ñƒĥ°Ñ‚ÑŒ ф°ığ, ¸ ²Ñ‹´°Ñ‚ÑŒ сħщµ½¸µ ħ ш¸ħşµ" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "”ħ°²¸Ñ‚ÑŒ у½¸ş°ğь½ÑƒÑŽ ĵµÑ‚şÑƒ" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "”ħ°²¸Ñ‚ÑŒ ĵµÑ‚şÑƒ ²¸´° _1 ¸ğ¸ _2 ² ş½µÑ† ¸ĵµ½¸ ф°ığ°, ½µżÑÑ€µ´ÑÑ‚²µ½½ żµÑ€µ´ " "р°ÑÑˆ¸Ñ€µ½¸µĵ" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "ŸµÑ€µ·°ż¸Ñ°Ñ‚ÑŒ" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "ŸµÑ€µ·°ż¸Ñ°Ñ‚ÑŒ żÑ€µ´Ñ‹´ÑƒÑ‰ÑƒÑŽ рµ·µÑ€²½ÑƒÑŽ şż¸ÑŽ ф°ığ°" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "ŸÑ€żÑƒÑÑ‚¸Ñ‚ÑŒ" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "µ żµÑ€µ·°ż¸ÑÑ‹²°Ñ‚ÑŒ рµ·µÑ€²½ÑƒÑŽ şż¸ÑŽ, ²Ñ‹´°Ñ‚ÑŒ сħщµ½¸µ ħ ш¸ħşµ" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "ŸÑ€µ´ÑƒżÑ€µĥ´µ½¸Ñ żÑ€³Ñ€°ĵĵы" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Ÿş°·Ñ‹²°Ñ‚ÑŒ żÑ€µ´ÑƒżÑ€µĥ´µ½¸µ ş³´°:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "—°³Ñ€Ñƒĥ°µĵыµ ф°ığы сµıч°Ñ ½µ тħр°ĥ°ÑŽÑ‚ся" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "ŸÑ€µ´ÑƒżÑ€µĥ´°Ñ‚ÑŒ ·°³Ñ€Ñƒ·şµ ф°ığ², şÑ‚рыµ ½µ тħр°ĥ°ÑŽÑ‚ся ² ³ğ°²½ĵ ş½µ." #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "œµÑÑ‚° хр°½µ½¸Ñ рµ·µÑ€²½Ñ‹Ñ… şż¸ı тсутст²ÑƒÑŽÑ‚" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "ŸÑ€µ´ÑƒżÑ€µĥ´°Ñ‚ÑŒ żµÑ€µ´ ½°Ñ‡°ğĵ ·°³Ñ€Ñƒ·ş¸, µÑğ¸ с·´°½¸µ рµ·µÑ€²½Ñ‹Ñ… şż¸ı " "½µ²·ĵĥ½." #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "‘¸ħğ¸Ñ‚µş¸ żÑ€³Ñ€°ĵĵы тсутст²ÑƒÑŽÑ‚ ¸ğ¸ ż²Ñ€µĥ´µ½Ñ‹" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "ŸÑ€µ´ÑƒżÑ€µĥ´°Ñ‚ÑŒ, µÑğ¸ ħ¸ħğ¸Ñ‚µş¸, ¸Ñżğь·Ñƒµĵыµ Rapid Photo Downloader " "тсутст²ÑƒÑŽÑ‚ ¸ğ¸ ½µ р°ħт°ÑŽÑ‚." #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "œµÑ‚°´°½½Ñ‹µ ф°ığ²ı с¸ÑÑ‚µĵы ½µ ĵ³ÑƒÑ‚ ħыть уст°½²ğµ½Ñ‹" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "ŸÑ€µ´ÑƒżÑ€µĥ´°Ñ‚ÑŒ ħ ш¸ħşµ уст°½²ş¸ ĵµÑ‚°´°½½Ñ‹Ñ… ф°ığ²ı с¸ÑÑ‚µĵы, т°ş¸Ñ… ş°ş " "²Ñ€µĵя ¸·ĵµ½µ½¸Ñ." #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "°ı´µ½Ñ‹ ½µħсğуĥ¸²°µĵыµ ф°ığы" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "ŸÑ€µ´ÑƒżÑ€µĥ´°Ñ‚ÑŒ żÑğµ сş°½¸Ñ€²°½¸Ñ устрıст² ¸ğ¸ эт³ şĵżÑŒÑŽÑ‚µÑ€°, µÑğ¸ µÑÑ‚ÑŒ " "½µż·½°½½Ñ‹µ ф°ığы, şÑ‚рыµ ½µ ħу´µÑ‚ ²şğючµ½Ñ‹ ² ·°³Ñ€Ñƒ·şÑƒ." #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "µ сħщ°Ñ‚ÑŒ ½µħсğуĥ¸²°µĵых ф°ığ°Ñ… с р°ÑÑˆ¸Ñ€µ½¸Ñĵ¸:" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" " °ÑÑˆ¸Ñ€µ½¸Ñ ф°ığ² ½µ чу²ÑÑ‚²¸Ñ‚µğь½Ñ‹ ş рµ³¸ÑÑ‚Ñ€Ñƒ ¸ ½µ ħя·°½Ñ‹ с´µÑ€ĥ°Ñ‚ÑŒ " "żÑ€µ´ÑˆµÑÑ‚²ÑƒÑŽÑ‰ÑƒÑŽ тчşÑƒ." #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "”ħ°²¸Ñ‚ÑŒ" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "”ħ°²¸Ñ‚ÑŒ р°ÑÑˆ¸Ñ€µ½¸µ ф°ığ° ² сż¸Ñş ½µħсğуĥ¸²°µĵых т¸ż² ф°ığ², сħщ°Ñ‚ÑŒ " "şÑ‚рых ½µ ½Ñƒĥ½." #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "£´°ğ¸Ñ‚ÑŒ р°ÑÑˆ¸Ñ€µ½¸µ ф°ığ° ¸· сż¸Ñş° ½µħсğуĥ¸²°µĵых т¸ż² ф°ığ², сħщ°Ñ‚ÑŒ " "şÑ‚рых ½µ ½Ñƒĥ½." #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "žÑ‡¸ÑÑ‚¸Ñ‚ÑŒ сż¸Ñş ½µħсğуĥ¸²°µĵых т¸ż² ф°ığ², сħщ°Ñ‚ÑŒ şÑ‚рых ½µ ½Ñƒĥ½." #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "žħъµ´¸½µ½¸µ фт ¸ ²¸´µ" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "žħъµ´¸½ÑÑ‚ÑŒ ф°ığы ĵµĥ´Ñƒ устрıст²°ĵ¸ ¸ ·°³Ñ€Ñƒ·ş°ĵ¸" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr " °ÑÑĵ°Ñ‚Ñ€¸²°Ñ‚ÑŒ ст²µÑ‚ст²ÑƒÑŽÑ‰¸µ RAW ¸ JPEG ф°ığы ş°ş:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "ž´½ фт" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "”²° фт" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" "žÑ‚ħр°ĥ°Ñ‚ÑŒ ż°Ñ€Ñ‹ RAW ¸ JPEG ş°ş ´½ фт, ¸, µÑğ¸ тĵµÑ‡µ½Ñ‹ ´ğя ·°³Ñ€Ñƒ·ş¸, " "·°³Ñ€Ñƒĥ°Ñ‚ÑŒ ħ° ф°ığ°." #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" "žÑ‚ħр°ĥ°Ñ‚ÑŒ ż°Ñ€Ñ‹ RAW ¸ JPEG ş°ş ´²° р°·½Ñ‹Ñ… фт. ’Ñ‹ ż-żÑ€µĥ½µĵу ĵĥµÑ‚µ " "с¸½Ñ…Ñ€½¸·¸Ñ€²°Ñ‚ÑŒ ¸Ñ… ½ÑƒĵµÑ€°Ñ†¸ÑŽ." #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "Ħ ż°Ñ€°ĵ¸ RAW ¸ JPEG фт:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "µ тĵµÑ‡°Ñ‚ÑŒ JPEG ´ğя ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "µ тĵµÑ‡°Ñ‚ÑŒ RAW ´ğя ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "žÑ‚ĵµÑ‡°Ñ‚ÑŒ ´ğя ·°³Ñ€Ñƒ·ş¸ ħ°" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" "ŸÑ€¸ ħ½°Ñ€Ñƒĥµ½¸¸ ż°Ñ€ RAW ¸ JPEG фт, °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ тĵµÑ‡°Ñ‚ÑŒ ´ğя ·°³Ñ€Ñƒ·ş¸ ħ° " "ф°ığ°." #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" "•с𸠲ы тşğюч¸ğ¸ ħъµ´¸½µ½¸µ ф°ığ², ²Ñ‹ħµÑ€¸Ñ‚µ, чт ´µğ°Ñ‚ÑŒ µÑğ¸ ż´şğючµ½ " "устрıст² ´ğя ·°³Ñ€Ñƒ·ş¸ ² т ²Ñ€µĵя ş°ş тħр°ĥ°ÑŽÑ‚ся ·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸:" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" "•сğ¸ устрıст² ´ğя ·°³Ñ€Ñƒ·ş¸ ż´şğючµ½ ² т ²Ñ€µĵя ş°ş тħр°ĥ°ÑŽÑ‚ся " "·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸:" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "žÑ‡¸ÑÑ‚¸Ñ‚ÑŒ ·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "ŸÑ€´ğĥ¸Ñ‚ÑŒ тħр°ĥµ½¸µ ·°²µÑ€Ñˆµ½½Ñ‹Ñ… ·°³Ñ€Ñƒ·ş" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "ĦżÑ€Ñ¸Ñ‚ÑŒ чт ´µğ°Ñ‚ÑŒ" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" "²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş¸ ч¸Ñ‰°Ñ‚ÑŒ тħр°ĥ°µĵыµ ·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸ ş°ĥ´Ñ‹ı р°·, ş³´° " "ż´şğюч°µÑ‚ся ½²µ устрıст² ´ğя ·°³Ñ€Ñƒ·ş¸." #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" "ŸÑ€´ğĥ°Ñ‚ÑŒ тħр°ĥ°Ñ‚ÑŒ ·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸ ş°ĥ´Ñ‹ı р°·, ş³´° ż´şğюч°µÑ‚ся " "½²µ устрıст² ´ğя ·°³Ñ€Ñƒ·ş¸." #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" "ĦżÑ€Ñ¸Ñ‚ÑŒ, ч¸Ñ‰°Ñ‚ÑŒ тħр°ĥ°µĵыµ ·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸ ¸ğ¸ żÑ€´ğĥ°Ñ‚ÑŒ ¸Ñ… " "тħр°ĥµ½¸µ ş°ĥ´Ñ‹ı р°·, ş³´° ż´şğюч°µÑ‚ся ½²µ устрıст² ´ğя ·°³Ñ€Ñƒ·ş¸." #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "ŸÑ€²µÑ€ş° ²µÑ€Ñ¸¸" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "ŸÑ€²µÑ€ÑÑ‚ÑŒ ½°ğ¸Ñ‡¸µ ½²Ñ‹Ñ… ²µÑ€Ñ¸ı żÑ€¸ ·°żÑƒÑşµ" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "ŸÑ€²µÑ€ÑÑ‚ÑŒ ½°ğ¸Ñ‡¸µ ½²Ñ‹Ñ… ²µÑ€Ñ¸ı żÑ€³Ñ€°ĵĵы żÑ€¸ ş°ĥ´ĵ µµ ·°żÑƒÑşµ." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "’şğюч°Ñ ²Ñ‹żÑƒÑş¸ ² р°·Ñ€°ħтşµ" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "’şğюч¸Ñ‚ÑŒ °ğьф°, ħµÑ‚° ¸ żÑ€Ñ‡¸µ ²Ñ‹żÑƒÑş¸ ² р°·Ñ€°ħтşµ ´ğя żÑ€²µÑ€ş¸ ½° ½°ğ¸Ñ‡¸µ " "½²Ñ‹Ñ… ²µÑ€Ñ¸ı żÑ€³Ñ€°ĵĵы.\n" "\n" "•с𸠲ы ¸Ñżğь·ÑƒµÑ‚µ ²µÑ€Ñ¸ÑŽ ² р°·Ñ€°ħтşµ, żÑ€²µÑ€ş° ħу´µÑ‚ сущµÑÑ‚²ğяться " "²Ñµ³´°." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "˜³½Ñ€¸Ñ€²°Ñ‚ÑŒ ĵµÑ‚°´°½½Ñ‹µ ´°Ñ‚Ñ‹/²Ñ€µĵµ½¸ DNG ф°ığ² ½° устрıст²°Ñ… MTP" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "Ħч¸Ñ‚Ñ‹²°Ñ‚ÑŒ ĵµÑ‚°´°½½Ñ‹µ с½¸ĵş² ¸Ñżğь·ÑƒÑ тğьş ExifTool" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "<Ż·Ñ‹ş с¸ÑÑ‚µĵы>" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "Ħħрс¸Ñ‚ÑŒ ½°ÑÑ‚Ñ€ış¸ %s ½° ·½°Ñ‡µ½¸Ñ ż уĵğч°½¸ÑŽ" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "’Ñ‹ хт¸Ñ‚µ ч¸ÑÑ‚¸Ñ‚ÑŒ şÑÑˆ ĵ¸½¸°Ñ‚ÑŽÑ€? šÑÑˆ ħу´µÑ‚ ч¸Ñ‰µ½ żÑ€¸ сğµ´ÑƒÑŽÑ‰µĵ ·°żÑƒÑşµ " "żÑ€³Ñ€°ĵĵы." #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "žÑ‡¸ÑÑ‚¸Ñ‚ÑŒ şÑÑˆ ĵ¸½¸°Ñ‚ÑŽÑ€" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "’Ñ‹ хт¸Ñ‚µ żÑ‚¸ĵ¸·¸Ñ€²°Ñ‚ÑŒ şÑÑˆ ĵ¸½¸°Ñ‚ÑŽÑ€? šÑÑˆ ħу´µÑ‚ сżÑ‚¸ĵ¸·¸Ñ€²°½ żÑ€¸ " "сğµ´ÑƒÑŽÑ‰µĵ ·°żÑƒÑşµ żÑ€³Ñ€°ĵĵы." #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "žżÑ‚¸ĵ¸·¸Ñ€²°Ñ‚ÑŒ şÑÑˆ ĵ¸½¸°Ñ‚ÑŽÑ€" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "£ş°ĥ¸Ñ‚µ ż°żşÑƒ ´ğя сş°½¸Ñ€²°½¸Ñ" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "£ş°ĥ¸Ñ‚µ ż°żşÑƒ ´ğя сş°½¸Ñ€²°½¸Ñ ½° ½°ğ¸Ñ‡¸µ фт ¸ ²¸´µ" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "Ÿ°żş°:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "’²µ´¸Ñ‚µ żÑƒÑ‚ÑŒ, şÑ‚рыı хт¸Ñ‚µ ¸³½Ñ€¸Ñ€²°Ñ‚ÑŒ" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "—°´°ıтµ żÑƒÑ‚ÑŒ, şÑ‚рыı ½¸ş³´° ½µ ħу´µÑ‚ żÑ€²µÑ€ÑÑ‚ься ½° ½°ğ¸Ñ‡¸µ фт ¸ ²¸´µ" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "ŸÑƒÑ‚ÑŒ:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "’²µ´¸Ñ‚µ р°ÑÑˆ¸Ñ€µ½¸µ ф°ığ°" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "—°´°ıтµ р°ÑÑˆ¸Ñ€µ½¸µ ф°ığ° (ħµ· żÑ€µ´ÑˆµÑÑ‚²ÑƒÑŽÑ‰µı тчş¸)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr " °ÑÑˆ¸Ñ€µ½¸µ:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "µ²µÑ€½µ р°ÑÑˆ¸Ñ€µ½¸µ ф°ığ°" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Ħ²°´ÑŒħ°" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "”µ½ÑŒ рĥ´µ½¸Ñ" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "˜ĵя ş°Ñ‚°ğ³° ½µ ´ğĥ½ ½°Ñ‡¸½°Ñ‚ься с %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "˜ĵя ş°Ñ‚°ğ³° ½µ ´ğĥ½ ·°ş°Ñ‡¸½°Ñ‚ься ½° %s" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "˜ĵя ş°Ñ‚°ğ³° ½µ ĵĥµÑ‚ с´µÑ€ĥ°Ñ‚ÑŒ ´²µ %s, ´½Ñƒ ·° ´Ñ€Ñƒ³ı" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "žÑˆ¸ħş°: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "žÑˆ¸ħş°: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "žÑˆ¸ħş° GPhoto2: %s" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "µ²·ĵĥ½ ¸½¸Ñ†¸°ğ¸·¸Ñ€²°Ñ‚ÑŒ ş°ĵµÑ€Ñƒ, ²·ĵĥ½ ¸·-·° µµ ¸Ñżğь·²°½¸Ñ ´Ñ€Ñƒ³ı " "żÑ€³Ñ€°ĵĵı. ¤°ığы с ½µµ сşż¸Ñ€²°½Ñ‹ ½µ ħу´ÑƒÑ‚." #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "µ²·ĵĥ½ żÑ€Ñ‡µÑÑ‚ÑŒ ş°Ñ‚°ğ³ %s" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "µ²·ĵĥ½ żğуч¸Ñ‚ÑŒ ´ÑÑ‚уż ş ²Ñ€µĵµ½¸ ¸·ĵµ½µ½¸Ñ ¸ğ¸ р°·ĵµÑ€Ñƒ ´ğя %s" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "µ²·ĵĥ½ żÑ€Ñ‡µÑÑ‚ÑŒ ф°ığ %s" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "µ²·ĵĥ½ ·°ż¸Ñ°Ñ‚ÑŒ ф°ığ %s" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "µ²·ĵĥ½ żµÑ€µĵµÑÑ‚¸Ñ‚ÑŒ ф°ığ %s" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "µ²·ĵĥ½ у´°ğ¸Ñ‚ÑŒ ф°ığ %s" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "µ²·ĵĥ½ сşż¸Ñ€²°Ñ‚ÑŒ ф°ığ %s" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "¤°ığ %s с ½Ñƒğµ²ı ´ğ¸½ı ½µ ħу´µÑ‚ ·°³Ñ€Ñƒĥµ½" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "µğь·Ñ żÑ€µ´µğ¸Ñ‚ÑŒ ²Ñ€µĵя ¸·ĵµ½µ½¸Ñ ¸· ф°ığ²ı с¸ÑÑ‚µĵы ´ğя %s" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "µ²·ĵĥ½ żÑ€Ñ‡µÑÑ‚ÑŒ ĵµÑ‚°´°½½Ñ‹µ ¸· %s" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "µ²·ĵĥ½ ·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ĵµÑ‚°´°½½Ñ‹µ ¸· %(name)s. ¤°ığ %(filetype)s ½µ ħыğ " "·°³Ñ€Ñƒĥµ½." #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s уĥµ сущµÑÑ‚²ÑƒµÑ‚." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "¤°ığ %(filetype)s %(source)s ħы𠷰³Ñ€Ñƒĥµ½ с устрıст²° %(device)s." #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "š ¸ĵµ½¸ ф°ığ° ħы𰠴ħ°²ğµ½° у½¸ş°ğь½°Ñ ĵµÑ‚ş° '%s'." #: ../raphodo/problemnotification.py:343 #, 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:358 #, 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:379 #, 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:395 #, 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:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" 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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "žÑ‚сутст²ÑƒÑŽÑ‚ ĵµÑ‚°´°½½Ñ‹µ %(type)s." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "žÑ‚сутст²ÑƒÑŽÑ‚ сğµ´ÑƒÑŽÑ‰¸µ ĵµÑ‚°´°½½Ñ‹µ: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "žÑˆ¸ħş° żÑ€µħр°·²°½¸Ñ ´°Ñ‚Ñ‹/²Ñ€µĵµ½¸: %s." #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "µğь·Ñ ¸·²ğµÑ‡ÑŒ şÑ€Ñ€µşÑ‚½Ñ‹µ ĵµÑ‚°´°½½Ñ‹µ ´°Ñ‚Ñ‹/²Ñ€µĵµ½¸ ¸ğ¸ żÑ€µ´µğ¸Ñ‚ÑŒ ²Ñ€µĵя " "¸·ĵµ½µ½¸Ñ ф°ığ°." #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "˜ĵя ф°ığ° ½µ с´µÑ€ĥ¸Ñ‚ р°ÑÑˆ¸Ñ€µ½¸Ñ." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "’ ¸ĵµ½¸ ф°ığ° ½µÑ‚ żÑ€Ñ´ş²³ ½ĵµÑ€°." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "žÑˆ¸ħş° с·´°½¸Ñ şĵż½µ½Ñ‚° %(component)s. žÑˆ¸ħş°: %(error)s" #: ../raphodo/problemnotification.py:559 #, 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:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "µ²·ĵĥ½ с·´°Ñ‚ÑŒ ż´ż°żş¸ ·°³Ñ€Ñƒ·ş¸ %s." #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "µ²·ĵĥ½ с·´°Ñ‚ÑŒ ż´ż°żş¸ ´ğя рµ·µÑ€²½Ñ‹Ñ… şż¸ı %s." #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "ŸÑ€ħğµĵ° сş°½¸Ñ€²°½¸Ñ %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "ŸÑ€ħğµĵ° şż¸Ñ€²°½¸Ñ ¸· %s" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "ŸÑ€ħğµĵы с ·°²µÑ€Ñˆµ½¸µĵ ¸ĵµ½ ф°ığ² ¸ с·´°½¸µĵ ż´ż°żş" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)d ч" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "˜Ñżğь·Ñƒıтµ żğ·Ñƒ½ş (½¸ĥµ) ´ğя рµ³Ñƒğ¸Ñ€²ş¸ ²Ñ€µĵµ½¸ ĵµĥ´Ñƒ с½¸ĵş°ĵ¸, şÑ‚Ñ€µ " "¸Ñżğь·ÑƒµÑ‚ся ´ğя żÑÑ‚Ñ€µ½¸Ñ ¨ş°ğы ²Ñ€µĵµ½¸." #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "žĥ¸´°½¸µ żÑÑ‚Ñ€µ½¸Ñ ¨ş°ğы ²Ñ€µĵµ½¸..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "ŸÑÑ‚Ñ€µ½¸µ шş°ğы ²Ñ€µĵµ½¸..." #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "ŸµÑ€µşğюч¸Ñ‚ÑŒ с¸½Ñ…Ñ€½¸·°Ñ†¸ÑŽ ¨ş°ğы ²Ñ€µĵµ½¸ ¸ żÑ€Ñĵтр ĵ¸½¸°Ñ‚ÑŽÑ€ (Ctrl-T)" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "ŸÑ€ħğµĵы с ExifTool" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "ŸÑ€ħğµĵ° с libmediainfo" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "—°³Ñ€Ñƒ·ş° ½µ у´°ğ°ÑÑŒ" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "žÑ‡µ½ÑŒ ĥ°ğь, ½ ·°³Ñ€Ñƒ·ş° ½²ı ²µÑ€Ñ¸¸ Rapid Photo Downloader ½µ у´°ğ°ÑÑŒ." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "²°Ñ ²µÑ€Ñ¸Ñ ħыğ° усżµÑˆ½ ·°³Ñ€Ñƒĥµ½°. т¸Ñ‚µ ·°şÑ€Ñ‹Ñ‚ÑŒ Rapid Photo Downloader ¸ " "уст°½²¸Ñ‚ÑŒ µµ сµıч°Ñ?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "žħ½²¸Ñ‚ÑŒ Rapid Photo Downloader" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "£ÑÑ‚°½²¸Ñ‚ÑŒ" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "²°Ñ ²µÑ€Ñ¸Ñ схр°½µ½°" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "¤°ığ tar ¸ сşÑ€¸żÑ‚ уст°½²ş¸ схр°½µ½Ñ‹ ² :\n" "\n" " %s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "žħ½²ğµ½¸µ ½µ у´°ğсь" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "žÑ‡µ½ÑŒ ĥ°ğь, ½ ħ½²ğµ½¸µ Rapid Photo Downloader ½µ у´°ğсь ¸·-·° ш¸ħş¸ " "тşÑ€Ñ‹Ñ‚¸Ñ уст°½²Ñ‰¸ş°." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "—°³Ñ€Ñƒ·ş°" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "žħ½²¸Ñ‚ÑŒ..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "°ÑÑ‚Ñ€ış¸" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "’ых´" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "žÑ‚чµÑ‚ ħ ш¸ħş°Ñ…" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "žÑ‡¸ÑÑ‚¸Ñ‚ÑŒ ·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "ĦżÑ€°²ş° ² ĦµÑ‚¸..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "Ħ²µÑ‚ ´½Ñ..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Ħħщ¸Ñ‚ÑŒ żÑ€ħğµĵµâ€Ĥ" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Ħ´µğ°Ñ‚ÑŒ ²·½Ñ..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "ŸµÑ€µ²µÑÑ‚¸ эт żÑ€¸ğĥµ½¸µ..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "ž żÑ€³Ñ€°ĵĵµ..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "ŸÑ€²µÑ€¸Ñ‚ÑŒ ħ½²ğµ½¸Ñ..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "¨ş°ğ° ’Ñ€µĵµ½¸" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "œµÑÑ‚ хр°½µ½¸Ñ" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "ŸµÑ€µ¸ĵµ½²°½¸µ" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr " µ·µÑ€²½µ şż¸Ñ€²°½¸µ" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "’şğюч¸Ñ‚ÑŒ ¸ğ¸ тşğюч¸Ñ‚ÑŒ ¸Ñżğь·²°½¸µ ż´şğючµ½½Ñ‹Ñ… ş этĵу şĵżÑŒÑŽÑ‚µÑ€Ñƒ " "устрıст² ² ş°Ñ‡µÑÑ‚²µ ¸ÑÑ‚ч½¸ş² ´ğя ·°³Ñ€Ñƒ·ş¸" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "’şğюч¸Ñ‚ÑŒ ¸ğ¸ тşğюч¸Ñ‚ÑŒ ¸Ñżğь·²°½¸µ ż°żş эт³ şĵżÑŒÑŽÑ‚µÑ€° ² ş°Ñ‡µÑÑ‚²µ " "¸ÑÑ‚ч½¸ş² ´ğя ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "­Ñ‚Ñ‚ şĵżÑŒÑŽÑ‚µÑ€" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "’Ñ‹ħр ¸ÑÑ‚ч½¸ş°" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "˜Ñżğь·²°½¸µ хр°½¸ğ¸Ñ‰°" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "’Ñ‹ħр ĵµÑÑ‚° хр°½µ½¸Ñ" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "’сµ" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "²Ñ‹µ" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Ÿş°·°Ñ‚ÑŒ:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "’Ñ€µĵя ¸·ĵµ½µ½¸Ñ" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "Ħстя½¸ÑŽ тĵµÑ‚ş¸" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "˘¸żÑƒ ф°ığ°" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "£ÑÑ‚Ñ€ıст²Ñƒ" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Ħрт¸Ñ€²°Ñ‚ÑŒ ż:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "—°³Ñ€Ñƒ·ş° %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "ŸÑ€´ğĥ¸Ñ‚ÑŒ ·°³Ñ€Ñƒ·şÑƒ" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Ÿ°Ñƒ·°" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" "Ÿĥ°ğуıст°, сħщ¸Ñ‚µ żÑ€ħğµĵµ ² {website}.

      \n" " ’şğюч¸Ñ‚µ ² ²°Ñˆ тчµÑ‚ ħ ш¸ħşµ log ф°ığы żÑ€³Ñ€°ĵĵы. žÑ‚чµÑ‚ ħ " "ш¸ħşµ ´ğĥµ½ ²şğюч°Ñ‚ÑŒ \n" " {log_file}, ´½°ş ´ħ°²ğµ½¸µ ´Ñ€Ñƒ³¸Ñ… log ф°ığ² ч°ÑÑ‚ " "ħы²°µÑ‚ żğµ·½.

      \n" " •с𸠲·ĵĥ½, ²şğюч¸Ñ‚µ, żĥ°ğуıст°, т°şĥµ ф°ığ ż°Ñ€°ĵµÑ‚Ñ€² " "żÑ€³Ñ€°ĵĵы\n" " {config_file}.

      \n" " °ĥĵ¸Ñ‚µ here ´ğя тşÑ€Ñ‹Ñ‚¸Ñ ż°żş¸ log " "ф°ığ², ¸ \n" " here чтħы тşÑ€Ñ‹Ñ‚ÑŒ ż°żşÑƒ " "ż°Ñ€°ĵµÑ‚Ñ€².\n" " " #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "‘ğ°³´°Ñ€¸ĵ ²°Ñ ·° тчµ żÑ€ħğµĵµ ² Rapid Photo Downloader" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "’Ñ‹ ½µ ĵĥµÑ‚µ ¸·ĵµ½¸Ñ‚ÑŒ ĵµÑÑ‚ хр°½µ½¸Ñ ² ²Ñ€µĵя ·°³Ñ€Ñƒ·ş¸." #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" "\n" "—°³Ñ€Ñƒ·ş° ²ÑµÑ… ф°ığ²

      \n" "’ ·°³Ñ€Ñƒ·şÑƒ ²Ñµ³´° ²şğюч°ÑŽÑ‚ся ²Ñµ ф°ığы, тĵµÑ‡µ½½Ñ‹µ ´ğя ·°³Ñ€Ñƒ·ş¸, ²şğюч°Ñ " "тµ,\n" "şÑ‚рыµ ½µ тħр°ĥ°ÑŽÑ‚ся ² ´°½½Ñ‹ı ĵĵµ½Ñ‚ ²Ñ€µĵµ½¸ ż żÑ€¸Ñ‡¸½µ ¸Ñżğь·²°½¸Ñ\n" "¨ş°ğы ²Ñ€µĵµ½¸ ¸ğ¸ żÑ‚ĵу, чт тħр°ĥ°ÑŽÑ‚ся тğьş ½²Ñ‹µ ф°ığы.

      \n" "’Ñ‹ хт¸Ñ‚µ żÑ€´ğĥ¸Ñ‚ÑŒ ·°³Ñ€Ñƒ·şÑƒ?\n" " " #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "µżÑ€°²¸ğь½ уş°·°½½Ñ‹µ ż°żş¸ ·°³Ñ€Ñƒ·ş¸:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "µżÑ€°²¸ğь½ уş°·°½° ż°żş° ·°³Ñ€Ñƒ·ş¸:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "Ħħı ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "—°³Ñ€Ñƒ·ş° ½µ ĵĥµÑ‚ ħыть żÑ€´ğĥµ½°." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "фт" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "²¸´µ" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "фт" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "²¸´µ" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "ŸÑ€ħğµĵ° рµ·µÑ€²½³ şż¸Ñ€²°½¸Ñ" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s ст°ğсь (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s ф°ığ² ·°³Ñ€Ñƒĥµ½" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s ф°ığ² ·°³Ñ€Ñƒ·¸Ñ‚ÑŒ ½µ у´°ğсь" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "żÑ€µ´ÑƒżÑ€µĥ´µ½¸Ñ" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "’сµ ·°³Ñ€Ñƒ·ş¸ ·°²µÑ€Ñˆµ½Ñ‹" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s ½µ у´°ğсь ·°³Ñ€Ñƒ·¸Ñ‚ÑŒ" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 сħı" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d сħ(я/µ²)" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 żÑ€µ´ÑƒżÑ€µĥ´µ½¸µ" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d ŸÑ€µ´ÑƒżÑ€µĥ´µ½¸(я/ı)" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "—°³Ñ€Ñƒĥµ½ %(no_files_and_types)s ¸· %(devices)s" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "¤°ığы ½µ ·°³Ñ€Ñƒĥµ½Ñ‹ — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "¤°ığы ½µ ·°³Ñ€Ñƒĥµ½Ñ‹" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "°ÑÑ‚Ñ€ış¸ żÑ€³Ñ€°ĵĵы ½µ şÑ€Ñ€µşÑ‚½Ñ‹" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "ŸżÑ€ħ²°Ñ‚ÑŒ µÑ‰µ" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "˜³½Ñ€¸Ñ€²°Ñ‚ÑŒ эт устрıст²" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "žÑ‡µ½ÑŒ ĥ°ğь,½ żÑ€¸ сş°½¸Ñ€²°½¸¸ %s ²·½¸şğ° ½µżÑ€µ´²¸´µ½½°Ñ żÑ€ħğµĵ°." #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "š сĥ°ğµ½¸ÑŽ ²Ñ‹ ½µ ĵĥµÑ‚µ ·°³Ñ€Ñƒĥ°Ñ‚ÑŒ с эт³ устрıст²°." #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "’·ĵĥ½Ñ‹ĵ рµÑˆµ½¸µĵ żÑ€ħğµĵы ĵĥµÑ‚ ħыть ·°³Ñ€Ñƒ·ş° с ş°Ñ€Ñ‚Ñ‹ ż°ĵят¸ ş°ĵµÑ€Ñ‹ чµÑ€µ· " "ş°Ñ€´-р¸´µÑ€." #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "Ħş°½¸Ñ€²°½¸µ устрıст² ½µ у´°ğсь" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "•сть ·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "%s, чья ·°³Ñ€Ñƒ·ş° ·°²µÑ€Ñˆµ½°, тħр°ĥ°ÑŽÑ‚ся." #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "’Ñ‹ хт¸Ñ‚µ ч¸ÑÑ‚¸Ñ‚ÑŒ ·°²µÑ€Ñˆµ½½Ñ‹µ ·°³Ñ€Ñƒ·ş¸?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "•сть ·°²µÑ€Ñˆµ½½°Ñ ·°³Ñ€Ñƒ·ş°" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s, чья ·°³Ñ€Ñƒ·ş° ·°²µÑ€Ñˆµ½°, тħр°ĥ°µÑ‚ся." #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "’Ñ‹ хт¸Ñ‚µ ч¸ÑÑ‚¸Ñ‚ÑŒ ·°²µÑ€Ñˆµ½½ÑƒÑŽ ·°³Ñ€Ñƒ·şÑƒ?" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "’Ñ‹ хт¸Ñ‚µ ·°³Ñ€Ñƒ·¸Ñ‚ÑŒ фт ¸ ²¸´µ с устрıст²° %(device)s?" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "’Ñ‹ хт¸Ñ‚µ ¸³½Ñ€¸Ñ€²°Ñ‚ÑŒ %s żÑ€¸ ş°ĥ´ĵ ·°żÑƒÑşµ żÑ€³Ñ€°ĵĵы?" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "’сµ ş°ĵµÑ€Ñ‹, тµğµÑ„½Ñ‹ ¸ żğ°½ÑˆµÑ‚Ñ‹ с т°ş¸ĵ ½°·²°½¸µĵ ĵ´µğ¸ ħу´ÑƒÑ‚ " "¸³½Ñ€¸Ñ€²°Ñ‚ься." #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "’Ñ‹ хт¸Ñ‚µ ¸³½Ñ€¸Ñ€²°Ñ‚ÑŒ устрıст² %s żÑ€¸ ş°ĥ´ĵ ·°żÑƒÑşµ żÑ€³Ñ€°ĵĵы?" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "’сµ устрıст²° с т°ş¸ĵ ¸ĵµ½µĵ ħу´ÑƒÑ‚ ¸³½Ñ€¸Ñ€²°Ñ‚ься." #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "—°³Ñ€Ñƒ·ş° ¸· %(location)s ½° ­Ñ‚ĵ şĵżÑŒÑŽÑ‚µÑ€µ." #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" "’Ñ‹ ´µıст²¸Ñ‚µğь½ хт¸Ñ‚µ ·°³Ñ€Ñƒĥ°Ñ‚ÑŒ тсю´°?

      ° ½µşÑ‚рых с¸ÑÑ‚µĵ°Ñ… " "сş°½¸Ñ€²°½¸µ эт³ р°Ñżğĥµ½¸Ñ ĵĥµÑ‚ ´ğ¸Ñ‚ься чµ½ÑŒ ´ğ³." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Ħ·´°½¸µ ĵ¸½¸°Ñ‚Ñ€ ´ğя %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "ŸÑ€Ñş°½¸Ñ€²°½ %s" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s ¸· %(available files)s тĵµÑ‡µ½ ´ğя ·°³Ñ€Ñƒ·ş¸ (%(hidden)s сşÑ€Ñ‹Ñ‚)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s ¸· %(available files)s тĵµÑ‡µ½ ´ğя ·°³Ñ€Ñƒ·ş¸" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "Ÿş°·°Ñ‚ÑŒ ²µÑ€Ñ¸ÑŽ żÑ€³Ñ€°ĵĵы ¸ µµ ħ¸ħğ¸Ñ‚µş ¸ ²Ñ‹ıт¸." #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "Ÿş°·Ñ‹²°Ñ‚ÑŒ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ żÑ€³Ñ€°ĵĵы żÑ€¸ ·°żÑƒÑşµ ¸· şĵ°½´½ı стрş¸." #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "Ÿş°·Ñ‹²°Ñ‚ÑŒ тğ°´Ñ‡½ÑƒÑŽ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ żÑ€¸ ·°żÑƒÑşµ ¸· şĵ°½´½ı стрş¸." #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "Ÿş°·°Ñ‚ÑŒ р°ÑÑˆ¸Ñ€µ½¸Ñ фт ¸ ²¸´µ, ¸·²µÑÑ‚½Ñ‹µ żÑ€³Ñ€°ĵĵµ ¸ ·°²µÑ€Ñˆ¸Ñ‚ÑŒ." #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "’şğюч¸Ñ‚ÑŒ ¸ğ¸ ²Ñ‹şğюч¸Ñ‚ÑŒ żµÑ€µ¸ĵµ½²°½¸µ фт." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "’şğюч¸Ñ‚ÑŒ ¸ğ¸ ²Ñ‹şğюч¸Ñ‚ÑŒ żµÑ€µ¸ĵµ½²°½¸µ ²¸´µ." #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "’şğюч¸Ñ‚ÑŒ ¸ğ¸ ²Ñ‹şğюч¸Ñ‚ÑŒ °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑşµ żÑ€µ´µğµ½¸µ устрıст², с şÑ‚рых " "сущµÑÑ‚²ğять ·°³Ñ€Ñƒ·şÑƒ." #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "’şğюч¸Ñ‚ÑŒ ¸ğ¸ ²Ñ‹şğюч¸Ñ‚ÑŒ ·°³Ñ€Ñƒ·şÑƒ с эт³ şĵżÑŒÑŽÑ‚µÑ€°." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "Ÿ£˘Ĵ" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" "Ÿ£˘Ĵ ½° этĵ şĵżÑŒÑŽÑ‚µÑ€µ ¸· şĵżÑŒÑŽÑ‚µÑ€µ, ¸· şÑ‚Ñ€³ сущµÑÑ‚²ğять ·°³Ñ€Ñƒ·şÑƒ." #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "Ÿ£˘Ĵ şÑƒ´° ħу´ÑƒÑ‚ ·°³Ñ€Ñƒĥ°Ñ‚ься фт." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "Ÿ£˘Ĵ şÑƒ´° ħу´ÑƒÑ‚ ·°³Ñ€Ñƒĥ°Ñ‚ься ²¸´µ." #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "’şğючµ½¸µ ¸ğ¸ ²Ñ‹şğючµ½¸µ с·´°½¸Ñ рµ·µÑ€²½Ñ‹Ñ… şż¸ı фт ¸ ²¸´µ ² ²Ñ€µĵя " "·°³Ñ€Ñƒ·ş¸." #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" "’şğючµ½¸µ ¸ğ¸ ²Ñ‹şğючµ½¸µ °²Ñ‚ĵ°Ñ‚¸Ñ‡µÑş³ żÑ€µ´µğµ½¸Ñ устрıст² ´ğя хр°½µ½¸Ñ " "рµ·µÑ€²½Ñ‹Ñ… şż¸ı." #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "ŸŸš" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Ÿ£˘Ĵ, ³´µ ħу´ÑƒÑ‚ хр°½¸Ñ‚ÑŒÑÑ рµ·µÑ€²½Ñ‹µ şż¸¸ фт ² сğуч°µ, ş³´° " "°²Ñ‚ĵ°Ñ‚¸Ñ‡µÑşµ żÑ€µ´µğµ½¸µ устрıст² ´ğя хр°½µ½¸Ñ рµ·µÑ€²½Ñ‹Ñ… şż¸ı тşğючµ½." #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Ÿ£˘Ĵ, ³´µ ħу´ÑƒÑ‚ хр°½¸Ñ‚ÑŒÑÑ рµ·µÑ€²½Ñ‹µ şż¸¸ ²¸´µ ² сğуч°µ, ş³´° " "°²Ñ‚ĵ°Ñ‚¸Ñ‡µÑşµ żÑ€µ´µğµ½¸µ устрıст² ´ğя хр°½µ½¸Ñ рµ·µÑ€²½Ñ‹Ñ… şż¸ı тşğючµ½." #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "˜³½Ñ€¸Ñ€²°Ñ‚ÑŒ фт с сğµ´ÑƒÑŽÑ‰¸ĵ¸ р°ÑÑˆ¸Ñ€µ½¸Ñĵ¸: %s" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "’şğючµ½¸µ ¸ğ¸ ²Ñ‹şğючµ½¸µ ·°żÑƒÑş° ·°³Ñ€Ñƒ·ş¸ ср°·Ñƒ żÑğµ ст°Ñ€Ñ‚° żÑ€³Ñ€°ĵĵы." #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "’şğючµ½¸µ ¸ğ¸ ²Ñ‹şğючµ½¸µ ·°żÑƒÑş° ·°³Ñ€Ñƒ·ş¸ ср°·Ñƒ żÑğµ ż´şğючµ½¸Ñ устрıст²°." #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "£´°ğ¸Ñ‚ÑŒ ²Ñµ ĵ¸½¸°Ñ‚юры ² şÑÑˆµ ĵ¸½¸°Ñ‚ÑŽÑ€ Rapid Photo Downloader ¸ ²Ñ‹ıт¸." #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "—°ħыть ф°ığы, şÑ‚рыµ уĥµ ħы𸠷°³Ñ€Ñƒĥµ½Ñ‹ ¸ ²Ñ‹ıт¸." #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "˜ĵżÑ€Ñ‚¸Ñ€²°Ñ‚ÑŒ ½°ÑÑ‚Ñ€ış¸ ¸· ст°Ñ€ı ²µÑ€Ñ¸¸ żÑ€³Ñ€°ĵĵы ¸ ²Ñ‹ıт¸. ˘Ñ€µħуµÑ‚ся " "żÑ€³Ñ€°ĵĵ° şĵ°½´½ı стрş¸ gconftool-2." #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "’şğюч°Ñ‚ÑŒ тğ°´Ñ‡½ÑƒÑŽ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ gphoto2 ² ğ³ ф°ığы." #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "’Ñ‹²µÑÑ‚¸ ² тµÑ€ĵ¸½°ğ ¸½Ñ„Ñ€ĵ°Ñ†¸ÑŽ ż´şğючµ½½Ñ‹Ñ… ş°ĵµÑ€°Ñ… ¸ ²Ñ‹ıт¸." #: ../raphodo/rapid.py:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "°ÑÑ‚Ñ€ış¸ т żÑ€µ´Ñ‹´ÑƒÑ‰µı żÑ€³Ñ€°ĵĵы ½µ ½°ı´µ½Ñ‹: ·°²µÑ€Ñˆµ½¸µ." #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "˜ĵżÑ€Ñ‚ ½°ÑÑ‚Ñ€µş т Rapid Photo Downloader %(version)s" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" "’Ñ‹ хт¸Ñ‚µ сşż¸Ñ€²°Ñ‚ÑŒ ·½°Ñ‡µ½¸µ сş²·½ı ½ÑƒĵµÑ€°Ñ†¸¸, şÑ‚Ñ€µ с´µÑ€ĥ¸Ñ‚ ·½°Ñ‡µ½¸µ " "%d?" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr " °ħты żÑ€³Ñ€°ĵĵы żÑ€µÑ€²°½°." #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" "¸ş³´° ½µ ·°żÑƒÑş°ıтµ эту żÑ€³Ñ€°ĵĵу т ¸ĵµ½¸ °´ĵ¸½¸ÑÑ‚Ñ€°Ñ‚Ñ€° (sudo / root)." #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "”ğя ·°żÑƒÑş° Rapid Photo Downloader ²Ñ‹ ´ğĥ½Ñ‹ уст°½²¸Ñ‚ÑŒ ExifTool." #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "’сµ ½°ÑÑ‚Ñ€ış¸ ¸ şÑÑˆ сħршµ½Ñ‹." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "šÑÑˆ ĵ¸½¸°Ñ‚ÑŽÑ€ сħршµ½." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "¤°ığы, şÑ‚рыµ уĥµ ħы𸠷°³Ñ€Ñƒĥµ½Ñ‹, ·°ħыты." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "µ сżÑ€°Ñˆ¸²°Ñ‚ÑŒ ĵµ½Ñ ħ этĵ с½²°" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "µ żÑ€µ´ÑƒżÑ€µĥ´°Ñ‚ÑŒ ĵµ½Ñ ħ этĵ с½²°" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "µ żÑ€µ´ÑƒżÑ€µĥ´°Ñ‚ÑŒ ĵµ½Ñ с½²° ħ тсутст²ÑƒÑŽÑ‰¸Ñ… ¸ğ¸ ½µÑ€°ħч¸Ñ… ħ¸ħğ¸Ñ‚µş°Ñ… " "żÑ€³Ñ€°ĵĵы" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "ż´ż°żş° ¸ ¸ĵя ф°ığ°" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "¸ĵя ф°ığ°" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "ż´ż°żş°" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "ĦчµÑ‚ч¸ş şğ¸Ñ‡µÑÑ‚²° ·°³Ñ€Ñƒ·ş ·° ş°ĥ´Ñ‹ı ´µ½ÑŒ" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "—°³Ñ€Ñƒĥµ½ сµ³´½Ñ:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "ĦчµÑ‚ч¸ş, şÑ‚рыı ·°żĵ¸½°µÑ‚ся żÑ€¸ ş°ĥ´ĵ ·°żÑƒÑşµ żÑ€³Ñ€°ĵĵы " #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Ħş²·½°Ñ½ÑƒĵµÑ€°Ñ†¸Ñ:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" "’Ñ€µĵя, ² şÑ‚Ñ€µ ´ğĥ½ ħыть сħршµ½ ·½°Ñ‡µ½¸µ ½ÑƒĵµÑ€°Ñ†¸¸ —°³Ñ€Ñƒĥµ½ " "сµ³´½Ñ" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "°Ñ‡°ğ ´½Ñ:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "Ħ¸½Ñ…Ñ€½¸·¸Ñ€²°Ñ‚ÑŒ RAW + JPEG" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "ÑƒĵµÑ€°Ñ†¸Ñ" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "£ħр°Ñ‚ÑŒ ½µÑ²ĵµÑÑ‚¸ĵыµ с¸ĵ²ğы" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "œ³ÑƒÑ‚ 𸠸ĵµ½° фт, ²¸´µ ¸ ż°żş с´µÑ€ĥ°Ñ‚ÑŒ с¸ĵ²ğы, у´°ğяµĵыµ ş°ş " "½µ´żÑƒÑÑ‚¸ĵыµ ´Ñ€Ñƒ³¸ĵ¸ żµÑ€°Ñ†¸½½Ñ‹ĵ¸ с¸ÑÑ‚µĵ°ĵ¸" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "Ħ²ĵµÑÑ‚¸ĵсть" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "ŸµÑ€µ¸ĵµ½²°½¸µ фт" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "ŸµÑ€µ¸ĵµ½²°½¸µ ²¸´µ" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Ÿ°Ñ€°ĵµÑ‚ры żµÑ€µ¸ĵµ½²°½¸Ñ" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "фт ¸ ²¸´µ" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "²¸´µ" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 ²¸´µ" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "фт" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s ² %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "¤Ñ‚" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "’¸´µ" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "šÑ€µ½ÑŒ ф°ığ²ı с¸ÑÑ‚µĵы" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "˜·ħр°ĥµ½¸Ñ" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Ħ½ÑÑ‚ %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "š°Ñ€Ñ‚Ñ‹ ż°ĵят¸: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "š°Ñ€Ñ‚° ż°ĵят¸: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "—°³Ñ€Ñƒĥµ½ ş°ş:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      ŸÑ€µ´Ñ‹´ÑƒÑ‰°Ñ ·°³Ñ€Ñƒ·ş°:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:567 #, python-format msgid "

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

      тĵµÑ‚¸Ñ‚ÑŒ ş°ş р°½µµ ·°³Ñ€Ñƒĥµ½½Ñ‹µ %(date)s" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "šż¸Ñ€²°Ñ‚ÑŒ żÑƒÑ‚ÑŒ" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "žÑ‚ĵµÑ‚¸Ñ‚ÑŒ ф°ığ ş°ş ·°³Ñ€Ñƒĥµ½½Ñ‹ı" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "žÑ‚ĵµÑ‚¸Ñ‚ÑŒ ф°ığы ş°ş ·°³Ñ€Ñƒĥµ½½Ñ‹µ" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "‘" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "ş‘" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "œ‘" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "“‘" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "˘‘" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "Ÿ‘" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "­‘" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "—‘" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s ¸ %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "1" #: ../raphodo/utilities.py:516 msgid "two" msgstr "2" #: ../raphodo/utilities.py:517 msgid "three" msgstr "3" #: ../raphodo/utilities.py:518 msgid "four" msgstr "4" #: ../raphodo/utilities.py:519 msgid "five" msgstr "5" #: ../raphodo/utilities.py:520 msgid "six" msgstr "6" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "7" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "8" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "9" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "10" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "11" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "12" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "13" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "14" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "15" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "16" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "17" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "18" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "19" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "20" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "”°" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "Ħхр°½¸Ñ‚ÑŒ" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "Ÿĵщь" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "’сст°½²¸Ñ‚ÑŒ ·½°Ñ‡µ½¸Ñ ż уĵğч°½¸ÑŽ" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "”°" #: ../raphodo/viewutils.py:250 msgid "&No" 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 "žÑˆ¸ħş° żÑ€²µÑ€ş¸ ф°ığ°. —°³Ñ€Ñƒĥµ½½°Ñ ²µÑ€Ñ¸Ñ тğ¸Ñ‡°µÑ‚ся т р¸³¸½°ğ°." rapid-photo-downloader-0.9.23a1/po/sk.po0000644000175000017500000043011613645661365020246 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\n" "PO-Revision-Date: 2020-03-09 16:47-0400\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Slovak \n" "Language: sk\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 2.2.4\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Vyberte priečinok pre stiahnutİ videĦ." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Poďakovanie" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "ZĦlohy nie sş nakonfigurovanİ" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Neboli nĦjdenİ Ċiadne zariadenia pre zĦlohu" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "EĊĦte nie sş zvolenİ miesta pre zĦlohy" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "ZĦlohovaĊ fotky a videĦ popri sĊahovan­" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "AutomatickĦ detekcia zĦlohovac­ch zariaden­" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "NĦzov adresĦra pre fotky:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "NĦzov adresĦra pre videĦ:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Pr­klad:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Umiestnenie zĦlohy fotiek:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Umiestnenie zĦlohy videa:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "disk2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "PredpokladanĦ veÄkosĊ zĦlohy" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Nastavenia zĦlohy" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "zvuk" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "Počet fotiek: %(no_photos)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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "Počet vide­: %(no_videos)s" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "PouĊit½ch" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "Prebytok" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s voÄn½ch z %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Fotky" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "VideĦ" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Predpokladanİ miesto pre stiahnutie" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Vlastnİ..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "NastaviĊ vytvĦranie podadresĦrov pre fotky" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "NastaviĊ vytvĦranie podadresĦrov pre videĦ" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Inİ" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Overuje sa zariadenie..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Dočasne ignorovaĊ toto zariadenie" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Trvalo ignorovaĊ toto zariadenie" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "PrehÄadaĊ znovu" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "Plnİ na %s" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "FotoaparĦty" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "Zariaden­: %(no_devices)s" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "Označte sşbory, ktorİ majş byĊ stiahnutİ." #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      Na pr­klade hore, prv½ stÄşpec Časovej osi je čierny, pretoĊe vĊĦetky " "sşbory za dan½ deĊˆ \n" "uĊ boli stiahnutİ.

      \n" "

      M´Ċete nastaviĊ, koÄko času ubehlo medzi po sebe nasledujşcimi fotkami, " "na zĦklade čoho \n" "je nĦsledne tvorenĦ ČasovĦ os.

      \n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Tip dĊˆa" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Vedeli ste...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "ZobraziĊ tipy pri spusten­" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "Ď&alĊĦ­" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&Sp¤Ċ" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "PĦr sekşnd" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 sekunda" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d sekşnd(y)" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minşta" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minşt(y)" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 hodina" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d hod­n(y)" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 deĊˆ" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dn­" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minşta, 1 sekunda" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minşta, %d sekşnd(y)" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minşt(y), 1 sekunda" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minşt(y), %(seconds)d sekşnd(y)" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 hodina, 1 minşta" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 hodina, %d minşt(y)" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d hod­n(y), 1 sekşnd" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d hod­n(y), %(minutes)d minşt(y)" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 deĊˆ, 1 hodina" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 deĊˆ, %d hod­n(y)" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dn­, 1 hodina" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dn­, %(hours)d hod­n(y)" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "NĦjsĊ" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "HlĦsenia o chybĦch - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "NĦjsĊ v hlĦseniach" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "NĦjsĊ predoĊĦl½ v½skyt frĦzy" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "NĦjsĊ nasledujşci v½skyt frĦzy" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&Zv½razniĊ vĊĦetko" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "Zv½razniĊ vĊĦetky v½skyty frĦzy" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&DodrĊaĊ veÄkosĊ p­smen" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "VyhÄadĦvaĊ braĊ ohÄad na veÄkosĊ p­smen" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Celİ slovĦ" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "HÄadaĊ len celİ slovĦ" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(number)s z %(total)s %(filetypes)s" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "ZmazaĊ" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "FrĦza nenĦjdenĦ" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "PrehÄadĦva sa..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Chyba v Rapid Photo Downloader" #: ../raphodo/excepthook.py:93 #, fuzzy, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}." "

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" "V Rapid Photo Downloader doĊĦlo k chybe\n" "

      \n" " Pros­m, nahlĦste chybu na {website}.

      \n" " PriloĊte log {log_file} k VĦĊĦmu hlĦseniu (adresĦr s logom\n" " nĦjdete tu).

      Ak sa rovnakĦ chyba " "zopakuje\n" " pred ukončen­m programu zopakuje znovu, ďalĊĦie upozornenie sa " "nezobraz­.\n" " " #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "V Rapid Photo Downloader doĊĦlo k chybe\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Pros­m, nahlĦste chybu na {website}\n" "\n" " K hlĦseniu o chybe priloĊte log, ktor½ nĦjdete v {log_path}\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "OtvoriĊ v sprĦvcovi sşborov..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Sşborov½ systİm" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "In½..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "DĦtum a čas" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "NĦzov sşboru" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "MetadĦta" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Sekvencie" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Pracovn½ k³d" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "DĦtum obrĦzku" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "DĦtum nahratia videa" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Dnes" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 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:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Koncovka" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Č­slo obrĦzka" #: ../raphodo/generatenameconfig.py:216 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:219 msgid "Aperture" msgstr "Clona" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Počet cyklov uzĦvierky" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Poradovİ Ä­slo sşboru" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Len adresĦr" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Meno vlastn­ka" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 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:268 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:271 msgid "Subfolder number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "malİ p­smenĦ" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Jedna č­slica" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Dve č­slice" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Tri č­slice" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Ċ tyri č­slice" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "P¤Ċ č­slic" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Ċ esĊ č­slic" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "Subsekundy" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "RRRRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "RRMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMRRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "RRRR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "RR" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Pracovnİ k³dy" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Nastavenia" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "AutomatizĦcia" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "NĦhÄad" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Obsluha ch½b" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "AutomatizĦcia programu" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "SpustiĊ sĊahovanie pri ĊĦtarte programu" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "SpustiĊ sĊahovanie po pripojen­ zariadenia" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "UkončiĊ program po skončen­ sĊahovania" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "Ukonč­Ċ program aj ak pri sĊahovan­ doĊĦlo k chybĦm" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Generovanie nĦhÄadov" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "GenerovaĊ nĦhÄady" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "VynechaĊ sĊahovanie" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "PridaĊ unikĦtny identifikĦtor" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Prap­saĊ" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "PreskočiĊ" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "StiahnuĊ" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Nastavenia" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Zariadenie" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "PozastaviĊ" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, 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:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotografie" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "videĦ" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "fotografia" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Chyba zĦlohovania" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s stiahnut½ch" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s sa nepodarilo stiahnuĊ" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "varovania" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "VĊĦetka sĊahovania bola dokončenĦ" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s failed to download" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Nastavenia aplikĦcie sş neplatnİ" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "VĊĦetky nastavenia boli uvedenİ do p´vodnİho stavu." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "VĊĦetky nastavenia boli uvedenİ do p´vodnİho stavu." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "podpriečinok a meno sşboru" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "nĦzov sşboru" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "podpriečinok" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Skladovanİ Ä­slo:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "OdstrĦniĊ nekompatibilnİ znaky" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotografie a videĦ" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Fotografia" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 #, fuzzy msgid "Renaming" msgstr "Nastavenie premenovanie" #: ../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" #~ 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" #~ 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 "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İ" #~ 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" #~ msgid "Source: %(source)s" #~ msgstr "Zdroj: %(source)s" #~ msgid "Enter a Job Code" #~ msgstr "VloĊte pracovn½ k³d" #~ 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" #~ 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." #~ 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..." #~ msgid "Downloading from %(location)s." #~ msgstr "Prebieha sĊahovanie z %(location)s." #~ 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Ċ?" #~ msgid "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s z %(total)s %(filetypes)s (%(remaining)s ostĦva)" #~ 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" #~ 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 "From" #~ msgstr "Z" #~ msgid "Auto Detect" #~ msgstr "DetegovaĊ automaticky" #~ msgid "; " #~ msgstr "; " #~ msgid "(%(file_type)s)" #~ msgstr "ïżĵ(%(file_type)s)" #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "Vyberte zloĊku, ktorĦ obsahuje %(file_types)s" #~ msgid "Folder: %s" #~ msgstr "AdresĦr: %s" #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "AdresĦr %(file_type)s je neplatn½" #~ msgid "." #~ msgstr "." #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "AdresĦr %(file_type)s neexistuje" #~ msgid "%(free)s free" #~ msgstr "%(free)s voÄnİ" #~ 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" #~ msgid "Backing up photos and videos to %(path)s" #~ msgstr "ZĦlohovaĊ fotky a videĦ do %(path)s" #~ msgid "Backing up to %(path)s" #~ msgstr "ZĦlohuje sa do %(path)s" #~ msgid "%(freespace)s. %(backuppaths)s." #~ msgstr "%(freespace)s. %(backuppaths)s." #~ 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" #~ 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 "" #~ "Should this device or partition be used to download photos or videos from?" #~ msgstr "Majş byĊ z tohoto zariadenia stiahnutİ fotografie alebo videĦ?" #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "Sşbor: %(file)s" #~ msgid "Backup %(file_type)s overwritten" #~ msgstr "ZĦloha %(file_type)s prep­sanĦ" #~ msgid "%(file_type)s not backed up" #~ msgstr "ZĦloha %(file_type)s neprebehla" #~ msgid "Backup of %(file_type)s already exists" #~ msgstr "ZĦloha %(file_type)s uĊ existuje" #~ 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" #~ msgid "Error: %(inst)s" #~ msgstr "Chyba: %(inst)s" rapid-photo-downloader-0.9.23a1/po/sr.po0000644000175000017500000071121513645661365020257 0ustar damondamon00000000000000# 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—2017. msgid "" msgstr "" "Project-Id-Version: rapid\n" "Report-Msgid-Bugs-To: damonlynch@gmail.com\n" "POT-Creation-Date: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-12 06:17+0000\n" "Last-Translator: Damon Lynch \n" "Language-Team: срżÑş¸ \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: sr\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ с°´Ñ€ĥ°½Ñƒ ф°ÑÑ†¸şğу ·° żÑ€µÑƒ·¸ĵ°Ñšµ." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "žÑ²µĥµÑš° ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° фт³Ñ€°Ñ„¸Ñ˜°." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "—°Ñğу³µ" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr " µ·µÑ€²µ ½¸ÑÑƒ ż´µÑˆµ½µ" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "¸Ñ°ĵ тşÑ€¸ урµÑ’°Ñ˜µ рµ·µÑ€²µ" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "˜ÑżÑ€°²½° ĵµÑÑ‚µ ·° рµ·µÑ€²µ јш ½¸ÑÑƒ ½°²µ´µ½°" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "œĥµÑ‚µ ½°żÑ€°²¸Ñ‚¸ рµ·µÑ€²µ фт³Ñ€°Ñ„¸Ñ˜° ¸ с½¸ĵ°ş° ½° ²¸Ñˆµ ĵµÑÑ‚° у тşÑƒ " "żÑ€µÑƒ·¸ĵ°Ñš°, ½żÑ€. ½° сżÑ™½¸ĵ ´¸Ñş²¸ĵ°." #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "°żÑ€°²¸ рµ·µÑ€²Ñƒ фт³Ñ€°Ñ„¸Ñ˜° ¸ с½¸ĵ°ş° ·° ²Ñ€µĵµ żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Ħ°ĵ żÑ€½°Ñ’¸ урµÑ’°Ñ˜µ ·° рµ·µÑ€²µ" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "°·¸² ф°ÑÑ†¸şğµ ·° фт³Ñ€°Ñ„¸Ñ˜µ:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "°·¸² ф°ÑÑ†¸şğµ ·° с½¸ĵşµ:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "ŸÑ€¸ĵµÑ€:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "ŸÑƒÑ‚°Ñš° ´ рµ·µÑ€²µ фт³Ñ€°Ñ„¸Ñ˜°:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "ŸÑƒÑ‚°Ñš° ´ рµ·µÑ€²µ с½¸ĵ°ş°:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "2. урµÑ’°Ñ˜" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "ŸÑ€Ñ˜µşÑ‚²°½ şÑ€¸ÑˆÑ›µÑšµ сĵµÑˆÑ‚°Ñ˜° рµ·µÑ€²µ" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "žżÑ†¸Ñ˜µ рµ·µÑ€²µ" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "THM с½¸ĵ°ş" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "·²Ñƒş" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s с½¸ĵş°" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "šÑ€¸ÑˆÑ›µ½" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "ŸÑ€µ²¸Ñˆµ" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s јµ сğħ´½ ´ %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "¤Ñ‚³Ñ€°Ñ„¸Ñ˜µ" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Ħ½¸ĵц¸" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "ŸÑ€Ñ˜µşÑ‚²°½ сĵµÑˆÑ‚°Ñ˜ сµ şÑ€¸ÑÑ‚¸ ½°ş½ żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "ŸÑ€¸·²Ñ™½..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Ÿ´µÑ¸Ñ‚µ ст²°Ñ€°Ñšµ с°´Ñ€ĥ°½µ ф°ÑÑ†¸şğµ фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Ÿ´µÑ¸Ñ‚µ ст²°Ñ€°Ñšµ с°´Ñ€ĥ°½µ ф°ÑÑ†¸şğµ с½¸ĵ°ş°" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "”ру³" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "˜ÑżÑ€ħ°²°ĵ урµÑ’°Ñ˜..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "ŸÑ€¸²Ñ€µĵµ½ ·°½µĵ°Ñ€¸ ²°Ñ˜ урµÑ’°Ñ˜" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "˘Ñ€°Ñ˜½ ·°½µĵ°Ñ€¸ ²°Ñ˜ урµÑ’°Ñ˜" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Ÿ½² żÑ€µ³ğµ´°Ñ˜" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s јµ żÑƒ½" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "¤Ñ‚-°ż°Ñ€°Ñ‚¸" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s урµÑ’°Ñ˜¸" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "„%s“ + „%s“" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "šğ¸ş½¸Ñ‚µ ½° şÑƒÑ›¸Ñ†Ñƒ ´°Ñ‚Ñ‚µşµ ´° јµ ·½°Ñ‡¸Ñ‚µ ¸ğ¸ ´·½°Ñ‡¸Ñ‚µ ·° żÑ€µÑƒ·¸ĵ°Ñšµ." #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "”°Ñ‚Ñ‚µşµ şÑ˜µ су ²µÑ› żÑ€µÑƒ·µÑ‚µ сµ ż°ĵтµ. ˜ ´°Ñ™µ ĵĥµÑ‚µ ·½°Ñ‡¸Ñ‚¸ р°½¸Ñ˜µ " "żÑ€µÑƒ·µÑ‚µ ´°Ñ‚Ñ‚µşµ ·° ż½²½ żÑ€µÑƒ·¸ĵ°Ñšµ, °ğ¸ су у½°żÑ€µ´ ´·½°Ñ‡µ½µ, ¸ њ¸Ñ…²µ " "сğ¸Ñ‡¸Ñ†µ су ·°Ñ‚°ĵњµ½µ, т°ş ´° ¸Ñ… ĵĥµÑ‚µ р°·ğ¸ş²°Ñ‚¸ ´ ´°Ñ‚Ñ‚µş° şÑ˜µ тµş " "трµħ° ´° сµ żÑ€µÑƒ·ĵµÑ‚µ." #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" "šğ¸ş½¸Ñ‚µ ½° żÑ™µ ·° ·½°Ñ‡°²°Ñšµ урµÑ’°Ñ˜° ´° ħр· ·½°Ñ‡¸Ñ‚µ ¸ğ¸ ´·½°Ñ‡¸Ñ‚µ с²µ " "њµ³²µ ´°Ñ‚Ñ‚µşµ ·° żÑ€µÑƒ·¸ĵ°Ñšµ." #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      ° ¸ğустр°Ñ†¸Ñ˜¸ ¸·½°´, żÑ€²¸ рµ´ ²Ñ€µĵµ½Ñşµ 𸽸јµ јµ цр½ јµÑ€ су с²µ " "´°Ñ‚Ñ‚µşµ \n" "т³ ´°Ñ‚уĵ° żÑ€µÑ‚Ñ…´½ żÑ€µÑƒ·µÑ‚µ.

      \n" "

      šğ¸·°Ñ‡ ²Ñ€µĵµ½Ñşµ 𸽸јµ ż´µÑˆ°²° ²Ñ€µĵµ żÑ€Ñ‚µşğ ¸·ĵµÑ’у у·°ÑÑ‚ż½¸Ñ… с½¸ĵ°ş° " "şÑ€¸ÑˆÑ›µ½ ·° ¸·³Ñ€°´ÑšÑƒ \n" "²Ñ€µĵµ½Ñşµ 𸽸јµ:

      \n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" "ŸÑ€µÑƒ·¸ĵ°Ñšµ у²µş уşÑ™ÑƒÑ‡ÑƒÑ˜µ с²µ ´°Ñ‚Ñ‚µşµ şÑ˜µ су ·½°Ñ‡µ½µ ·° żÑ€µÑƒ·¸ĵ°Ñšµ, " "уşÑ™ÑƒÑ‡ÑƒÑ˜ÑƒÑ›¸ ¸ ½µ şÑ˜µ трµ½ÑƒÑ‚½ ½¸ÑÑƒ żÑ€¸ş°·°½µ јµÑ€ сµ şÑ€¸ÑÑ‚¸ ²Ñ€µĵµ½Ñş° " "𸽸ј°." #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" "\n" " œ¸½¸Ñ˜°Ñ‚урµ сµ ĵ³Ñƒ żÑ€µÑ’°Ñ‚¸ ż р°·½¸ĵ şÑ€¸Ñ‚µÑ€¸Ñ˜Ñƒĵ¸ĵ°:\n" "
        \n" "
      1. ’Ñ€µĵµ ¸·ĵµ½µ: ş°´° јµ ´°Ñ‚Ñ‚µş° żÑğµ´Ñš¸ żÑƒÑ‚ ¸·ĵµÑšµ½°, у сşğ°´Ñƒ с° " "њµ½¸ĵ ĵµÑ‚° ż´°Ñ†¸ĵ° (ş°´° су \n" " ´ÑÑ‚уż½¸) ¸ğ¸ у сşğ°´Ñƒ с° с¸ÑÑ‚µĵĵ ´°Ñ‚Ñ‚µş° (ş° рµ·µÑ€²°).
      2. \n" "
      3. Ħт°Ñšµ ¸·°ħр°½ÑÑ‚¸: ´° ğ¸ јµ ´°Ñ‚Ñ‚µş° ·½°Ñ‡µ½° ·° " "żÑ€µÑƒ·¸ĵ°Ñšµ.
      4. \n" "
      5. °·¸² ´°Ñ‚Ñ‚µşµ: żÑƒ½ ½°·¸² ´°Ñ‚Ñ‚µşµ, уşÑ™ÑƒÑ‡ÑƒÑ˜ÑƒÑ›¸ ½°ÑÑ‚°²°ş.
      6. \n" "
      7. °ÑÑ‚°²°ş: ½°ÑÑ‚°²°ş ½°·¸²° ´°Ñ‚Ñ‚µşµ. œĥµÑ‚µ şÑ€¸ÑÑ‚¸Ñ‚¸ ² ·° " "³Ñ€Ñƒż¸Ñ°Ñšµ јżµ³ ¸ с¸Ñ€²¸Ñ… Ñğ¸ş°, ½° \n" "żÑ€¸ĵµÑ€.
      8. \n" "
      9. ’рст° ´°Ñ‚Ñ‚µşµ: фт³Ñ€°Ñ„¸Ñ˜° ¸ğ¸ с½¸ĵ°ş.
      10. \n" "
      11. £Ñ€µÑ’°Ñ˜: ½°·¸² урµÑ’°Ñ˜° с° ş³° су żÑ€µÑƒ·µÑ‚µ фт³Ñ€°Ñ„¸Ñ˜µ ¸ " "с½¸ĵц¸.
      12. \n" "
      " #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" "\n" "š°´° р°·ĵ¸ÑˆÑ™°Ñ‚µ струşÑ‚ур¸ ²°Ñˆµ³ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ° żÑ€µÑƒ·¸ĵ°Ñš°, ¸ĵ°Ñ˜Ñ‚µ ½° уĵу " "´²µ р°·ğ¸Ñ‡¸Ñ‚µ ²Ñ€ÑÑ‚µ\n" "´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ°:\n" "
        \n" "
      1. ž´Ñ€µ´¸Ñˆ½° ф°ÑÑ†¸şğ°, тј. „Ħğ¸şµâ€œ, „¤Ñ‚³Ñ€°Ñ„¸Ñ˜µâ€œ, ¸ğ¸\n" "„Ħ½¸ĵц¸â€œ. ž²°Ñ˜ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ трµħ° ²µÑ› ´° żÑÑ‚ј¸ ½° ²°Ñˆµĵ р°Ñ‡Ñƒ½°Ñ€Ñƒ. ° " "¸Ñğустр°Ñ†¸Ñ˜¸ \n" "¸Ñż´, ´Ñ€µ´¸Ñˆ½µ ф°ÑÑ†¸şğµ су „Ħğ¸şµâ€œ ¸ „Ħ½¸ĵц¸â€œ.\n" "°·¸² ´Ñ€µ´¸Ñˆ½µ ф°ÑÑ†¸şğµ јµ żÑ€¸ş°·°½ ½° с¸²Ñ˜ тр°Ñ†¸ ´ĵ°Ñ… ¸·½°´ ст°ħğ° " "ф°ÑÑ†¸şğ¸, \n" "с° ¸ş½¸Ñ†ĵ ф°ÑÑ†¸şğµ с° ğµ²µ стр°½µ ¸ ¸ş½¸Ñ†ĵ ·ÑƒżÑ‡°½¸ş° с°Ñ²¸ĵ ½° ´µÑ½Ñ˜ " "стр°½¸.
      2. \n" "
      3. Ÿ´Ñ„°ÑÑ†¸şğµ żÑ€µÑƒ·¸ĵ°Ñš°, ° т су ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ¸ şÑ˜µ ћµ ‘Ñ€·¸ " "żÑ€µ½Ñ¸ğ°Ñ† фт³Ñ€°Ñ„¸Ñ˜° \n" "с°ĵ ´° ½°żµ°²¸. µ ĵр°Ñ˜Ñƒ ²µÑ› żÑÑ‚ј°Ñ‚¸ ½° ²°Ñˆµĵ р°Ñ‡Ñƒ½°Ñ€Ñƒ, °ğ¸ јµ с°Ñ²¸ĵ у " "рµ´Ñƒ °ş ¸Ñ… ¸ĵ°Ñ‚µ.\n" "‘¸Ñ›µ ст²Ñ€µ½µ у ´Ñ€µ´¸Ñˆ½Ñ˜ ф°ÑÑ†¸şğ¸.
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "œĥµÑ‚µ żÑ€µÑƒ·µÑ‚¸ фт³Ñ€°Ñ„¸Ñ˜µ ¸ с½¸ĵşµ у ¸ÑÑ‚у ´Ñ€µ´¸Ñˆ½Ñƒ ф°ÑÑ†¸şğу, ¸ğ¸ ´° " "½°²µ´µÑ‚µ р°·ğ¸Ñ‡¸Ñ‚у \n" "·° с²°şÑƒ żÑ˜µ´¸½°Ñ‡½. ˜ÑÑ‚ сµ żÑ€¸ĵµÑšÑƒÑ˜µ ½° с°´Ñ€ĥ°½µ ´Ñ€µ´¸Ñˆ½µ ф°ÑÑ†¸şğµ ·° " "фт³Ñ€°Ñ„¸Ñ˜µ ¸ \n" "с½¸ĵşµ—żÑ€µÑƒ·ĵ¸Ñ‚µ фт³Ñ€°Ñ„¸Ñ˜µ ¸ с½¸ĵşµ у ¸ÑÑ‚µ ´Ñ€µ´¸Ñˆ½µ ż´Ñ„°ÑÑ†¸şğµ, " "¸ğ¸ şÑ€¸ÑÑ‚¸Ñ‚µ ´Ñ€Ñƒ³°Ñ‡¸Ñ˜Ñƒ шµĵу ·° с²°şÑƒ \n" "²Ñ€ÑÑ‚у. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" "\n" "š°´ ³´ јµ ĵ³ÑƒÑ›µ, żÑ€³Ñ€°ĵ żÑ€¸ş°·ÑƒÑ˜µ żÑ€µ³ğµ´ ż´Ñ„°ÑÑ†¸şğ¸ żÑ€µÑƒ·¸ĵ°Ñš° " "фт³Ñ€°Ñ„¸Ñ˜° ¸ с½¸ĵ°ş° ·° żÑ€µÑƒ·¸ĵ°Ñšµ:\n" "
        \n" "
      1. Ħт°ħğ ´Ñ€µ´¸Ñˆ½µ ф°ÑÑ†¸şğµ żş°·ÑƒÑ˜µ ż´Ñ„°ÑÑ†¸şğµ żÑ€µÑƒ·¸ĵ°Ñš° şÑ˜µ су ²µÑ› ½° " "р°Ñ‡Ñƒ½°Ñ€Ñƒ (¸Ñż¸Ñ°½µ \n" " ħ¸Ñ‡½¸ĵ, ½µ¸ÑşÑˆµ½¸ĵ ф½Ñ‚ĵ), ¸ ż´Ñ„°ÑÑ†¸şğµ şÑ˜µ ћµ ħ¸Ñ‚¸ ½°żÑ€°²Ñ™µ½µ ·° " "²Ñ€µĵµ żÑ€µÑƒ·¸ĵ°Ñš° \n" " (с° ¸ÑşÑˆµ½¸ĵ ½°·¸²¸ĵ°).
      2. \n" "
      3. Ħт°ħğ ф°ÑÑ†¸şğ¸ т°şÑ’µ żş°·ÑƒÑ˜µ у şÑ˜¸ĵ ż´Ñ„°ÑÑ†¸şğ°ĵ° ћµ ´°Ñ‚Ñ‚µşµ ħ¸Ñ‚¸ " "żÑ€µÑƒ·µÑ‚µ (ħјµ½µ у \n" " цр½).
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "°·¸²¸ ż´Ñ„°ÑÑ†¸şğ¸ żÑ€µÑƒ·¸ĵ°Ñš° сµ у³ğ°²½ĵ ст²°Ñ€°Ñ˜Ñƒ şÑ€¸ÑˆÑ›µÑšµĵ ½µş³ ¸ğ¸ с²¸Ñ… " "´ żÑ€°Ñ‚µÑ›¸Ñ… µğµĵµ½°Ñ‚°:\n" "
        \n" "
      1. œµÑ‚° ż´°Ñ†¸ ´°Ñ‚Ñ‚µşµ, ²Ñ€ğ чµÑÑ‚ уşÑ™ÑƒÑ‡ÑƒÑ˜Ñƒ ´°Ñ‚уĵ ст²°Ñ€°Ñš° " "фт³Ñ€°Ñ„¸Ñ˜° ¸ğ¸ с½¸ĵ°ş°, °ğ¸ т°şÑ’µ \n" "ĵ³Ñƒ \n" "´° уşÑ™ÑƒÑ‡µ ½°·¸² ĵ´µğ° фт-°ż°Ñ€°Ñ‚°, сµÑ€¸Ñ˜Ñş¸ ħрј фт-°ż°Ñ€°Ñ‚° ¸ğ¸ ½°ÑÑ‚°²°ş " "´°Ñ‚Ñ‚µşµ ½żÑ€. ˆŸ“ ¸ğ¸ Ĥ 2.
      2. \n" "
      3. ¨¸Ñ„Ñ€° żÑğ°, јµ сğħ´°½ тµşÑÑ‚ şÑ˜¸ ½°²´¸Ñ‚µ у ²Ñ€µĵµ żÑ€µÑƒ·¸ĵ°Ñš°, " "ş° шт јµ\n" "½°·¸² ´³°Ñ’°Ñ˜° ¸ğ¸ ĵµÑÑ‚.
      4. \n" "
      5. ˘µşÑÑ‚ space.
      6. \n" "
      \n" "˜ĵµ½²°Ñšµ ż´Ñ„°ÑÑ†¸şğ¸ ³´¸½ĵ, ĵµÑµÑ†ĵ ¸ ½° şÑ€°Ñ˜Ñƒ ´°½ĵ у ħрјµ²½ĵ ħğ¸şÑƒ " "ч¸½¸ ğ°ş¸ĵ \n" "њ¸Ñ…² рµÑ’°Ñšµ у żÑ€µ³ğµ´½¸şÑƒ ´°Ñ‚Ñ‚µş°, шт ħ¸ ħ¸ğ њµ³²° ż´Ñ€°·Ñƒĵµ²°½° " "żÑ†¸Ñ˜°:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "”° °ÑƒÑ‚ĵ°Ñ‚сş¸ ст²Ñ€¸Ñ‚µ ż´Ñ„°ÑÑ†¸şğµ ş° шт żÑ€µÑƒ·¸ĵ°Ñ‚µ, \n" "ĵĥµÑ‚µ şÑ€¸ÑÑ‚¸Ñ‚¸ јµ´½Ñƒ ´ у³Ñ€°Ñ’µ½¸Ñ… ż´µÑˆµ½ÑÑ‚¸ ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° " "фт³Ñ€°Ñ„¸Ñ˜°, ¸ğ¸ ´° ст²Ñ€¸Ñ‚µ żÑ€¸·²Ñ™½Ñƒ ż´µÑˆµ½ÑÑ‚. šğ¸ş½¸Ñ‚µ ½° \n" "¸ş½¸Ñ†Ñƒ ·ÑƒżÑ‡°½¸ş° ´° żÑ€¸ş°ĥµÑ‚µ ż°´°Ñ˜ÑƒÑ›¸ ¸·ħр½¸ş: \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "šÑ€¸ÑÑ‚µÑ›¸ ż°´°Ñ˜ÑƒÑ›¸ ¸·ħр½¸ş, ¸·°ħµÑ€¸Ñ‚µ у³Ñ€°Ñ’µ½Ñƒ ż´µÑˆµ½ÑÑ‚ ¸ğ¸ şğ¸ş½¸Ñ‚µ ½° " "ŸÑ€¸·²Ñ™½ ´° ż´µÑ¸Ñ‚µ с²Ñ˜Ñƒ \n" "шµĵу. Ħт²Ñ€¸Ñ‚µ с²Ñ˜Ñƒ шµĵу şÑ€¸ÑÑ‚µÑ›¸ урµÑ’¸²°Ñ‡ т²Ñ€Ñ†° ż´Ñ„°ÑÑ†¸şğ¸ фт³Ñ€°Ñ„¸Ñ˜° " "¸ğ¸ с½¸ĵş°: \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" "ž²° ¸ğустр°Ñ†¸Ñ˜° żş°·ÑƒÑ˜µ с°Ñ‡Ñƒ²°½Ñƒ żÑ€¸·²Ñ™½Ñƒ ż´µÑˆµ½ÑÑ‚ ż´ ½°·¸²ĵ „œÑ˜° " "żÑ€¸·²Ñ™½° ż´µÑˆµ½ÑÑ‚“." #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "µ ĵр°Ñ‚µ ´° ½°żÑ€°²¸Ñ‚µ у³½µĥ´µ½µ ż´Ñ„°ÑÑ†¸şğµ żÑ€µÑƒ·¸ĵ°Ñš°. ž²° ¸ğустр°Ñ†¸Ñ˜° " "żş°·ÑƒÑ˜µ \n" "ст²°Ñ€°Ñšµ ż´Ñ„°ÑÑ†¸şğ¸ żÑ€µÑƒ·¸ĵ°Ñš° şÑ˜µ с°´Ñ€ĥµ с°ĵ ´°Ñ‚уĵ с½¸ĵ°Ñš° фт³Ñ€°Ñ„¸Ñ˜° ¸ " "\n" "ш¸Ñ„ру żÑğ°:\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "˜°ş ¸ĵ° ĵ½³ у³Ñ€°Ñ’µ½¸Ñ… żÑ†¸Ñ˜° ¸ĵµ½²°Ñš° ´°Ñ‚уĵ°/²Ñ€µĵµ½°, ĵĥµ сµ ´µÑ¸Ñ‚¸ ´° " "²°ĵ \n" "трµħ° ½µÑˆÑ‚ ´Ñ€Ñƒ³°Ñ‡¸Ñ˜µ. ¸Ñ˜µ żÑ€ħğµĵ ´° с°ĵ¸ ст²Ñ€¸Ñ‚µ јµ´½Ñƒ. œĥµÑ‚µ " "şĵħ¸½²°Ñ‚¸ ¸·ħрµ ´°Ñ‚уĵ°/²Ñ€µĵµ½° ´° \n" "ст²Ñ€¸Ñ‚µ ½²µ şĵħ¸½°Ñ†¸Ñ˜µ. ŸÑ€µÑ‚żÑÑ‚°²¸ĵ ´° стµ хтµğ¸ фрĵ°Ñ‚ ´°Ñ‚уĵ° şÑ˜¸ " "şĵħ¸½ÑƒÑ˜µ ³´¸½Ñƒ (““““), црт¸Ñ†Ñƒ, \n" "¸ ĵµÑµÑ† (œœ) ´° ´°Ñ˜µ œœ.““““.. œĥµÑ‚µ ³° ½°żÑ€°²¸Ñ‚¸ ²°ş (ħр°Ñ‚¸Ñ‚µ ż°ĥњу ½° " "цр²µ½¸ şÑ€Ñƒ³ ş црт¸Ñ†µ):\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "ŸÑ€Ñ‡¸Ñ‚°Ñ˜Ñ‚µ ²¸Ñˆµ с²¸ĵ ½°Ñ‡¸½¸ĵ° ½° şÑ˜µ ĵĥµÑ‚µ ст²Ñ€¸Ñ‚¸ ½°·¸² ż´Ñ„°ÑÑ†¸şğµ " "żÑ€µÑƒ·¸ĵ°Ñš° ¸ ½°·¸²µ ´°Ñ‚Ñ‚µş° у ´şÑƒĵµ½" "т°Ñ†¸Ñ˜¸ ½° ĵрµĥ¸.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "¨¸Ñ„Ñ€µ żÑğ²° ²°ĵ ĵ³ÑƒÑ›°²°Ñ˜Ñƒ ´° ğ°ş Ñƒ½µÑµÑ‚µ тµşÑÑ‚ şÑ˜¸ ż¸ÑÑƒÑ˜µ " "сşÑƒż²µ фт³Ñ€°Ñ„¸Ñ˜° ¸ с½¸ĵ°ş°. œĥµÑ‚µ \n" "¸Ñ… şÑ€¸ÑÑ‚¸Ñ‚¸ у ½°·¸²¸ĵ° ż´Ñ„°ÑÑ†¸şğ¸ ¸ ´°Ñ‚Ñ‚µş°. £ ²Ñ˜ ¸ğустр°Ñ†¸Ñ˜¸, ½µşµ " "´°Ñ‚Ñ‚µşµ ¸ĵ°Ñ˜Ñƒ żÑ€¸ĵµÑšµ½Ñƒ\n" "ш¸Ñ„ру żÑğ° „£ğ¸Ñ†°â€œ, ° ¸·°ħр°½µ ´°Ñ‚Ñ‚µşµ ћµ ´ħ¸Ñ‚¸ ш¸Ñ„ру żÑğ° \n" "„—µğµ½° ż¸Ñ˜°Ñ†°â€œ: \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "œĥµÑ‚µ żÑ€¸ĵµ½¸Ñ‚¸ ½²µ ¸ğ¸ żÑÑ‚јµÑ›µ ш¸Ñ„Ñ€µ żÑğ²° żÑ€µ ½µ³ шт żÑ‡½µÑ‚µ с° " "żÑ€µÑƒ·¸ĵ°Ñšµĵ. ş żÑÑ‚јµ ½µşµ \n" "´°Ñ‚Ñ‚µşµ у żÑ€µÑƒ·¸ĵ°ÑšÑƒ şÑ˜µ јш ½µĵ°Ñ˜Ñƒ żÑ€¸ĵµÑšµ½Ñƒ ш¸Ñ„ру żÑğ°, ħ¸Ñ›µ ²°ĵ " "·°Ñ‚Ñ€°ĥµ½ ´° у½µÑµÑ‚µ \n" "ш¸Ñ„ру żÑğ° żÑ€µ ½µ³ шт żÑ€µÑƒ·¸ĵ°Ñšµ żÑ‡½µ.\n" " " #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "ŸÑ‚Ñ€°ĥ¸Ñ‚µ с°²µÑ‚µ ´° ²°Ñ ²´µ у р°´Ñƒ с° ш¸Ñ„Ñ€°ĵ° żÑğ²°:" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" "Ħ°²µÑ‚¸ ћµ сµ р°·ğ¸ş²°Ñ‚¸ у ·°²¸Ñ½ÑÑ‚¸ ´ ş½Ñ‚µşÑÑ‚°, ş° ş°´° ĵ¸Ñˆ ğµħ´¸ ¸·½°´ " "´Ñƒ³ĵµÑ‚°." #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      §µÑ‚¸Ñ€¸ ²Ñ€ÑÑ‚µ ²Ñ€µ´½ÑÑ‚¸ ½¸·° су ´ÑÑ‚уż½µ ´° ²°ĵ żĵ³½Ñƒ ´° ´´µğ¸Ñ‚µ " "јµ´¸½ÑÑ‚²µ½µ ½°·¸²µ ²°Ñˆ¸ĵ фт³Ñ€°Ñ„¸Ñ˜°ĵ° ¸ \n" "с½¸ĵц¸ĵ°:\n" "

        \n" "
      1. ”°½°ÑˆÑš° żÑ€µÑƒ·¸ĵ°Ñš°: żÑ€°Ñ‚¸ żÑ€µÑƒ·¸ĵ°Ñš° ħ°²Ñ™µ½° тşĵ т³ " "´°½°.
      2. \n" "
      3. Ħ°Ñ‡Ñƒ²°½¸ ħрј: сğ¸Ñ‡½ ş° ´°½°ÑˆÑš° żÑ€µÑƒ·¸ĵ°Ñš°, °ğ¸ сµ ż°ĵт¸ ¸· " "żÑğµ´Ñšµ³ żşÑ€µÑ‚°Ñš° \n" "żÑ€³Ñ€°ĵ°.
      4. \n" "
      5. ‘рј сµÑ¸Ñ˜µ: ż½¸ÑˆÑ‚°²° сµ żÑ€¸ğ¸şĵ с²°ş³ żşÑ€µÑ‚°Ñš° " "żÑ€³Ñ€°ĵ°.
      6. \n" "
      7. Ħğ² ½¸·°: ş° ħрјµ²¸ ½¸·°, °ğ¸ şÑ€¸ÑÑ‚¸ сğ²°.
      8. \n" "

      \n" "

      \n" "ŸÑ€Ñ‡¸Ñ‚°Ñ˜Ñ‚µ ²¸Ñˆµ ħрјµ²¸ĵ° ½¸·° у ´şÑƒĵµ½Ñ‚°" "ц¸Ñ˜¸ ½° ĵрµĥ¸.

      \n" " " #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "Ÿ°½µğ ŸÑ€µ¸ĵµ½ÑƒÑ˜ ²°ĵ ĵ³ÑƒÑ›°²° ´° ż´µÑ¸Ñ‚µ żÑ€µ¸ĵµ½²°Ñšµ ´°Ñ‚Ñ‚µş°. ”° " "żÑ€µ¸ĵµ½ÑƒÑ˜Ñ‚µ ²°Ñˆµ ´°Ñ‚Ñ‚µşµ, ĵĥµÑ‚µ ¸·°ħр°Ñ‚¸\n" "¸· ²µÑ› żÑÑ‚јµÑ›¸Ñ… ż´µÑˆµ½ÑÑ‚¸ żÑ€µ¸ĵµ½²°Ñš° ¸ğ¸ ´° ´Ñ€µ´¸Ñ‚µ ½µşÑƒ ²°ÑˆÑƒ. " " \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      žżÑ†¸Ñ˜° £Ñ°³ğ°Ñ¸ Ħ¸Ñ€²Ñƒ + ˆŸ•“ јµ şÑ€¸Ñ½° °ş şÑ€¸ÑÑ‚¸Ñ‚µ фу½şÑ†¸Ñ˜Ñƒ " "Ħ¸Ñ€²° + ˆŸ•“ ½° ²°Ñˆµĵ \n" "фт-°ż°Ñ€°Ñ‚у ¸ şÑ€¸ÑÑ‚¸Ñ‚µ ħрјµ²µ ½¸·° у żÑ€µ¸ĵµ½²°ÑšÑƒ ²°Ñˆ¸Ñ… фт³Ñ€°Ñ„¸Ñ˜°. " "£şÑ™ÑƒÑ‡¸²°Ñšµ ²µ żÑ†¸Ñ˜µ \n" "ћµ ´²µÑÑ‚¸ ´ т³° ´° żÑ€³Ñ€°ĵ тşÑ€¸Ñ˜µ ´³²°Ñ€°Ñ˜ÑƒÑ›µ ż°Ñ€²µ с¸Ñ€²¸Ñ… ¸ ˆŸ•“ " "фт³Ñ€°Ñ„¸Ñ˜°, ° ş°´° сµ тşÑ€¸Ñ˜Ñƒ, \n" "¸ÑÑ‚¸ ħрјµ²¸ ½¸·° ħ¸Ñ›µ żÑ€¸ĵµÑ𵽏 ½° ħ° ½°·¸²° фт³Ñ€°Ñ„¸Ñ˜°. °´°Ñ™µ, ½¸·²¸ " "ћµ ħ¸Ñ‚¸ \n" "с²µĥµ½¸ ş° ´° јµ фт³Ñ€°Ñ„¸Ñ˜° јµ´½°.

      \n" "

      \n" "ŸÑ€Ñ‡¸Ñ‚°Ñ˜Ñ‚µ ²¸Ñˆµ żÑ€µ¸ĵµ½²°ÑšÑƒ ´°Ñ‚Ñ‚µş° у ´şÑƒĵµ½Ñ‚°Ñ†¸Ñ˜¸ ½° " "ĵрµĥ¸.

      \n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "œĥµÑ‚µ ¸ĵ°Ñ‚¸ рµ·µÑ€²µ с²Ñ˜¸Ñ… фт³Ñ€°Ñ„¸Ñ˜° ¸ с½¸ĵ°ş° ½° ²¸Ñˆµ ĵµÑÑ‚° ½°ş½ " "њ¸Ñ…²³ żÑ€µÑƒ·¸ĵ°Ñš°, ş° шт су \n" "сżÑ™½¸ ч²Ñ€ÑÑ‚¸ ´¸Ñş²¸ ¸ğ¸ ĵµÑÑ‚° ½° ĵрµĥ¸. £Ñ€µÑ’°Ñ˜¸ рµ·µÑ€²µ сµ ĵ³Ñƒ °ÑƒÑ‚ĵ°Ñ‚сş¸ " "тşÑ€¸Ñ‚¸, ¸ğ¸ т°Ñ‡½° \n" "½°²µ´µ½° ĵµÑÑ‚° рµ·µÑ€²µ.\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "µşe żÑÑ‚°²şµ żÑ€³Ñ€°ĵ° сµ ĵ³Ñƒ ż´µÑ¸Ñ‚¸ с° 𸽸јµ ½°Ñ€µ´ħ¸, уşÑ™ÑƒÑ‡ÑƒÑ˜ÑƒÑ›¸ ¸·²Ñ€µ " "\n" "żÑ€µÑƒ·¸ĵ°Ñš°, ´Ñ€µ´¸ÑˆÑ‚° ¸ рµ·µÑ€²µ. žÑ¸ĵ т³°, ż´µÑˆ°²°Ñš° сµ ĵ³Ñƒ ²Ñ€°Ñ‚¸Ñ‚¸ ½° " "њ¸Ñ…²° \n" "ż´Ñ€°·Ñƒĵµ²°½° ст°Ñš°, ° ст°²° ¸ ·°ż°ĵћµ½µ ´°Ñ‚Ñ‚µşµ ч¸ÑˆÑ›µ½µ. \n" " " #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" "\n" "‘Ñ€·¸ żÑ€µ½Ñ¸ğ°Ñ† фт³Ñ€°Ñ„¸Ñ˜° р°´¸ с° тр¸ ²Ñ€ÑÑ‚µ ст°²°:\n" "
        \n" "
      1. žÑÑ‚°²° сğ¸Ñ‡¸Ñ†° ч¸Ñ˜° јµ јµ´¸½° с²Ñ€Ñ…° ´° с°Ñ‡Ñƒ²° сğ¸Ñ‡¸Ñ†µ ´°Ñ‚Ñ‚µş° с° " "²°Ñˆµ³ фт-°ż°Ñ€°Ñ‚°, \n" "ĵµĵр¸Ñ˜Ñş¸Ñ… ş°Ñ€Ñ‚¸Ñ†°, ¸ ´Ñ€Ñƒ³¸Ñ… урµÑ’°Ñ˜°.
      2. \n" "
      3. ŸÑ€¸²Ñ€µĵµ½° ст°²° ´°Ñ‚Ñ‚µş° żÑ€µÑƒ·µÑ‚¸Ñ… с° фт-°ż°Ñ€°Ñ‚°, јµ´½° ·° " "фт³Ñ€°Ñ„¸Ñ˜µ ° ´Ñ€Ñƒ³° ·° \n" "с½¸ĵşµ. °ğ°·µ сµ у żÑ€¸²Ñ€µĵµ½¸ĵ ż´Ñ„°ÑÑ†¸şğ°ĵ° у ´Ñ€µ´¸ÑˆÑ‚у żÑ€µÑƒ·¸ĵ°Ñš°.
      4. \n" "
      5. žÑÑ‚°²° сğ¸Ñ‡¸Ñ†° р°´½µ ż²Ñ€Ñˆ¸, у şÑ˜Ñ˜ ‘Ñ€·¸ żÑ€µ½Ñ¸ğ°Ñ† фт³Ñ€°Ñ„¸Ñ˜° " "чу²° сğ¸Ñ‡¸Ñ†µ \n" "с¸Ñ€²¸Ñ… ¸ ˘˜¤¤ фт³Ñ€°Ñ„¸Ñ˜° ½°ş½ њ¸Ñ…²³ żÑ€µÑƒ·¸ĵ°Ñš°. ŸÑ€µ³ğµ´°Ñ‡¸ ´°Ñ‚Ñ‚µş° ş° " "“½ĵ²µ ´°Ñ‚Ñ‚µşµ \n" "т°şÑ’µ şÑ€¸ÑÑ‚µ ²Ñƒ ст°²Ñƒ, шт ·½°Ñ‡¸ ´° ћµ ¸ ½¸ żÑ€¸ş°·°Ñ‚¸ сğ¸Ñ‡¸Ñ†µ ·° ²µ " "´°Ñ‚Ñ‚µşµ. \n" "
      6. \n" "
      \n" "ŸÑ€Ñ‡¸Ñ‚°Ñ˜Ñ‚µ ²¸Ñˆµ ²¸ĵ ст°²°ĵ° ¸ њ¸Ñ…²ĵ ´µÑ˜ÑÑ‚²Ñƒ ½° уч¸½ş²¸Ñ‚ст żÑ€µÑƒ·¸ĵ°Ñš° " "у ´şÑƒĵµ½Ñ‚°Ñ†¸Ñ˜¸ ½° " "ĵрµĥ¸.\n" " " #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Ħ°²µÑ‚ ´°½°" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "”° 𸠷°½Ñ‚µ...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "ŸÑ€¸ş°ĥ¸ с°²µÑ‚µ żÑ€¸ żşÑ€µÑ‚°ÑšÑƒ" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Ħ𵴵ћµ" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&ŸÑ€µÑ‚Ñ…´½" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/сµş" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "µşğ¸ş сµşÑƒ½´µ" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 сµşÑƒ½´°" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d сµşÑƒ½´µ" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 ĵ¸½ÑƒÑ‚" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d ĵ¸½ÑƒÑ‚°" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 с°Ñ‚" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d с°Ñ‚°" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 ´°½" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d ´°½°" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 ĵ¸½ÑƒÑ‚, 1 сµşÑƒ½´°" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 ĵ¸½ÑƒÑ‚, %d сµşÑƒ½´µ" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d ĵ¸½ÑƒÑ‚°, 1 сµşÑƒ½´°" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d ĵ¸½ÑƒÑ‚°, %(seconds)d сµşÑƒ½´µ" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 с°Ñ‚, 1 ĵ¸½ÑƒÑ‚" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 с°Ñ‚, %d ĵ¸½ÑƒÑ‚°" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d с°Ñ‚, 1 ĵ¸½ÑƒÑ‚" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d с°Ñ‚°, %(minutes)d ĵ¸½ÑƒÑ‚°" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 ´°½, 1 с°Ñ‚" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 ´°½, %d с°Ñ‚°" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d ´°½, 1 с°Ñ‚" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d ´°½°, %(hours)d с°Ñ‚°" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "°Ñ’¸" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "˜·²µÑˆÑ‚°Ñ˜¸ ³Ñ€µÑˆş°ĵ° — ‘Ñ€·¸ żÑ€µ½Ñ¸ğ°Ñ† фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "°Ñ’¸ у ¸·²µÑˆÑ‚°Ñ˜¸ĵ°" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "°Ñ’¸Ñ‚µ żÑ€µÑ‚Ñ…´½Ñƒ żÑ˜°²Ñƒ ¸·Ñ€°·°" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "°Ñ’¸Ñ‚µ с𵴵ћу żÑ˜°²Ñƒ ¸·Ñ€°·°" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&˜ÑÑ‚°ş½¸ с²µ" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "˜ÑÑ‚°ş½¸Ñ‚µ с²µ żÑ˜°²µ ¸·Ñ€°·°" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&£żÑ€µ´¸ ²µğ¸Ñ‡¸½Ñƒ сğ²°" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "˘Ñ€°ĥ¸Ñ‚µ с° р°·ğ¸ş²°Ñšµĵ ²µğ¸Ñ‡¸½µ сğ²°" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Ĥµğµ рµÑ‡¸" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "˘Ñ€°ĥ¸Ñ‚µ с°ĵ цµğµ рµÑ‡¸" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "žÑ‡¸ÑÑ‚¸" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "¸Ñ°ĵ ½°Ñˆ° ¸·Ñ€°·" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "ŸÑ€µÑ‚Ñ€°³° јµ ½° чµş°ÑšÑƒ..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "ŸÑ€ħğµĵ у ‘Ñ€·ĵ żÑ€µ½Ñ¸Ñ†Ñƒ фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "”Ñˆğ јµ ´ żÑ€ħğµĵ° у ‘Ñ€·ĵ żÑ€µ½Ñ¸Ñ†Ñƒ фт³Ñ€°Ñ„¸Ñ˜°\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "ŸÑ€¸Ñ˜°²¸Ñ‚µ żÑ€ħğµĵ ½° „{website}“\n" "\n" " ŸÑ€¸ğĥ¸Ñ‚µ ´°Ñ‚Ñ‚µşÑƒ ´½µ²½¸ş° у· ¸·²µÑˆÑ‚°Ñ˜, şÑ˜¸ сµ ½°ğ°·¸ ½° „{log_path}“\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "žÑ‚²Ñ€¸ у żÑ€µ³ğµ´°Ñ‡Ñƒ ´°Ñ‚Ñ‚µş°..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Ħ¸ÑÑ‚µĵ ´°Ñ‚Ñ‚µş°" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "”ру³..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "„%s“ (ĵµÑÑ‚ ½µ żÑÑ‚ј¸)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "”°Ñ‚уĵ" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "˘µşÑÑ‚" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "°·¸² ´°Ñ‚Ñ‚µşµ" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "œµÑ‚°ż´°Ñ†¸" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "¸·²¸" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "¨¸Ñ„Ñ€° żÑğ°" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "”°Ñ‚уĵ Ñğ¸şµ" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "”°Ñ‚уĵ с½¸ĵş°" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "”°½°Ñ" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "’Ñ€µĵµ żÑ€µÑƒ·¸ĵ°Ñš°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "°·¸²" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "°ÑÑ‚°²°ş" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "‘рј Ñğ¸şµ" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "‘рј с½¸ĵş°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "žÑ‚²Ñ€ ħğµ½´µ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "˜Ħž" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "’Ñ€µĵµ ¸·ğ°³°Ñš°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "–¸ĥ½° ´°Ñ™¸½°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "ŸÑ€¸·²Ñ’°Ñ‡ фт-°ż°Ñ€°Ñ‚°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "œ´µğ фт-°ż°Ñ€°Ñ‚°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "ĦµÑ€¸Ñ˜Ñş¸ ħрј" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "‘рј ş¸´°Ñš°" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "‘рј ´°Ñ‚Ñ‚µşµ" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Ħ°ĵ ф°ÑÑ†¸şğ°" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "˜ĵµ ²ğ°Ñ½¸ş°" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "š´µş" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "¨¸Ñ€¸½°" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "’¸Ñ¸½°" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "”уĥ¸½°" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "š°´Ñ€²° у сµşÑƒ½´¸" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "ÑƒÑ‚Ñ€" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "ÑƒÑ‚рсş° żÑ€°²°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "”°½°ÑˆÑš° żÑ€µÑƒ·¸ĵ°Ñš°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "‘рј сµÑ¸Ñ˜µ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "‘рј с°´Ñ€ĥ°½µ ф°ÑÑ†¸şğµ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "Ħ°Ñ‡Ñƒ²°½¸ ħрј" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "¸· сğ²°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "Ħ²µ ц¸Ñ„Ñ€µ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "ŸÑğµ´Ñš° ц¸Ñ„Ñ€°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "’•›˜š Ħ›ž’" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "ĵ°ğ° сğ²°" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "ˆµ´½° ц¸Ñ„Ñ€°" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "”²µ ц¸Ñ„Ñ€µ" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "˘Ñ€¸ ц¸Ñ„Ñ€µ" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "§µÑ‚¸Ñ€¸ ц¸Ñ„Ñ€µ" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "ŸµÑ‚ ц¸Ñ„Ñ€µ" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "¨µÑÑ‚ ц¸Ñ„Ñ€µ" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "Ħµ´°ĵ ц¸Ñ„°Ñ€°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "Ħтт¸½şµ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "““““œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "““œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "œœ””““““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "œœ””““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "””.œœ.““““." #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "””.œœ.““." #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "““““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "œœ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "œµÑµÑ† (żÑƒ½)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "œµÑµÑ† (сşÑ€°Ñ›µ½)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "§§œœĦĦ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "§§œœ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "§§:œœ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "§§" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr "œœ (ĵ¸½ÑƒÑ‚°)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "ĦĦ" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "”°Ñ‚уĵ" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "”°Ñ‚уĵ (црт¸Ñ†µ)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "”°Ñ‚уĵ (ż´²ğ°şµ)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "”°Ñ‚уĵ ¸ ш¸Ñ„Ñ€° żÑğ°" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "œœ““““_¨¸Ñ„Ñ€° żÑğ°" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Ÿ´Ñ„°ÑÑ†¸şğ° ´°Ñ‚уĵ° ¸ ш¸Ñ„Ñ€µ żÑğ°" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "œœ.““““." #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "¨¸Ñ„Ñ€° żÑğ°" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "˜·²Ñ€½¸ ½°·¸² ´°Ñ‚Ñ‚µşµ" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "”°Ñ‚уĵ-²Ñ€µĵµ ¸ ´°½°ÑˆÑš° żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "””.œœ.““““.—§§:œœâ€”1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "”°Ñ‚уĵ ¸ ´°½°ÑˆÑš° żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "””.œœ.““““.—1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "”°Ñ‚уĵ-²Ñ€µĵµ ¸ ħрј Ñğ¸şµ" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "””.œœ.““““.—1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "”°Ñ‚уĵ-²Ñ€µĵµ ¸ ш¸Ñ„Ñ€° żÑğ°" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "””.œœ.““““.—¨¸Ñ„Ñ€° żÑğ°-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "””.œœ.““““.—¨¸Ñ„Ñ€° żÑğ°-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "”°Ñ‚уĵ-²Ñ€µĵµ ¸ ħрј с½¸ĵş°" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "””.œœ.““““._1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr " µ·ğуц¸Ñ˜°" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "””.œœ.““““.—§§:œœ-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "£ż¸Ñˆ¸Ñ‚µ ½²Ñƒ ш¸Ñ„ру żÑğ°, ¸ğ¸ ¸·°ħµÑ€¸Ñ‚µ ½µşÑƒ żÑ€µÑ‚Ñ…´½Ñƒ" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "¨¸Ñ„Ñ€° żÑğ° ħ¸Ñ›µ żÑ€¸ĵµÑšµ½° ½° „%s“ şÑ˜µ јш ½µĵ° ш¸Ñ„ру żÑğ°." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "¨¸Ñ„Ñ€° żÑğ° ħ¸Ñ›µ żÑ€¸ĵµÑšµ½° ½° „%s“ şÑ˜µ јш ½µĵ° ш¸Ñ„ру żÑğ°." #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "ŸÑ€¸ĵµ½¸ ш¸Ñ„ру żÑğ° ½° żÑ€µÑƒ·¸ĵ°Ñšµ" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "£ż¸Ñˆ¸Ñ‚µ ½²Ñƒ ш¸Ñ„ру żÑğ°" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" "²° ш¸Ñ„Ñ€° żÑğ° ½µÑ›µ ħ¸Ñ‚¸ żÑ€¸ĵµÑšµ½° ½¸ ½° јµ´½Ñƒ фт³Ñ€°Ñ„¸Ñ˜Ñƒ ¸ğ¸ с½¸ĵ°ş." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "²° ш¸Ñ„Ñ€° żÑğ° ½µÑ›µ ħ¸Ñ‚¸ żÑ€¸ĵµÑšµ½° ½° „%s“." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "²° ш¸Ñ„Ñ€° żÑğ° ħ¸Ñ›µ żÑ€¸ĵµÑšµ½° ½° „%s“." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "²° ш¸Ñ„Ñ€° żÑğ°" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&¨¸Ñ„Ñ€° żÑğ°:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&—°ż°ĵт¸ ²°Ñ˜ ¸·ħр" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" "˜·°ħµÑ€¸Ñ‚µ фт³Ñ€°Ñ„¸Ñ˜µ ¸ с½¸ĵşµ ´° ħ¸ÑÑ‚µ ħ¸ğ¸ у ĵ³ÑƒÑ›½ÑÑ‚¸ ´° żÑ€¸ĵµ½¸Ñ‚µ ½²Ñƒ " "¸ğ¸ żÑÑ‚јµÑ›Ñƒ ш¸Ñ„ру żÑğ° ½° њ¸Ñ…." #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" "²° ш¸Ñ„Ñ€° żÑğ° ħ¸Ñ›µ żÑ€¸ĵµÑšµ½° ½° с²µ ¸·°ħр°½µ фт³Ñ€°Ñ„¸Ñ˜µ ¸/¸ğ¸ с½¸ĵşµ." #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" "ş ĥµğ¸Ñ‚µ ´° şÑ€¸ÑÑ‚¸Ñ‚µ ш¸Ñ„Ñ€µ żÑğ²°, ż´µÑ¸Ñ‚µ ´°Ñ‚Ñ‚µşÑƒ żÑ€µ¸ĵµ½²°Ñšµĵ ¸ğ¸ " "½°·¸²µ ´Ñ€µ´¸Ñˆ½¸Ñ… ż´Ñ„°ÑÑ†¸şğ¸ ´° ¸Ñ… şÑ€¸ÑÑ‚µ." #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "ŸÑğµ´Ñšµ şÑ€¸ÑˆÑ›µ½" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr " µÑ’°Ñšµ ш¸Ñ„Ñ€µ żÑğ°:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr " °ÑÑ‚ућµ" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "žż°´°Ñ˜ÑƒÑ›µ" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&²..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&ŸÑ€¸ĵµ½¸" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&£şğ½¸" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "£şğ½¸ с²µ" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "”° 𸠷°¸ÑÑ‚° ĥµğ¸Ñ‚µ ´° уşğ½¸Ñ‚µ с²µ ш¸Ñ„Ñ€µ żÑğ²°?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "£şğ½¸Ñ‚µ с²µ ш¸Ñ„Ñ€µ żÑğ²°" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "¨¸Ñ„Ñ€µ żÑğ²°" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s — %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Ħ°Ñ‡Ñƒ²°Ñ˜ ½²Ñƒ żÑ€¸·²Ñ™½Ñƒ ż´µÑˆµ½ÑÑ‚..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "£şğ½¸ с²µ żÑ€¸·²Ñ™½µ ż´µÑˆµ½ÑÑ‚¸..." #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(²° żÑ€¸·²Ñ™½° ż´µÑˆµ½ÑÑ‚)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (урµÑ’µ½)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "žÑ²µĥ¸ żÑ€¸·²Ñ™½Ñƒ ż´µÑˆµ½ÑÑ‚ „%s“" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Ħ°Ñ‡Ñƒ²°Ñ˜Ñ‚µ ½²Ñƒ żÑ€¸·²Ñ™½Ñƒ ż´µÑˆµ½ÑÑ‚ — ‘Ñ€·¸ żÑ€µ½Ñ¸ğ°Ñ† фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "°·¸² ż´µÑˆµ½ÑÑ‚¸:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "£Ñ€µÑ’¸²°Ñ‡ т²Ñ€Ñ†° ż´Ñ„°ÑÑ†¸şğµ фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "£Ñ€µÑ’¸²°Ñ‡ т²Ñ€Ñ†° ż´Ñ„°ÑÑ†¸şğµ с½¸ĵ°ş°" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "£Ñ€µÑ’¸²°Ñ‡ żÑ€µ¸ĵµ½²°Ñš° фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "£Ñ€µÑ’¸²°Ñ‡ żÑ€µ¸ĵµ½²°Ñš° с½¸ĵ°ş°" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" "£ż·Ñ€µÑšµ: µĵ° ´²Ñ™½ ż´°Ñ‚°ş° ·° " "ст²°Ñ€°Ñšµ żÑƒ½³ ½°·¸²°. šÑ€¸ÑÑ‚¸Ñ‚µ ´Ñ€Ñƒ³µ żÑ†¸Ñ˜µ ·° żÑ€µ¸ĵµ½²°Ñšµ." #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "—½°ş %(separator)s żÑ€°²¸ ½²¸ ½¸² ż´Ñ„°ÑÑ†¸şğµ." #: ../raphodo/nameeditor.py:893 #, 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/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" "£ż·Ñ€µÑšµ: ˆµ´¸½ÑÑ‚²µ½¸ ½°·¸²¸ ´°Ñ‚Ñ‚µş° " "сµ ½µ ĵ³Ñƒ ст²Ñ€¸Ñ‚¸. £Ñ‡¸½¸Ñ‚µ ½°·¸²µ ´°Ñ‚Ñ‚µş° јµ´¸½ÑÑ‚²µ½¸ĵ şÑ€¸ÑÑ‚µÑ›¸ " "²Ñ€µ´½ÑÑ‚¸ ½¸·°." #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "Ÿ´µÑˆµ½ÑÑ‚:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "°Ñ’¸ żĵћ ½° ĵрµĥ¸..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "£ĵµÑ‚½¸" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "Ħ°Ñ‡Ñƒ²°Ñ˜Ñ‚µ ż´µÑˆµ½ÑÑ‚ — ‘Ñ€·¸ żÑ€µ½Ñ¸ğ°Ñ† фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Ħ°Ñ‡Ñƒ²°Ñ˜Ñ‚µ ½²Ñƒ żÑ€¸·²Ñ™½Ñƒ ż´µÑˆµ½ÑÑ‚" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "˘Ñ€°ĥ¸ĵ ½² ¸·´°Ñšµ..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr " °´¸Ñ‚µ с° ½°Ñ˜½²¸Ñ˜¸ĵ ¸·´°Ñšµĵ." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "¸Ñ°ĵ усżµ ´° стуż¸ĵ у ²µ·Ñƒ с° сµÑ€²µÑ€ĵ ·° с²µĥ°²°Ñš°." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "² ¸·´°Ñšµ ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° фт³Ñ€°Ñ„¸Ñ˜° (%s) јµ ´ÑÑ‚уż½." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "”° ğ¸ ĥµğ¸Ñ‚µ ´° żÑ€µÑƒ·ĵµÑ‚µ ½² ¸·´°Ñšµ?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "˜·ĵµ½µ у ½²ĵ ¸·´°ÑšÑƒ ĵĥµÑ‚µ ²¸´µÑ‚¸ ²´µ." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&ŸÑ€µÑşÑ‡¸ ² ¸·´°Ñšµ" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&žÑ‚²Ñ€¸ стр°½¸Ñ†Ñƒ żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "žÑ²µĥµÑš° ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° фт³Ñ€°Ñ„¸Ñ˜°" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s ´ %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "ŸÑ€µÑƒ·¸ĵ°ĵ..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "ŸÑÑ‚°²şµ" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "ÑƒÑ‚ĵ°Ñ‚¸·°Ñ†¸Ñ˜°" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "œ¸½¸Ñ˜°Ñ‚урµ" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr " °´ с° ³Ñ€µÑˆş°ĵ°" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "£ż·Ñ€µÑš°" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "žÑÑ‚°ğ" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "ŸÑ€µ³ğµ´°Ñšµ урµÑ’°Ñ˜°" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "ŸÑ€µ³ğµ´°Ñ˜ с°ĵ сżÑ™½µ урµÑ’°Ñ˜µ" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "”´°Ñ˜..." #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "£şğ½¸" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "£Ñ€µÑ’°Ñ˜¸ şÑ˜¸ су ż´µÑˆµ½¸ ·° °ÑƒÑ‚ĵ°Ñ‚сş ·°½µĵ°Ñ€¸²°Ñšµ ¸ğ¸ żÑ€µÑƒ·¸ĵ°Ñšµ." #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "—°ż°ĵћµ½¸ урµÑ’°Ñ˜¸" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" "£şğ½¸Ñ‚µ урµÑ’°Ñ˜ с° сż¸Ñş° урµÑ’°Ñ˜° ·° °ÑƒÑ‚ĵ°Ñ‚сş ·°½µĵ°Ñ€¸²°Ñšµ ¸ğ¸ żÑ€µÑƒ·¸ĵ°Ñšµ." #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "—°½µĵ°Ñ€µ½µ żÑƒÑ‚°Ñšµ" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" "šÑ€°Ñ˜Ñš¸ ´µ żÑƒÑ‚°Ñšµ şÑ˜° ½¸ş°´° ½µÑ›µ ħ¸Ñ‚¸ żÑ€µ³ğµ´°½° ·° фт³Ñ€°Ñ„¸Ñ˜°ĵ° ¸ğ¸ " "с½¸ĵц¸ĵ°." #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" "žÑ‡¸ÑÑ‚¸Ñ‚µ сż¸Ñ°ş żÑƒÑ‚°Ñš° ·° ·°½µĵ°Ñ€¸²°Ñšµ.\n" "\n" "˜·ĵµ½° ²³ ż´µÑˆ°²°Ñš° ´²´¸ ´ ż½²½³ żÑ€µ³ğµ´°Ñš° с²¸Ñ… урµÑ’°Ñ˜°." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "šÑ€¸ÑÑ‚¸Ñ‚µ рµ³Ñƒğ°" "р½µ ¸·Ñ€°·µ у ż¸Ñ‚½-ст¸ğу" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* Ħтуż° ½° с½°³Ñƒ ½°ş½ ż½²½³ żşÑ€µÑ‚°Ñš° żÑ€³Ñ€°ĵ°" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "ÑƒÑ‚ĵ°Ñ‚¸·°Ñ†¸Ñ˜° żÑ€³Ñ€°ĵ°" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "—°żÑ‡½¸ żÑ€µÑƒ·¸ĵ°Ñšµ ż żşÑ€µÑ‚°ÑšÑƒ żÑ€³Ñ€°ĵ°" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "—°żÑ‡½¸ żÑ€µÑƒ·¸ĵ°Ñšµ ż żÑ€¸şÑ™ÑƒÑ‡¸²°ÑšÑƒ урµÑ’°Ñ˜°" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "žÑ‚ş°Ñ‡¸ (¸·ħ°Ñ†¸) урµÑ’°Ñ˜ ½°ş½ ħ°²Ñ™µ½³ żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "˜·°Ñ’¸ ¸· żÑ€³Ñ€°ĵ° ½°ş½ ħ°²Ñ™µ½³ żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "˜·°Ñ’¸ ¸· żÑ€³Ñ€°ĵ° ч°ş ¸ ş°´° żÑÑ‚јµ ³Ñ€µÑˆşµ у żÑ€µÑƒ·¸ĵ°ÑšÑƒ" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Ħт²°Ñ€°Ñšµ сğ¸Ñ‡¸Ñ†°" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "°żÑ€°²¸ сğ¸Ñ‡¸Ñ†µ" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "°żÑ€°²¸ сğ¸Ñ‡¸Ñ†µ ·° żÑ€¸ş°· у ³ğ°²½ĵ żÑ€·Ñ€Ñƒ żÑ€³Ñ€°ĵ°" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "ĦĵµÑÑ‚¸ сğ¸Ñ‡¸Ñ†µ у ст°²Ñƒ" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" "Ħ°Ñ‡Ñƒ²°Ñ˜Ñ‚µ сğ¸Ñ‡¸Ñ†µ żÑ€¸ş°·°½µ у ³ğ°²½ĵ żÑ€·Ñ€Ñƒ żÑ€³Ñ€°ĵ° у ст°²¸ сğ¸Ñ‡¸Ñ†° " "јµ´¸½ÑÑ‚²µ½Ñ˜ ·° ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "°żÑ€°²¸ с¸ÑÑ‚µĵсşµ сğ¸Ñ‡¸Ñ†µ" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" "ŸÑ€¸ğ¸ş żÑ€µÑƒ·¸ĵ°Ñš°, с°Ñ‡Ñƒ²°Ñ˜Ñ‚µ сğ¸Ñ‡¸Ñ†µ şÑ˜µ ĵ³Ñƒ şÑ€¸ÑÑ‚¸Ñ‚¸ уżÑ€°²½¸Ñ†¸ ´°Ñ‚Ñ‚µş° " "р°´½µ ż²Ñ€Ñˆ¸ ¸ ´Ñ€Ñƒ³¸ żÑ€³Ñ€°ĵ¸" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "‘рј јµ·³°Ñ€° żÑ€Ñ†µÑÑ€° şÑ˜° ћµ сµ şÑ€¸ÑÑ‚¸Ñ‚¸ ·° ст²°Ñ€°Ñšµ сğ¸Ñ‡¸Ñ†°." #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "ˆµ·³Ñ€° żÑ€Ñ†µÑÑ€°:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "žÑÑ‚°²° сğ¸Ñ‡¸Ñ†°" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "˜·Ñ€°Ñ‡Ñƒ½°²°ĵ..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "´°½°" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "·°Ñƒ²µş" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "’µğ¸Ñ‡¸½° ст°²µ:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "‘рј сğ¸Ñ‡¸Ñ†°:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "’µğ¸Ñ‡¸½° ħ°·µ ż´°Ñ‚°ş°:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "µżÑ€¸ÑÑ‚уżÑ™µ½µ сğ¸Ñ‡¸Ñ†µ ст°²µ ·°:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "žÑ‡¸ÑÑ‚¸ ст°²Ñƒ..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "žżÑ‚¸ĵ¸·ÑƒÑ˜ ст°²Ñƒ..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "ŸÑ€µÑşÑ‡¸ żÑ€µÑƒ·¸ĵ°Ñšµ" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "µ żÑ€µÑƒ·¸ĵ° ´°Ñ‚Ñ‚µşÑƒ, ¸ ´°Ñ˜µ żÑ€ÑƒşÑƒ ³Ñ€µÑˆşµ" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "”´°Ñ˜ јµ´¸½ÑÑ‚²µ½Ñƒ рµÑ‡" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" "”´°Ñ˜µ ´Ñ€µ´½¸ş ş° _1 ¸ğ¸ _2 ½° şÑ€°Ñ˜ ½°·¸²° ´°Ñ‚Ñ‚µşµ, ´ĵ°Ñ… żÑ€µ ½°ÑÑ‚°²ş° " "´°Ñ‚Ñ‚µşµ" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "ŸÑ€µż¸Ñˆ¸" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "ŸÑ€µż¸ÑÑƒÑ˜µ żÑ€µÑ‚Ñ…´½ ½°żÑ€°²Ñ™µ½Ñƒ рµ·µÑ€²Ñƒ ´°Ñ‚Ñ‚µşµ" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "ŸÑ€µÑşÑ‡¸" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "µ żÑ€µż¸ÑÑƒÑ˜µ ´°Ñ‚Ñ‚µşÑƒ рµ·µÑ€²µ, ¸ ´°Ñ˜µ żÑ€ÑƒşÑƒ ³Ñ€µÑˆşµ" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "£ż·Ñ€µÑš° żÑ€³Ñ€°ĵ°" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Ÿş°ĥ¸ уż·Ñ€µÑšµ ş°´°:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "”°Ñ‚Ñ‚µşµ żÑ€µÑƒ·¸ĵ°Ñš° трµ½ÑƒÑ‚½ ½¸ÑÑƒ żÑ€¸ş°·°½µ" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" "£ż·Ñ€°²° żÑ€¸ğ¸şĵ żÑ€µÑƒ·¸ĵ°Ñš° ´°Ñ‚Ñ‚µş° şÑ˜µ ½¸ÑÑƒ żÑ€¸ş°·°½µ у ³ğ°²½ĵ żÑ€·Ñ€Ñƒ." #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "µ´ÑÑ‚°Ñ˜Ñƒ ´Ñ€µ´¸ÑˆÑ‚° рµ·µÑ€²µ" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" "£ż·Ñ€°²° żÑ€µ żÑ‡µÑ‚ş° żÑ€µÑƒ·¸ĵ°Ñš° °ş ½¸Ñ˜µ ĵ³ÑƒÑ›µ ½°żÑ€°²¸Ñ‚¸ рµ·µÑ€²Ñƒ ´°Ñ‚Ñ‚µş°." #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "µ´ÑÑ‚°Ñ˜Ñƒ ¸ğ¸ су штµÑ›µ½µ ħ¸ħğ¸Ñ‚µşµ żÑ€³Ñ€°ĵ°" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" "£ż·Ñ€°²° °ş сфт²µÑ€Ñşµ ħ¸ħğ¸Ñ‚µşµ şÑ˜µ şÑ€¸ÑÑ‚¸ ‘Ñ€·¸ żÑ€µ½Ñ¸ğ°Ñ† фт³Ñ€°Ñ„¸Ñ˜° " "½µ´ÑÑ‚°Ñ˜Ñƒ ¸ğ¸ ½µ фу½şÑ†¸½¸ÑˆÑƒ." #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "œµÑ‚° ż´°Ñ†¸ с¸ÑÑ‚µĵ° ´°Ñ‚Ñ‚µş° ½µ ĵ³Ñƒ ħ¸Ñ‚¸ ż´µÑˆµ½¸" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" "£ż·Ñ€°²° °ş żÑÑ‚ј¸ ³Ñ€µÑˆş° ż´µÑˆ°²°Ñš° ĵµÑ‚°ż´°Ñ‚°ş° с¸ÑÑ‚µĵ° ´°Ñ‚Ñ‚µş°, ş° " "шт јµ њµ½ ²Ñ€µĵµ ¸·ĵµ½µ." #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "°¸Ñ’µ ½° ½µħр°´¸²µ ´°Ñ‚Ñ‚µşµ" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" "£ż·Ñ€°²° ½°ş½ żÑ€µ³ğµ´°Ñš° урµÑ’°Ñ˜° ¸ğ¸ ²³ р°Ñ‡Ñƒ½°Ñ€° °ş żÑÑ‚јµ " "½µżÑ€µż·½°Ñ‚µ ´°Ñ‚Ñ‚µşµ şÑ˜µ ½µÑ›µ ħ¸Ñ‚¸ уşÑ™ÑƒÑ‡µ½µ у żÑ€µÑƒ·¸ĵ°Ñšµ." #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "µ уż·Ñ€°²°Ñ˜ ½µħр°Ñ’µ½¸ĵ ´°Ñ‚Ñ‚µş°ĵ° с° ½°ÑÑ‚°²Ñ†¸ĵ°:" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" "°ÑÑ‚°²Ñ†¸ ´°Ñ‚Ñ‚µş° ½µ р°·ğ¸şÑƒÑ˜Ñƒ ²µğ¸Ñ‡¸½Ñƒ с𲰠¸ ½µ ĵр°Ñ˜Ñƒ ´° уşÑ™ÑƒÑ‡µ ²´µÑ›Ñƒ " "т°Ñ‡şÑƒ." #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "”´°Ñ˜" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" "”´°Ñ˜Ñ‚µ ½°ÑÑ‚°²°ş ´°Ñ‚Ñ‚µşµ ½° сż¸Ñ°ş ½µħр°Ñ’µ½¸Ñ… ²Ñ€ÑÑ‚° ´°Ñ‚Ñ‚µş° şÑ˜¸ĵ° ½µÑ›µ " "уż·Ñ€°²°Ñ‚¸." #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" "£şğ½¸Ñ‚µ ½°ÑÑ‚°²°ş ´°Ñ‚Ñ‚µşµ с° сż¸Ñş° ½µħр°Ñ’µ½¸Ñ… ²Ñ€ÑÑ‚° ´°Ñ‚Ñ‚µş° şÑ˜¸ĵ° " "½µÑ›µ уż·Ñ€°²°Ñ‚¸." #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" "žÑ‡¸ÑÑ‚¸Ñ‚µ сż¸Ñ°ş ½°ÑÑ‚°²°ş° ´°Ñ‚Ñ‚µş° ½µħр°Ñ’µ½¸Ñ… ²Ñ€ÑÑ‚° ´°Ñ‚Ñ‚µş° şÑ˜¸ĵ° ½µÑ›µ " "уż·Ñ€°²°Ñ‚¸." #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "ŸÑ€²µÑ€° ¸·´°Ñš°" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "ŸÑ€²µÑ€¸ ¸ĵ° 𸠽²³ ¸·´°Ñš° żÑ€¸ żşÑ€µÑ‚°ÑšÑƒ" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" "ŸÑ€²µÑ€¸Ñ‚µ ¸ĵ° 𸠽²³ ¸·´°Ñš° żÑ€³Ñ€°ĵ° żÑ€¸ğ¸şĵ с²°ş³ żşÑ€µÑ‚°Ñš° żÑ€³Ñ€°ĵ°." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "£şÑ™ÑƒÑ‡¸ р°·²Ñ˜½° ¸·´°Ñš°" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "£şÑ™ÑƒÑ‡¸Ñ‚µ °ğф°, ħµÑ‚° ¸ ´Ñ€Ñƒ³° р°·²Ñ˜½° ¸·´°Ñš° ş°´° ²Ñ€Ñˆ¸Ñ‚µ żÑ€²µÑ€Ñƒ ·° ½²¸ĵ " "¸·´°Ñš¸ĵ° żÑ€³Ñ€°ĵ°.\n" "\n" "ş трµ½ÑƒÑ‚½ şÑ€¸ÑÑ‚¸Ñ‚µ р°·²Ñ˜½ ¸·´°Ñšµ, żÑ€²µÑ€° ћµ сµ у²µş ²Ñ€Ñˆ¸Ñ‚¸." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "—°½µĵ°Ñ€¸ ”“ ĵµÑ‚° ż´°Ñ‚şµ ´°Ñ‚уĵ°/²Ñ€µĵµ½° ½° œ˘Ÿ урµÑ’°Ñ˜¸ĵ°" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "’Ñ€°Ñ›° ż´Ñ€°·Ñƒĵµ²°½µ ²Ñ€µ´½ÑÑ‚¸ „%s“ żÑÑ‚°²şµ" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" "”° ğ¸ ĥµğ¸Ñ‚µ ´° ч¸ÑÑ‚¸Ñ‚µ ст°²Ñƒ сğ¸Ñ‡¸Ñ†°? žÑÑ‚°²° ћµ ħ¸Ñ‚¸ ч¸ÑˆÑ›µ½° żÑ€¸ğ¸şĵ " "с𵴵ћµ³ żşÑ€µÑ‚°Ñš° żÑ€³Ñ€°ĵ°." #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "žÑ‡¸ÑÑ‚¸ ст°²Ñƒ сğ¸Ñ‡¸Ñ†°" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" "”° ğ¸ ĥµğ¸Ñ‚µ ´° żÑ‚¸ĵ¸·ÑƒÑ˜µÑ‚µ ст°²Ñƒ сğ¸Ñ‡¸Ñ†°? žÑÑ‚°²° ћµ ħ¸Ñ‚¸ żÑ‚¸ĵ¸·²°½° " "żÑ€¸ğ¸şĵ с𵴵ћµ³ żşÑ€µÑ‚°Ñš° żÑ€³Ñ€°ĵ°." #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "žżÑ‚¸ĵ¸·ÑƒÑ˜ ст°²Ñƒ сğ¸Ñ‡¸Ñ†°" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "£½µÑ¸Ñ‚µ żÑƒÑ‚°Ñšµ ·° ·°½µĵ°Ñ€¸²°Ñšµ" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "ž´Ñ€µ´¸Ñ‚µ żÑƒÑ‚°ÑšÑƒ şÑ˜° ½¸ş°´° ½µÑ›µ ħ¸Ñ‚¸ żÑ€µ³ğµ´°½° ·° фт³Ñ€°Ñ„¸Ñ˜°ĵ° ¸ с½¸ĵц¸ĵ°" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "ŸÑƒÑ‚°Ñš°:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "£½µÑ¸Ñ‚µ ½°ÑÑ‚°²°ş ´°Ñ‚Ñ‚µşµ" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "°²µ´¸Ñ‚µ ½°ÑÑ‚°²°ş ´°Ñ‚Ñ‚µşµ (ħµ· ²´µÑ›µ т°Ñ‡şµ)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "°ÑÑ‚°²°ş:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "µ¸ÑżÑ€°²°½ ½°ÑÑ‚°²°ş ´°Ñ‚Ñ‚µşµ" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "’µ½Ñ‡°Ñšµ" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr " Ñ’µ½´°½" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "ŸÑÑ‚°²şµ с°´Ñ€ĥ°½µ ф°ÑÑ†¸şğµ ½µ трµħ° ´° żÑ‡¸ÑšÑƒ ½° „%s“" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "ŸÑÑ‚°²şµ с°´Ñ€ĥ°½µ ф°ÑÑ†¸şğµ ½µ трµħ° ´° сµ ·°²Ñ€Ñˆ°²°Ñ˜Ñƒ ½° „%s“" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "" "ŸÑÑ‚°²şµ с°´Ñ€ĥ°½µ ф°ÑÑ†¸şğµ ½µ трµħ° ´° с°´Ñ€ĥµ ´²° „%s“ јµ´°½ ·° ´Ñ€Ñƒ³¸ĵ" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "“Ñ€µÑˆş°: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "“Ñ€µÑˆş°: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "“Ñ€µÑˆş° “-фт° 2: %s" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" "µ ĵ³Ñƒ ´° żşÑ€µ½µĵ фт-°ż°Ñ€°Ñ‚, ²µÑ€²°Ñ‚½ ·°Ñ‚ шт ³° şÑ€¸ÑÑ‚¸ ´Ñ€Ñƒ³¸ " "żÑ€³Ñ€°ĵ. ”°Ñ‚Ñ‚µşµ ½¸ÑÑƒ уĵ½ĥµ½µ с њµ³°." #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ´¸Ñ€µşÑ‚Ñ€¸Ñ˜Ñƒĵ „%s“" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "µ ĵ³Ñƒ ´° żÑ€¸ÑÑ‚уż¸ĵ ²Ñ€µĵµ½Ñƒ ¸·ĵµ½µ ¸ğ¸ ²µğ¸Ñ‡¸½¸ ¸· „%s“" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "µ ĵ³Ñƒ ´° żÑ€Ñ‡¸Ñ‚°ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "µ ĵ³Ñƒ ´° ·°ż¸Ñˆµĵ ´°Ñ‚Ñ‚µşÑƒ „%s“" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "µ ĵ³Ñƒ ´° żÑ€µĵµÑÑ‚¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "µ ĵ³Ñƒ ´° уşğ½¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "µ ĵ³Ñƒ ´° уĵ½ĥ¸ĵ ´°Ñ‚Ñ‚µşÑƒ „%s“" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "”°Ñ‚Ñ‚µş° ½Ñƒğтµ ´Ñƒĥ¸½µ „%s“ ½µÑ›µ ħ¸Ñ‚¸ żÑ€µÑƒ·µÑ‚°" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "µ ĵ³Ñƒ ´° ´Ñ€µ´¸ĵ ²Ñ€µĵµ ¸·ĵµ½µ с¸ÑÑ‚µĵ° ´°Ñ‚Ñ‚µş° ·° „%s“" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "µ ĵ³Ñƒ ´° уч¸Ñ‚°ĵ ĵµÑ‚° ż´°Ñ‚şµ ¸· „%s“" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" "µ ĵ³Ñƒ ´° уч¸Ñ‚°ĵ ĵµÑ‚° ż´°Ñ‚şµ ¸· „%(name)s“. „%(filetype)s“ ½¸Ñ˜µ żÑ€µÑƒ·µÑ‚." #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "„%(filetype)s %(destination)s“ ²µÑ› żÑÑ‚ј¸." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "„%(filetype)s“ „%(source)s“ јµ żÑ€µÑƒ·µÑ‚° с° „%(device)s“." #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "ˆµ´¸½ÑÑ‚²µ½ ´Ñ€µ´½¸ş „%s“ јµ ´´°Ñ‚ ½° ½°·¸² ´°Ñ‚Ñ‚µşµ." #: ../raphodo/problemnotification.py:343 #, 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:358 #, 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:379 #, 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:395 #, 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:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" "ŸÑ€¸ğ¸şĵ усşğ°Ñ’¸²°Ñš° ²Ñ€µ´½ÑÑ‚¸ ½¸·° с¸Ñ€²µ + ˆŸ•“, тşÑ€¸²µ½µ су фт³Ñ€°Ñ„¸Ñ˜µ " "с° ¸ÑÑ‚¸ĵ ½°·¸²¸ĵ° ´°Ñ‚Ñ‚µş°, °ğ¸ с½¸ĵљµ½µ у р°·ğ¸Ñ‡¸ĵ трµ½ÑƒÑ†¸ĵ°:" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" 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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "µ´ÑÑ‚°Ñ˜Ñƒ „%(type)s“ ĵµÑ‚°ż´°Ñ†¸." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "Ħ𵴵ћ¸ ĵµÑ‚°ż´°Ñ†¸ ½µ´ÑÑ‚°Ñ˜Ñƒ: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "ŸÑ€µÑ‚²°Ñ€°Ñšµ ´°Ñ‚уĵ°/²Ñ€µĵµ½° ½¸Ñ˜µ усżµğ: %s." #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" "µ ĵ³Ñƒ ´° ¸·²ÑƒÑ‡µĵ ¸ÑżÑ€°²½µ ĵµÑ‚° ż´°Ñ‚şµ ´°Ñ‚уĵ°/²Ñ€µĵµ½° ¸ğ¸ ´° ´Ñ€µ´¸ĵ ²Ñ€µĵµ " "¸·ĵµ½µ ´°Ñ‚Ñ‚µşµ." #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "°·¸² ´°Ñ‚Ñ‚µşµ ½µ с°´Ñ€ĥ¸ żÑ€Ñˆ¸Ñ€µÑšµ." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "°·¸² ´°Ñ‚Ñ‚µşµ ½µĵ° ħрјµ²½¸ с°ÑÑ‚ј°ş." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "“Ñ€µÑˆş° ст²°Ñ€°Ñš° с°ÑÑ‚јş° „%(component)s“. “Ñ€µÑˆş°: %(error)s" #: ../raphodo/problemnotification.py:559 #, 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:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ż´Ñ„°ÑÑ†¸şğу żÑ€µÑƒ·¸ĵ°Ñš° „%s“." #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "µ ĵ³Ñƒ ´° ½°żÑ€°²¸ĵ ż´Ñ„°ÑÑ†¸şğу рµ·µÑ€²µ „%s“." #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "ŸÑ€ħğµĵ¸ żÑ€µ³ğµ´°Ñš° „%s“" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "ŸÑ€ħğµĵ¸ уĵ½ĥ°²°Ñš° ¸· „%s“" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "ŸÑ€ħğµĵ¸ żÑ€¸ğ¸şĵ ´²Ñ€Ñˆ°²°Ñš° ½°·¸²° ´°Ñ‚Ñ‚µş° ¸ ст²°Ñ€°Ñš° ż´Ñ„°ÑÑ†¸şğ¸" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dh" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" "šÑ€¸ÑÑ‚¸Ñ‚µ şğ¸·°Ñ‡ (¸Ñż´) ´° ´Ñ‚µÑ€°Ñ‚µ ²Ñ€µĵµ żÑ€Ñ‚µşğ ¸·ĵµÑ’у у·°ÑÑ‚ż½¸Ñ… " "с½¸ĵ°ş° şÑ˜µ јµ şÑ€¸ÑˆÑ›µ½ ·° ¸·³Ñ€°´ÑšÑƒ ²Ñ€µĵµ½Ñşµ 𸽸јµ." #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "˜·³Ñ€°´Ñš° ²Ñ€µĵµ½Ñşµ 𸽸јµ ½° чµş°ÑšÑƒ..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "’Ñ€µĵµ½Ñş° 𸽸ј° сµ ¸·³Ñ€°Ñ’ујµ..." #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "ŸÑ€ħğµĵ с° ħ¸ħğ¸Ñ‚µşĵ „ExifTool“" #: ../raphodo/rapid.py:1205 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“

      ‘Ñ€·¸ " "żÑ€µ½Ñ¸ğ°Ñ† фт³Ñ€°Ñ„¸Ñ˜° şÑ€¸ÑÑ‚¸ „libmediainfo“ ´° ´ħ°²¸ ´°Ñ‚уĵ ¸ ²Ñ€µĵµ " "с½¸ĵ°Ñš° с½¸ĵş°. ŸÑ€³Ñ€°ĵ ћµ р°´¸Ñ‚¸ ħµ· њµ, °ğ¸ сµ ¸½ÑÑ‚°ğ°Ñ†¸Ñ˜° żÑ€µżÑ€ÑƒÑ‡ÑƒÑ˜µ." #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "ŸÑ€ħğµĵ с° ħ¸ħğ¸Ñ‚µşĵ „libmediainfo“" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "ŸÑ€µÑƒ·¸ĵ°Ñšµ ½¸Ñ˜µ усżµğ" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "˜·²¸½¸Ñ‚µ, żÑ€µÑƒ·¸ĵ°Ñšµ ½²³ ¸·´°Ñš° ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° фт³Ñ€°Ñ„¸Ñ˜° ½¸Ñ˜µ усżµğ." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "² ¸·´°Ñšµ јµ усżµÑˆ½ żÑ€µÑƒ·µÑ‚. ”° ğ¸ ĥµğ¸Ñ‚µ ´° ·°Ñ‚²Ñ€¸Ñ‚µ żÑ€³Ñ€°ĵ ¸ ´° ³° " "¸½ÑÑ‚°ğ¸Ñ€°Ñ‚µ?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "žÑ²µĥ¸Ñ‚µ ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "˜½ÑÑ‚°ğ¸Ñ€°Ñ˜" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "² ¸·´°Ñšµ јµ с°Ñ‡Ñƒ²°½" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "˘°Ñ€ ´°Ñ‚Ñ‚µş° ¸ сşÑ€¸żÑ‚° ¸½ÑÑ‚°ğµÑ€° су с°Ñ‡Ñƒ²°½¸ у:\n" "\n" " %s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "°´³Ñ€°´Ñš° ½¸Ñ˜µ усżµğ°" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "˜·²¸½¸Ñ‚µ, ½°´³Ñ€°´Ñš° ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° фт³Ñ€°Ñ„¸Ñ˜° ½¸Ñ˜µ усżµğ° ·ħ³ ³Ñ€µÑˆşµ " "т²°Ñ€°Ñš° ¸½ÑÑ‚°ğµÑ€°." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "ŸÑ€µÑƒ·ĵ¸" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "&žÑ²µĥ¸..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&ŸÑÑ‚°²şµ" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&˜·°Ñ’¸" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "&˜·²µÑˆÑ‚°Ñ˜¸ ³Ñ€µÑˆ°ş°" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "žÑ‡¸ÑÑ‚¸ ·°²Ñ€Ñˆµ½° żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "°Ñ’¸ żĵћ ½° ĵрµĥ¸..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "&Ħ°²µÑ‚ ´°½°..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "˜·²µÑÑ‚¸ żÑ€ħğµĵу..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "ŸÑ€¸ğĥ¸Ñ‚µ ½µş¸ ´¸½°Ñ€..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "ŸÑ€µ²µ´¸Ñ‚µ ²°Ñ˜ żÑ€³Ñ€°ĵ..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&ž żÑ€³Ñ€°ĵу..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "ŸÑ‚Ñ€°ĥ¸ с²µĥµÑš°..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "’Ñ€µĵµ½Ñş° 𸽸ј°" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "ž´Ñ€µ´¸ÑˆÑ‚µ" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "ŸÑ€µ¸ĵµ½ÑƒÑ˜" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr " µ·µÑ€²°" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ şÑ€¸ÑˆÑ›µÑšµ урµÑ’°Ñ˜° żÑ€¸ş°Ñ‡µ½¸Ñ… ½° ²°Ñ˜ р°Ñ‡Ñƒ½°Ñ€ ş° " "¸·²Ñ€° żÑ€µÑƒ·¸ĵ°Ñš°" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ şÑ€¸ÑˆÑ›µÑšµ ф°ÑÑ†¸şğµ ½° ²ĵ р°Ñ‡Ñƒ½°Ñ€Ñƒ ş° ¸·²Ñ€ " "żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "ž²°Ñ˜ р°Ñ‡Ñƒ½°Ñ€" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "˜·°ħµÑ€¸Ñ‚µ ф°ÑÑ†¸şğу ¸·²Ñ€°" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "ŸÑ€Ñ˜µşÑ‚²°½ şÑ€¸ÑˆÑ›µÑšµ сĵµÑˆÑ‚°Ñ˜°" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "˜·°ħµÑ€¸Ñ‚µ ф°ÑÑ†¸şğу ´Ñ€µ´¸ÑˆÑ‚°" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Ħ²µ" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "²" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Ÿş°ĥ¸:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "’Ñ€µĵµ ¸·ĵµ½µ" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "ŸÑ€²µÑ€µ½ ст°Ñšµ" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "’рст° ´°Ñ‚Ñ‚µşµ" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "£Ñ€µÑ’°Ñ˜" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "ŸÑ€µÑ’°Ñ˜:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "ŸÑ€µÑƒ·ĵ¸ „%(files)s“" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "°ÑÑ‚°²¸ żÑ€µÑƒ·¸ĵ°Ñšµ" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Ÿ°Ñƒ·¸Ñ€°Ñ˜" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "²°ğ° ²°ĵ ·° żÑ€¸Ñ˜°²Ñƒ żÑ€ħğµĵ° у ‘Ñ€·ĵ żÑ€µ½Ñ¸Ñ†Ñƒ фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "µ ĵĥµÑ‚µ ¸·ĵµ½¸Ñ‚¸ ´Ñ€µ´¸ÑˆÑ‚µ żÑ€µÑƒ·¸ĵ°Ñš° żÑ€¸ğ¸şĵ żÑ€µÑƒ·¸ĵ°Ñš°." #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "ž²µ ф°ÑÑ†¸şğµ żÑ€µÑƒ·¸ĵ°Ñš° су ½µ¸ÑżÑ€°²½µ:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "ž²° ф°ÑÑ†¸şğ° żÑ€µÑƒ·¸ĵ°Ñš° јµ ½µ¸ÑżÑ€°²½°:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "µÑƒÑżµÑ… żÑ€µÑƒ·¸ĵ°Ñš°" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "ŸÑ€µÑƒ·¸ĵ°Ñšµ сµ ½µ ĵĥµ ½°ÑÑ‚°²¸Ñ‚¸." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "фт³Ñ€°Ñ„¸Ñ˜µ" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "с½¸ĵц¸" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "с½¸ĵ°ş" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "ŸÑ€ħğµĵ с° рµ·µÑ€²ĵ" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — ст°ğ јµ %(time_left)s (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s јµ żÑ€µÑƒ·µÑ‚" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s ½¸Ñ˜µ żÑ€µÑƒ·µÑ‚" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "уż·Ñ€µÑš°" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Ħ²° żÑ€µÑƒ·¸ĵ°Ñš° су ·°²Ñ€Ñˆµ½°" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s ½¸Ñ˜µ żÑ€µÑƒ·µÑ‚" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 ½µÑƒÑżµÑ…" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d ½µÑƒÑżµÑ…°" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 уż·Ñ€µÑšµ" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d уż·Ñ€µÑš°" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "ŸÑ€µÑƒ·µÑ‚ јµ %(no_files_and_types)s с° „%(devices)s“" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "¸Ñ˜µ żÑ€µÑƒ·µÑ‚° ½¸Ñ˜µ´½° ´°Ñ‚Ñ‚µş° — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "¸Ñ˜µ żÑ€µÑƒ·µÑ‚° ½¸Ñ˜µ´½° ´°Ñ‚Ñ‚µş°" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "ŸÑÑ‚°²şµ żÑ€³Ñ€°ĵ° су ½µ¸ÑżÑ€°²½µ" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&ŸÑ€ħ°Ñ˜ ż½²" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "&—°½µĵ°Ñ€¸ ²°Ñ˜ урµÑ’°Ñ˜" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" "˜·²¸½¸Ñ‚µ, ´Ñˆğ јµ ´ ½µÑ‡µş¸²°½³ żÑ€ħğµĵ° żÑ€¸ğ¸şĵ żÑ€µ³ğµ´°Ñš° „%s“." #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "° ĥ°ğст ½µ ĵĥµÑ‚µ żÑ€µÑƒ·µÑ‚¸ с° ²³ урµÑ’°Ñ˜°." #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" "œ³ÑƒÑ›µ рµÑˆµÑšµ żÑ€ħğµĵ° ĵĥµ ħ¸Ñ‚¸ żÑ€µÑƒ·¸ĵ°Ñšµ с° ĵµĵр¸Ñ˜Ñşµ ş°Ñ€Ñ‚¸Ñ†µ фт-" "°ż°Ñ€°Ñ‚° şÑ€¸ÑˆÑ›µÑšµĵ ч¸Ñ‚°Ñ‡° ş°Ñ€Ñ‚¸Ñ†°." #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "ŸÑ€µ³ğµ´ урµÑ’°Ñ˜° ½¸Ñ˜µ усżµ" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" "”° ğ¸ ĥµğ¸Ñ‚µ ´° żÑ€µÑƒ·ĵµÑ‚µ фт³Ñ€°Ñ„¸Ñ˜µ ¸ с½¸ĵşµ с° урµÑ’°Ñ˜° " "„%(device)s“?" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" "”° ğ¸ ĥµğ¸Ñ‚µ ´° ·°½µĵ°Ñ€¸Ñ‚µ „%s“ żÑ€¸ğ¸şĵ с²°ş³ żşÑ€µÑ‚°Ñš° żÑ€³Ñ€°ĵ°?" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" "Ħ²¸ фт-°ż°Ñ€°Ñ‚¸, тµğµÑ„½¸ ¸ т°ħğ¸Ñ‡½¸ урµÑ’°Ñ˜¸ с° ¸ÑÑ‚¸ĵ ½°·¸²ĵ ĵ´µğ° ħ¸Ñ›µ " "·°½µĵ°Ñ€µ½¸." #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" "”° ğ¸ ĥµğ¸Ñ‚µ ´° ·°½µĵ°Ñ€¸Ñ‚µ урµÑ’°Ñ˜ „%s“ żÑ€¸ğ¸şĵ с²°ş³ żşÑ€µÑ‚°Ñš° " "żÑ€³Ñ€°ĵ°?" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "‘¸ğ şÑ˜¸ урµÑ’°Ñ˜ с° ¸ÑÑ‚¸ĵ ½°·¸²ĵ ħ¸Ñ›µ ·°½µĵ°Ñ€µ½." #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "ŸÑ€µÑƒ·¸ĵ°ĵ с° „%(location)s“ ½° ²ĵ р°Ñ‡Ñƒ½°Ñ€Ñƒ." #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" "”° 𸠷°¸ÑÑ‚° ĥµğ¸Ñ‚µ ´° żÑ€µÑƒ·ĵµÑ‚µ ´°²´µ?

      ° ½µş¸ĵ с¸ÑÑ‚µĵ¸ĵ°, " "żÑ€µÑ‚Ñ€°ĥ¸²°Ñšµ тµ żÑƒÑ‚°Ñšµ ĵĥµ ´° żÑ‚Ñ€°Ñ˜µ." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Ħт²°Ñ€°ĵ сğ¸Ñ‡¸Ñ†µ ·° „%s“" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "ŸÑ€µÑ‚Ñ€°ĥујµĵ „%s“" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s ´ %(available files)s јµ ·½°Ñ‡µ½ ·° żÑ€µÑƒ·¸ĵ°Ñšµ (сşÑ€¸²µ½¸Ñ… " "%(hidden)s)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s ´ %(available files)s јµ ·½°Ñ‡µ½ ·° żÑ€µÑƒ·¸ĵ°Ñšµ" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "ŸÑ€¸ş°·ÑƒÑ˜µ ż´°Ñ‚şµ żÑ€³Ñ€°ĵу ş°´° р°´¸ с° 𸽸јµ ½°Ñ€µ´ħ¸." #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "ŸÑ€¸ş°·ÑƒÑ˜µ ż´°Ñ‚şµ żÑ€Ñ‡¸ÑˆÑ›°²°Ñš° ş°´° р°´¸ с° 𸽸јµ ½°Ñ€µ´ħ¸." #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" "˜Ñż¸ÑÑƒÑ˜µ ½°ÑÑ‚°²şµ ´°Ñ‚Ñ‚µş° фт³Ñ€°Ñ„¸Ñ˜° ¸ с½¸ĵ°ş° şÑ˜µ żÑ€³Ñ€°ĵ żÑ€µż·½°Ñ˜µ ¸ " "¸·ğ°·¸." #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ żÑ€µ¸ĵµ½²°Ñšµ фт³Ñ€°Ñ„¸Ñ˜°." #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ żÑ€µ¸ĵµ½²°Ñšµ с½¸ĵ°ş°." #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ °ÑƒÑ‚ĵ°Ñ‚сş тşÑ€¸²°Ñšµ урµÑ’°Ñ˜° с° ş³° żÑ€µÑƒ·¸ĵ°Ñ‚¸." #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ żÑ€µÑƒ·¸ĵ°Ñšµ с° ²³ р°Ñ‡Ñƒ½°Ñ€°." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "Ÿ£˘Š" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "Ÿ£˘Š ½° ²ĵ р°Ñ‡Ñƒ½°Ñ€Ñƒ с° şÑ˜µ ћµ сµ ²Ñ€Ñˆ¸Ñ‚¸ żÑ€µÑƒ·¸ĵ°Ñšµ." #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "Ÿ£˘Š ½° şÑ˜Ñƒ ћµ фт³Ñ€°Ñ„¸Ñ˜µ ħ¸Ñ‚¸ żÑ€µÑƒ·µÑ‚µ." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "Ÿ£˘Š ½° şÑ˜Ñƒ ћµ с½¸ĵц¸ ħ¸Ñ‚¸ żÑ€µÑƒ·µÑ‚¸." #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ żÑ€°²Ñ™µÑšµ рµ·µÑ€²¸ фт³Ñ€°Ñ„¸Ñ˜° ¸ с½¸ĵ°ş° ·° ²Ñ€µĵµ " "żÑ€µÑƒ·¸ĵ°Ñš°." #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ °ÑƒÑ‚ĵ°Ñ‚сş тşÑ€¸²°Ñšµ урµÑ’°Ñ˜° żÑ€µÑƒ·¸ĵ°Ñš°." #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "¤ĦĤ˜š›" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Ÿ£˘Š ³´µ ћµ ħ¸Ñ‚¸ ½°żÑ€°²Ñ™µ½° рµ·µÑ€²° фт³Ñ€°Ñ„¸Ñ˜° ş°´° јµ °ÑƒÑ‚ĵ°Ñ‚сş " "тşÑ€¸²°Ñšµ урµÑ’°Ñ˜° рµ·µÑ€²µ ¸ÑşÑ™ÑƒÑ‡µ½." #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" "Ÿ£˘Š ³´µ ћµ ħ¸Ñ‚¸ ½°żÑ€°²Ñ™µ½° рµ·µÑ€²° с½¸ĵ°ş° ş°´° јµ °ÑƒÑ‚ĵ°Ñ‚сş тşÑ€¸²°Ñšµ " "урµÑ’°Ñ˜° рµ·µÑ€²µ ¸ÑşÑ™ÑƒÑ‡µ½." #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "—°½µĵ°Ñ€¸ фт³Ñ€°Ñ„¸Ñ˜µ с° с𵴵ћ¸ĵ ½°ÑÑ‚°²Ñ†¸ĵ°: %s" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ ·°żÑ‡¸Ñš°Ñšµ żÑ€µÑƒ·¸ĵ°Ñš° ż с°ĵĵ żşÑ€µÑ‚°ÑšÑƒ żÑ€³Ñ€°ĵ°." #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" "£şÑ™ÑƒÑ‡¸Ñ‚µ ¸ğ¸ ¸ÑşÑ™ÑƒÑ‡¸Ñ‚µ ·°żÑ‡¸Ñš°Ñšµ żÑ€µÑƒ·¸ĵ°Ñš° ż с°ĵĵ уĵµÑ‚°ÑšÑƒ урµÑ’°Ñ˜°." #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" "žħр¸Ñˆ¸Ñ‚µ с²µ сğ¸Ñ‡¸Ñ†µ у ст°²¸ сğ¸Ñ‡¸Ñ†° ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° фт³Ñ€°Ñ„¸Ñ˜°, ¸ " "¸·°Ñ’¸Ñ‚µ." #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "—°ħр°²¸Ñ‚µ şÑ˜µ су ´°Ñ‚Ñ‚µşµ żÑ€µÑ‚Ñ…´½ ħ¸ğµ żÑ€µÑƒ·µÑ‚µ, ¸ ¸·°Ñ’¸Ñ‚µ." #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" "£²µ·¸Ñ‚µ żÑÑ‚°²şµ ¸· ¸· ст°Ñ€³ ¸·´°Ñš° żÑ€³Ñ€°ĵ° ¸ ¸·°Ñ’¸Ñ‚µ. —°Ñ…Ñ‚µ²° żÑ€³Ñ€°ĵ " "𸽸јµ ½°Ñ€µ´ħ¸ „gconftool“-2." #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "£şÑ™ÑƒÑ‡¸Ñ‚µ „gphoto2“ ż´°Ñ‚şµ żÑ€Ñ‡¸ÑˆÑ›°²°Ñš° у ´°Ñ‚Ñ‚µşµ ´½µ²½¸ş°." #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "˜Ñż¸Ñˆ¸Ñ‚µ ż´°Ñ‚şµ у тµÑ€ĵ¸½°ğ żÑ€¸ş°Ñ‡µ½¸ĵ фт-°ż°Ñ€°Ñ‚¸ĵ° ¸ ¸·°Ñ’¸Ñ‚µ." #: ../raphodo/rapid.py:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "¸Ñ°ĵ тşÑ€¸ żÑ€µÑ‚Ñ…´½µ żÑÑ‚°²şµ żÑ€³Ñ€°ĵ°: ¸·ğ°·¸ĵ." #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "£²·¸ĵ żÑÑ‚°²şµ ¸· ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° фт³Ñ€°Ñ„¸Ñ˜° %(version)s" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "”° ğ¸ ĥµğ¸Ñ‚µ ´° уĵ½ĥ¸Ñ‚µ с°Ñ‡Ñƒ²°½¸ ħрј ½¸·°, şÑ˜¸ ¸ĵ° ²Ñ€µ´½ÑÑ‚ %d?" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "ŸÑ€µş¸´ żÑ€³Ñ€°ĵ°." #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "¸ş°´° ½µ żşÑ€µÑ›¸Ñ‚µ ²°Ñ˜ żÑ€³Ñ€°ĵ ş° °´ĵ¸½¸ÑÑ‚Ñ€°Ñ‚Ñ€." #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" "œÑ€°Ñ‚µ ´° ¸½ÑÑ‚°ğ¸Ñ€°Ñ‚µ „ExifTool“ ´° ħ¸ÑÑ‚µ żşÑ€µ½Ñƒğ¸ ‘Ñ€·³ żÑ€µ½Ñ¸Ñ†° " "фт³Ñ€°Ñ„¸Ñ˜°." #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Ħ²° ż´µÑˆ°²°Ñš° ¸ ст°²µ су ²Ñ€°Ñ›µ½µ ½° с½²½µ ²Ñ€µ´½ÑÑ‚¸." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "žÑÑ‚°²° сğ¸Ñ‡¸Ñ†° јµ ż²Ñ€°Ñ›µ½°." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "—°ż°ĵћµ½µ ´°Ñ‚Ñ‚µşµ су ·°ħр°²Ñ™µ½µ." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "&µ ż¸Ñ‚°Ñ˜ ĵµ ²ĵµ ż½²" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "&µ уż·Ñ€°²°Ñ˜ ĵµ ²ĵµ ż½²" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" "&µ уż·Ñ€°²°Ñ˜ ĵµ żµÑ‚ ħ¸ħğ¸Ñ‚µş°ĵ° żÑ€³Ñ€°ĵ° şÑ˜µ ½µ´ÑÑ‚°Ñ˜Ñƒ ¸ğ¸ су штµÑ›µ½µ" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "ż´Ñ„°ÑÑ†¸şğ° ¸ ½°·¸² ´°Ñ‚Ñ‚µşµ" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "½°·¸² ´°Ñ‚Ñ‚µşµ" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "ż´Ñ„°ÑÑ†¸şğ°" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "‘рј°Ñ‡ żÑ€µÑƒ·¸ĵ°Ñš° у јµ´½ĵ ´°½Ñƒ" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "”°½°ÑˆÑš° żÑ€µÑƒ·¸ĵ°Ñš°:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "‘рј°Ñ‡ şÑ˜¸ сµ ż°ĵт¸ żÑ€¸ с²°şĵ żşÑ€µÑ‚°ÑšÑƒ żÑ€³Ñ€°ĵ° " #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Ħ°Ñ‡Ñƒ²°½¸ ħрјµ²¸:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "’Ñ€µĵµ ½° şÑ˜µ ћµ ħрј ½¸·° ´°½°ÑˆÑš¸Ñ… żÑ€µÑƒ·¸ĵ°Ñš° ħ¸Ñ‚¸ ²Ñ€°Ñ›µ½" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "ŸÑ‡µÑ‚°ş ´°½°:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "£Ñ°³ğ°Ñ¸ Ħ˜ ž’£ ¸ ˆŸ•“" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" "£Ñ°³ğ°Ñ¸Ñ‚µ ħрјµ²µ ½¸·° ·° żşğ°ż°Ñšµ ż°Ñ€²° с¸Ñ€²¸Ñ… ¸ ˆŸ•“.\n" "\n" "Ÿ³ğµ´°Ñ˜Ñ‚µ ´şÑƒĵµ½Ñ‚°Ñ†¸Ñ˜Ñƒ ½° ĵрµĥ¸ ·° ²¸Ñˆµ żÑ˜µ´¸½ÑÑ‚¸." #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "¸· ħрјµ²°" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "˜·ħ°Ñ†¸ ½µż´Ñ€ĥ°½µ ·½°ş²µ" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" "”° 𸠸· ½°·¸²° фт³Ñ€°Ñ„¸Ñ˜°, с½¸ĵ°ş° ¸ ф°ÑÑ†¸şğ¸ трµħ° уşğ½¸Ñ‚¸ ·½°ş²µ şÑ˜¸ " "½¸ÑÑƒ ż´Ñ€ĥ°½¸ ½° ´Ñ€Ñƒ³¸ĵ żµÑ€°Ñ‚¸²½¸ĵ с¸ÑÑ‚µĵ¸ĵ°" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "Ħ°³ğ°Ñ½ÑÑ‚" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "ŸÑ€µ¸ĵµ½²°Ñšµ фт³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "ŸÑ€µ¸ĵµ½²°Ñšµ с½¸ĵ°ş°" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "žżÑ†¸Ñ˜µ żÑ€µ¸ĵµ½²°Ñš°" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "фт³Ñ€°Ñ„¸Ñ˜µ ¸ с½¸ĵц¸" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 с½¸ĵ°ş" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "„%(path)s“ ½° „%(camera)s“" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "¤Ñ‚³Ñ€°Ñ„¸Ñ˜°" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Ħ½¸ĵ°ş" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "šÑ€µ½ с¸ÑÑ‚µĵ° ´°Ñ‚Ñ‚µş°" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Ħğ¸şµ" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "Ħ½¸ĵљµ½ %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "œµĵр¸Ñ˜Ñşµ ş°Ñ€Ñ‚¸Ñ†µ: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "ŸÑ€µÑƒ·µÑ‚ ş°:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      ŸÑ€µÑ‚Ñ…´½ żÑ€µÑƒ·¸ĵ°Ñšµ:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:567 #, python-format msgid "

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "ŸÑƒÑ‚°Ñš° уĵ½ĥ°²°Ñš°" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "„%(first_item)s“ ¸ „%(last_item)s“" #: ../raphodo/utilities.py:515 msgid "one" msgstr "јµ´°½" #: ../raphodo/utilities.py:516 msgid "two" msgstr "´²°" #: ../raphodo/utilities.py:517 msgid "three" msgstr "тр¸" #: ../raphodo/utilities.py:518 msgid "four" msgstr "чµÑ‚¸Ñ€¸" #: ../raphodo/utilities.py:519 msgid "five" msgstr "żµÑ‚" #: ../raphodo/utilities.py:520 msgid "six" msgstr "шµÑÑ‚" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "сµ´°ĵ" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "с°ĵ" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "´µ²µÑ‚" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "´µÑµÑ‚" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "јµ´°½°µÑÑ‚" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "´²°½°µÑÑ‚" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "тр¸½°µÑÑ‚" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "чµÑ‚Ñ€½°µÑÑ‚" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "żµÑ‚½°µÑÑ‚" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "шµÑ½°µÑÑ‚" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "сµ´°ĵ½°µÑÑ‚" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "с°ĵ½°µÑÑ‚" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "´µ²µÑ‚½°µÑÑ‚" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "´²°´µÑµÑ‚" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 "£²µ·¸Ñ‚µ ²°Ñˆµ фт³Ñ€°Ñ„¸Ñ˜µ ¸ с½¸ĵşµ ħр· ¸ żÑƒ·´°½" rapid-photo-downloader-0.9.23a1/po/sv.po0000644000175000017500000050236113645661365020263 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-21 15:51+0000\n" "Last-Translator: Joachim Johansson \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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: sv\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Innan du kan forts¤tta mste du installera python3-paketet setuptools med " "hj¤lp av pakethanteraren p ditt system." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Rapid Photo Downloader installerare" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" "H¤mta och installera den senaste versionen av Rapid Photo Downloader." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" "Programfĥrrdet RPM Fusion Free har lagts till fĥr att (1) kunna skapa " "fĥrhandsvisningar av fler olika filmformat, samt (2) l¤gga till stĥd fĥr " "bildformatet HEIC / HEIC." #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Installationsprogrammet hittades inte" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Installationsprogrammet ¤r inte i tar.gz-format:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "Den nĥdv¤ndiga versionen av PyQt5 saknas. Giltiga versioner ¤r: {}." #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{} kommer att uppgraderas frn version {} till version {}" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Dessa Python3-paket kommer att uppdateras fĥr din anv¤ndare (inte fĥr hela " "systemet): {}" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "Ogiltig ¤gare fĥr mappen. „ndrar ¤gare och terst¤ller behĥrigheter fĥr " "{file_system_path}." #: ../install.py:979 msgid "The following command will be run:" msgstr "Fĥljande kommando kommer att kĥras:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "sudo kan komma att frga efter sudo-lĥsenord." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Vill du kĥra kommandot nu?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Svaret ¤r inte ja. Avslutar." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Kommandot misslyckdes" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "Avslutar" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Fĥrrdet Universe mste aktiveras" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "Fĥrrdet IUS Community mste aktiveras" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "Fĥrrdet EPEL mste aktiveras" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "Fĥrrdet RPM Fusion Free mste aktiveras" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" "Vill du avinstallera den tidigare versionen av Rapid Photo Downloader?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Undersĥker paketsystemet fĥr att hitta tidigare installerade versioner av " "Rapid Photo Downloader. Detta kan ta en stund..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Avinstallerar systempaket" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Det gr inte att sĥka paketsystemet. Kontrollera din internetanslutning och " "fĥrsĥk igen." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "Kontrollerar om tidigare versioner installerats med hj¤lp av pip..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "Fĥljande paket ¤r ok¤nda fĥr ditt system: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Fĥr att kunna forts¤tta installationen kommer ytterligare paket att " "installeras." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Undersĥker installerade och tillg¤ngliga paket. Detta kan ta en stund..." #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Undersĥker zypper fĥr att se om ngra nĥdv¤ndiga paket redan ¤r " "installerade. Detta kan ta en stund... " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "Undersĥker yum fĥr att se om ngra nĥdv¤ndiga paket redan ¤r installerade. " "Detta kan ta en stund... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Misslyckades med att skapa nedladdningmappen." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Hittade inga enheter fĥr s¤kerhetskopiering" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "" #: ../raphodo/backuppanel.py:406 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 ml n¤r de " "ĥverfĥrs, till exempel externa hrddiskar." #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "S¤kerhetskopiera bilder och filmer under ĥverfĥringen" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Hitta enheter fĥr s¤kerhetskopiering automatiskt" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "Exempel:" #: ../raphodo/backuppanel.py:462 msgid "" "If you disable automatic detection, choose the exact backup locations." msgstr "" "Om du inaktiverar automatisk sĥkning, mste 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Plats fĥr s¤kerhetskopiering av bilder:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Plats fĥr s¤kerhetskopiering av filmer:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "disk2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "Uppskattad storlek fĥr s¤kerhetskopian" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "S¤kerhetskopieringsalternativ" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "ljud" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s bilder" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s filmer" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "Anv¤nds" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s ledigt av %(size_total)s" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Bilder" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Filmer" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "Uppskattad lagringsanv¤ndning efter h¤mtning" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "Anpassad..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Annan" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Undersĥker enheten..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Ignorera enheten tillf¤lligt" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Ignorera enheten permanent" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Sĥk igen" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s anv¤nt" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Kameror" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, python-format msgid "Downloading from %(device_names)s" msgstr "H¤mtar frn %(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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s enheter" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/s" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Ett par sekunder" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "En sekund" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d sekunder" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 minut" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d minuter" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 timme" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d timmar" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 dygn" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d dygn" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 minut, 1 sekund" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 minut, %d sekunder" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d minuter, 1 sekund" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d minuter, %(seconds)d sekunder" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 timme, 1 minut" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 timme, %d minuter" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d timmar, 1 minut" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d timmar, %(minutes)d minuter" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 dygn, 1 timme" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 dygn, %d timmar" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d dygn, 1 timme" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d dygn, %(hours)d timmar" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Datumtid" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Text" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Filnamn" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "Metadata" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Sekvenser" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "Fototillf¤lle" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Bilddatum" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Filmdatum" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Idag" #: ../raphodo/generatenameconfig.py:203 msgid "Yesterday" msgstr "Igr" #. Translators: Download time is the time and date that the download started (when the #. user clicked the Download button) #: ../raphodo/generatenameconfig.py:206 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:209 msgid "Name" msgstr "Namn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 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:215 msgid "Image number" msgstr "Bildnummer" #: ../raphodo/generatenameconfig.py:216 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:219 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:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Antal exponeringar" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Filnummer" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Endast mappen" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "„garens namn" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Avkodare" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "Bredd" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Hĥjd" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "L¤ngd" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Bildrutor per sekund" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Artist" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "gemener" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "En siffra" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "Tv siffror" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "Tre siffror" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Fyra siffror" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Fem siffror" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "Sex siffror" #: ../raphodo/generatenameconfig.py:308 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:311 msgid "Subseconds" msgstr "Sekunddelar" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "…………MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "……MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDD…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDD……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMM…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMM……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "…………" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "……" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "MM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "DD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "Mnad (fullst¤ndigt namn)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "Mnad (fĥrkortad)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "HHMM" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "HH" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SS" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "Fototillf¤lle" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Ange ett nytt fototillf¤lle, eller v¤lj ngot av de tidigare" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Ange ett nytt fototillf¤lle" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Stigande" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Fallande" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "Fototillf¤llen" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Inst¤llningar" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Automatisering" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Miniatyrbilder" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Felhantering" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "Diverse" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Ignorerade sĥkv¤gar" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Pbĥrja ĥverfĥringen n¤r programmet startar" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Pbĥrja ĥverfĥring n¤r en enhet s¤tts i" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "Avsluta programmet n¤r ĥverfĥringen ¤r f¤rdig" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "Avsluta programmet ¤ven om fel eller varningar uppstod" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "Hoppa ĥver ĥverfĥring" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "L¤gg till unik identifierare" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "Skriv ĥver" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Hoppa ĥver" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Ange sĥkv¤g att ignorera" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Sĥkv¤g:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Inst¤llningen fĥr undermappar ska inte bĥrja med %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Inst¤llningen fĥr undermappar ska inte sluta med %s" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Inst¤llningen fĥr undermappen ska inte innehlla tv %s i rad" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s metadata saknas." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "Filnamnet saknar fil¤ndelse." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Filnamnet saknar sekvensnummer." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dt" #: ../raphodo/proximity.py:1839 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 lng 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:1844 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:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "Starta ĥverfĥringen" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Inst¤llningar" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&Avsluta" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Rensa genomfĥrda h¤mtningar" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "F hj¤lp p n¤tet..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Rapportera problem..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "Donera..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "–vers¤tt detta program..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&Om..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "Tidslinje" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Ml" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Byt namn" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "S¤kerhetskopiera" #. Devices Header and View #: ../raphodo/rapid.py:2112 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" #. This Computer Header and View #: ../raphodo/rapid.py:2129 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:2131 msgid "This Computer" msgstr "Den h¤r datorn" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "V¤lj en k¤llmapp" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "V¤lj en mlmapp" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Alla" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Visa:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "„ndringstid" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Filtyp" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Enhet" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "Sortera:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "H¤mta %(files)s" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "…teruppta h¤mtning" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Pausa" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "Du kan inte ¤ndra mlet fĥr h¤mtningen n¤r en h¤mtning pgr." #: ../raphodo/rapid.py:2875 #, 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 mlmapp

      „r du s¤ker p att %(file_type)s " "ska h¤mtas till %(path)s?" #: ../raphodo/rapid.py:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Denna nedladdningsmapp ¤r ogiltig:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "bilder" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "filmer" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "bild" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "film" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Ett problem uppstod vid s¤kerhetskopieringen" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s terstr (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s h¤mtades" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s gick inte att h¤mta" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "varningar" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Alla ĥverfĥringar ¤r f¤rdiga" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s gick inte att h¤mta" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 fel" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d fel" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 varning" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d varningar" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "H¤mtade %(no_files_and_types)s frn %(devices)s" #: ../raphodo/rapid.py:4226 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s — %(failures)s" msgstr "H¤mtade %(no_files_and_types)s frn %(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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Inga filer h¤mtades— %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Inga filer h¤mtades" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Programinst¤llningarna ¤r ogiltiga" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Fĥrsĥk igen" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, 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:5352 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:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "Skapar fĥrhandsvisningar fĥr %s" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "L¤ser in %s" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" "%(number)s av %(available files)s markerade fĥr h¤mtning (%(hidden)s hidden)" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "%(number)s av %(available files)s markerade fĥr h¤mtning" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "S–KV„G" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Alla inst¤llningar har nollst¤llts." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Alla inst¤llningar har nollst¤llts." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "undermapp och filnamn" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "filnamn" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "undermapp" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "Antalet ĥverfĥringar idag:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "Lagrat nummer:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "Dagen bĥrjar:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Avl¤gsna inkompatibla tecken" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "bilder och filmer" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Bild" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Film" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 terstr" #, 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 ihg 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 terstr)" #, 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 ftt '%(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ĥregende 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 sdana som fĥrknippas med enheter d¤r du har valt att " #~ "alltid avsĥka eller ignorera, n¤r automatisk avsĥkning ¤r pslaget." #~ 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 "Frn" #~ 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 frn 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 bda." #~ 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 "Mlmappen 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 frn 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 frn 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 tillts i andra operativsystem ska tas bort " #~ "frn fil- och mappnamn." #~ msgid "Synchronize RAW + JPEG sequence numbers" #~ msgstr "Anv¤nd samma sekvensnummer fĥr bde 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 frn kameror, minneskort eller externa " #~ "enheter som t.ex hrddiskar.\n" #~ "\n" #~ "Du kan ĥverfĥra frn flera enheter samtidigt, eller ange en plats p din " #~ "hrddisk.\n" #~ "\n" #~ "–verfĥring direkt frn kameran ¤r en experimentell funktion. Om det " #~ "fungerar dligt eller inte alls, prova att aktivera PTP l¤ge p din kamera. " #~ "Om det ¤nd inte fungerar mste 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, mste 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 pslagen och en mĥjlig enhet hittas, s kommer du " #~ "att tillfrgas 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 (lngsammare)" #~ 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 terstr" #~ msgid "About 1 minute remaining" #~ msgstr "Ungef¤r en minut terstr" #~ msgid "About 1 second remaining" #~ msgstr "Ungef¤r en sekund terstr" #~ 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¤rifrn? P vissa filsystem kan det ta v¤ldigt " #~ "lng tid att sĥka av den h¤r platsen." #, python-format #~ msgid "Downloading from %(location)s." #~ msgstr "Fĥr ĥver frn %(location)s." #, python-format #~ msgid "Select a folder containing %(file_types)s" #~ msgstr "V¤lj en mapp innehllande %(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 " #~ "frn 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 innehller 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 frn " #~ "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" #~ "Ml: %(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" rapid-photo-downloader-0.9.23a1/po/tr.po0000644000175000017500000056164413645661365020271 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-04-05 12:57+0000\n" "Last-Translator: Aydin Ilker Alp \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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: tr\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" "Devam etmek i§in, lĵtfen ĥnce sisteminizin paket yĥneticisini kullanarak " "python3 paket kurulum ara§larÄħnÄħ kurun." #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Rapid Photo Downloader kurucusu" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "Rapid Photo Downloader'Äħn son sĵrĵmĵnĵ indirin ve kurun." #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" "YazÄħlÄħm deposu RPM Fusion Free, (1) daha geniĊŸ bir video formatÄħ aralÄħğÄħ " "i§in kĵ§ĵk resimler oluĊŸturmak ve (2) HEIC / HEIF gĥrĵntĵ formatÄħ desteğini " "etkinleĊŸtirmek i§in sisteminize eklendi." #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "Program kurucu bulunamadÄħ:" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "Kurucu tar.gz bi§iminde değil:" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "Belirtilen PyQt5 sĵrĵmĵ mevcut değil. Ge§erli sĵrĵmler: {}." #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "{}, {} sĵrĵmĵnden {} sĵrĵmĵne yĵkseltilecek" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" "Bu Python3 paketleri kullanÄħcÄħlarÄħnÄħz i§in yĵkseltilecek (yani sistem " "§apÄħnda değil): {}" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" "YanlÄħĊŸ klasĥr sahipliği algÄħlandÄħ. {file_system_path} i§in sahiplik " "değiĊŸtiriliyor ve izinler sÄħfÄħrlanÄħyor." #: ../install.py:979 msgid "The following command will be run:" msgstr "AĊŸağÄħdaki komut §alÄħĊŸtÄħrÄħlacak:" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "Sizden sudo ĊŸifresi istenebilir." #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "Komutu ĊŸimdi §alÄħĊŸtÄħrmak ister misin?" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "Cevap evet değil, §ÄħkÄħlÄħyor." #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "Komut baĊŸarÄħsÄħz oldu" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "‡ÄħkÄħlÄħyor" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "Evren deposu etkinleĊŸtirilmelidir." #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "IUS Topluluğu deposu etkinleĊŸtirilmelidir." #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "EPEL deposu etkinleĊŸtirilmiĊŸ olmalÄħdÄħr." #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "RPM Fusion Free deposu etkinleĊŸtirilmiĊŸ olmalÄħdÄħr." #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "Rapid Photo Downloader'Äħn ĥnceki sĵrĵmĵnĵ kaldÄħrmak ister misiniz?" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" "Rapid Photo Downloader'Äħn daha eski bir sĵrĵmĵnĵn kurulu olup olmadÄħğÄħnÄħ " "gĥrmek i§in paket sistemi sorgulanÄħyor (bu biraz zaman alabilir) ..." #: ../install.py:1530 msgid "Uninstalling system package" msgstr "Sistem paketi kaldÄħrÄħlÄħyor" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" "Paket sistemi sorgulanamadÄħ. Lĵtfen internet bağlantÄħnÄħzÄħ kontrol edin ve " "tekrar deneyin." #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "–nceki sĵrĵmĵn pip ile kurulu olup olmadÄħğÄħ kontrol ediliyor..." #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "Bu paket sisteminizde bilinmiyor: {}\n" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" "Devam etmek i§in, uygulamayÄħ §alÄħĊŸtÄħrmak ĵzere gereken bazÄħ paketler " "kurulacak." #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" "Kurulu ve kullanÄħlabilir paketler sorgulanÄħyor (bu biraz zaman alabilir)" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" "Gerekli paketlerin kurulu olup olmadÄħğÄħnÄħ gĥrmek i§in zypper sorgulanÄħyor " "(bu iĊŸlem biraz zaman alabilir)... " #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" "Gerekli paketlerin kurulu olup olmadÄħğÄħnÄħ gĥrmek i§in yum sorgulanÄħyor (bu " "biraz zaman alabilir)... " #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "Her adÄħmda eylemi onaylamak i§in sorgula." #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" "En son sĵrĵmĵ indirirken, kararlÄħ sĵrĵmden daha yeniyse geliĊŸtirme sĵrĵmĵnĵ " "kur." #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" "İsteğe bağlÄħ tar.gz Rapid Photo Downloader kurucu arĊŸivi. Belirtilmezse, en " "son sĵrĵm internetten indirilir." #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" "tar.gz Rapid Photo Downloader kurucu arĊŸivi bu sĵrĵmden ({}) daha yeniyse " "program kurucuyu §alÄħĊŸtÄħrmayÄħn. VarsayÄħlan olarak, daha yeni kurucu " "§alÄħĊŸtÄħrÄħlÄħr." #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" "BağÄħmlÄħlÄħklarÄħnÄħ koruyarak, pip ile kurulan Rapid Photo Downloader " "uygulamasÄħnÄħ kaldÄħr." #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" "Rapid Photo Downloader'Äħn kurulumu sÄħrasÄħnda pip tarafÄħndan kurulan " "bağÄħmlÄħlÄħklarÄħ ve Rapid Photo Downloader'Äħn kendisini kaldÄħr, sonra §Äħk." #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" "Not: Bu, Linux dağÄħtÄħmÄħnÄħzÄħn paket yĥneticisi tarafÄħndan kurulan hi§bir " "Rapid Photo Downloader sĵrĵmĵnĵ kaldÄħrmaz." #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" "BağÄħmlÄħlÄħklar sadece diğer programlar i§in gerekli olmadÄħğÄħ takdirde " "kaldÄħrÄħlacaktÄħr." #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" "Not: Bu se§enek, kurulan baĊŸka bir program i§in gerekli olup olmadÄħğÄħna " "bakÄħlmaksÄħzÄħn bağÄħmlÄħlÄħklarÄħ kaldÄħracaktÄħr. Bu davranÄħĊŸtan ka§Äħnmak " "istiyorsanÄħz pip 9.0 ya da ĵstĵne yĵkseltin. Bunu 'python3 -m pip install " "pip -U --user' komutunu kullanarak yapabilirsiniz. AyrÄħca, Linux " "dağÄħtÄħmÄħnÄħzÄħn paket yĥneticisi tarafÄħndan kurulan Rapid Photo Downloader " "sĵrĵmĵnĵn kaldÄħrÄħlmayacağÄħnÄħ unutmayÄħn." #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" "Ge§erli Python sanal ortamÄħnda kur. --system-site-packages se§eneğiyle " "oluĊŸturulan sanal ortamlar desteklenmez." #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "Kurulacak PyQt5'in belirli sĵrĵmĵ (varsayÄħlan en son sĵrĵmdĵr {})." #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" "PyPi'den PyQt5 kullanmak yerine Linux dağÄħtÄħmÄħnÄħzÄħn sĵrĵmĵnĵ kullanÄħn. " "–nceden yĵklĵ olan tĵm PyPi sĵrĵmlerini kaldÄħrÄħr." #: ../install.py:2200 msgid "Failed to download versions file." msgstr "Sĵrĵm dosyasÄħ indirilemedi." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "Sĵrĵm dosyasÄħna eriĊŸirken {} hata kodu alÄħndÄħ" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" "Maalesef kurucu bulanamadÄħ. Lĵtfen internet bağlantÄħnÄħzÄħ kontrol edin ve " "https://www.damonlynch.net adresine ulaĊŸÄħp ulaĊŸamadÄħğÄħnÄħzÄħ doğrulayÄħn.\n" "\n" "‡ÄħkÄħlÄħyor.\n" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" "{} paketi yĵklenemedi, ancak Rapid Photo Downloader yĵklemesi devam edecek." #: ../install.py:2459 msgid "Received error code" msgstr "Hata kodu alÄħndÄħ" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "Uygulama gereksinimleri kurulamadÄħ: §ÄħkÄħlÄħyor." #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "Uygulama kurulamadÄħ: §ÄħkÄħlÄħyor..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "Uygulama gereksinimleri kuruluyor..." #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" "HEIF / HEIC kĵ§ĵk resimleri oluĊŸturmak i§in sistem desteği mevcut değil" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "PyPI PyQt5 paketi KDE Neon ortamÄħna kurulmuyor" #: ../install.py:2736 msgid "Installing application..." msgstr "Uygulama kuruluyor..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "UygulamanÄħn manuel sayfalarÄħnÄħ kurmak ister misiniz?" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "{} i§ine kurulacaklar" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "UygulamayÄħ kaldÄħrÄħrsanÄħz, bu manuel sayfalarÄħnÄħ kendiniz silin." #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "Manuel sayfalarÄħnÄħ kurmak ister misiniz?" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "Manuel sayfalarÄħ {}/share/man/man1 i§inde bulunabilir" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "Manuel sayfalarÄħ {} i§ine kuruluyor" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "Manuel sayfa dizini oluĊŸturulamadÄħ: §ÄħkÄħlÄħyor." #: ../install.py:2836 msgid "Failed to copy man page." msgstr "Manuel sayfasÄħ kopyalanamadÄħ." #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" "Rapid Photo Downloader, {}/bin/rapid-photo-downloader komutu §alÄħĊŸtÄħrarak " "sanal ortamÄħ etkinleĊŸtirmeden baĊŸlatÄħlabilir." #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" "ProgramÄħ komut satÄħrÄħndan veya uygulama baĊŸlatÄħcÄħsÄħndan §alÄħĊŸtÄħrabilmek i§in " "bilgisayarÄħ yeniden baĊŸlatmanÄħz gerekebilir." #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" "ProgramÄħ komut satÄħrÄħndan veya uygulama baĊŸlatÄħcÄħdan §alÄħĊŸtÄħrmak i§in " "bilgisayarÄħnÄħzÄħn $PATH değiĊŸkenine {path} eklemeniz gerekir." #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" "(‡ÄħkÄħĊŸta bir segmentasyon hatasÄħ meydana gelirse, onu yok sayabilirsiniz...)" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" "Python3 aracÄħ pip'i, onunla birlikte kurulan Rapid Photo Downloader sĵrĵmĵnĵ " "kaldÄħrmak i§in gereklidir.\n" "Devam edilemez. ‡ÄħkÄħlÄħyor." #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" "Bu kurucu komut dosyasÄħnÄħ sudo / root kullanÄħcÄħsÄħ olarak §alÄħĊŸtÄħrmayÄħn.\n" "ProgramÄħ §alÄħĊŸtÄħracak kullanÄħcÄħ olarak §alÄħĊŸtÄħrÄħn.\n" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" "--PyQt5-sĵrĵmĵ veya --sistem-PyQt5'ini-kullan se§eneklerinden yalnÄħzca " "birini belirtin." #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" "Maalesef, PyQt5'in belirli bir sĵrĵmĵnĵ belirtmek i§in Intel veya AMD 64 bit " "platformunda Python 3.5 veya daha yenisi gerekir." #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "Lĵtfen X.X veya X.X.X formatÄħnda bir PyQt5 sĵrĵmĵ belirtin" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "Rapid Photo Downloader'Äħ mevcut sanal ortama kurmak ister misiniz?" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" "œzgĵnĵz, Rapid Photo Downloader'Äħ bir Python sanal ortamÄħna kurmak i§in bir " "Intel veya AMD 64 bit platformunda Python 3.5 veya daha yeni bir sĵrĵm " "gerekir." #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" "Rapid Photo Downloader'Äħ bir Python sanal ortamÄħna kurmak i§in, bu betiğe " "baĊŸlamadan ĥnce sanal ortamÄħ oluĊŸturun ve etkinleĊŸtirin." #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "Pip kullanarak kurulum i§in sanal ortam kullanÄħmÄħ." #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "Belirtirken baĊŸka bir komut satÄħrÄħ argĵmanÄħ eklemeyin" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" "Maalesef, bu kurucu ĥzel bir python kurulumunu desteklemiyor. ‡ÄħkÄħlÄħyor..." #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "Komut dosyasÄħ python kullanarak yeniden baĊŸlatÄħlÄħyor..." #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "{} {} Linux dağÄħtÄħmÄħ tespit edildi" #: ../install.py:3111 msgid "Exiting..." msgstr "‡ÄħkÄħlÄħyor..." #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "Devam etmek i§in python3-apt paketinin kurulu olmasÄħ gerekir." #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" "Linux dağÄħtÄħmÄħnÄħzÄħn standart paket yĥneticisini kullanarak aĊŸağÄħdaki " "paketleri kurun ve ardÄħndan bu kurucuyu yeniden §alÄħĊŸtÄħrÄħn:" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" "Bu programÄħ §alÄħĊŸtÄħrmak i§in, Python 3 ve paket yĥnetimine yardÄħmcÄħ olacak " "programlar kurulmalÄħdÄħr." #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "Python istekleri kuruluyor" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "Rapid Photo Downloader sĵrĵmĵnĵ yĵkselt" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "&İptal" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "&Yĵkselt" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "%s sĵrĵmĵne yĵkseltmek i§in Yĵkselt dĵğmesine tÄħklayÄħn." #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "Sĵrĵm yĵkseltmeye baĊŸlamak i§in Yĵkselt dĵğmesine tÄħklayÄħn." #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "&Kapat" #: ../upgrade.py:599 msgid "&Run" msgstr "&‡alÄħĊŸtÄħr" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "Bu yĵkseltmeyi §alÄħĊŸtÄħrmadan ĥnce Rapid Photo Downloader'Äħ kapatÄħn." #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "Sĵrĵm yĵkseltme §alÄħĊŸÄħyor..." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" "%s sĵrĵmĵne baĊŸarÄħyla yĵkseltildi. ‡Äħkmak i§in Kapat'Äħ veya programÄħ " "baĊŸlatmak i§in ‡alÄħĊŸtÄħr'Äħ tÄħklayÄħn." #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" "Sĵrĵm yĵkseltme baĊŸarÄħyla tamamlandÄħ. ‡Äħkmak i§in Kapat'Äħ, programÄħ " "baĊŸlatmak i§in ‡alÄħĊŸtÄħr'Äħ tÄħklayÄħn." #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "Sĵrĵm yĵkseltme baĊŸarÄħsÄħz oldu. ‡Äħkmak i§in Kapat'Äħ tÄħklayÄħn." #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "%s sĵrĵmĵne yĵkseltiiyor..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "Devam etmek i§in herhangi bir tuĊŸa basÄħn..." #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Rapid Photo Downloader sĵrĵm yĵkseltmesi baĊŸarÄħsÄħz" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "%s python paketi gĵncellenemedi. Sĵrĵm yĵkseltme devam edemiyor." #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Emeği Ge§enler" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "Yedeklemeler yapÄħlandÄħrÄħlmadÄħ" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "Yedekleme cihazÄħ bulunamadÄħ" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "Ge§erli yedekleme konumlarÄħ henĵz belirtilmedi" #: ../raphodo/backuppanel.py:406 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/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "İndirirken fotoğraflarÄħ ve videolarÄħ yedekle" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "Yedekleme cihazlarÄħnÄħ otomatik olarak algÄħla" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "Fotoğraf klasĥrĵ adÄħ:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "Video klasĥrĵ adÄħ:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "–rnek:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "Fotoğraf yedekleme konumu:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "Video yedekleme konumu:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "sĵrĵcĵ2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "–ngĥrĵlen Yedek Depolama KullanÄħmÄħ" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "Yedekleme Se§enekleri" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "video THM" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "ses" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)s adet 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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s adet Video" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "KullanÄħmda" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "AĊŸÄħrÄħ" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "%(size_free)s / %(size_total)s boĊŸ" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "Fotoğraflar" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "Videolar" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "İndirme iĊŸleminden sonra ĥngĥrĵlen depolama kullanÄħmÄħ" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "–zel..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "Fotoğraf alt klasĥrĵ oluĊŸturmak i§in yapÄħlandÄħr" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "Video alt klasĥrĵ oluĊŸturmak i§in yapÄħlandÄħr" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "Diğer" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "Cihaz yoklanÄħyor..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "Bu cihazÄħ ge§ici olarak gĥrmezden gel" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "Bu cihazÄħ kalÄħcÄħ olarak gĥrmezden gel" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "Yeniden tara" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "%s dolu" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "Kameralar" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s %(device_type)s" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, 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:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 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/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked 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/didyouknow.py:58 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/didyouknow.py:66 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/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" "\n" " Herhangi bir problem durumunda, pencerenin altÄħnda ka§ tane hata " "raporu \n" " bulunduğunu gĥsteren kÄħrmÄħzÄħ bir simge gĥrĵnecektir. œzerine " "tÄħkladÄħğÄħnÄħzda \n" " Hata Raporu penceresi a§ÄħlÄħr.\n" " " #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" "\n" " Hata Raporu penceresi, indirme ĥncesinde, sÄħrasÄħnda veya " "sonrasÄħnda karĊŸÄħlaĊŸÄħlan sorunlarÄħ \n" " listeler. Turuncu bir ĵ§gen bir uyarÄħyÄħ gĥsterir, kÄħrmÄħzÄħ bir " "daire bir arÄħzayÄħ belirtir, \n" " ve siyah bir daire daha ciddi baĊŸarÄħsÄħzlÄħklarÄħ gĥsterir. İlgili " "dosyasÄħnÄħ veya cihazÄħnÄħ bir dosya \n" " yĥneticisinde a§mak i§in kĥprĵlere tÄħklayabilirsiniz. RaporlarÄħ, " "Hata Raporu penceresinin \n" " sol alt tarafÄħndaki arama kutusunu kullanarak da " "arayabilirsiniz.\n" " " #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      YukarÄħdaki resimde, Zaman ‡izelgesi'nin ilk satÄħrÄħ siyahtÄħr, \n" "§ĵnkĵ o tarihteki tĵm dosyalar ĥnceden indirilmiĊŸtir.

      \n" "

      Zaman ‡izelgesi'nin kaydÄħrÄħcÄħsÄħ, Zaman ‡izelgesi oluĊŸturmak i§in " "kullanÄħlan \n" "ardÄħĊŸÄħk §ekimler arasÄħnda ge§en sĵreyi ayarlar:

      \n" " " #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked 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/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" "\n" " Kĵ§ĵk resimler §eĊŸitli ĥl§ĵtler kullanÄħlarak sÄħralanabilir:\n" "
        \n" "
      1. DeğiĊŸtirme ZamanÄħ: DosyanÄħn en son değiĊŸtirildiği zaman, meta " "verilerine gĥre \n" "(kullanÄħlabilir olduğu yerde) veya dosya sistemine gĥre (geri dĥnĵĊŸ " "olarak).
      2. \n" "
      3. Denetlenen Durum: DosyanÄħn indirilmek ĵzere iĊŸaretlenmiĊŸ olup " "olmadÄħğÄħ.
      4. \n" "
      5. Dosya adÄħ: UzantÄħsÄħ dahil tam dosya adÄħ.
      6. \n" "
      7. UzantÄħ: Dosya adÄħnÄħn uzantÄħsÄħ. –rneğin bunu jpeg ve raw " "gĥrĵntĵlerini gruplamak \n" "i§in kullanabilirsiniz.
      8. \n" "
      9. Dosya Tĵrĵ: Fotoğraf veya video.
      10. \n" "
      11. Cihaz: FotoğraflarÄħn ve videolarÄħn indirildiği cihazÄħn " "ismi.
      12. \n" "
      " #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" "\n" "İndirme dizini yapÄħnÄħzÄħ dĵĊŸĵnĵrken, iki farklÄħ dizine \n" "dikkat edin:\n" "
        \n" "
      1. Hedef klasĥr, ĥrn. "Resimler", "Fotoğraflar", " "ya da\n" ""Videolar". Bu dizinler bilgisayarÄħnÄħzda ĥnceden bulunmalÄħdÄħr. " "AĊŸağÄħdaki resimde \n" "hedef klasĥrler ĊŸunlardÄħr "Pictures" ve "Videos". \n" "Hedef klasĥrĵn adÄħ doğrudan klasĥr ağacÄħnÄħn ĵstĵndeki gri §ubukta, solunda " "bir klasĥr simgesi \n" "ve en sağÄħnda bir diĊŸli simgesi ile gĥsterilir.
      2. \n" "
      3. İndirme alt klasĥrleri, ise Rapid Photo Downloader tarafÄħndan " "otomatik olarak oluĊŸturulacak \n" "dizinlerdir. BilgisayarÄħnÄħzda ĥnceden bulunmalarÄħna gerek yoktur, ancak " "varsa sorun değildir.\n" "Bunlar hedef klasĥrĵn altÄħnda oluĊŸturulacaktÄħr.
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" "\n" "FotoğraflarÄħ ve videolarÄħ aynÄħ hedef klasĥre indirebilir veya her biri i§in " "farklÄħ bir hedef klasĥr belirleyebilirsiniz. \n" "AynÄħsÄħ, fotoğraflar ve videolar i§in indirme alt klasĥrlerinde de " "ge§erlidir; aynÄħ alt klasĥrlere fotoğraf ve video \n" "indirin veya her tĵr i§in farklÄħ bir dĵzen kullanÄħn. \n" " " #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" "\n" "Program mĵmkĵn olduğunda, indirilecek fotoğraf ve videolarÄħn alt " "klasĥrlerine ĥn izleme yapar:\n" "
        \n" "
      1. Hedef klasĥr ağacÄħ, bilgisayarÄħnÄħzda zaten indirilmiĊŸ olan alt " "klasĥrleri (normal, italik olmayan \n" " bir fontta olanlar) ve indirme sÄħrasÄħnda oluĊŸturulacak olan alt " "klasĥrleri (isimleri italik \n" " yazÄħlmÄħĊŸ olanlar) gĥsterir.
      2. \n" "
      3. Klasĥr ağacÄħ ayrÄħca dosyalarÄħn hangi alt klasĥrlere indirileceğini de " "gĥsterir. \n" " (siyah renkli).
      4. \n" "
      \n" " " #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" "\n" "İndirme alt klasĥr adlarÄħ genellikle aĊŸağÄħdaki ĥğelerden bazÄħlarÄħ veya tĵmĵ " "kullanÄħlarak oluĊŸturulur:\n" "
        \n" "
      1. Dosya meta verisi, sÄħklÄħkla fotoğraf veya videonun oluĊŸturulduğu " "tarihi \n" "ayrÄħca \n" "kamera model adÄħnÄħ, kamera seri numarasÄħnÄħ veya dosya uzantÄħsÄħnÄħ i§erir, " "ĥrn. JPG veya CR2.
      2. \n" "
      3. İĊŸ Kodu, bir etkinlik veya konumun adÄħ gibi, indirme " "ger§ekleĊŸtiği sÄħrada belirlediğiniz \n" "serbest metindir.
      4. \n" "
      5. Metin, tire veya boĊŸluk gibi her zaman gĥrĵnmesini istediğiniz " "karakterlerdir.
      6. \n" "
      \n" "Alt klasĥrlere yÄħl, ardÄħndan ay ve son olarak nĵmerik formatta ad verilmesi, " "dosya yĥneticisi i§inde \n" "sÄħralanmasÄħnÄħ kolaylaĊŸtÄħrÄħr, bu yĵzden varsayÄħlan se§enek budur:\n" " " #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" "\n" "İndirirken alt klasĥrleri otomatik olarak oluĊŸturmak i§in, Rapid Photo " "Downloader'in \n" "yerleĊŸik hazÄħr ayarlarÄħndan birini kullanabilir veya ĥzel bir hazÄħr ayar " "oluĊŸturabilirsiniz. \n" "Bir a§ÄħlÄħr menĵ a§mak i§in diĊŸli simgesine tÄħklayÄħn: \n" " " #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" "\n" "A§ÄħlÄħr menĵyĵ kullanarak yerleĊŸik bir ĥn ayar se§in veya kendi dĵzeninizi " "yapÄħlandÄħrmak i§in –zel'i \n" "tÄħklayÄħn. Fotoğraf veya Video Alt Klasĥrĵ OluĊŸturma Dĵzenleyicisini " "kullanarak kendi dĵzeninizi yaratÄħrsÄħnÄħz: \n" " " #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 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/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" "\n" "ݧ i§e ge§miĊŸ indirme alt klasĥrleri oluĊŸturmak zorunda değilsiniz. Bu " "resim, \n" "yalnÄħzca fotoğraflarÄħn §ekildiği tarihi ve bir İĊŸ Kodunu i§eren indirme alt " "\n" "klasĥrlerinin oluĊŸturulmasÄħnÄħ gĥstermektedir:\n" " " #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" "\n" "YerleĊŸik bir§ok tarih/saat adlandÄħrma se§eneği olsa da, farklÄħ bir ĊŸeye " "ihtiyacÄħnÄħz olabilir. \n" "Kendinizinkini yaratmak hi§ sorun değil. Yeni kombinasyonlar oluĊŸturmak i§in " "tarih/saat se§eneklerini \n" "birleĊŸtirebilirsiniz. YÄħl (YYYY), tire ve ayÄħ (MM), YYYY-MM'yÄħ oluĊŸturacak " "ĊŸekilde birleĊŸtiren bir tarih formatÄħ \n" "istediğinizi varsayalÄħm. Bu ĊŸekilde oluĊŸturabilirsiniz (tire etrafÄħndaki " "kÄħrmÄħzÄħ daireye dikkat edin):\n" " " #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" "\n" "İndirme alt klasĥr adlarÄħ ve dosya adlarÄħnÄħ oluĊŸturabileceğiniz tĵm " "yĥntemler hakkÄħnda burada daha fazlasÄħnÄħ okuyun:\n" "online " "documentation.\n" " " #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" "\n" "İĊŸ KodlarÄħ fotoğraf ve video kĵmelerini a§Äħklayan metni kolayca " "girmenizi sağlar. \n" "BunlarÄħ alt klasĥr ve dosya adlarÄħnda kullanabilirsiniz. Bu resimde, bazÄħ " "dosyalar \n" "kendilerine uygulanmÄħĊŸ "Street" İĊŸ Koduna sahip ve se§ilen " "dosyalar \n" ""Green Bazaar" İĊŸ Kodunu almak ĵzere: \n" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" "\n" "Bir indirme iĊŸlemine baĊŸlamadan ĥnce yeni veya mevcut İĊŸ KodlarÄħnÄħ " "uygulayabilirsiniz. \n" "İndirme iĊŸleminde henĵz bir İĊŸ Kodu uygulanmamÄħĊŸ dosyalar varsa, indirme " "baĊŸlamadan \n" "ĥnce onlar i§in bir İĊŸ Kodu girmeniz istenir.\n" " " #: ../raphodo/didyouknow.py:318 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/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/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" "\n" "FotoğraflarÄħnÄħza ve videolarÄħnÄħza benzersiz dosya isimleri verirken, hangi " "dosyanÄħn hangisi \n" "olduğu konusunda hi§bir zaman kafanÄħz karÄħĊŸmaz. SÄħra numaralarÄħ " "kullanarak dosya \n" "adlarÄħnÄħ benzersiz yapmak ĊŸiddetle ĥnerilir!\n" " " #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      FotoğraflarÄħnÄħza ve videolarÄħnÄħza benzersiz adlar atamanÄħza yardÄħmcÄħ " "olmak i§in dĥrt tĵr sÄħralama \n" "değeri bulunur:\n" "

        \n" "
      1. Bugĵnkĵ İndirmeler: O gĵn boyunca tamamlanan indirmeleri " "izler.
      2. \n" "
      3. KayÄħtlÄħ Numara: Bugĵnkĵ İndirmeler'e benzer, ancak programÄħn en " "son §alÄħĊŸtÄħrÄħldÄħğÄħ \n" "andan itibaren hatÄħrlanÄħr.
      4. \n" "
      5. Oturum NumarasÄħ: Program her §alÄħĊŸtÄħrÄħldÄħğÄħnda sÄħfÄħrlanÄħr.
      6. \n" "
      7. SÄħra Harfi: Oturum numaralarÄħ gibi, ancak harfleri " "kullanÄħr.
      8. \n" "

      \n" "

      \n" "SÄħra NumaralarÄħ hakkÄħnda daha fazlasÄħnÄħ okumak i§in: \n" "online do" "cumentation.

      \n" " " #: ../raphodo/didyouknow.py:354 msgid "" "\n" "The Rename panel allows you to configure file renaming. To rename " "your files, you can choose\n" "from among existing renaming presets or define your own. \n" " " msgstr "" "\n" "Yeniden adlandÄħrma paneli, dosya yeniden adlandÄħrma i§in " "yapÄħlandÄħrmaya izin verir. DosyalarÄħnÄħzÄħ yeniden\n" "adlandÄħrmak i§in mevcut yeniden adlandÄħrma hazÄħr ayarlarÄħ arasÄħndan se§im " "yapabilir veya kendi ayarlarÄħnÄħzÄħ tanÄħmlayabilirsiniz. \n" " " #: ../raphodo/didyouknow.py:361 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" "\n" "

      EĊŸ zamanlÄħ RAW + JPEG, kameranÄħzdaki RAW + JPEG ĥzelliğini " "kullanÄħyorsanÄħz ve fotoğraf \n" "yeniden adlandÄħrma iĊŸleminizde sÄħra numaralarÄħ kullanÄħyorsanÄħz yararlÄħ bir " "se§enektir. Bu se§eneğin \n" "etkinleĊŸtirilmesi, programÄħn eĊŸleĊŸen RAW ve JPEG fotoğraf §iftlerini " "algÄħlamasÄħna neden olacak ve \n" "algÄħlandÄħklarÄħnda, aynÄħ sÄħra numaralarÄħ her iki fotoğraf adÄħna da " "uygulanacaktÄħr. AyrÄħca, diziler sanki\n" "fotoğraflar sanki tekmiĊŸ gibi gĵncellenecektir.

      \n" "

      \n" "Yeniden adlandÄħrma hakkÄħnda daha fazlasÄħnÄħ okumak i§in: \n" "online " "documentation.

      \n" " " #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" "\n" "FotoğraflarÄħnÄħzÄħn ve videolarÄħnÄħzÄħn indirildiği sÄħrada, harici sabit diskler " "veya ağ paylaĊŸÄħmlarÄħ \n" "gibi birden fazla konuma yedeklenmesini sağlayabilirsiniz. Yedekleme " "cihazlarÄħ otomatik \n" "olarak algÄħlanabilir veya tam yedekleme yerleri belirtilebilir.\n" " " #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" "\n" "ProgramÄħn bir takÄħm tercihleri, indirme kaynaklarÄħ, hedefler ve yedeklemeler " "dahil olmak \n" "ĵzere komut satÄħrÄħndan ayarlanabilir. Ek olarak, ayarlar varsayÄħlan " "durumlarÄħna sÄħfÄħrlanabilir \n" "ve ĥnbellekler ile hatÄħrlanan dosyalar temizlenir. \n" " " #: ../raphodo/didyouknow.py:394 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/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" "\n" "Rapid Photo Downloader ĵ§ tĵr ĥnbellekle iĊŸ gĥrĵÄħr:\n" "
        \n" "
      1. Tek amacÄħ kameralarÄħnÄħz, hafÄħza kartlarÄħnÄħz ve diğer cihazlarÄħnÄħzdaki " "dosyalarÄħn kĵ§ĵk resimlerini saklamak \n" "olan bir kĵ§ĵk resim ĥnbelleği.
      2. \n" "
      3. Biri fotoğraflar, diğeri ise videolar i§in olan, bir kameradan indirilen " "dosyalar i§in ge§ici ĥnbellek. \n" "Bunlar indirme hedefindeki ge§ici alt klasĥrlerde bulunurlar.
      4. \n" "
      5. İndirildikten sonra Rapid Photo Downloader'Äħn RAW ve TIFF " "fotoğraflarÄħnÄħn kĵ§ĵk resimlerini sakladÄħğÄħ \n" "masaĵstĵnĵn kĵ§ĵk resim ĥnbelleği. Gnome Files gibi dosya " "tarayÄħcÄħlarÄħ da bu ĥnbelleği kullanÄħr, \n" "yani onlar da bu dosyalar i§in kĵ§ĵk resimler gĥrĵntĵler. \n" "
      6. \n" "
      \n" "Bu ĥnbellekler ve indirme performansÄħndaki etkileri hakkÄħnda daha fazla " "bilgi i§in \n" "online " "documentation.\n" " " #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "Gĵnĵn İpucu" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "Biliyor muydunuz...?" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "A§ÄħlÄħĊŸta ipu§larÄħnÄħ gĥster" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "&Sonraki" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "&–nceki" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "MB/saniye" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "Birka§ saniye" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "1 saniye" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "%d saniye" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "1 dakika" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "%d dakika" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "1 saat" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "%d saat" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "1 gĵn" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "%d gĵn" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "1 dakika, 1 saniye" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "1 dakika, %d saniye" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "%d dakika, 1 saniye" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "%(minutes)d dakika, %(seconds)d saniye" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1 saat, 1 dakika" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "1 saat, %d dakika" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%d saat, 1 dakika" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "%(hours)d saat, %(minutes)d dakika" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "1 gĵn, 1 saat" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "1 gĵn, %d saat" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "%d gĵn, 1 saat" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "%(days)d gĵn, %(hours)d saat" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "Bul" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "Hata RaporlarÄħ - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "Raporlarda bul" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "–nceki eĊŸleĊŸmeyi bul" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "Sonraki eĊŸleĊŸmeyi bul" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "&Tĵmĵnĵ Vurgula" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "İfadenin tĵm ĥrneklerini vurgula" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "&Bĵyĵk / Kĵ§ĵk Harfe DuyarlÄħ" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "Bĵyĵk / kĵ§ĵk harfe duyarlÄħlÄħk ile ara" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "&Tam Kelimeler" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "YalnÄħz tam kelimelerle ara" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "toplam %(total)s adedin %(matchnumber)s adedi eĊŸleĊŸiyor" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "Temizle" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "İfade bulunamadÄħ" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "Arama beklemede..." #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "Rapid Photo Downloader'da Sorun" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" "Rapid Photo Downloader'da bir sorun oluĊŸtu

      \n" " Lĵtfen sorunu burada belirtin: {website}.

      \n" " Hata raporunuza programÄħn gĵnlĵk dosyalarÄħnÄħ ekleyin. Hata " "raporu \n" " {log_file} dosyasÄħnÄħ i§ermelidir, ancak diğer gĵnlĵk " "dosyalarÄħnÄħ eklemek genellikle \n" " yararlÄħdÄħr.

      Mĵmkĵnse, lĵtfen programÄħn yapÄħlandÄħrma " "dosyasÄħnÄħ da ekleyin:\n" " {config_file}.

      \n" " Gĵnlĵk dizinini a§mak i§in buraya " "tÄħklayÄħn, ve \n" " yapÄħlandÄħrma dizinini a§mak i§in ise buraya

      \n" " AynÄħ sorun program kapanmadan ĥnce tekrar oluĊŸursa, bu onunla " "ilgili \n" " tek bildirimdir.\n" " " #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "Rapid Photo Downloader'da bir sorun oldu\n" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "Lĵtfen sorunu {website} adresinden bildirin.\n" "\n" " Gĵnlĵk dosyasÄħnÄħ, {log_path} adresinde bulunan hata raporunuza ekleyin.\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "Dosya TarayÄħcÄħda A§ ..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "Dosya Sistemi" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "Diğer..." #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "%s (konum mevcut değil)" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "Tarih saat" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "Metin" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "Dosya adÄħ" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "œst veri" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "Diziler" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "İĊŸ kodu" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "Gĥrĵntĵ tarihi" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "Video tarihi" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Bugĵn" #: ../raphodo/generatenameconfig.py:203 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:206 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:209 msgid "Name" msgstr "İsim" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "Eklenti" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "Gĥrĵntĵ numarasÄħ" #: ../raphodo/generatenameconfig.py:216 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:219 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:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 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:228 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:231 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:234 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:237 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:240 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:243 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:246 msgid "Shutter count" msgstr "Obtĵratĥr sayacÄħ" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "Dosya numarasÄħ" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "Sadece klasĥr" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "Sahip adÄħ" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "Kodek" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "GeniĊŸlik" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "Yĵkseklik" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "Sĵre" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "Saniyedeki Kare SayÄħsÄħ" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "Sanat§Äħ" #: ../raphodo/generatenameconfig.py:262 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:265 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:268 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:271 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:274 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:277 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:280 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:283 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:286 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:289 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:292 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:295 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:298 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:301 msgid "lowercase" msgstr "kĵ§ĵk harf" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "Bir karakter" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "İki karakter" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "œ§ karakter" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "Dĥrt karakter" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "BeĊŸ karakter" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "AltÄħ karakter" #: ../raphodo/generatenameconfig.py:308 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:311 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:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "YYYYAAGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "YYAAGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "AAGGYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "AAGGYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "AAGG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "GGAAYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "GGAAYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "YYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "YY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "AA" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "GG" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 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:362 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:365 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:368 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:371 msgid "HHMMSS" msgstr "SaSaDDSnSn" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "SaSaDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "SaSa" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "SnSn" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "Tarih" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "Tarih (tireli)" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "Tarih (alt §izgili)" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "Tarih ve İĊŸ Kodu" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "YYYYAA_İĊŸ Kodu" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "Tarih ve İĊŸ Kodu Alt Klasĥrĵ" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "YYYYAA" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "İĊŸ Kodu" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "Orijinal Dosya AdÄħ" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "Tarih-Saat ve Bugĵn İndirilenler" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "YYYYAAGG-SaSaDD-1" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "Tarih ve Bugĵn İndirilenler" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "YYYYAAGG-1" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "Tarih-Saat ve Gĥrĵntĵ NumarasÄħ" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "YYYYAAGG-1234" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "Tarih-Saat ve İĊŸ Kodu" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "YYYYAAGG-SaSaDD-İĊŸ Kodu-1" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "YYYYAAGG-İĊŸ Kodu-1" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "Tarih-Saat ve Video No" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "YYYYAAGG_1234" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "‡ĥzĵnĵrlĵk" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "YYYYAAGG-SaSaDD-1-1920x1080" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "Yeni bir İĊŸ Kodu girin veya ĥncekilerden birini se§in" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, 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." #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, 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/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "İĊŸ Kodunu İndirilene Uygula" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "Yeni Bir İĊŸ Kodu girin" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "Yeni İĊŸ Kodu hi§bir fotoğrafa veya videoya uygulanmayacak." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "Yeni İĊŸ Kodu %s ĥğesine uygulanmayacak." #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "Yeni İĊŸ Kodu %s ĥğesine uygulanacak." #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "Yeni İĊŸ Kodu" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "&İĊŸ Kodu:" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "&Bu se§imi hatÄħrla" #: ../raphodo/jobcodepanel.py:184 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/jobcodepanel.py:185 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/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 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/jobcodepanel.py:197 msgid "Last Used" msgstr "Son KullanÄħlan" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "İĊŸ Kodu SÄħralama:" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "Artan" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "Azalan" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "&Yeni..." #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "&Uygula" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "&KaldÄħr" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "Tĵmĵnĵ KaldÄħr" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "Tĵm İĊŸ KodlarÄħnÄħ ger§ekten kaldÄħrmak istiyor musunuz?" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "Tĵm İĊŸ KodlarÄħnÄħ kaldÄħr" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "İĊŸ KodlarÄħ" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "%(description)s - %(elements)s" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "Yeni –zel HazÄħr AyarÄħ Kaydet..." #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "Tĵm –zel HazÄħr AyarlarÄħ kaldÄħr..." #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "(Yeni –zel HazÄħr Ayar)" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "%s (derlenmiĊŸ)" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "\"%s\" –zel HazÄħr AyarÄħnÄħ Gĵncelle" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "Yeni –zel HazÄħr AyarÄħ Kaydet - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "HazÄħr Ayar AdÄħ:" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "Fotoğraf Alt Klasĥrĵ OluĊŸturma Dĵzenleyicisi" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "Video Alt Klasĥrĵ OluĊŸturma Dĵzenleyicisi" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "Fotoğraf Yeniden AdlandÄħrma Dĵzenleyicisi" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "Video Yeniden AdlandÄħrma Dĵzenleyicisi" #: ../raphodo/nameeditor.py:868 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/nameeditor.py:884 #, 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/nameeditor.py:893 #, 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/nameeditor.py:901 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/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "HazÄħr Ayar:" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "{choice} ({variant})" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "‡evrimi§i yardÄħm alÄħn..." #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "Araya Ekle" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "HazÄħr AyarÄħ Kaydet - Rapid Photo Downloader" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "Yeni –zel HazÄħr AyarÄħ Kaydet" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "Yeni sĵrĵm denetleniyor..." #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "En son sĵrĵmĵ kullanÄħyorsunuz." #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "Gĵncelleme sunucusuyla bağlantÄħ kurulamadÄħ." #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "Rapid Photo Downloader'Äħn (%s) yeni bir sĵrĵmĵ mevcut." #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "Yeni sĵrĵmĵ indirmek ister misiniz?" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" "Yeni sĵrĵmdeki değiĊŸiklikler burada gĥrĵntĵlenebilir." #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "&Bu sĵrĵmĵ atla" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "&İndirme SayfasÄħnÄħ A§" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "Rapid Photo Downloader gĵncellemeleri" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "%(downloaded)s / %(total)s" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "Indiriliyor..." #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "Tercihler" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "Dil" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "Otomasyon" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "Kĵ§ĵk resimler" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "Hata Yĥnetimi" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "UyarÄħlar" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "BirleĊŸtirme" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "‡eĊŸitli" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "Cihaz Tarama" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "Sadece harici cihazlarÄħ tara" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "AygÄħtlardaki yalnÄħzca belirli klasĥrleri tara" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "Taranacak klasĥrler:" #: ../raphodo/preferencedialog.py:171 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/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "Ekle..." #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "KaldÄħr" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "Otomatik olarak yok saymak veya indirmek i§in ayarlanmÄħĊŸ cihazlar." #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "HatÄħrlanan Cihazlar" #: ../raphodo/preferencedialog.py:203 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/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "Yok SayÄħlan Yollar" #: ../raphodo/preferencedialog.py:223 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/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 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." #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" "Python stili " "normal ifadeler kullanÄħn" #: ../raphodo/preferencedialog.py:250 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/preferencedialog.py:291 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/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "*" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "* ProgramÄħn yeniden baĊŸlatÄħlmasÄħyla etkili olur" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "Program Otomasyonu" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "Program baĊŸlangÄħcÄħnda indirmeye baĊŸla" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "Cihaz bağlandÄħktan sonra indirmeye baĊŸla" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "İndirme iĊŸlemi tamamlandÄħğÄħnda cihazÄħn bağlantÄħsÄħnÄħ kes (§Äħkar)" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "İndirme iĊŸlemi tamamlandÄħğÄħnda programdan §Äħk" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "İndirme uyarÄħlarÄħ veya hatalarÄħ olsa bile programdan §Äħk" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "Kĵ§ĵk Resim OluĊŸturma" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "Kĵ§ĵk resimler oluĊŸtur" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "Ana program penceresinde gĥsterilecek kĵ§ĵk resimler oluĊŸtur" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "Kĵ§ĵk resimleri ĥnbellekte tut" #: ../raphodo/preferencedialog.py:359 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/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "Sistem kĵ§ĵk resimlerini oluĊŸtur" #: ../raphodo/preferencedialog.py:366 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/preferencedialog.py:375 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/preferencedialog.py:376 msgid "CPU cores:" msgstr "CPU §ekirdekleri:" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "Kĵ§ĵk Resim –nbelleği" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "HesaplanÄħyor..." #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "gĵnler" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "sonsuza dek" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "–nbellek boyutu:" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "Kĵ§ĵk resim sayÄħsÄħ:" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "VeritabanÄħ boyutu:" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "EriĊŸimsiz kĵ§ĵk resimleri ĥnbellekte sakla:" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "–nbelleği Temizle..." #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "–nbelleği En İyi Hale Getir..." #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "İndirmeyi Atla" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "DosyayÄħ indirme ve bir hata mesajÄħ yayÄħnla" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "Benzersiz tanÄħmlayÄħcÄħ ekle" #: ../raphodo/preferencedialog.py:472 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/preferencedialog.py:480 msgid "Overwrite" msgstr "œzerine Yaz" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "–nceden yedeklenmiĊŸ dosyanÄħn ĵzerine yaz" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "Atla" #: ../raphodo/preferencedialog.py:484 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/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "Program UyarÄħlarÄħ" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "Ċžu durumda bir uyarÄħ gĥster:" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "Ċžu anda gĥrĵntĵlenmeyen dosyalar indiriliyor" #: ../raphodo/preferencedialog.py:535 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/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "Yedekleme hedefleri eksik" #: ../raphodo/preferencedialog.py:538 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/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "Program kĵtĵphaneleri eksik veya bozuk" #: ../raphodo/preferencedialog.py:541 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/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "Dosya sistemi meta verileri ayarlanamÄħyor" #: ../raphodo/preferencedialog.py:545 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/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "İĊŸlenmeyen dosyalarla karĊŸÄħlaĊŸma" #: ../raphodo/preferencedialog.py:549 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/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "Ċžu uzantÄħya sahip iĊŸlenmeyen dosyalar hakkÄħnda uyarÄħ yapma:" #: ../raphodo/preferencedialog.py:558 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/preferencedialog.py:561 msgid "Add" msgstr "Ekle" #: ../raphodo/preferencedialog.py:562 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/preferencedialog.py:564 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/preferencedialog.py:568 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/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "Fotoğraf ve Video Bir Araya Getirme" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "DosyalarÄħ cihazlar ve indirmeler arasÄħnda bir araya getirin" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "EĊŸleĊŸen RAW ve JPEG dosyalarÄħnÄħ ĊŸu ĊŸekilde ele al:" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "Bir fotoğraf" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "İki fotoğraf" #: ../raphodo/preferencedialog.py:620 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/preferencedialog.py:625 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/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "EĊŸleĊŸen RAW ve JPEG fotoğraflarla:" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "JPEG dosyalarÄħnÄħ indirmek i§in iĊŸaretleme" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "RAW dosyalarÄħnÄħ indirmek i§in iĊŸaretleme" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "İkisini de indirmek i§in iĊŸaretle" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 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/preferencedialog.py:661 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/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "Tamamlanan indirmeler gĥsterilirken bir indirme cihazÄħ takÄħldÄħğÄħnda:" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "Tamamlanan indirmeleri temizle" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "Tamamlanan indirmeleri gĥrĵntĵlemeye devam et" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "Ne yapÄħlacağÄħnÄħ sor" #: ../raphodo/preferencedialog.py:685 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/preferencedialog.py:690 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/preferencedialog.py:694 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/preferencedialog.py:739 msgid "Version Check" msgstr "Sĵrĵm Denetleme" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "BaĊŸlangÄħ§ta gĵncellemeleri denetle" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "Program her baĊŸlatÄħldÄħğÄħnda programÄħn yeni sĵrĵmĵnĵ denetle." #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "GeliĊŸtirme sĵrĵmlerini dahil et" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" "ProgramÄħn yeni bir sĵrĵmĵnĵ denetlerken alfa, beta ve diğer geliĊŸtirme " "sĵrĵmlerini dahil et.\n" "\n" "Halen bir geliĊŸtirme sĵrĵmĵ §alÄħĊŸtÄħrÄħyorsanÄħz denetleme daima " "ger§ekleĊŸecektir." #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "MTP cihazlarÄħnda DNG tarih/saat meta verilerini yoksay" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "Fotoğraf meta verilerini yalnÄħzca ExifTool'u kullanarak oku" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "VarsayÄħlan %s tercih değerlerini geri yĵkler" #: ../raphodo/preferencedialog.py:1292 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/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "Kĵ§ĵk Resim –nbelleğini Temizle" #: ../raphodo/preferencedialog.py:1309 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/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "Kĵ§ĵk resim ĥnbelleğini en uygun hale getir" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "Taranacak Bir Klasĥr Girin" #: ../raphodo/preferencedialog.py:1577 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/preferencedialog.py:1578 msgid "Folder:" msgstr "Dizin:" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "Yok sayÄħlacak Bir Yol Girin" #: ../raphodo/preferencedialog.py:1593 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/preferencedialog.py:1594 msgid "Path:" msgstr "Yol:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "Bir Dosya UzantÄħsÄħ Girin" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "Bir dosya uzantÄħsÄħ belirtin (baĊŸlangÄħ§taki nokta olmadan)" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "UzantÄħ:" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "Ge§ersiz Dosya UzantÄħsÄħ" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "Dĵğĵn" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "Doğum Gĵnĵ" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Alt klasĥr tercihleri %s ile baĊŸlamamalÄħ" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Alt klasĥr tercihleri %s ile bitmemeli" #: ../raphodo/preferences.py:655 #, 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/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "Hata: %(errno)s %(strerror)s" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "Hata: %s" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "GPhoto2 HatasÄħ: %s" #: ../raphodo/problemnotification.py:132 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:144 #, python-format msgid "Unable to read directory %s" msgstr "%s dizini okunamadÄħ" #: ../raphodo/problemnotification.py:150 #, 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:156 #, python-format msgid "Unable to read file %s" msgstr "%s dosyasÄħ okunamÄħyor" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "%s dosyasÄħ yazÄħlamÄħyor" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "%s dosyasÄħ taĊŸÄħnamÄħyor" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "%s dosyasÄħ kaldÄħrÄħlamÄħyor" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "%s dosyasÄħ kopyalanamÄħyor" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "SÄħfÄħr uzunluklu dosya %s indirilmeyecek" #: ../raphodo/problemnotification.py:192 #, 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:198 #, python-format msgid "Unable to load metadata from %s" msgstr "%s konumundan meta veri yĵklenemiyor" #: ../raphodo/problemnotification.py:209 #, 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:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "%(filetype)s %(destination)s zaten mevcut." #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, 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:323 #, 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:343 #, 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:358 #, 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:379 #, 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:395 #, 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:419 #, 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:430 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:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %s" msgstr "%s i§in dosya adÄħ sonlandÄħrÄħlamadÄħ" #. Translators: %(variable)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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "%(type)s meta verileri eksik." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "Ċžuradaki meta veriler eksik: %s." #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "Tarih/saat dĥnĵĊŸĵmĵ baĊŸarÄħsÄħz oldu: %s." #: ../raphodo/problemnotification.py:529 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:535 msgid "Filename does not have an extension." msgstr "Dosya adÄħ bir uzantÄħya sahip değil." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "Dosya adÄħ bir sayÄħ bileĊŸenine sahip değil." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "%(component)s bileĊŸenini yaratma hatasÄħ. Hata: %(error)s" #: ../raphodo/problemnotification.py:559 #, 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:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "%s indirme alt klasĥrĵ oluĊŸturulamÄħyor." #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "%s yedekleme alt klasĥrĵ oluĊŸturulamÄħyor." #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "Sorunlar taranÄħyor %s" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "Sorunlar %s ĥğesinden kopyalanÄħyor" #: ../raphodo/problemnotification.py:684 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:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "%(month)s %(year)s" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "%(hours)dsaat" #: ../raphodo/proximity.py:1839 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:1844 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:1847 msgid "Timeline build pending..." msgstr "Zaman ‡izelgesi oluĊŸturulmayÄħ bekliyor..." #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "Zaman ‡izelgesi inĊŸa ediyor ..." #: ../raphodo/proximity.py:1850 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:1931 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:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "ExifTool sorunu" #: ../raphodo/rapid.py:1205 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 kĵtĵphanesi eksik gĥrĵnĵyor

      Rapid Photo " "Downloader bir videonun §ekildiği tarih ve saati almak i§in libmediainfo " "kullanÄħyor. Program onsuz §alÄħĊŸacaktÄħr, ancak kurulmasÄħ ĥnerilir." #: ../raphodo/rapid.py:1216 msgid "Problem with libmediainfo" msgstr "libmediainfo sorunu" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "İndirme baĊŸarÄħsÄħz" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" "Maalesef, Rapid Photo Downloader'Äħn yeni sĵrĵmĵnĵn indirilmesi baĊŸarÄħsÄħz " "oldu." #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" "Yeni sĵrĵm baĊŸarÄħyla indirildi. Rapid Photo Downloader'Äħ kapatÄħp ĊŸimdi " "kurmak istiyor musunuz?" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "Rapid Photo Downloader'Äħ Gĵncelle" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "Kur" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "Yeni sĵrĵm kaydedildi" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" "Tar dosyasÄħ ve kurulum betiği ĊŸurada kayÄħtlÄħdÄħr:\n" "\n" "%s" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "Yĵkseltme baĊŸarÄħsÄħz" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" "Maalesef Rapid Photo Downloader'Äħ yĵkseltme baĊŸarÄħsÄħz oldu, §ĵnkĵ kurucuyu " "a§arken bir hata oluĊŸtu." #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "İndir" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "%Yenile..." #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "&Tercihler" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "&‡Äħk" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "Hata &Raporlar" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "Tamamlanan İndirmeleri Temizle" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "‡evrimi§i YardÄħm AlÄħn..." #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "%Gĵnĵn İpucu..." #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "Sorun Bildirin..." #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "BağÄħĊŸ YapÄħn..." #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "Bu UygulamayÄħ Tercĵme Edin..." #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "&HakkÄħnda..." #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "Gĵncellemeleri denetle..." #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "Zaman ‡izelgesi" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "Hedef" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "Yeniden AdlandÄħr" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "Yedekle" #. Devices Header and View #: ../raphodo/rapid.py:2112 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" #. This Computer Header and View #: ../raphodo/rapid.py:2129 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:2131 msgid "This Computer" msgstr "Bu Bilgisayar" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "Bir kaynak klasĥr se§" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "–ngĥrĵlen Depolama KullanÄħmÄħ" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "Hedef klasĥrĵ se§in" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "Tĵmĵ" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "Yeni" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "Gĥster:" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "DeğiĊŸtirilme ZamanÄħ" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "DenetlenmiĊŸ Durum" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "Dosya Tĵrĵ" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "Cihaz" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "SÄħrala:" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "%(files)s dosyasÄħnÄħ indir" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "İndirmeye Devam Et" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "Duraklat" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" "Lĵtfen sorunu burada belirtin: {website}.

      \n" " Hata raporunuza programÄħn gĵnlĵk dosyalarÄħnÄħ ekleyin. Hata " "raporu {log_file} \n" " dosyasÄħnÄħ i§ermelidir, ancak diğer gĵnlĵk dosyalarÄħnÄħn eklenmesi " "genellikle yararlÄħ olur.

      \n" " Mĵmkĵnse, lĵtfen programÄħn yapÄħlandÄħrma dosyasÄħnÄħ da ekleyin:\n" " {config_file}.

      \n" " Gĵnlĵk dizinini a§mak i§in buraya, ve " "\n" " yapÄħlandÄħrma dizinini a§mak i§in ise buraya tÄħklayÄħn.\n" " " #: ../raphodo/rapid.py:2678 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:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "İndirme hedefini indirme sĵrerken değiĊŸtiremezsiniz." #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " 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?\n" " " #: ../raphodo/rapid.py:3111 #, 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:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Bu indirme klasĥrĵ ge§ersiz:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "İndirme BaĊŸarÄħsÄħz" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "İndirme devam edemiyor." #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, 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:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "fotoğraflar" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "videolar" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "fotoğraf" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "video" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "Yedekleme sorunu" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "%(downloading_from)s — %(time_left)s kaldÄħ (%(speed)s)" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s indirildi" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s indirme baĊŸarÄħsÄħz oldu" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "uyarÄħlar" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "Bĵtĵn indirmeler tamamlandÄħ" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s indirme baĊŸarÄħsÄħz oldu" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "1 baĊŸarÄħsÄħzlÄħk" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "%d baĊŸarÄħsÄħzlÄħk" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "1 uyarÄħ" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "%d uyarÄħ" #: ../raphodo/rapid.py:4219 #, 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:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "Hi§ dosya indirilmedi — %(failures)s" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "Hi§ dosya indirilmedi" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "Program tercihleri ge§ersiz" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "&Tekrar Dene" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "& Bu CihazÄħ Yok Say" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "Maalesef, %s taranÄħrken beklenmeyen bir sorun oluĊŸtu." #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "Ne yazÄħk ki bu cihazdan indiremezsiniz." #: ../raphodo/rapid.py:4482 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:4487 msgid "Device scan failed" msgstr "Cihaz taramasÄħ baĊŸarÄħsÄħz oldu" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "Tamamlanan İndirmeler Mevcut" #: ../raphodo/rapid.py:5009 #, 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:5011 msgid "Do you want to clear the completed downloads?" msgstr "Tamamlanan indirmeleri temizlemek istiyor musunuz?" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "TamamlanmÄħĊŸ İndirme Mevcut" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "%s i§in indirme tamamlandÄħ ve gĥsterildi." #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "Tamamlanan indirmeyi temizlemek istiyor musunuz?" #: ../raphodo/rapid.py:5098 #, 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:5349 #, 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:5352 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:5356 #, 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:5358 msgid "Any device with the same name will be ignored." msgstr "AynÄħ ada sahip herhangi bir cihaz gĥz ardÄħ edilecek." #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "Bu Bilgisayardaki %(location)s konumundan indiriliyor." #: ../raphodo/rapid.py:5666 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." #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "%s i§in kĵ§ĵk resimler oluĊŸturuluyor" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "%s TaranÄħyor" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked 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:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" "%(available files)s dosyadan %(number)s adedi indirme i§in iĊŸaretlendi" #: ../raphodo/rapid.py:5981 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:5985 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:5989 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:5993 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:5997 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:6001 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:6005 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:6009 msgid "Turn on or off downloading from this computer." msgstr "Bu bilgisayardan indirmeyi a§ veya kapat." #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "YOL" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "Bu bilgisayarda indirilecek YOL." #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "FotoğraflarÄħn indirileceği YOL." #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "VideolarÄħn indirileceği YOL." #: ../raphodo/rapid.py:6025 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:6029 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:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "KLAS–R" #: ../raphodo/rapid.py:6034 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:6043 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:6052 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:6059 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:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "Ċžu uzantÄħlara sahip fotoğraflarÄħ yoksay: %s" #: ../raphodo/rapid.py:6071 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:6076 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:6082 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:6088 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:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "Hangi dosyalarÄħn daha ĥnce indirildiğini unut ve §Äħk." #: ../raphodo/rapid.py:6097 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:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "gphoto2 hata ayÄħklama bilgilerini gĵnlĵk dosyalarÄħna ekle." #: ../raphodo/rapid.py:6115 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:6176 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:6185 msgid "No prior program preferences detected: exiting." msgstr "–nceye ait program tercihleri tespit edilmedi: §ÄħkÄħlÄħyor." #: ../raphodo/rapid.py:6193 #, 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:6260 #, 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:6271 msgid "Program aborting." msgstr "Program iptal ediliyor." #: ../raphodo/rapid.py:6314 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:6318 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:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "Tĵm ayarlar ve ĥnbellekler sÄħfÄħrlandÄħ." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "Kĵ§ĵk Resim –nbelleği sÄħfÄħrlandÄħ." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "HatÄħrlanan dosyalar unutuldu." #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "&Bana bunu tekrar sorma" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "&Beni bu konuda tekrar uyarma" #: ../raphodo/rememberthisdialog.py:73 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:567 msgid "subfolder and filename" msgstr "alt klasĥr ve dosya adÄħ" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "dosya adÄħ" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "alt klasĥr" #: ../raphodo/renamepanel.py:296 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/renamepanel.py:297 msgid "Downloads today:" msgstr "Bugĵnkĵ indirmeler:" #: ../raphodo/renamepanel.py:319 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/renamepanel.py:320 msgid "Stored number:" msgstr "KayÄħtlÄħ sayÄħ:" #: ../raphodo/renamepanel.py:331 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/renamepanel.py:332 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/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "EĊŸ zamanlÄħ RAW + JPEG" #: ../raphodo/renamepanel.py:346 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/renamepanel.py:351 msgid "Sequence Numbers" msgstr "SÄħra NumaralarÄħ" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "Uyumsuz karakterleri ayÄħkla" #: ../raphodo/renamepanel.py:367 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/renamepanel.py:371 msgid "Compatibility" msgstr "Uyumluluk" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "Fotoğraf Yeniden AdlandÄħrma" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "Video Yeniden AdlandÄħrma" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "Yeniden AdlandÄħrma Se§enekleri" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "fotoğraflar ve videolar" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "bir video" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "1 Video" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "bir fotoğraf" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "%(path)s on %(camera)s" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "Fotoğraf" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "Video" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "Dosya sistemi kĥkĵ" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "Resimler" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "AlÄħndÄħ: %(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "%(date_time)s (%(human_readable)s)" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "Bellek kartlarÄħ: %s" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "Bellek kartÄħ: %s" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "Ċžu olarak indirildi:" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      –nceki indirme:
      %(filename)s
      %(path)s
      %(date)s" #: ../raphodo/thumbnaildisplay.py:567 #, python-format msgid "

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

      %(date)s tarihinde ĥnceden indirilmiĊŸ gibi elle ayarla" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "Yolu Kopyala" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "DosyayÄħ İndirildi Olarak İĊŸaretle" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "DosyalarÄħ İndirildi Olarak İĊŸaretle" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "B" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "KB" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "MB" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "GB" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "TB" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "PB" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "EB" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "ZB" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "%(first_item)s ve %(last_item)s" #: ../raphodo/utilities.py:515 msgid "one" msgstr "bir" #: ../raphodo/utilities.py:516 msgid "two" msgstr "iki" #: ../raphodo/utilities.py:517 msgid "three" msgstr "ĵ§" #: ../raphodo/utilities.py:518 msgid "four" msgstr "dĥrt" #: ../raphodo/utilities.py:519 msgid "five" msgstr "beĊŸ" #: ../raphodo/utilities.py:520 msgid "six" msgstr "altÄħ" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "yedi" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "sekiz" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "dokuz" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "on" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "on bir" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "on iki" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "on ĵ§" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "on dĥrt" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "on beĊŸ" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "on altÄħ" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "on yedi" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "on sekiz" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "on dokuz" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "yirmi" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "&Tamam" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "&Kaydet" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "&YardÄħm" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "–ntanÄħmlÄħlarÄħ Geri Yĵkle" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "&Evet" #: ../raphodo/viewutils.py:250 msgid "&No" msgstr "&HayÄħr" #: ../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" rapid-photo-downloader-0.9.23a1/po/uk.po0000644000175000017500000051347213645661365020257 0ustar damondamon00000000000000# 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: 2020-04-03 16:16-0400\n" "PO-Revision-Date: 2020-03-09 17:01-0400\n" "Last-Translator: Launchpad Translations Administrators \n" "Language-Team: Ukrainian \n" "Language: uk\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 2.2.4\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "µ ²´°ğся ст²Ñ€¸Ñ‚¸ ş°Ñ‚°ğ³ ´ğя ·°²°½Ñ‚°ĥµ½½Ñ." #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "" #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "" #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "" #: ../upgrade.py:599 msgid "&Run" msgstr "" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "" #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "" #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "" #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "Ÿ´Ñş¸" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr " µ·µÑ€²½Ñ– şżÑ–Ñ— ½µ ½°ğ°ÑˆÑ‚²°½" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "ŸÑ€¸ÑÑ‚рї² ´ğя рµ·µÑ€²½³ şżÑ–ÑŽ²°½½Ñ ½µ ²¸Ñ²ğµ½" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "”Ñ–ıс½Ñ– ĵісця ´ğя рµ·µÑ€²½³ şżÑ–ÑŽ²°½½Ñ щµ ½µ ·°´°½" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "" "’¸ ĵĥµÑ‚µ ст²Ñ€Ñ޲°Ñ‚¸ рµ·µÑ€²½Ñ– şżÑ–Ñ— фт т° ²Ñ–´µ ² şÑ–ğьşÑ… ĵісцях żÑ€Ñĵ żÑ–´ " "ч°Ñ ·°²°½Ñ‚°ĥµ½½Ñ, ½°żÑ€¸şğ°´, ½° ·²½Ñ–ш½Ñ–Ñ… ĥрстş¸Ñ… ´¸Ñş°Ñ…." #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr " µ·µÑ€²½µ şżÑ–ÑŽ²°½½Ñ фт т° ²Ñ–´µ żÑ–´ ч°Ñ ·°²°½Ñ‚°ĥµ½½Ñ" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "²Ñ‚ĵ°Ñ‚¸Ñ‡½µ ²¸Ñ²ğят¸ żÑ€¸ÑÑ‚рї ´ğя рµ·µÑ€²½³ şżÑ–ÑŽ²°½½Ñ" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "°·²° ż°żş¸ ´ğя фт³Ñ€°Ñ„Ñ–ı:" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "°·²° ż°żş¸ ´ğя ²Ñ–´µ:" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "ŸÑ€¸şğ°´:" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr " ·ĵіщµ½½Ñ ´ğя рµ·µÑ€²½³ şżÑ–ÑŽ²°½½Ñ фт:" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr " ·ĵіщµ½½Ñ ´ğя рµ·µÑ€²½³ şżÑ–ÑŽ²°½½Ñ ²Ñ–´µ:" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "´¸Ñş2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "—ĵі½¸Ñ‚¸ ..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "°ğ°ÑˆÑ‚у²°Ñ‚¸ ст²Ñ€µ½½Ñ żÑ–´Ñ‚µş¸ ´ğя фт³Ñ€°Ñ„Ñ–ı" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "°ğ°ÑˆÑ‚у²°Ñ‚¸ ст²Ñ€µ½½Ñ żÑ–´Ñ‚µş¸ ´ğя ²Ñ–´µ" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "†½Ñˆµ" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "—½´Ñƒ²°ğь½¸ı żÑ€¸ÑÑ‚ріı..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "˘¸ĵч°Ñ² ½µÑ…ту²°Ñ‚¸ цµı żÑ€¸ÑÑ‚ріı" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "ŸÑÑ‚Ñ–ı½ ½µÑ…ту²°Ñ‚¸ цµı żÑ€¸ÑÑ‚ріı" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "ŸµÑ€µÑş°½Ñƒ²°Ñ‚¸" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "š°ĵµÑ€¸" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s żÑ€¸ÑÑ‚ріı(ї,ї²)" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "" "šğ°Ñ†½Ñ–ть żÑ€°żÑ€µÑ†ÑŒ ф°ığу, щħ ²¸ħр°Ñ‚¸ °ħ сş°ÑÑƒ²°Ñ‚¸ ı³ ²¸ħір ´ğя " "·²°½Ñ‚°ĥµ½½Ñ." #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" "¤°ığ¸, яşÑ– ²ĥµ ·²°½Ñ‚°ĥµ½, ·°ż°ĵ'ят²ÑƒÑŽÑ‚ься. ’¸ ĵĥµÑ‚µ ż·½°Ñ‡°Ñ‚¸ ·²°½Ñ‚°ĥµ½Ñ– " "ф°ı𸠴ğя ż²Ñ‚Ñ€½³ ·²°½Ñ‚°ĥµ½½Ñ, °ğµ т¸ż² ²½¸ ½µ ż·½°Ñ‡°ÑŽÑ‚ься і їх½Ñ– " "ĵі½Ñ–°Ñ‚ÑŽÑ€¸ ·°Ñ‚Ñ–½ÑŽÑŽÑ‚ься, щħ їх ħуğ ğµ³Ñˆµ ²Ñ–´Ñ€Ñ–·½¸Ñ‚¸ ²Ñ–´ т¸Ñ…, щ щµ ĵ°ÑŽÑ‚ÑŒ " "·²°½Ñ‚°ĥу²°Ñ‚¸ÑÑŒ." #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", "" "Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and "" "Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download destination." "
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, fuzzy, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "%(number)s · %(total)s %(filetypes)s" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}." "

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "" #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "”°Ñ‚° і ч°Ñ" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "˘µşÑÑ‚" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "°·²° ф°ığу" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "œµÑ‚°´°½Ñ–" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "ŸÑğі´²½ÑÑ‚Ñ–" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "œÑ–Ñ‚ş°" #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "”°Ñ‚° фт" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "”°Ñ‚° ²Ñ–´µ" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "Ħь³´½Ñ–" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "§°Ñ т° ´°Ñ‚° ·°²°½Ñ‚°ĥµ½½Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "°·²°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr " ·Ñˆ¸Ñ€µ½½Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "ĵµÑ€ фт" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "ĵµÑ€ ²Ñ–´µ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "”Ñ–°Ñ„Ñ€°³ĵ°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "§°Ñ µşÑż·¸Ñ†Ñ–Ñ—" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "¤şÑƒÑ½° ²Ñ–´ÑÑ‚°½ÑŒ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "’¸Ñ€ħ½¸ş ş°ĵµÑ€¸" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "œ´µğь ş°ĵµÑ€¸" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "ĦµÑ€Ñ–ı½¸ı ½ĵµÑ€" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "šÑ–ğьşÑ–сть ·°Ñ‚²Ñ€Ñ–²" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "ĵµÑ€ ф°ığу" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "›¸Ñˆµ тµş°" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "†ĵ’я ²ğ°Ñ½¸ş°" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "š´µş" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "¨¸Ñ€¸½°" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "’¸ÑÑ‚°" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "˘Ñ€¸²°ğість" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "š°´Ñ€Ñ–² ·° сµşÑƒ½´Ñƒ" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "’¸ş½°²µÑ†ÑŒ" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "²Ñ‚рсьşµ żÑ€°²" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "—°²°½Ñ‚°ĥµ½ÑŒ сь³´½Ñ–" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "ĵµÑ€ сµ°½ÑÑƒ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "ĵµÑ€ żÑ–´Ñ‚µş¸" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "ĵµÑ€ ·ħµÑ€µĥµ½½Ñ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "ŸÑğі´²½Ñ–сть ·½°şÑ–²" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "’сі ц¸Ñ„Ñ€¸" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 msgid "Last digit" msgstr "žÑÑ‚°½½Ñ ц¸Ñ„Ñ€°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "’• †™  •“†Ħ˘ " #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "½¸ĥ½Ñ–ı рµ³Ñ–стр" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "ž´½° ц¸Ñ„Ñ€°" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "”²Ñ– ц¸Ñ„Ñ€¸" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "˘Ñ€¸ ц¸Ñ„Ñ€¸" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "§Ñ‚¸Ñ€¸ ц¸Ñ„Ñ€¸" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "Ÿâ€™ÑÑ‚ÑŒ ц¸Ñ„Ñ€" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "¨Ñ–сть ц¸Ñ„Ñ€" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "Ħіĵ ц¸Ñ„Ñ€" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "ŸÑ–´ÑµşÑƒ½´¸" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "    œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "  œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "œœ””    " #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "œœ””  " #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "œœ””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "””œœ““““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "””œœ  " #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "    " #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "  " #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "œœ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "””" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "œÑ–сяць (ż²½Ñ–стю)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "œÑ–сяць (şÑ€Ñ‚ş)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "““ĦĦ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 msgid "HH-MM" msgstr "““-" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:383 msgid "HH" msgstr "““" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 msgid "MM (minutes)" msgstr " (х²¸ğ¸½)" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:389 msgid "SS" msgstr "ĦĦ" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "œÑ–Ñ‚ş°" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "’²µ´Ñ–ть ½²Ñƒ ĵітşÑƒ °ħ ²¸ħµÑ€Ñ–ть żżµÑ€µ´½ÑŽ" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "’²µ´Ñ–ть ½²Ñƒ ĵітşÑƒ" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "œÑ–Ñ‚ş¸" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "²Ñ‚ĵ°Ñ‚¸·°Ñ†Ñ–я" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "œÑ–½Ñ–°Ñ‚ÑŽÑ€¸" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "žħрħş° żĵ¸ğş" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "†½Ñˆµ" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "†³½Ñ€²°½Ñ– р·ĵіщµ½½Ñ" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regular expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr " ·żÑ‡¸½°Ñ‚¸ ·°²°½Ñ‚°ĥµ½½Ñ żÑ–´ ч°Ñ ·°żÑƒÑşÑƒ żÑ€³Ñ€°ĵ¸" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr " ·żÑ‡¸½°Ñ‚¸ ·°²°½Ñ‚°ĥµ½½Ñ żÑ–сğя żÑ–´â€™Ñ”´½°½½Ñ żÑ€¸ÑÑ‚рю" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "—°şÑ–½Ñ‡¸Ñ‚¸ żÑ€³Ñ€°ĵу żÑ–сğя ·°²°½Ñ‚°ĥµ½½Ñ" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "—°şÑ–½Ñ‡¸Ñ‚¸ żÑ€³Ñ€°ĵу ½°²Ñ–ть żÑ€¸ żĵ¸ğş°Ñ… ·°²°½Ñ‚°ĥµ½½Ñ" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "ŸÑ€żÑƒÑÑ‚¸Ñ‚¸ ·°²°½Ñ‚°ĥµ½½Ñ" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "”´°Ñ‚¸ у½Ñ–ş°ğь½¸ı і´µ½Ñ‚¸Ñ„Ñ–ş°Ñ‚Ñ€" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "ŸµÑ€µ·°ż¸Ñ°Ñ‚¸" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "ŸÑ€żÑƒÑÑ‚¸Ñ‚¸" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "’²µ´Ñ–ть р·ĵіщµ½½Ñ, яşµ ħ°ĥ°Ñ”Ñ‚µ і³½Ñ€Ñƒ²°Ñ‚¸" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" "’ş°ĥіть р·ĵіщµ½½Ñ, яşµ ½µ ħу´µ сş°½Ñƒ²°Ñ‚¸ÑÑ ½° ½°Ñ²½Ñ–сть фт³Ñ€°Ñ„Ñ–ı °ħ " "²Ñ–´µÑ„Ñ€°³ĵµ½Ñ‚Ñ–²" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "¨ğях:" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "Ÿ°Ñ€°ĵµÑ‚Ñ€¸ żÑ–´Ñ‚µş¸ ½µ ż²¸½½Ñ– żÑ‡¸½°Ñ‚¸ÑÑŒ · %s" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "Ÿ°Ñ€°ĵµÑ‚Ñ€¸ żÑ–´Ñ‚µş¸ ½µ ż²¸½½Ñ– ·°²µÑ€ÑˆÑƒ²°Ñ‚¸ÑÑŒ %s" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "Ÿ°Ñ€°ĵµÑ‚Ñ€¸ żÑ–´Ñ‚µş¸ ½µ ż²¸½½Ñ– ĵіст¸Ñ‚¸ ´²° %s ´½µ ·° ´½¸ĵ" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "£ ĵµÑ‚°´°½¸Ñ… żÑ€żÑƒÑ‰µ½ %(type)s." #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "’ іĵµ½Ñ– ф°ığу ²Ñ–´ÑÑƒÑ‚½Ñ” р·Ñˆ¸Ñ€µ½½Ñ." #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "’ іĵµ½Ñ– ф°ığу ²Ñ–´ÑÑƒÑ‚½Ñ–ı ч¸Ñğ²¸ı şĵż½µ½Ñ‚." #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "—°²°½Ñ‚°ĥ¸Ñ‚¸" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "ŸÑ€¸ÑÑ‚ріı" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "ŸÑ€¸·Ñƒż¸½¸Ñ‚¸" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "Ĥі ş°Ñ‚°ğ³¸ ·°²°½Ñ‚°ĥµ½½Ñ є ½µşÑ€µşÑ‚½¸ĵ¸:\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "Ĥі ş°Ñ‚°ğ³¸ ·°²°½Ñ‚°ĥµ½½Ñ є ½µşÑ€µşÑ‚½¸ĵ¸:\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "фт" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "²Ñ–´µ" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "фт" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "²Ñ–´µ" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "—°²°½Ñ‚°ĥµ½ %(noFiles)s %(filetypes)s" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s ½µ ²´°ğсь ·°²°½Ñ‚°ĥ¸Ñ‚¸" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "·°ÑÑ‚µÑ€µĥµ½½Ñ" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "’сі ·°²°½Ñ‚°ĥµ½½Ñ ·°²µÑ€Ñˆµ½Ñ–" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s ½µ ²´°ğсь ·°²°½Ñ‚°ĥ¸Ñ‚¸" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "°ğ°ÑˆÑ‚у²°½½Ñ żÑ€³Ñ€°ĵ¸ є х¸ħ½¸ĵ¸" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "’сі ż°Ñ€°ĵµÑ‚Ñ€¸ т° ½°ğ°ÑˆÑ‚у²°½½Ñ сş¸½ÑƒÑ‚Ñ–." #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "’сі ż°Ñ€°ĵµÑ‚Ñ€¸ т° ½°ğ°ÑˆÑ‚у²°½½Ñ сş¸½ÑƒÑ‚Ñ–." #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "żÑ–´Ñ‚µş° т° ½°·²° ф°ığу" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "½°·²° ф°ığу" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "żÑ–´Ñ‚µş°" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "—°²°½Ñ‚°ĥµ½ÑŒ сь³´½Ñ–:" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "ĵµÑ€ ·ħµÑ€Ñ–³°½½Ñ:" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "ŸÑ‡°Ñ‚ş ´½Ñ:" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "’¸ğуч°Ñ‚¸ ½µÑÑƒĵіс½Ñ– с¸ĵ²ğ¸" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "фт т° ²Ñ–´µ" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "¤Ñ‚" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "’Ñ–´µ" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 #, fuzzy 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 "’¸ħµÑ€Ñ–ть тµşÑƒ ´ğя ·°²°½Ñ‚°ĥµ½½Ñ ²Ñ–´µ" #~ 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 "" #~ "£²°³°: µ´ÑÑ‚°Ñ‚½ÑŒ ĵµÑ‚°´°½¸Ñ… ´ğя ż²½³ ст²Ñ€µ½½Ñ żÑ–´Ñ‚µş. " #~ "’¸şÑ€¸ÑÑ‚²Ñƒıтµ і½ÑˆÑ– ²°Ñ€Ñ–°½Ñ‚¸ ½°ıĵµ½Ñƒ²°½½Ñ żÑ–´Ñ‚µş." #~ msgid "Example: %s" #~ msgstr "ŸÑ€¸şğ°´: %s" #~ 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 "µĵĥ𸲠żÑ€´²ĥ¸Ñ‚¸ ·°²°½Ñ‚°ĥµ½½Ñ" #~ msgid "" #~ "Source: %(source)s\n" #~ "Destination: %(destination)s" #~ msgstr "" #~ "”ĥµÑ€µğ: %(source)s\n" #~ "´Ñ€µÑ°Ñ‚: %(destination)s" #~ msgid "Source: %(source)s" #~ msgstr "”ĥµÑ€µğ: %(source)s" #~ msgid "Backing up error" #~ msgstr "Ÿĵ¸ğş° рµ·µÑ€²½³ şżÑ–ÑŽ²°½½Ñ" #~ msgid "Destination directory could not be created: %(directory)s\n" #~ msgstr "µ ²´°ğсь ст²Ñ€¸Ñ‚¸ тµşÑƒ °´Ñ€µÑ°Ñ‚°: %(directory)s\n" #~ 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 "’¸şÑ€¸ÑÑ‚°½½Ñ żÑ€¸ÑÑ‚рю ´ğя рµ·µÑ€²½³ şżÑ–ÑŽ²°½½Ñ" #~ msgid "Backing up to %(path)s" #~ msgstr " µ·µÑ€²½µ şżÑ–ÑŽ²°½½Ñ ´ %(path)s" #~ msgid "MB/s" #~ msgstr "œ‘/с" #~ msgid "About 1 second remaining" #~ msgstr "—°ğ¸Ñˆ¸ğсь ħіğя 1 сµşÑƒ½´¸" #~ msgid "About %i seconds remaining" #~ msgstr "—°ğ¸Ñˆ¸ğсь ħіğя %i сµşÑƒ½´" #~ msgid "About 1 minute remaining" #~ msgstr "—°ğ¸Ñˆ¸ğсь ħіğя 1 х²¸ğ¸½¸" #~ msgid "About %(minutes)i:%(seconds)02i minutes remaining" #~ msgstr "—°ğ¸Ñˆ¸ğсь ħіğя %(minutes)i:%(seconds)02i" #~ 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 "’Ñ–´µ:" #~ msgid "and %s" #~ msgstr "т° %s" #~ 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 "" #~ "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 "_ŸµÑ€µ³ğя´" #~ 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 "%(number)s of %(total)s %(filetypes)s (%(remaining)s remaining)" #~ msgstr "%(number)s · %(total)s %(filetypes)s (%(remaining)s ·°ğ¸Ñˆ¸ğсь)" #~ 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 "_’¸ħр°Ñ‚¸" #~ 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 "," #~ msgid "(%(file_type)s)" #~ msgstr "(%(file_type)s)" #~ msgid "%(free)s %(file_type)s" #~ msgstr "%(free)s %(file_type)s" #~ msgid "Folder: %s" #~ msgstr "š°Ñ‚°ğ³: %s" #~ msgid "%(file_type)s download folder is invalid" #~ msgstr "%(file_type)s ş°Ñ‚°ğ³ ·°²°½Ñ‚°ĥµ½½Ñ є х¸ħ½¸ĵ" #~ msgid "%(file_type)s download folder does not exist" #~ msgstr "%(file_type)s ş°Ñ‚°ğ³ ·°²°½Ñ‚°ĥµ½½Ñ ½µ іс½ÑƒÑ”" #~ msgid "%(file_type)s download folder is not writable" #~ msgstr "%(file_type)s ş°Ñ‚°ğ³ ·°²°½Ñ‚°ĥµ½½Ñ ½µ ´ÑÑ‚уż½¸ı ´ğя ·°ż¸ÑÑƒ" #~ msgid "" #~ "%(problem)s\n" #~ "File: %(file)s" #~ msgstr "" #~ "%(problem)s\n" #~ "¤°ığ: %(file)s" #~ msgid "%(free)s free" #~ msgstr "%(free)s ²Ñ–ğь½" #~ msgid "" #~ "%(filetype)s could not be backed up because no suitable backup locations " #~ "were found." #~ msgstr "" #~ "%(filetype)s ½µ ĵĥµ ħут¸ ·ħµÑ€µĥµ½¸ı ² рµ·µÑ€²½Ñƒ şżÑ–ÑŽ, тĵу, щ ½µ " #~ "²ş°·°½ ĵісцµ ´ğя ·ħµÑ€µĥµ½½Ñ рµ·µÑ€²½¸Ñ… şżÑ–ı." #~ msgid "%(filetype)s was already downloaded" #~ msgstr "%(filetype)s ²ĥµ ħу𠷰²°½Ñ‚°ĥµ½" #~ msgid "%(filetype)s metadata cannot be read" #~ msgstr "%(filetype)s ½µ ĵĥ𸲠żÑ€Ñ‡¸Ñ‚°Ñ‚¸ ĵµÑ‚°´°½Ñ–" #~ msgid "Error generating component %s." #~ msgstr "Ÿĵ¸ğş° ст²Ñ€µ½½Ñ şĵż½µ½Ñ‚° %s." #~ msgid "%(filetype)s %(area)s could not be generated" #~ msgstr "%(filetype)s %(area)s ½µ ĵĥµ ħут¸ ·³µ½µÑ€²°½¸ĵ" #~ msgid "%(filetype)s already exists" #~ msgstr "%(filetype)s ²ĥµ іс½ÑƒÑ”" #~ msgid "The existing %(filetype)s was last modified on %(date)s at %(time)s." #~ msgstr "†Ñ½ÑƒÑŽÑ‡¸ı ф°ğ %(filetype)s ħуğ ĵ´¸Ñ„Ñ–ş²°½ %(date)s ² %(time)s." #~ 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' ." #~ msgid "There is no data with which to name the %(filetype)s." #~ msgstr "µ іс½ÑƒÑ” ´°½¸Ñ… · іĵ’яĵ %(filetype)s." #~ 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 " It was backed up to %(volume)s" #~ msgstr " ‘уğ ст²Ñ€µ½ рµ·µÑ€²½Ñƒ şżÑ–ÑŽ ½° %(volume)s" #~ msgid " It was backed up to these devices: " #~ msgstr " ‘уğ ст²Ñ€µ½ рµ·µÑ€²½Ñƒ şżÑ–ÑŽ ½° ц¸Ñ… żÑ€¸ÑÑ‚рях: " #~ msgid "%s, " #~ msgstr "%s, " #~ msgid "%(volumes)s and %(final_volume)s." #~ msgstr "%(volumes)s т° %(final_volume)s." #~ msgid "%(volume)s, " #~ msgstr "%(volume)s, " #~ msgid "%(volume)s (%(inst)s), " #~ msgstr "%(volume)s (%(inst)s), " #~ msgid "An error occurred when backing up on %(volume)s." #~ msgstr "Ħт°ğ°ÑÑ żĵ¸ğş° żÑ€¸ ст²Ñ€µ½½Ñ– рµ·µÑ€²½Ñ— şżÑ–Ñ— ½° %(volume)s." #~ msgid "Backups already exist in these locations: " #~ msgstr " µ·µÑ€²½° şżÑ–я ²ĥµ іс½ÑƒÑ” ½°: " #~ msgid "Backup already exists on %(volume)s." #~ msgstr " µ·µÑ€²½° şżÑ–я ²ĥµ іс½ÑƒÑ” ½° %(volume)s." #~ msgid "%(volumes)s and %(volume)s." #~ msgstr "%(volumes)s т° %(volume)s." #~ msgid "" #~ "Photos detected with the same filenames, but taken at different times: " #~ "%(details)s" #~ msgstr "" #~ "’¸Ñ²ğµ½Ñ– ф°ı𸠷 ´½°ş²¸ĵ¸ ½°·²°ĵ¸, żÑ€Ñ‚µ ст²Ñ€µ½Ñ– ² рі·½¸ı ч°Ñ: " #~ "%(details)s" #~ msgid "An error occurred when backing up on %(volume)s: %(inst)s." #~ msgstr "" #~ "Ħт°ğ°ÑÑ żĵ¸ğş° żÑ€¸ ст²Ñ€µ½½Ñ– рµ·µÑ€²½Ñ— şżÑ–Ñ— ½° %(volume)s: %(inst)s." #~ msgid "%(volumes)s and %(volume)s (%(inst)s)." #~ msgstr "%(volumes)s т° %(volume)s (%(inst)s)." #~ 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 "" #~ "’¸ сżÑ€°²´Ñ– ħ°ĥ°Ñ”Ñ‚µ ·°²°½Ñ‚°ĥ¸Ñ‚¸ ·²Ñ–´Ñ¸? ° ´µÑş¸Ñ… с¸ÑÑ‚µĵ°Ñ… сş°½Ñƒ²°½½Ñ " #~ "ць³ ĵісцµ·½°Ñ…´ĥµ½½Ñ ĵĥµ ·°ı½ÑÑ‚¸ ħ°³°Ñ‚ ч°ÑÑƒ." #~ msgid "Downloading from %(location)s." #~ msgstr "—°²°½Ñ‚°ĥµ½½Ñ · %(location)s." #~ msgid "Copy" #~ msgstr "šżÑ–ÑŽ²°Ñ‚¸" #~ msgid "From" #~ msgstr "—" #~ msgid "Auto Detect" #~ msgstr "²Ñ‚ĵ°Ñ‚¸Ñ‡½µ ²¸·½°Ñ‡µ½½Ñ" #~ msgid "Move" #~ msgstr "ŸµÑ€µĵіщµ½½Ñ" #~ msgid "To" #~ msgstr "”" #~ msgid "Backing up photos to %(path)s and videos to %(path2)s" #~ msgstr "" #~ " µ·µÑ€²½µ şżÑ–ÑŽ²°½½Ñ фт³Ñ€°Ñ„Ñ–ı ´ %(path)s т° ²Ñ–´µ·°ż¸ÑÑ–² ´ %(path2)s" #~ 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 "µżÑ€¸żÑƒÑÑ‚¸ĵ¸ı рµ³Ñƒğяр½¸ı ²¸Ñ€°·" #~ msgid "" #~ "The following regular expressions are invalid, and will be removed unless " #~ "you correct them:\n" #~ " %s" #~ msgstr "" #~ "°ÑÑ‚уż½Ñ– рµ³Ñƒğяр½Ñ– ²¸Ñ€°·¸ ½µżÑ€¸żÑƒÑÑ‚¸ĵі ı ħу´ÑƒÑ‚ÑŒ ²¸ğучµ½Ñ–, яşÑ‰ ²¸ ½µ " #~ "²¸żÑ€°²¸Ñ‚µ їх:\n" #~ " %s" #~ msgid "" #~ "This regular expression is invalid, and will be removed unless you " #~ "correct it:\n" #~ " %s" #~ msgstr "" #~ " µ³Ñƒğяр½¸ı ²¸Ñ€°· ½µżÑ€¸żÑƒÑÑ‚¸ĵ¸ı ı ħу´µ ²¸ğучµ½, яşÑ‰ ²¸ ½µ ²¸żÑ€°²¸Ñ‚µ " #~ "ı³:\n" #~ " %s" #~ msgid "Manila" #~ msgstr "œ°½Ñ–ğ°" #~ msgid "Date time value %s appears invalid." #~ msgstr "—½°Ñ‡µ½½Ñ ´°Ñ‚¸ т° ч°ÑÑƒ %s ²ÑÑ‚°½²ğµ½ ½µżÑ€°²¸ğь½." #~ msgid "Backups overwritten on these devices: " #~ msgstr "ŸµÑ€µ·°ż¸Ñ°½ рµ·µÑ€²½Ñƒ şżÑ–ÑŽ ½° żÑ€¸ÑÑ‚рї: " #~ msgid "Backup overwritten on %(volume)s." #~ msgstr " µ·µÑ€²½Ñƒ şżÑ–ÑŽ ½° %(volume)s żµÑ€µ·°ż¸Ñ°½." #~ msgid "The following metadata is missing: " #~ msgstr "Ĥі ĵµÑ‚°´°½Ñ– żÑ€żÑƒÑ‰µ½: " #~ msgid "" #~ "%(missing_metadata_elements)s and %(final_missing_metadata_element)s." #~ msgstr "%(missing_metadata_elements)s, %(final_missing_metadata_element)s." #~ msgid " Furthermore, there was a %(problem)s." #~ msgstr " ” т³ ĥ ħуğ° %(problem)s." #~ msgid "%(previousproblem)s Additionally, %(newproblem)s" #~ msgstr "£ ´ż²½µ½½Ñ ´ %(previousproblem)s: %(newproblem)s" #~ msgid " Furthermore, there were %(problems)s." #~ msgstr " ” т³ ĥ є %(problems)s." #~ 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 "Problem in %s generation" #~ msgstr "Ÿĵ¸ğş° %s żÑ€¸ ст²Ñ€µ½½Ñ–" #~ msgid "Problems in %s generation" #~ msgstr "Ħт°ğ¸ÑÑ żĵ¸ğş¸ żÑ€¸ ст²Ñ€µ½½Ñ– %s" #~ msgid "" #~ "An error occurred when copying the %(filetype)s, but it was backed up" #~ msgstr "" #~ "ŸÑ€¸ şżÑ–ÑŽ²°½½Ñ– %(filetype)s ст°ğ°ÑÑ żĵ¸ğş°, °ğµ рµ·µÑ€²½° şżÑ–я ²Ñµ ´½ " #~ "ст²Ñ€µ½°." #~ 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 "Ÿĵ¸ğş° żÑ€¸ ст²Ñ€µ½½Ñ– іĵµ½Ñ– ş°Ñ‚°ğ³Ñƒ т° ф°ığу." #~ 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 "scanning (found %(photos)s photos and %(videos)s videos)..." #~ msgstr "" #~ "żµÑ€µ²Ñ–Ñ€ş° (·½°ı´µ½ %(photos)s фт³Ñ€°Ñ„Ñ–ı т° %(videos)s ²Ñ–´µ·°ż¸ÑÑ–²)..." #~ 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 "§¸ ĵ°Ñ” ħут¸ ²¸ğучµ½ усі ·°żż°ĵ’ят²°½Ñ– р·ĵіщµ½½Ñ?" #~ 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 "" #~ "šğ¸ фт °ħ ²Ñ–´µ · т°şÑŽ ĥ ½°·²ÑŽ ²ĥµ ·°²°½Ñ‚°ĥµ½Ñ–, ²¸ħµÑ€Ñ–ть, ч¸ " #~ "żÑ€żÑƒÑÑ‚¸Ñ‚¸ ·°²°½Ñ‚°ĥµ½½Ñ ць³ ф°ığу, ч¸ ´´°Ñ‚¸ у½Ñ–ş°ğь½¸ı і´µ½Ñ‚¸Ñ„Ñ–ş°Ñ‚Ñ€." rapid-photo-downloader-0.9.23a1/po/zh_CN.po0000644000175000017500000043132313645661365020633 0ustar damondamon00000000000000# 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: 2020-04-03 20:21+0000\n" "PO-Revision-Date: 2020-03-16 01:31+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: 2020-04-05 19:21+0000\n" "X-Generator: Launchpad (build a296f04231dee355be5db73cc878b9e21689a253)\n" "Language: zh_CN\n" #: ../install.py:76 msgid "" "To continue, please first install the python3 package setuptools using your " "system's package manager." msgstr "" #: ../install.py:84 msgid "Rapid Photo Downloader installer" msgstr "Rapid Photo Downloader ċ‰è£…ċ™¨" #: ../install.py:85 msgid "Download and install latest version of Rapid Photo Downloader." msgstr "下载ċıĥċ‰è£…ĉœ€ĉ–°ç‰ˆĉœĴ的Rapid Photo Downloader€‚" #: ../install.py:161 msgid "" "The software repository RPM Fusion Free was added to your system to (1) " "enable generating thumbnails for a wider range of video formats, and (2) " "enable support for the HEIC / HEIF image format." msgstr "" #: ../install.py:314 ../install.py:3216 msgid "Installer not found:" msgstr "ċ‰è£…ċ™¨ĉœŞĉ‰ċˆ°ïĵš" #. Translators: do not translate the term tar.gz #: ../install.py:318 ../install.py:3220 msgid "Installer not in tar.gz format:" msgstr "" #: ../install.py:428 msgid "The specified PyQt5 version does not exist. Valid versions are: {}." msgstr "" #: ../install.py:478 msgid "{} will be upgraded from version {} to version {}" msgstr "" #. Translators: "not system-wide" in this context means "not for the entire system" #: ../install.py:747 msgid "" "These Python3 packages will be upgraded for your user (i.e. not system-" "wide): {}" msgstr "" #: ../install.py:841 #, python-brace-format msgid "" "Incorrect folder ownership detected. Changing ownership of and resetting " "permissions for {file_system_path}." msgstr "" #: ../install.py:979 msgid "The following command will be run:" msgstr "äğ下ċ‘½äğ¤ċ°†äĵšè˘Ğĉ‰§èĦŒïĵš" #. Translators: do not translate the term sudo #: ../install.py:983 ../install.py:2791 ../install.py:2802 msgid "sudo may prompt you for the sudo password." msgstr "" #: ../install.py:987 msgid "Would you like to run the command now?" msgstr "ĉ‚¨çްċœ¨ĉƒ³èĤĉ‰§èĦŒĉ­¤ċ‘½äğ¤ċ—ïĵŸ" #: ../install.py:989 msgid "Answer is not yes, exiting." msgstr "" #: ../install.py:1000 ../install.py:1535 ../install.py:1587 ../install.py:1951 #: ../install.py:2000 msgid "Command failed" msgstr "ċ‘½äğ¤ĉ‰§èĦŒċ¤ħè´" #: ../install.py:1002 ../install.py:1536 ../install.py:1588 ../install.py:1952 #: ../install.py:2001 msgid "Exiting" msgstr "" #: ../install.py:1023 msgid "The Universe repository must be enabled." msgstr "通用äğ“ċş“ċż…éĦğċŻç”¨€‚" #. Translators: do not translate the term IUS Community #: ../install.py:1059 msgid "The IUS Community repository must be enabled." msgstr "" #. Translators: do not translate the term EPEL #: ../install.py:1084 msgid "The EPEL repository must be enabled." msgstr "" #. Translators: do not translate the term RPM Fusion Free #: ../install.py:1119 msgid "The RPM Fusion Free repository must be enabled." msgstr "" #: ../install.py:1163 msgid "" "Do you want to to uninstall the previous version of Rapid Photo Downloader?" msgstr "ĉ‚¨ĉƒ³ċ¸è½½ä¸Šä¸€ä¸Şç‰ˆĉœĴ的Rapid Photo Downloaderċ—ïĵŸ" #: ../install.py:1515 ../install.py:1542 ../install.py:1571 msgid "" "Querying package system to see if an older version of Rapid Photo Downloader " "is installed (this may take a while)..." msgstr "" #: ../install.py:1530 msgid "Uninstalling system package" msgstr "" #: ../install.py:1553 msgid "" "Unable to query package system. Please check your Internet connection and " "try again." msgstr "" #. Translators: do not translate the term pip #: ../install.py:1593 msgid "Checking if previous version installed with pip..." msgstr "" #: ../install.py:1729 ../install.py:1759 ../install.py:1843 msgid "The following package is unknown on your system: {}\n" msgstr "" #: ../install.py:1772 ../install.py:1893 ../install.py:1959 ../install.py:2008 msgid "" "To continue, some packages required to run the application will be installed." msgstr "" #: ../install.py:1837 ../install.py:1852 msgid "Querying installed and available packages (this may take a while)" msgstr "" #: ../install.py:1943 msgid "" "Querying zypper to see if any required packages are already installed (this " "may take a while)... " msgstr "" #: ../install.py:1993 msgid "" "Querying yum to see if any required packages are already installed (this may " "take a while)... " msgstr "" #: ../install.py:2041 msgid "Query to confirm action at each step." msgstr "" #: ../install.py:2048 msgid "" "When downloading the latest version, install the development version if it " "is newer than the stable version." msgstr "" #: ../install.py:2057 msgid "" "Optional tar.gz Rapid Photo Downloader installer archive. If not specified, " "the latest version is downloaded from the Internet." msgstr "" #: ../install.py:2088 msgid "" "Do not run the installer in the tar.gz Rapid Photo Downloader installer " "archive if it is newer than this version ({}). The default is to run " "whichever installer is newer." msgstr "" #: ../install.py:2096 msgid "" "Uninstall Rapid Photo Downloader that was installed with pip, keeping its " "dependencies." msgstr "" #: ../install.py:2101 msgid "" "Uninstall the dependencies installed by pip during Rapid Photo Downloader's " "installation, and Rapid Photo Downloader itself, then exit." msgstr "" #: ../install.py:2106 msgid "" "Note: this will not uninstall any version of Rapid Photo Downloader " "installed by your Linux distribution's package manager." msgstr "" #: ../install.py:2113 msgid "" "Dependencies will only be removed if they are not required by other programs." msgstr "" #: ../install.py:2119 msgid "" "Note: this option will remove the dependencies regardless of whether they " "are required by another program pip has installed. Upgrade to pip 9.0 or " "above if you want to avoid this behavior. You can do so using the command " "'python3 -m pip install pip -U --user'. Also note that any version of Rapid " "Photo Downloader installed by your Linux distribution's package manager will " "not be uninstalled." msgstr "" #: ../install.py:2141 msgid "" "Install in current Python virtual environment. Virtual environments created " "with the --system-site-packages option are not supported." msgstr "" #: ../install.py:2155 msgid "" "Specific version of PyQt5 to install (default is the most recent version{})." msgstr "" #: ../install.py:2163 msgid "" "Instead of using PyQt5 from PyPi, use your Linux distribution's version. " "Uninstalls any PyPi versions already installed." msgstr "" #: ../install.py:2200 msgid "Failed to download versions file." msgstr "" #: ../install.py:2204 msgid "Got error code {} while accessing versions file" msgstr "" #: ../install.py:2312 msgid "" "Sorry, could not locate installer. Please check your Internet connection and " "verify if you can reach https://www.damonlynch.net\n" "\n" "Exiting.\n" msgstr "" #: ../install.py:2453 msgid "" "Package {} failed to install but Rapid Photo Downloader installation will " "continue." msgstr "" #: ../install.py:2459 msgid "Received error code" msgstr "" #: ../install.py:2461 msgid "Failed to install application requirements: exiting." msgstr "" #: ../install.py:2463 msgid "Failed to install application: exiting..." msgstr "ĉ— ĉ³•ċ‰è£…ċş”用ïĵšé€€ċ‡ş..." #: ../install.py:2692 msgid "Installing application requirements..." msgstr "" #: ../install.py:2718 msgid "System support for generating HEIF / HEIC thumbnails is unavailable" msgstr "" #. KDE Neon has up to date Qt & PyQt5 #. Translators: do not translate the terms PyQt5, PyPi or KDE Neon #: ../install.py:2732 msgid "Not installing PyPI PyQt5 package into KDE Neon environment" msgstr "" #: ../install.py:2736 msgid "Installing application..." msgstr "ĉ­£ċœ¨ċ‰è£…ċş”用..." #: ../install.py:2788 msgid "Do you want to install the application's man pages?" msgstr "ĉ‚¨ĉƒ³ċ‰è£…èż™ä¸Şċş”用的manèŻ´ĉ˜ŽéĦµċ—ïĵŸ" #: ../install.py:2789 msgid "They will be installed into {}" msgstr "ċ°†è˘Ğċ‰è£…ċˆ°{}" #: ../install.py:2790 ../install.py:2801 msgid "If you uninstall the application, remove these manpages yourself." msgstr "ċĤ‚ĉžœĉ‚¨ċ¸è½½äş†ċş”用程ċşïĵŒĉ‚¨éœ€èĤè‡Şċ·ħċˆ é™¤manèŻ´ĉ˜ŽéĦµ€‚" #: ../install.py:2792 msgid "Do want to install the man pages?" msgstr "ĉ‚¨ĉƒ³ċ‰è£…manèŻ´ĉ˜ŽéĦµċ—ïĵŸ" #. Keep man pages in install location only #. Translators: do not translate {}/share/man/man1 #: ../install.py:2797 msgid "Man pages can be found in {}/share/man/man1" msgstr "" #: ../install.py:2800 msgid "Installing man pages into {}" msgstr "ĉ­£ċœ¨ĉŠŠmanèŻ´ĉ˜ŽéĦµċ‰è£…ċˆ°{}" #: ../install.py:2815 msgid "Failed to create man page directory: exiting." msgstr "" #: ../install.py:2836 msgid "Failed to copy man page." msgstr "ĉ— ĉ³•ċ¤ċˆĥmanèŻ´ĉ˜ŽéĦµ€‚" #: ../install.py:2851 msgid "" "Rapid Photo Downloader can be started without activating the virtual " "environment by running {}/bin/rapid-photo-downloader" msgstr "" #: ../install.py:2863 msgid "" "You may have to restart the computer to be able to run the program from the " "command line or application launcher." msgstr "ĉ‚¨ċŻèƒ½éœ€èĤé‡ĉ–°ċŻċЍèĦç—ĉœşïĵŒäğäżèƒ½ċ¤ŸäğŽċ‘½äğ¤èĦŒĉˆ–ċş”用程ċşċŻċЍċ™¨èżèĦŒç¨‹ċş€‚" #: ../install.py:2872 #, python-brace-format msgid "" "You must add {path} to your computer's $PATH variable to run the program " "from the command line or application launcher." msgstr "" #: ../install.py:2890 msgid "(If a segmentation fault occurs at exit, you can ignore it...)" msgstr "" #: ../install.py:2904 msgid "" "The python3 tool pip is required to uninstall a version of Rapid Photo " "Downloader that was installed with pip.\n" "Cannot continue. Exiting." msgstr "" #: ../install.py:2948 msgid "" "Do not run this installer script as sudo / root user.\n" "Run it using the user who will run the program.\n" msgstr "" #: ../install.py:2961 msgid "Specify only one of --PyQt5-version or --use-system-PyQt5." msgstr "" #: ../install.py:2973 msgid "" "Sorry, specifying a specific version of PyQt5 requires Python 3.5 or newer " "on an Intel or AMD 64 bit platform." msgstr "" #. Translators: do not translate the term PyQt5 #: ../install.py:2986 msgid "Please specify a PyQt5 version in the format X.X or X.X.X" msgstr "" #: ../install.py:3000 msgid "" "Do you want to install Rapid Photo Downloader into the current virtual " "environment?" msgstr "" #: ../install.py:3012 msgid "" "Sorry, installing Rapid Photo Downloader into a Python virtual environment " "requires Python 3.5 or newer on an Intel or AMD 64 bit platform." msgstr "" #: ../install.py:3023 msgid "" "To install Rapid Photo Downloader into a Python virtual environment, create " "and activate the virtual environment before starting this script." msgstr "" #: ../install.py:3031 msgid "Using virtual environment for installation using pip." msgstr "" #: ../install.py:3036 ../install.py:3050 msgid "Do not include any other command line arguments when specifying" msgstr "" #: ../install.py:3067 msgid "" "Sorry, this installer does not support a custom python installation.\n" "Exiting..." msgstr "" #: ../install.py:3074 msgid "Restarting script using system python..." msgstr "" #: ../install.py:3086 msgid "Detected Linux distribution {} {}" msgstr "" #: ../install.py:3111 msgid "Exiting..." msgstr "" #. Translators: do not translate the term python3-apt #: ../install.py:3135 msgid "To continue, the package python3-apt must be installed." msgstr "" #: ../install.py:3169 msgid "" "Install the following packages using your Linux distribution's standard " "package manager, and then rerun this installer:" msgstr "" #: ../install.py:3180 msgid "" "To run this program, programs to assist Python 3 and its package management " "must be installed." msgstr "" #. Translators: do not translate the term python or requests #: ../install.py:3210 msgid "Installing python requests" msgstr "" #: ../upgrade.py:84 msgid "Upgrade Rapid Photo Downloader" msgstr "" #: ../upgrade.py:583 ../raphodo/viewutils.py:245 msgid "&Cancel" msgstr "" #: ../upgrade.py:587 msgid "&Upgrade" msgstr "ċ‡çş§(&U)" #: ../upgrade.py:592 #, python-format msgid "Click the Upgrade button to upgrade to version %s." msgstr "ċ•ċ‡ğĉ›´ĉ–°é”ĉĉ›´ĉ–°è‡³ç‰ˆĉœĴ %s€‚" #: ../upgrade.py:595 msgid "Click the Upgrade button to start the upgrade." msgstr "ċ•ċ‡ğĉ›´ĉ–°é”ĉċĵ€ċ§‹ĉ›´ĉ–°€‚" #: ../upgrade.py:598 ../upgrade.py:604 ../raphodo/viewutils.py:244 msgid "&Close" msgstr "ċ…³é—­(&C)" #: ../upgrade.py:599 msgid "&Run" msgstr "èżèĦŒ(&R)" #: ../upgrade.py:629 msgid "Close Rapid Photo Downloader before running this upgrade." msgstr "" #: ../upgrade.py:632 msgid "Upgrade running..." msgstr "ĉ­£ċœ¨ĉ›´ĉ–°..." #: ../upgrade.py:668 #, python-format msgid "" "Successfully upgraded to %s. Click Close to exit, or Run to start the " "program." msgstr "ĉˆċŠŸĉ›´ĉ–°è‡³ %s€‚ċ•ċ‡ğċ…³é—­é”退ċ‡şïĵŒĉˆ–者ċ•ċ‡ğèżèĦŒé”ĉèżèĦŒç¨‹ċş€‚" #: ../upgrade.py:673 msgid "" "Upgrade finished successfully. Click Close to exit, or Run to start the " "program." msgstr "ĉ›´ĉ–°ĉˆċŠŸ€‚ċ•ċ‡ğċ…³é—­é”退ċ‡şïĵŒĉˆ–者ċ•ċ‡ğèżèĦŒé”ĉèżèĦŒç¨‹ċş€‚" #: ../upgrade.py:677 msgid "Upgrade failed. Click Close to exit." msgstr "ĉ›´ĉ–°ċ¤ħ贀‚ċ•ċ‡ğċ…³é—­é”退ċ‡ş€‚" #: ../upgrade.py:8870 #, python-format msgid "Upgrading %s..." msgstr "ĉ­£ċœ¨ĉ›´ĉ–°è‡³%s..." #: ../upgrade.py:8872 msgid "Press any key to continue..." msgstr "ĉŒ‰äğğĉ„é”çğ§çğ­..." #: ../upgrade.py:8885 msgid "Rapid Photo Downloader upgrade failed" msgstr "Rapid Photo Downloader ĉ›´ĉ–°ċ¤ħè´" #: ../upgrade.py:8887 #, python-format msgid "" "The python package %s could not be updated. The upgrade cannot continue." msgstr "Pythonè½ŻäğĥċŒ… %s ĉ— ĉ³•ĉ›´ĉ–°€‚ĉ›´ĉ–°ĉ— ĉ³•çğ§ç𭀂" #: ../raphodo/aboutdialog.py:241 msgid "Credits" msgstr "é¸£è°˘" #: ../raphodo/backuppanel.py:241 msgid "Backups are not configured" msgstr "ċ°šĉœŞèż›èĦŒċ¤‡äğ½é…ç½" #: ../raphodo/backuppanel.py:243 msgid "No backup devices detected" msgstr "ĉ²Ħĉœ‰ĉ£€ĉµ‹ċˆ°ċ¤‡äğ½éİħċЍċ™¨" #: ../raphodo/backuppanel.py:245 msgid "Valid backup locations not yet specified" msgstr "ċ°šĉœŞĉŒ‡ċšĉœ‰ĉ•ˆçš„ċ¤‡äğ½ä½ç½" #: ../raphodo/backuppanel.py:406 msgid "" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, e.g. external hard drives." msgstr "下载ċŽä½ ċŻäğĉŠŠç…§ç‰‡ĉˆ–è§†é˘‘ċ¤‡äğ½ċˆ°ċ¤šä¸Şä½ç½ïĵŒĉŻ”ċĤ‚ïĵšċ¤–ç½çĦĴ盘€‚" #: ../raphodo/backuppanel.py:414 msgid "Back up photos and videos when downloading" msgstr "下载ĉ—ĥċ¤‡äğ½ç…§ç‰‡ċ’Œè§†é˘‘" #: ../raphodo/backuppanel.py:420 msgid "Automatically detect backup devices" msgstr "è‡ŞċЍĉ£€ĉµ‹ċ¤‡äğ½èċ¤‡" #: ../raphodo/backuppanel.py:426 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/backuppanel.py:441 msgid "Photo folder name:" msgstr "照片ĉ–‡äğĥċ¤ıċç§°ïĵš" #: ../raphodo/backuppanel.py:446 msgid "Video folder name:" msgstr "è§†é˘‘ĉ–‡äğĥċ¤ıċç§°ïĵš" #: ../raphodo/backuppanel.py:451 ../raphodo/nameeditor.py:927 #: ../raphodo/renamepanel.py:125 msgid "Example:" msgstr "ä‹ċ­" #: ../raphodo/backuppanel.py:462 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/backuppanel.py:470 msgid "Photo backup location:" msgstr "照片ċ¤‡äğ½ä½ç½" #: ../raphodo/backuppanel.py:476 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/backuppanel.py:487 msgid "Video backup location:" msgstr "è§†é˘‘ċ¤‡äğ½ä½ç½" #: ../raphodo/backuppanel.py:493 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/backuppanel.py:597 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/backuppanel.py:600 msgid "drive2" msgstr "éİħċЍċ™¨2" #: ../raphodo/backuppanel.py:665 msgid "Projected Backup Storage Use" msgstr "预èĦċ¤‡äğ½ċ¤§ċ°" #: ../raphodo/backuppanel.py:671 msgid "Backup Options" msgstr "ċ¤‡äğ½é€‰éĦı" #. translators: refers to the video thumbnail file that some #. cameras generate -- it has a .THM file extension #: ../raphodo/copyfiles.py:518 msgid "video THM" msgstr "è§†é˘‘çĵİç•ċ›" #: ../raphodo/copyfiles.py:524 msgid "audio" msgstr "éŸ³é˘‘" #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/destinationdisplay.py:82 ../raphodo/devicedisplay.py:1128 #: ../raphodo/rpdfile.py:288 #, python-format msgid "%(no_photos)s Photos" msgstr "%(no_photos)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/destinationdisplay.py:89 ../raphodo/devicedisplay.py:1134 #: ../raphodo/rpdfile.py:276 #, python-format msgid "%(no_videos)s Videos" msgstr "%(no_videos)s ĉµè§†é˘‘" #: ../raphodo/destinationdisplay.py:99 msgid "Used" msgstr "ċ·²ä½żç”¨" #: ../raphodo/destinationdisplay.py:100 msgid "Excess" msgstr "" #: ../raphodo/destinationdisplay.py:109 ../raphodo/devicedisplay.py:1154 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/destinationdisplay.py:122 #, 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/destinationdisplay.py:132 #, python-format msgid "%(size_free)s free of %(size_total)s" msgstr "" #: ../raphodo/destinationdisplay.py:203 ../raphodo/devicedisplay.py:1032 #: ../raphodo/rapid.py:2158 ../raphodo/rapid.py:2286 ../raphodo/rapid.py:6347 #: ../raphodo/rpdfile.py:918 msgid "Photos" msgstr "照片" #. translators: the name of the Videos folder #: ../raphodo/destinationdisplay.py:204 ../raphodo/devicedisplay.py:1033 #: ../raphodo/rapid.py:2163 ../raphodo/rapid.py:2287 ../raphodo/rapid.py:6348 #: ../raphodo/rpdfile.py:946 ../raphodo/storage.py:498 msgid "Videos" msgstr "è§†é˘‘" #: ../raphodo/destinationdisplay.py:205 msgid "Projected storage use after download" msgstr "预èĦä¸‹è½½ä½żç”¨ċ­˜ċ‚¨çİşé—´" #: ../raphodo/destinationdisplay.py:342 ../raphodo/nameeditor.py:534 msgid "Custom..." msgstr "è‡Şċšäı‰..." #: ../raphodo/destinationdisplay.py:710 msgid "Configure photo subfolder creation" msgstr "ĉ–°ċğşç…§ç‰‡ċ­ĉ–‡äğĥċ¤ı规ċˆ™é…ç½" #: ../raphodo/destinationdisplay.py:712 msgid "Configure video subfolder creation" msgstr "ĉ–°ċğşè§†é˘‘ċ­ĉ–‡äğĥċ¤ı规ċˆ™é…ç½" #: ../raphodo/devicedisplay.py:1022 msgid "Other" msgstr "ċ…ĥäğ–" #: ../raphodo/devicedisplay.py:1023 msgid "Probing device..." msgstr "ĉ£€ĉµ‹èċ¤‡ä¸­..." #: ../raphodo/devicedisplay.py:1040 msgid "Temporarily ignore this device" msgstr "ĉš‚ĉ—ĥċż½ç•ĉ­¤èċ¤‡" #: ../raphodo/devicedisplay.py:1042 msgid "Permanently ignore this device" msgstr "ĉ°¸äı…ċż½ç•ĉ­¤èċ¤‡" #: ../raphodo/devicedisplay.py:1044 msgid "Rescan" msgstr "重ĉ–°ĉ‰Ğĉ" #. Translators: percentage full e.g. 75% full #: ../raphodo/devicedisplay.py:1151 #, python-format msgid "%s full" msgstr "ċ·²ä½żç”¨ %s" #: ../raphodo/devices.py:478 msgid "Cameras" msgstr "相ĉœş" #: ../raphodo/devices.py:479 ../raphodo/devices.py:1022 #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/rapid.py:2114 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:812 #, 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:875 #, python-format msgid "%(no_devices)s %(device_type)s" msgstr "%(no_devices)s ċ° %(device_type)s èċ¤‡" #: ../raphodo/devices.py:1007 ../raphodo/rapid.py:1942 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:1044 ../raphodo/devices.py:1061 #, 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:1075 #, 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:1083 #, python-format msgid "%(no_devices)s Devices" msgstr "%(no_devices)s ċ°èċ¤‡" #. Translators: two folder names, separated by a plus sign #: ../raphodo/devices.py:1378 #, python-format msgid "%s + %s" msgstr "%s + %s" #: ../raphodo/didyouknow.py:43 msgid "Click on a file's checkbox to mark or unmark it for download." msgstr "ċ•ċ‡ğċ¤é€‰ĉĦ†äğçĦè¤ĉˆ–ċ–ĉĥˆä¸‹è½½€‚" #: ../raphodo/didyouknow.py:49 msgid "" "Files that have already been downloaded are remembered. You can still mark " "previously downloaded files to download again, but they are unchecked by " "default, and their thumbnails are dimmed so you can differentiate them from " "files that are yet to be downloaded." msgstr "" #: ../raphodo/didyouknow.py:58 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/didyouknow.py:66 msgid "" "Click on a device's checkbox to quickly mark or unmark all its files for " "downloading." msgstr "ċ•ċ‡ğèċ¤‡ċ‰çš„ċ¤é€‰ĉĦ†äğçĦè¤ĉˆ–ċ–ĉĥˆä¸‹è½½èċ¤‡ä¸Šĉ‰€ĉœ‰çš„ĉ–‡äğĥ€‚" #: ../raphodo/didyouknow.py:73 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/didyouknow.py:81 msgid "" "\n" " In case of any problems, a red icon will appear at the bottom of " "the window\n" " indicating how many error reports there are. Clicking on it " "opens the Error Report \n" " window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:89 msgid "" "\n" " The Error Report window lists any problems encountered before, " "during or after the \n" " download. An orange triangle represents a warning, a red circle " "indicates a failure, \n" " and a black circle indicates more serious failures. You can " "click on the hyperlinks to \n" " open its file or device in a file manager. You can also search " "the reports using the \n" " search box in the lower left of the Error Report window.\n" " " msgstr "" #: ../raphodo/didyouknow.py:101 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/didyouknow.py:108 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/didyouknow.py:115 msgid "" "\n" "

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:126 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/didyouknow.py:133 msgid "" "A download always includes all files that are checked for download, " "including those that are not currently displayed because the Timeline is " "being used." msgstr "" #: ../raphodo/didyouknow.py:140 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/didyouknow.py:147 msgid "" "\n" " Thumbnails can be sorted using a variety of criteria:\n" "
        \n" "
      1. Modification Time: when the file was last modified, according to " "its metadata (where \n" " available) or according to the filesystem (as a fallback).
      2. \n" "
      3. Checked State: whether the file is marked for download.
      4. \n" "
      5. Filename: the full filename, including extension.
      6. \n" "
      7. Extension: the filename's extension. You can use this to group " "jpeg and raw images, for \n" "instance.
      8. \n" "
      9. File Type: photo or video.
      10. \n" "
      11. Device: name of the device the photos and videos are being " "downloaded from.
      12. \n" "
      " msgstr "" #: ../raphodo/didyouknow.py:164 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/didyouknow.py:170 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/didyouknow.py:177 msgid "" "\n" "When thinking about your download directory structure, keep in mind two " "different types\n" "of directory:\n" "
        \n" "
      1. The destination folder, e.g. "Pictures", " ""Photos", or\n" ""Videos". This directory should already exist on your computer. In " "the illustration \n" "below, the destination folders are "Pictures" and " ""Videos". The\n" "name of the destination folder is displayed in the grey bar directly above " "the folder tree, \n" "with a folder icon to its left and a gear icon to its far right.
      2. \n" "
      3. The download subfolders, which are directories that will be " "automatically generated \n" "by Rapid Photo Downloader. They need not already exist on your computer, but " "it's okay if they do.\n" "They will be generated under the destination folder.
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:194 msgid "" "\n" "You can download photos and videos to the same destination folder, or " "specify a different \n" "destination folder for each. The same applies to the download subfolders for " "photos and \n" "videos—download photos and videos to the same subfolders, or use a " "different scheme for each \n" "type. \n" " " msgstr "" #: ../raphodo/didyouknow.py:204 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/didyouknow.py:213 msgid "" "\n" "Whenever possible, the program previews the download subfolders of photos " "and videos to download:\n" "
        \n" "
      1. The destination folder tree shows the download subfolders already on " "your computer (those in \n" " a regular, non-italicized font), and the subfolders that will be created " "during the download \n" " (those whose names are italicized).
      2. \n" "
      3. The folder tree also shows into which subfolders the files will be " "downloaded (those colored \n" " black).
      4. \n" "
      \n" " " msgstr "" #: ../raphodo/didyouknow.py:228 msgid "" "\n" "Download subfolder names are typically generated using some or all of the " "following elements:\n" "
        \n" "
      1. File metadata, very often including the date the photo or video " "was created, but might \n" "also \n" "include the camera model name, camera serial number, or file extension e.g. " "JPG or CR2.
      2. \n" "
      3. A Job Code, which is free text you specify at the time the " "download occurs, such as the\n" "name of an event or location.
      4. \n" "
      5. Text which you want to appear every time, such as a hyphen or a " "space.
      6. \n" "
      \n" "Naming subfolders with the year, followed by the month and finally the day " "in numeric format makes \n" "it easy to keep them sorted in a file manager, which is why it's the default " "option:\n" " " msgstr "" #: ../raphodo/didyouknow.py:246 msgid "" "\n" "To automatically create download subfolders as you download, \n" "you can use one of Rapid Photo Downloader's built-in presets, or create a " "custom preset. Click on \n" "the gear icon to bring up a drop-down menu: \n" " " msgstr "" #: ../raphodo/didyouknow.py:254 msgid "" "\n" "Using the drop-down menu, select a built-in preset or click on Custom " "to configure your own \n" "scheme. You create your own schemes using the Photo or Video Subfolder " "Generation Editor: \n" " " msgstr "" #: ../raphodo/didyouknow.py:264 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/didyouknow.py:269 msgid "" "This illustration shows a saved custom preset named "My custom " "preset"." msgstr "" #: ../raphodo/didyouknow.py:273 msgid "" "\n" "You do not have to create nested download subfolders. This illustration " "shows \n" "the generation of download subfolders that contain only the date the photos " "were taken and a \n" "Job Code:\n" " " msgstr "" #: ../raphodo/didyouknow.py:283 msgid "" "\n" "Although there are many built-in date/time naming options, you may find that " "you \n" "need something different. It's no problem to create your own. You can " "combine date/time choices to\n" "generate new combinations. Supposing you wanted a date format that combines " "year (YYYY), a hyphen, \n" "and month (MM) to form YYYY-MM. You can create it like this (note the red " "circle around the hyphen):\n" " " msgstr "" #: ../raphodo/didyouknow.py:292 msgid "" "\n" "Read more about all the ways you can generate download subfolder names and " "file names in the online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:300 msgid "" "\n" "Job Codes let you easily enter text that describes sets of photos and " "videos. You can \n" "use them in subfolder and file names. In this illustration, some files have " "had the Job Code\n" ""Street" applied to them, and the selected files are about to get " "the Job Code \n" ""Green Bazaar": \n" msgstr "" #: ../raphodo/didyouknow.py:309 msgid "" "\n" "You can apply new or existing Job Codes before you start a download. If " "there are any \n" "files in the download that have not yet had a Job Code applied to them, " "you'll be prompted to enter \n" "a Job Code for them before the download begins.\n" " " msgstr "" #: ../raphodo/didyouknow.py:318 msgid "Look for hints to guide you when working with Job Codes:" msgstr "" #: ../raphodo/didyouknow.py:322 msgid "" "Hints will vary depending on the context, such as when the mouse is hovering " "over a button." msgstr "" #: ../raphodo/didyouknow.py:328 msgid "" "\n" "When you give your photos and videos unique filenames, you'll never be " "confused as to \n" "which file is which. Using sequence numbers to make filenames unique " "is highly \n" "recommended!\n" " " msgstr "" #: ../raphodo/didyouknow.py:336 msgid "" "\n" "

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

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

      \n" "

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

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

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

      \n" "

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

      \n" " " msgstr "" #: ../raphodo/didyouknow.py:375 msgid "" "\n" "You can have your photos and videos backed up to multiple locations as they " "are downloaded, such as \n" "external hard drives or network shares. Backup devices can be automatically " "detected, or exact \n" "backup locations specified.\n" " " msgstr "" #: ../raphodo/didyouknow.py:383 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/didyouknow.py:389 msgid "" "\n" "Several of the program's preferences can be set from the command line, " "including download \n" "sources, destinations, and backups. Additionally, settings can be reset to " "their \n" "default state, and caches and remembered files cleared. \n" " " msgstr "" #: ../raphodo/didyouknow.py:394 msgid "You can also import program preferences from the older 0.4 version." msgstr "" #: ../raphodo/didyouknow.py:399 msgid "" "\n" "Rapid Photo Downloader deals with three types of cache:\n" "
        \n" "
      1. A thumbnail cache whose sole purpose is to store thumbnails of " "files from your cameras, \n" "memory cards, and other devices.
      2. \n" "
      3. A temporary cache of files downloaded from a camera, one for " "photos and another for \n" "videos. They are located in temporary subfolders in the download " "destination.
      4. \n" "
      5. The desktop's thumbnail cache, in which Rapid Photo Downloader " "stores thumbnails of \n" "RAW and TIFF photos once they have been downloaded. File browsers like Gnome " "Files use this cache \n" "as well, meaning they too will display thumbnails for those files. \n" "
      6. \n" "
      \n" "Read more about these caches and their effect on download performance in the " "online " "documentation.\n" " " msgstr "" #: ../raphodo/didyouknow.py:457 msgid "Tip of the Day" msgstr "" #: ../raphodo/didyouknow.py:465 msgid "Did you know...?" msgstr "ä½ çŸé“ċ—ïĵŸ" #: ../raphodo/didyouknow.py:492 msgid "Show tips on startup" msgstr "ċœ¨ċŻċЍĉ—ĥĉ˜ç¤şĉ­¤ĉĥˆĉŻ" #: ../raphodo/didyouknow.py:496 msgid "&Next" msgstr "" #: ../raphodo/didyouknow.py:497 msgid "&Previous" msgstr "" #: ../raphodo/downloadtracker.py:401 msgid "MB/sec" msgstr "ċ…†ċ­—节/秒" #. Be friendly in the last few seconds #: ../raphodo/downloadtracker.py:531 msgid "A few seconds" msgstr "ċ‡ ċˆ†é’ŸċŽ" #: ../raphodo/downloadtracker.py:587 msgid "1 second" msgstr "" #: ../raphodo/downloadtracker.py:589 #, python-format msgid "%d seconds" msgstr "" #: ../raphodo/downloadtracker.py:594 msgid "1 minute" msgstr "" #: ../raphodo/downloadtracker.py:596 #, python-format msgid "%d minutes" msgstr "" #: ../raphodo/downloadtracker.py:601 ../raphodo/downloadtracker.py:783 msgid "1 hour" msgstr "" #: ../raphodo/downloadtracker.py:603 #, python-format msgid "%d hours" msgstr "" #: ../raphodo/downloadtracker.py:608 ../raphodo/downloadtracker.py:812 #: ../raphodo/downloadtracker.py:820 msgid "1 day" msgstr "" #: ../raphodo/downloadtracker.py:610 #, python-format msgid "%d days" msgstr "" #: ../raphodo/downloadtracker.py:789 msgid "1 minute, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:791 #, python-format msgid "1 minute, %d seconds" msgstr "" #: ../raphodo/downloadtracker.py:794 #, python-format msgid "%d minutes, 1 second" msgstr "" #: ../raphodo/downloadtracker.py:796 #, python-format msgid "%(minutes)d minutes, %(seconds)d seconds" msgstr "" #: ../raphodo/downloadtracker.py:827 msgid "1 hour, 1 minute" msgstr "1ċ°ĉ—ĥïĵŒ1ċˆ†é’Ÿ" #: ../raphodo/downloadtracker.py:829 #, python-format msgid "1 hour, %d minutes" msgstr "" #: ../raphodo/downloadtracker.py:832 #, python-format msgid "%d hours, 1 minute" msgstr "%dċ°ĉ—ĥïĵŒ1ċˆ†é’Ÿ" #: ../raphodo/downloadtracker.py:834 #, python-format msgid "%(hours)d hours, %(minutes)d minutes" msgstr "" #: ../raphodo/downloadtracker.py:860 msgid "1 day, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:862 #, python-format msgid "1 day, %d hours" msgstr "" #: ../raphodo/downloadtracker.py:865 #, python-format msgid "%d days, 1 hour" msgstr "" #: ../raphodo/downloadtracker.py:867 #, python-format msgid "%(days)d days, %(hours)d hours" msgstr "" #: ../raphodo/errorlog.py:67 msgid "Find" msgstr "" #: ../raphodo/errorlog.py:137 msgid "Error Reports - Rapid Photo Downloader" msgstr "é”™èŻŻĉŠċ‘Š - Rapid Photo Downloader" #: ../raphodo/errorlog.py:172 msgid "Find in reports" msgstr "ċœ¨ĉŠċ‘Šä¸­ĉŸĉ‰" #: ../raphodo/errorlog.py:189 msgid "Find the previous occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:194 msgid "Find the next occurrence of the phrase" msgstr "" #: ../raphodo/errorlog.py:196 msgid "&Highlight All" msgstr "" #: ../raphodo/errorlog.py:197 msgid "Highlight all occurrences of the phrase" msgstr "" #: ../raphodo/errorlog.py:198 msgid "&Match Case" msgstr "" #: ../raphodo/errorlog.py:199 msgid "Search with case sensitivity" msgstr "" #: ../raphodo/errorlog.py:200 msgid "&Whole Words" msgstr "" #: ../raphodo/errorlog.py:201 msgid "Search whole words only" msgstr "" #: ../raphodo/errorlog.py:211 ../raphodo/errorlog.py:350 #, 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:215 #, python-format msgid "%(matchnumber)s of %(total)s matches" msgstr "" #: ../raphodo/errorlog.py:237 msgid "Clear" msgstr "" #: ../raphodo/errorlog.py:337 msgid "Phrase not found" msgstr "" #: ../raphodo/errorlog.py:497 msgid "Search pending..." msgstr "" #: ../raphodo/errorlog.py:546 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:89 msgid "Problem in Rapid Photo Downloader" msgstr "ċœ¨Rapid Photo Downloaderä¸­çš„é”™èŻŻ" #: ../raphodo/excepthook.py:93 #, python-brace-format msgid "" "A problem occurred in Rapid Photo Downloader

      \n" " Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.

      \n" " If the same problem occurs again before the program exits, this " "is the only notification \n" " about it.\n" " " msgstr "" #: ../raphodo/excepthook.py:118 msgid "A problem occurred in Rapid Photo Downloader\n" msgstr "" #: ../raphodo/excepthook.py:119 #, python-brace-format msgid "" "Please report the problem at {website}\n" "\n" " Attach the log file to your bug report, found at {log_path}\n" "\n" msgstr "" "èŻ·ċ°†èŻé—é˘˜ĉŠċ‘Šċˆ°{website}\n" "\n" " èŻ·ĉŠŠĉ—ċż—ĉ–‡äğĥ附ċŠ ċˆ°ĉ‚¨çš„é”™èŻŻĉŠċ‘Šä¸­ïĵŒĉ‚¨ċŻäğċœ¨{log_path}中ĉ‰ċˆ°€‚\n" "\n" #: ../raphodo/filebrowse.py:131 ../raphodo/thumbnaildisplay.py:1898 msgid "Open in File Browser..." msgstr "ċœ¨ĉ–‡äğĥĉµè§ˆċ™¨ä¸­ĉ‰“ċĵ€..." #: ../raphodo/foldercombo.py:118 msgid "File System" msgstr "" #: ../raphodo/foldercombo.py:155 msgid "Other..." msgstr "" #: ../raphodo/foldercombo.py:241 #, python-format msgid "%s (location does not exist)" msgstr "" #: ../raphodo/generatenameconfig.py:192 msgid "Date time" msgstr "ĉ—ĉœŸĉ—ĥ间" #: ../raphodo/generatenameconfig.py:193 msgid "Text" msgstr "" #: ../raphodo/generatenameconfig.py:194 ../raphodo/rapid.py:2260 msgid "Filename" msgstr "ĉ–‡äğĥċ" #: ../raphodo/generatenameconfig.py:195 ../raphodo/preferencedialog.py:761 msgid "Metadata" msgstr "ċ…ƒĉ•°ĉ" #: ../raphodo/generatenameconfig.py:196 msgid "Sequences" msgstr "ċşċˆ—" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#jobcode #: ../raphodo/generatenameconfig.py:199 msgid "Job code" msgstr "äğğċŠĦäğ£ç " #: ../raphodo/generatenameconfig.py:200 msgid "Image date" msgstr "ċ›ċƒĉ—ĉœŸ" #: ../raphodo/generatenameconfig.py:201 msgid "Video date" msgstr "è§†é˘‘ĉ—ĉœŸ" #: ../raphodo/generatenameconfig.py:202 msgid "Today" msgstr "äğŠĉ—" #: ../raphodo/generatenameconfig.py:203 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:206 msgid "Download time" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:209 msgid "Name" msgstr "ċç§°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:212 ../raphodo/rapid.py:2261 msgid "Extension" msgstr "ĉ‰İċħ•ċ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:215 msgid "Image number" msgstr "" #: ../raphodo/generatenameconfig.py:216 msgid "Video number" msgstr "è§†é˘‘ĉ•°é‡" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:219 msgid "Aperture" msgstr "ċ…‰ċœˆ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:222 msgid "ISO" msgstr "ISO" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:225 msgid "Exposure time" msgstr "ĉ›ċ…‰ĉ—ĥ间" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:228 msgid "Focal length" msgstr "ç„Ĥ距" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:231 msgid "Camera make" msgstr "相ĉœşċˆĥ造ċ•†" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:234 msgid "Camera model" msgstr "相ĉœşċž‹ċ·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:237 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:240 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:243 msgid "Serial number" msgstr "ċşċˆ—ċ·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamemetadata #: ../raphodo/generatenameconfig.py:246 msgid "Shutter count" msgstr "ċżĞ门ĉ•°" #. File number currently refers to the Exif value Exif.Canon.FileNumber #: ../raphodo/generatenameconfig.py:248 msgid "File number" msgstr "" #. Only the folder component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:250 msgid "Folder only" msgstr "" #. The folder and file component of the Exif.Canon.FileNumber value #: ../raphodo/generatenameconfig.py:252 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:255 msgid "Owner name" msgstr "ĉœşä¸ğċ§“ċ" #: ../raphodo/generatenameconfig.py:256 msgid "Codec" msgstr "" #: ../raphodo/generatenameconfig.py:257 msgid "Width" msgstr "" #: ../raphodo/generatenameconfig.py:258 msgid "Height" msgstr "" #: ../raphodo/generatenameconfig.py:259 msgid "Length" msgstr "" #: ../raphodo/generatenameconfig.py:260 msgid "Frames Per Second" msgstr "ĉŻç§’ċ¸§ĉ•°" #: ../raphodo/generatenameconfig.py:261 msgid "Artist" msgstr "" #: ../raphodo/generatenameconfig.py:262 msgid "Copyright" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:265 msgid "Downloads today" msgstr "äğŠĉ—下载" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:268 msgid "Session number" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:271 msgid "Subfolder number" msgstr "ċ­ç›ċ½•çĵ–ċ·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequencenumbers #: ../raphodo/generatenameconfig.py:274 msgid "Stored number" msgstr "ċ­˜ċ‚¨çĵ–ċ·" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#sequenceletters #: ../raphodo/generatenameconfig.py:277 msgid "Sequence letter" msgstr "ċşċˆ—ċ­—ĉŻ" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:280 msgid "All digits" msgstr "ĉ‰€ĉœ‰ä½ĉ•°" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamefilename #: ../raphodo/generatenameconfig.py:283 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:286 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:289 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:292 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:295 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:298 msgid "UPPERCASE" msgstr "" #. Translators: please not the capitalization of this text, and keep it the same if your #. language features capitalization #: ../raphodo/generatenameconfig.py:301 msgid "lowercase" msgstr "ċ°ċ†™" #: ../raphodo/generatenameconfig.py:302 msgid "One digit" msgstr "一位" #: ../raphodo/generatenameconfig.py:303 msgid "Two digits" msgstr "两位" #: ../raphodo/generatenameconfig.py:304 msgid "Three digits" msgstr "三位" #: ../raphodo/generatenameconfig.py:305 msgid "Four digits" msgstr "ċ››ä½" #: ../raphodo/generatenameconfig.py:306 msgid "Five digits" msgstr "äş”ä½" #: ../raphodo/generatenameconfig.py:307 msgid "Six digits" msgstr "ċ…­ä½" #: ../raphodo/generatenameconfig.py:308 msgid "Seven digits" msgstr "七位" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:311 msgid "Subseconds" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:314 ../raphodo/generatenameconfig.py:401 msgid "YYYYMMDD" msgstr "YYYYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:317 ../raphodo/generatenameconfig.py:402 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:320 ../raphodo/generatenameconfig.py:403 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:323 msgid "YYMMDD" msgstr "YYMMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:326 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:329 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:332 msgid "MMDDYYYY" msgstr "MMDDYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:335 msgid "MMDDYY" msgstr "MMDDYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:338 msgid "MMDD" msgstr "MMDD" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:341 msgid "DDMMYYYY" msgstr "DDMMYYYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:344 msgid "DDMMYY" msgstr "DDMMYY" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:347 ../raphodo/generatenameconfig.py:401 #: ../raphodo/generatenameconfig.py:402 ../raphodo/generatenameconfig.py:403 #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:405 msgid "YYYY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:350 msgid "YY" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:353 msgid "MM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:356 msgid "DD" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:359 msgid "Month (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:362 msgid "Month (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:365 msgid "Weekday (full)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:368 msgid "Weekday (abbreviated)" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:371 msgid "HHMMSS" msgstr "HHMMSS" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:374 msgid "HHMM" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:377 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:380 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:383 msgid "HH" msgstr "" #. Translators: for an explanation of what this means, #. see http://damonlynch.net/rapid/documentation/index.html#renamedateandtime #: ../raphodo/generatenameconfig.py:386 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:389 msgid "SS" msgstr "" #: ../raphodo/generatenameconfig.py:401 msgid "Date" msgstr "" #: ../raphodo/generatenameconfig.py:402 msgid "Date (hyphens)" msgstr "" #: ../raphodo/generatenameconfig.py:403 msgid "Date (underscores)" msgstr "" #: ../raphodo/generatenameconfig.py:404 ../raphodo/generatenameconfig.py:450 #: ../raphodo/generatenameconfig.py:545 msgid "Date and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:404 msgid "YYYYMM_Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "Date and Job Code Subfolder" msgstr "" #: ../raphodo/generatenameconfig.py:405 msgid "YYYYMM" msgstr "" #: ../raphodo/generatenameconfig.py:405 ../raphodo/jobcodepanel.py:198 #: ../raphodo/nameeditor.py:858 ../raphodo/rapid.py:1987 #: ../raphodo/renamepanel.py:83 ../raphodo/renamepanel.py:246 msgid "Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:445 ../raphodo/generatenameconfig.py:540 msgid "Original Filename" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "Date-Time and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:446 ../raphodo/generatenameconfig.py:541 msgid "YYYYMMDD-HHMM-1" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "Date and Downloads today" msgstr "" #: ../raphodo/generatenameconfig.py:447 ../raphodo/generatenameconfig.py:542 msgid "YYYYMMDD-1" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "Date-Time and Image number" msgstr "" #: ../raphodo/generatenameconfig.py:448 msgid "YYYYMMDD-1234" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "Date-Time and Job Code" msgstr "" #: ../raphodo/generatenameconfig.py:449 ../raphodo/generatenameconfig.py:544 msgid "YYYYMMDD-HHMM-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:450 ../raphodo/generatenameconfig.py:545 msgid "YYYYMMDD-Job Code-1" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "Date-Time and Video number" msgstr "" #: ../raphodo/generatenameconfig.py:543 msgid "YYYYMMDD_1234" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "Resolution" msgstr "" #: ../raphodo/generatenameconfig.py:546 msgid "YYYYMMDD-HHMM-1-1920x1080" msgstr "" #: ../raphodo/jobcodepanel.py:62 msgid "Enter a new Job Code, or select a previous one" msgstr "" #. Translators: the value substituted will be something like '1 photo'. #: ../raphodo/jobcodepanel.py:68 #, python-format msgid "The Job Code will be applied to %s that does not yet have a Job Code." msgstr "" #. Translators: the value substituted will be something like '85 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:73 #, python-format msgid "The Job Code will be applied to %s that do not yet have a Job Code." msgstr "" #: ../raphodo/jobcodepanel.py:76 msgid "Apply Job Code to Download" msgstr "" #: ../raphodo/jobcodepanel.py:78 msgid "Enter a new Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:84 msgid "The new Job Code will not be applied to any photos or videos." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:90 #, python-format msgid "The new Job Code will not be applied to %s." msgstr "" #. Translators: the value substituted will be something like '100 photos and 5 #. videos'. #: ../raphodo/jobcodepanel.py:95 #, python-format msgid "The new Job Code will be applied to %s." msgstr "" #: ../raphodo/jobcodepanel.py:97 msgid "New Job Code" msgstr "" #: ../raphodo/jobcodepanel.py:132 msgid "&Job Code:" msgstr "" #: ../raphodo/jobcodepanel.py:134 ../raphodo/rememberthisdialog.py:66 msgid "&Remember this choice" msgstr "" #: ../raphodo/jobcodepanel.py:184 msgid "" "Select photos and videos to be able to apply a new or existing Job Code to " "them." msgstr "" #: ../raphodo/jobcodepanel.py:185 msgid "" "The new Job Code will be applied to all selected photos and/or videos." msgstr "" #: ../raphodo/jobcodepanel.py:186 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/jobcodepanel.py:188 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/jobcodepanel.py:190 msgid "" "If you want to use Job Codes, configure file renaming or destination " "subfolder names to use them." msgstr "" #: ../raphodo/jobcodepanel.py:197 msgid "Last Used" msgstr "" #: ../raphodo/jobcodepanel.py:202 msgid "Job Code Sort:" msgstr "" #: ../raphodo/jobcodepanel.py:205 ../raphodo/rapid.py:2268 msgid "Ascending" msgstr "" #: ../raphodo/jobcodepanel.py:206 ../raphodo/rapid.py:2269 msgid "Descending" msgstr "" #: ../raphodo/jobcodepanel.py:216 msgid "&New..." msgstr "" #: ../raphodo/jobcodepanel.py:220 msgid "&Apply" msgstr "" #: ../raphodo/jobcodepanel.py:224 msgid "&Remove" msgstr "" #: ../raphodo/jobcodepanel.py:228 ../raphodo/preferencedialog.py:207 #: ../raphodo/preferencedialog.py:236 ../raphodo/preferencedialog.py:567 msgid "Remove All" msgstr "" #: ../raphodo/jobcodepanel.py:432 msgid "Do you really want to remove all the Job Codes?" msgstr "" #: ../raphodo/jobcodepanel.py:434 msgid "Remove all Job Codes" msgstr "" #: ../raphodo/jobcodepanel.py:500 msgid "Job Codes" msgstr "" #. Translators: please do not modify or leave out html formatting tags like and #. . These are used to format the text the users sees #: ../raphodo/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/nameeditor.py:430 ../raphodo/nameeditor.py:450 #, python-format msgid "%(description)s - %(elements)s" msgstr "" #: ../raphodo/nameeditor.py:530 msgid "Save New Custom Preset..." msgstr "" #: ../raphodo/nameeditor.py:531 msgid "Remove All Custom Presets..." msgstr "" #: ../raphodo/nameeditor.py:577 msgid "(New Custom Preset)" msgstr "" #: ../raphodo/nameeditor.py:594 #, python-format msgid "%s (edited)" msgstr "" #: ../raphodo/nameeditor.py:597 ../raphodo/nameeditor.py:1444 #, python-format msgid "Update Custom Preset \"%s\"" msgstr "" #: ../raphodo/nameeditor.py:690 msgid "Save New Custom Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:698 msgid "Preset Name:" msgstr "" #: ../raphodo/nameeditor.py:822 msgid "Photo Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:828 msgid "Video Subfolder Generation Editor" msgstr "" #: ../raphodo/nameeditor.py:834 msgid "Photo Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:840 msgid "Video Renaming Editor" msgstr "" #: ../raphodo/nameeditor.py:868 msgid "" "Warning: There is insufficient data to " "fully generate the name. Please use other renaming options." msgstr "" #: ../raphodo/nameeditor.py:884 #, python-format msgid "The character %(separator)s creates a new subfolder level." msgstr "" #: ../raphodo/nameeditor.py:893 #, python-format msgid "" "There is no need start or end with the folder separator " "%(separator)s, because it is added automatically." msgstr "" #: ../raphodo/nameeditor.py:901 msgid "" "Warning: Unique filenames may not be " "generated. Make filenames unique by using Sequence values." msgstr "" #: ../raphodo/nameeditor.py:926 ../raphodo/renamepanel.py:123 msgid "Preset:" msgstr "" #. Translators: appears in a combobox, e.g. Image Date (YYYY) #: ../raphodo/nameeditor.py:1009 ../raphodo/nameeditor.py:1030 #, python-brace-format msgid "{choice} ({variant})" msgstr "" #: ../raphodo/nameeditor.py:1055 ../raphodo/preferencedialog.py:836 msgid "Get help online..." msgstr "" #: ../raphodo/nameeditor.py:1077 msgid "Insert" msgstr "" #: ../raphodo/nameeditor.py:1420 msgid "Save Preset - Rapid Photo Downloader" msgstr "" #: ../raphodo/nameeditor.py:1426 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/nameeditor.py:1437 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/nameeditor.py:1446 msgid "Save New Custom Preset" msgstr "" #: ../raphodo/newversion.py:313 msgid "Checking for new version..." msgstr "" #: ../raphodo/newversion.py:314 msgid "You are running the latest version." msgstr "" #: ../raphodo/newversion.py:315 msgid "Failed to contact the update server." msgstr "" #: ../raphodo/newversion.py:317 #, python-format msgid "A new version of Rapid Photo Downloader (%s) is available." msgstr "" #: ../raphodo/newversion.py:319 msgid "Do you want to download the new version?" msgstr "" #: ../raphodo/newversion.py:320 #, python-format msgid "Changes in the new release can be viewed here." msgstr "" #. Translators: this text appears in a button - the & sets the s key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:349 ../raphodo/newversion.py:364 msgid "&Skip this release" msgstr "" #. Translators: this text appears in a button - the & sets the o key in combination with #. the alt key to act as the keyboard shortcut #: ../raphodo/newversion.py:367 msgid "&Open Download Page" msgstr "" #: ../raphodo/newversion.py:387 msgid "Rapid Photo Downloader updates" msgstr "" #. Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB #. Translators: %(variable)s represents Python code, not a plural of the term #. variable. You must keep the %(variable)s untranslated, or the program will #. crash. #: ../raphodo/newversion.py:492 #, python-format msgid "%(downloaded)s of %(total)s" msgstr "" #: ../raphodo/newversion.py:511 msgid "Downloading..." msgstr "" #: ../raphodo/preferencedialog.py:92 msgid "Preferences" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Language" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Automation" msgstr "è‡ŞċЍ" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 msgid "Thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:114 ../raphodo/preferencedialog.py:124 #: ../raphodo/preferencedialog.py:464 msgid "Error Handling" msgstr "é”™èŻŻċ¤„理" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Warnings" msgstr "" #: ../raphodo/preferencedialog.py:115 msgid "Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:115 ../raphodo/preferencedialog.py:125 msgid "Miscellaneous" msgstr "" #: ../raphodo/preferencedialog.py:154 msgid "Device Scanning" msgstr "" #: ../raphodo/preferencedialog.py:155 msgid "Scan only external devices" msgstr "" #: ../raphodo/preferencedialog.py:157 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/preferencedialog.py:160 msgid "Scan only specific folders on devices" msgstr "" #: ../raphodo/preferencedialog.py:162 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/preferencedialog.py:168 msgid "Folders to scan:" msgstr "" #: ../raphodo/preferencedialog.py:171 msgid "" "Folders at the base level of device file systems that will be scanned\n" "for photos and videos." msgstr "" #: ../raphodo/preferencedialog.py:174 ../raphodo/preferencedialog.py:226 msgid "Add..." msgstr "" #: ../raphodo/preferencedialog.py:176 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/preferencedialog.py:179 ../raphodo/preferencedialog.py:205 #: ../raphodo/preferencedialog.py:231 ../raphodo/preferencedialog.py:565 msgid "Remove" msgstr "" #: ../raphodo/preferencedialog.py:181 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/preferencedialog.py:198 msgid "Devices that have been set to automatically ignore or download from." msgstr "" #: ../raphodo/preferencedialog.py:199 msgid "Remembered Devices" msgstr "" #: ../raphodo/preferencedialog.py:203 msgid "" "Remove a device from the list of devices to automatically ignore or download " "from." msgstr "" #: ../raphodo/preferencedialog.py:209 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/preferencedialog.py:222 msgid "Ignored Paths" msgstr "" #: ../raphodo/preferencedialog.py:223 msgid "" "The end part of a path that should never be scanned for photos or videos." msgstr "" #: ../raphodo/preferencedialog.py:228 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/preferencedialog.py:233 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/preferencedialog.py:238 msgid "" "Clear the list of paths to ignore.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:246 msgid "" "Use python-style regula" "r expressions" msgstr "" #: ../raphodo/preferencedialog.py:250 msgid "" "Use regular expressions in the list of ignored paths.\n" "\n" "Changing this setting causes all devices to be scanned again." msgstr "" #: ../raphodo/preferencedialog.py:291 msgid "Language: " msgstr "" #. Translators: the * acts as an asterisk to denote a reference to an annotation #. such as '* Takes effect upon program restart' #: ../raphodo/preferencedialog.py:304 ../raphodo/preferencedialog.py:391 #: ../raphodo/preferencedialog.py:437 msgid "*" msgstr "" #. Translators: the * acts as an asterisk to denote a reference to this annotation #: ../raphodo/preferencedialog.py:311 ../raphodo/preferencedialog.py:457 msgid "* Takes effect upon program restart" msgstr "" #: ../raphodo/preferencedialog.py:319 msgid "Program Automation" msgstr "" #: ../raphodo/preferencedialog.py:320 msgid "Start downloading at program startup" msgstr "程ċşċŻċЍĉ—ĥċĵ€ċ§‹ä¸‹è½½" #: ../raphodo/preferencedialog.py:321 msgid "Start downloading upon device insertion" msgstr "èċ¤‡ĉ’ċ…ċŽè‡ŞċЍċĵ€ċ§‹ä¸‹è½½" #: ../raphodo/preferencedialog.py:322 msgid "Unmount (eject) device upon download completion" msgstr "" #: ../raphodo/preferencedialog.py:323 msgid "Exit program when download completes" msgstr "" #: ../raphodo/preferencedialog.py:324 msgid "Exit program even if download had warnings or errors" msgstr "" #: ../raphodo/preferencedialog.py:351 msgid "Thumbnail Generation" msgstr "" #: ../raphodo/preferencedialog.py:352 msgid "Generate thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:354 msgid "Generate thumbnails to show in the main program window" msgstr "" #: ../raphodo/preferencedialog.py:356 msgid "Cache thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:359 msgid "" "Save thumbnails shown in the main program window in a thumbnail cache unique " "to Rapid Photo Downloader" msgstr "" #: ../raphodo/preferencedialog.py:363 msgid "Generate system thumbnails" msgstr "" #: ../raphodo/preferencedialog.py:366 msgid "" "While downloading, save thumbnails that can be used by desktop file managers " "and other programs" msgstr "" #: ../raphodo/preferencedialog.py:375 msgid "Number of CPU cores used to generate thumbnails." msgstr "" #: ../raphodo/preferencedialog.py:376 msgid "CPU cores:" msgstr "" #: ../raphodo/preferencedialog.py:414 msgid "Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:416 msgid "Calculating..." msgstr "" #: ../raphodo/preferencedialog.py:422 msgid "days" msgstr "" #: ../raphodo/preferencedialog.py:423 msgid "forever" msgstr "" #: ../raphodo/preferencedialog.py:428 msgid "Cache size:" msgstr "" #: ../raphodo/preferencedialog.py:430 msgid "Number of thumbnails:" msgstr "" #: ../raphodo/preferencedialog.py:432 msgid "Database size:" msgstr "" #: ../raphodo/preferencedialog.py:434 msgid "Cache unaccessed thumbnails for:" msgstr "" #: ../raphodo/preferencedialog.py:442 msgid "Purge Cache..." msgstr "" #: ../raphodo/preferencedialog.py:444 msgid "Optimize Cache..." msgstr "" #: ../raphodo/preferencedialog.py:467 msgid "Skip download" msgstr "è·³èż‡ä¸‹è½½" #: ../raphodo/preferencedialog.py:468 msgid "Don't download the file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:469 msgid "Add unique identifier" msgstr "ĉ·ğċŠ ċ”Żä¸€ĉ ‡è݆çĴĤ" #: ../raphodo/preferencedialog.py:472 msgid "" "Add an identifier like _1 or _2 to the end of the filename, immediately " "before the file's extension" msgstr "" #: ../raphodo/preferencedialog.py:480 msgid "Overwrite" msgstr "èĤ†ç›–" #: ../raphodo/preferencedialog.py:481 msgid "Overwrite the previously backed up file" msgstr "" #: ../raphodo/preferencedialog.py:482 msgid "Skip" msgstr "è·³èż‡" #: ../raphodo/preferencedialog.py:484 msgid "Don't overwrite the backup file, and issue an error message" msgstr "" #: ../raphodo/preferencedialog.py:491 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/preferencedialog.py:500 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/preferencedialog.py:509 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/preferencedialog.py:530 msgid "Program Warnings" msgstr "" #: ../raphodo/preferencedialog.py:531 msgid "Show a warning when:" msgstr "" #: ../raphodo/preferencedialog.py:534 msgid "Downloading files currently not displayed" msgstr "" #: ../raphodo/preferencedialog.py:535 msgid "" "Warn when about to download files that are not displayed in the main window." msgstr "" #: ../raphodo/preferencedialog.py:537 msgid "Backup destinations are missing" msgstr "" #: ../raphodo/preferencedialog.py:538 msgid "" "Warn before starting a download if it is not possible to back up files." msgstr "" #: ../raphodo/preferencedialog.py:540 msgid "Program libraries are missing or broken" msgstr "" #: ../raphodo/preferencedialog.py:541 msgid "" "Warn if a software library used by Rapid Photo Downloader is missing or not " "functioning." msgstr "" #: ../raphodo/preferencedialog.py:544 msgid "Filesystem metadata cannot be set" msgstr "" #: ../raphodo/preferencedialog.py:545 msgid "" "Warn if there is an error setting a file's filesystem metadata, such as its " "modification time." msgstr "" #: ../raphodo/preferencedialog.py:548 msgid "Encountering unhandled files" msgstr "" #: ../raphodo/preferencedialog.py:549 msgid "" "Warn after scanning a device or this computer if there are unrecognized " "files that will not be included in the download." msgstr "" #: ../raphodo/preferencedialog.py:553 msgid "Do not warn about unhandled files with extensions:" msgstr "" #: ../raphodo/preferencedialog.py:558 msgid "" "File extensions are case insensitive and do not need to include the leading " "dot." msgstr "" #: ../raphodo/preferencedialog.py:561 msgid "Add" msgstr "" #: ../raphodo/preferencedialog.py:562 msgid "" "Add a file extension to the list of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:564 msgid "" "Remove a file extension from the list of unhandled file types to not warn " "about." msgstr "" #: ../raphodo/preferencedialog.py:568 msgid "" "Clear the list of file extensions of unhandled file types to not warn about." msgstr "" #: ../raphodo/preferencedialog.py:604 msgid "Photo and Video Consolidation" msgstr "" #: ../raphodo/preferencedialog.py:607 msgid "Consolidate files across devices and downloads" msgstr "" #: ../raphodo/preferencedialog.py:610 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/preferencedialog.py:616 msgid "Treat matching RAW and JPEG files as:" msgstr "" #: ../raphodo/preferencedialog.py:617 msgid "One photo" msgstr "" #: ../raphodo/preferencedialog.py:618 msgid "Two photos" msgstr "" #: ../raphodo/preferencedialog.py:620 msgid "" "Display matching pairs of RAW and JPEG photos as one photo, and if marked, " "download both." msgstr "" #: ../raphodo/preferencedialog.py:625 msgid "" "Display matching pairs of RAW and JPEG photos as two different photos. You " "can still synchronize their sequence numbers." msgstr "" #: ../raphodo/preferencedialog.py:634 msgid "With matching RAW and JPEG photos:" msgstr "" #: ../raphodo/preferencedialog.py:636 msgid "Do not mark JPEG for download" msgstr "" #: ../raphodo/preferencedialog.py:637 msgid "Do not mark RAW for download" msgstr "" #: ../raphodo/preferencedialog.py:638 msgid "Mark both for download" msgstr "" #: ../raphodo/preferencedialog.py:645 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/preferencedialog.py:650 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/preferencedialog.py:655 msgid "" "When matching RAW and JPEG photos are found, automatically mark both for " "download." msgstr "" #: ../raphodo/preferencedialog.py:661 msgid "" "If you disable file consolidation, choose what to do when a download device " "is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:667 msgid "" "When a download device is inserted while completed downloads are displayed:" msgstr "" #: ../raphodo/preferencedialog.py:678 msgid "Clear completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:679 msgid "Keep displaying completed downloads" msgstr "" #: ../raphodo/preferencedialog.py:680 msgid "Prompt for what to do" msgstr "" #: ../raphodo/preferencedialog.py:685 msgid "" "Automatically clear the display of completed downloads whenever a new " "download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:690 msgid "" "Keep displaying completed downloads whenever a new download device is " "inserted." msgstr "" #: ../raphodo/preferencedialog.py:694 msgid "" "Prompt whether to keep displaying completed downloads or clear them whenever " "a new download device is inserted." msgstr "" #: ../raphodo/preferencedialog.py:739 msgid "Version Check" msgstr "" #: ../raphodo/preferencedialog.py:740 msgid "Check for new version at startup" msgstr "" #: ../raphodo/preferencedialog.py:742 msgid "Check for a new version of the program each time the program starts." msgstr "" #: ../raphodo/preferencedialog.py:744 msgid "Include development releases" msgstr "" #: ../raphodo/preferencedialog.py:746 msgid "" "Include alpha, beta and other development releases when checking for a new " "version of the program.\n" "\n" "If you are currently running a development version, the check will always " "occur." msgstr "" #: ../raphodo/preferencedialog.py:762 msgid "Ignore DNG date/time metadata on MTP devices" msgstr "" #: ../raphodo/preferencedialog.py:764 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/preferencedialog.py:770 msgid "Read photo metadata using only ExifTool" msgstr "" #: ../raphodo/preferencedialog.py:772 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/preferencedialog.py:792 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/preferencedialog.py:889 msgid "" msgstr "" #. 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 #: ../raphodo/preferencedialog.py:1142 #, python-format msgid "Restores default %s preference values" msgstr "" #: ../raphodo/preferencedialog.py:1292 msgid "" "Do you want to purge the thumbnail cache? The cache will be purged when the " "program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1296 msgid "Purge Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1309 msgid "" "Do you want to optimize the thumbnail cache? The cache will be optimized " "when the program is next started." msgstr "" #: ../raphodo/preferencedialog.py:1313 msgid "Optimize Thumbnail Cache" msgstr "" #: ../raphodo/preferencedialog.py:1576 msgid "Enter a Folder to Scan" msgstr "" #: ../raphodo/preferencedialog.py:1577 msgid "Specify a folder that will be scanned for photos and videos" msgstr "" #: ../raphodo/preferencedialog.py:1578 msgid "Folder:" msgstr "" #: ../raphodo/preferencedialog.py:1592 msgid "Enter a Path to Ignore" msgstr "" #: ../raphodo/preferencedialog.py:1593 msgid "Specify a path that will never be scanned for photos or videos" msgstr "" #: ../raphodo/preferencedialog.py:1594 msgid "Path:" msgstr "" #: ../raphodo/preferencedialog.py:1608 msgid "Enter a File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1609 msgid "Specify a file extension (without the leading dot)" msgstr "" #: ../raphodo/preferencedialog.py:1610 ../raphodo/renamepanel.py:124 msgid "Extension:" msgstr "" #: ../raphodo/preferencedialog.py:1625 msgid "Invalid File Extension" msgstr "" #: ../raphodo/preferencedialog.py:1629 #, 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/preferencedialog.py:1636 #, 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/preferences.py:291 msgid "Wedding" msgstr "" #: ../raphodo/preferences.py:291 msgid "Birthday" msgstr "" #: ../raphodo/preferences.py:644 #, python-format msgid "Subfolder preferences should not start with a %s" msgstr "ċ­ç›ċ½•éĤ–选éĦı不ċş”äğ %s ċĵ€ċ¤´" #: ../raphodo/preferences.py:648 #, python-format msgid "Subfolder preferences should not end with a %s" msgstr "ċ­ç›ċ½•éĤ–选éĦı不ċş”äğ %s çğ“ċ°" #: ../raphodo/preferences.py:655 #, python-format msgid "Subfolder preferences should not contain two %s one after the other" msgstr "ċ­ç›ċ½•éĤ–选éĦı不ċş”ċŒ…ċĞ两个相é‚ğ的 %s" #: ../raphodo/primarybutton.py:72 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:89 ../raphodo/problemnotification.py:230 #, python-format msgid "Error: %(errno)s %(strerror)s" msgstr "" #: ../raphodo/problemnotification.py:94 #, python-format msgid "Error: %s" msgstr "" #: ../raphodo/problemnotification.py:122 #, python-format msgid "GPhoto2 Error: %s" msgstr "" #: ../raphodo/problemnotification.py:132 msgid "" "Unable to initialize the camera, probably because another program is using " "it. No files were copied from it." msgstr "" #: ../raphodo/problemnotification.py:144 #, python-format msgid "Unable to read directory %s" msgstr "" #: ../raphodo/problemnotification.py:150 #, python-format msgid "Unable to access modification time or size from %s" msgstr "" #: ../raphodo/problemnotification.py:156 #, python-format msgid "Unable to read file %s" msgstr "" #: ../raphodo/problemnotification.py:162 #, python-format msgid "Unable to write file %s" msgstr "" #: ../raphodo/problemnotification.py:168 #, python-format msgid "Unable to move file %s" msgstr "" #: ../raphodo/problemnotification.py:174 #, python-format msgid "Unable to remove file %s" msgstr "" #: ../raphodo/problemnotification.py:180 #, python-format msgid "Unable to copy file %s" msgstr "" #: ../raphodo/problemnotification.py:186 #, python-format msgid "Zero length file %s will not be downloaded" msgstr "" #: ../raphodo/problemnotification.py:192 #, python-format msgid "Could not determine filesystem modification time for %s" msgstr "" #: ../raphodo/problemnotification.py:198 #, python-format msgid "Unable to load metadata from %s" msgstr "" #: ../raphodo/problemnotification.py:209 #, python-format msgid "" "Unable to load metadata from %(name)s. The %(filetype)s was not downloaded." msgstr "" #: ../raphodo/problemnotification.py:219 #, 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:238 #, 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:248 #, python-format msgid "%(filetype)s %(destination)s already exists." msgstr "" #: ../raphodo/problemnotification.py:263 ../raphodo/problemnotification.py:299 #, 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:278 #, 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:314 #, python-format msgid "The %(filetype)s %(source)s was downloaded from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:323 #, python-format msgid "The unique identifier '%s' was added to the filename." msgstr "" #: ../raphodo/problemnotification.py:343 #, 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:358 #, python-format msgid "The %(filetype)s %(source)s was not backed up from %(device)s." msgstr "" #: ../raphodo/problemnotification.py:379 #, python-format msgid "" "The previous backup %(filetype)s %(destination)s was last modified on " "%(date)s at %(time)s." msgstr "" #: ../raphodo/problemnotification.py:395 #, python-format msgid "" "The %(filetype)s %(source)s from %(device)s was backed up, overwriting the " "previous backup %(filetype)s." msgstr "" #: ../raphodo/problemnotification.py:419 #, 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:430 msgid "" "When synchronizing RAW + JPEG sequence values, photos were detected with the " "same filenames, but taken at different times:" msgstr "" #: ../raphodo/problemnotification.py:443 #, 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:461 #, python-format msgid "Unable to finalize the filename for %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:499 #, 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:511 #, python-format msgid "The %(type)s metadata is missing." msgstr "" #: ../raphodo/problemnotification.py:517 #, python-format msgid "The following metadata is missing: %s." msgstr "" #: ../raphodo/problemnotification.py:523 #, python-format msgid "Date/time conversion failed: %s." msgstr "" #: ../raphodo/problemnotification.py:529 msgid "" "Could not extract valid date/time metadata or determine the file " "modification time." msgstr "" #: ../raphodo/problemnotification.py:535 msgid "Filename does not have an extension." msgstr "" #: ../raphodo/problemnotification.py:538 msgid "Filename does not have a number component." msgstr "" #: ../raphodo/problemnotification.py:542 #, python-format msgid "Error generating component %(component)s. Error: %(error)s" msgstr "" #: ../raphodo/problemnotification.py:559 #, python-format msgid "" "The download subfolders %(folder)s were only partially generated for " "%(filetype)s %(source)s." msgstr "" #: ../raphodo/problemnotification.py:573 #, 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:591 #, 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:607 #, python-format msgid "Unable to create the download subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:619 #, python-format msgid "Unable to create the backup subfolder %s." msgstr "" #: ../raphodo/problemnotification.py:670 #, python-format msgid "Problems scanning %s" msgstr "" #: ../raphodo/problemnotification.py:677 #, python-format msgid "Problems copying from %s" msgstr "" #: ../raphodo/problemnotification.py:684 msgid "Problems while finalizing filenames and generating subfolders" msgstr "" #: ../raphodo/problemnotification.py:691 #, 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, 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:193 ../raphodo/proximity.py:224 #: ../raphodo/proximity.py:262 ../raphodo/proximity.py:268 #, 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:212 #, 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:235 ../raphodo/proximity.py:242 #: ../raphodo/proximity.py:1030 ../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:252 ../raphodo/proximity.py:256 #: ../raphodo/proximity.py:1038 ../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:277 #, 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:288 #, 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:420 #, 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:1043 #, python-format msgid "%(month)s %(year)s" msgstr "" #: ../raphodo/proximity.py:1722 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:1779 #, 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:1783 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:1788 #, python-format msgid "%(hours)dh" msgstr "" #: ../raphodo/proximity.py:1839 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:1844 msgid "" "Use the slider (below) to adjust the time elapsed between consecutive shots " "that is used to build the Timeline." msgstr "" #: ../raphodo/proximity.py:1847 msgid "Timeline build pending..." msgstr "" #: ../raphodo/proximity.py:1848 msgid "Timeline is building..." msgstr "" #: ../raphodo/proximity.py:1850 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:1931 msgid "Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)" msgstr "" #: ../raphodo/rapid.py:525 ../raphodo/rapid.py:868 ../raphodo/rapid.py:2708 #: ../raphodo/rapid.py:4169 ../raphodo/rapid.py:4359 ../raphodo/rapid.py:4379 #: ../raphodo/rapid.py:4902 ../raphodo/rapid.py:5361 ../raphodo/rapid.py:6268 #: ../raphodo/rememberthisdialog.py:97 #: ../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:1186 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:1196 msgid "Problem with ExifTool" msgstr "" #: ../raphodo/rapid.py:1205 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:1216 msgid "Problem with libmediainfo" msgstr "" #: ../raphodo/rapid.py:1581 msgid "Download failed" msgstr "" #: ../raphodo/rapid.py:1583 msgid "" "Sorry, the download of the new version of Rapid Photo Downloader failed." msgstr "" #: ../raphodo/rapid.py:1590 msgid "" "The new version was successfully downloaded. Do you want to close Rapid " "Photo Downloader and install it now?" msgstr "" #: ../raphodo/rapid.py:1594 msgid "Update Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:1598 msgid "Install" msgstr "" #: ../raphodo/rapid.py:1616 msgid "New version saved" msgstr "" #: ../raphodo/rapid.py:1618 #, python-format msgid "" "The tar file and installer script are saved at:\n" "\n" " %s" msgstr "" #: ../raphodo/rapid.py:1635 msgid "Upgrade failed" msgstr "" #: ../raphodo/rapid.py:1638 msgid "" "Sorry, upgrading Rapid Photo Downloader failed because there was an error " "opening the installer." msgstr "" #: ../raphodo/rapid.py:1844 ../raphodo/rapid.py:2563 msgid "Download" msgstr "下载" #: ../raphodo/rapid.py:1848 msgid "&Refresh..." msgstr "" #: ../raphodo/rapid.py:1852 msgid "&Preferences" msgstr "" #: ../raphodo/rapid.py:1856 msgid "&Quit" msgstr "" #: ../raphodo/rapid.py:1860 msgid "Error &Reports" msgstr "" #: ../raphodo/rapid.py:1864 msgid "Clear Completed Downloads" msgstr "" #: ../raphodo/rapid.py:1868 msgid "Get Help Online..." msgstr "" #: ../raphodo/rapid.py:1872 msgid "&Tip of the Day..." msgstr "" #: ../raphodo/rapid.py:1876 msgid "Report a Problem..." msgstr "" #: ../raphodo/rapid.py:1880 msgid "Make a Donation..." msgstr "" #: ../raphodo/rapid.py:1884 msgid "Translate this Application..." msgstr "" #: ../raphodo/rapid.py:1888 msgid "&About..." msgstr "" #: ../raphodo/rapid.py:1892 msgid "Check for Updates..." msgstr "" #: ../raphodo/rapid.py:1975 msgid "Timeline" msgstr "" #: ../raphodo/rapid.py:1985 msgid "Destination" msgstr "" #: ../raphodo/rapid.py:1986 msgid "Rename" msgstr "" #: ../raphodo/rapid.py:1988 msgid "Back Up" msgstr "" #. Devices Header and View #: ../raphodo/rapid.py:2112 msgid "" "Turn on or off the use of devices attached to this computer as download " "sources" msgstr "" #. This Computer Header and View #: ../raphodo/rapid.py:2129 msgid "" "Turn on or off the use of a folder on this computer as a download source" msgstr "" #: ../raphodo/rapid.py:2131 msgid "This Computer" msgstr "" #: ../raphodo/rapid.py:2144 msgid "Select a source folder" msgstr "" #: ../raphodo/rapid.py:2173 msgid "Projected Storage Use" msgstr "" #: ../raphodo/rapid.py:2191 ../raphodo/rapid.py:2203 msgid "Select a destination folder" msgstr "" #: ../raphodo/rapid.py:2252 msgid "All" msgstr "" #: ../raphodo/rapid.py:2253 msgid "New" msgstr "" #: ../raphodo/rapid.py:2255 msgid "Show:" msgstr "" #: ../raphodo/rapid.py:2258 msgid "Modification Time" msgstr "" #: ../raphodo/rapid.py:2259 msgid "Checked State" msgstr "" #: ../raphodo/rapid.py:2262 msgid "File Type" msgstr "" #: ../raphodo/rapid.py:2263 msgid "Device" msgstr "èċ¤‡" #: ../raphodo/rapid.py:2265 msgid "Sort:" msgstr "" #: ../raphodo/rapid.py:2276 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:2543 #, python-format msgid "Download %(files)s" msgstr "" #: ../raphodo/rapid.py:2559 msgid "Resume Download" msgstr "" #: ../raphodo/rapid.py:2561 msgid "Pause" msgstr "ĉš‚ċœ" #: ../raphodo/rapid.py:2659 #, python-brace-format msgid "" "Please report the problem at {website}.

      \n" " Include in your bug report the program's log files. The bug " "report must include \n" " {log_file}, but attaching the other log files is often " "helpful.

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

      \n" " Click here to open the log directory, " "and \n" " here to open the configuration " "directory.\n" " " msgstr "" #: ../raphodo/rapid.py:2678 msgid "Thank you for reporting a problem in Rapid Photo Downloader" msgstr "" #: ../raphodo/rapid.py:2795 #, 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:2865 msgid "You cannot change the download destination while downloading." msgstr "" #: ../raphodo/rapid.py:2875 #, 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:2956 msgid "" "\n" "Downloading all files

      \n" "A download always includes all files that are checked 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?\n" " " msgstr "" #: ../raphodo/rapid.py:3111 #, python-format msgid "" "These download folders are invalid:\n" "%(folder1)s\n" "%(folder2)s" msgstr "" "下ċˆ—下载ĉ–‡äğĥċ¤ıĉ— ĉ•ˆ ïĵš\n" "%(folder1)s\n" "%(folder2)s" #: ../raphodo/rapid.py:3114 #, python-format msgid "" "This download folder is invalid:\n" "%s" msgstr "" "下ċˆ—下载ĉ–‡äğĥċ¤ıĉ— ĉ•ˆïĵš\n" "%s" #: ../raphodo/rapid.py:3117 msgid "Download Failure" msgstr "" #: ../raphodo/rapid.py:3118 msgid "The download cannot proceed." msgstr "" #: ../raphodo/rapid.py:3136 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:3146 ../raphodo/rapid.py:3159 #, python-format msgid "" "No backup device exists for backing up %(filetype)s. Do you still want to " "start the download?" msgstr "" #: ../raphodo/rapid.py:3148 ../raphodo/rpdfile.py:164 msgid "photos" msgstr "相片" #: ../raphodo/rapid.py:3161 ../raphodo/rpdfile.py:159 msgid "videos" msgstr "è§†é˘‘" #: ../raphodo/rapid.py:3171 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:3186 ../raphodo/rapid.py:3201 #, 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:3188 ../raphodo/rpdfile.py:166 ../raphodo/rpdfile.py:818 msgid "photo" msgstr "照片" #: ../raphodo/rapid.py:3203 ../raphodo/rpdfile.py:161 ../raphodo/rpdfile.py:871 msgid "video" msgstr "è§†é˘‘" #: ../raphodo/rapid.py:3211 msgid "Backup problem" msgstr "ċ¤‡äğ½ĉ•…éšœ" #: ../raphodo/rapid.py:3958 #, python-format msgid "%(downloading_from)s — %(time_left)s left (%(speed)s)" msgstr "" #: ../raphodo/rapid.py:4033 #, python-format msgid "%(noFiles)s %(filetypes)s downloaded" msgstr "%(noFiles)s %(filetypes)s ċ·² 下载" #: ../raphodo/rapid.py:4044 #, python-format msgid "%(noFiles)s %(filetypes)s failed to download" msgstr "%(noFiles)s %(filetypes)s 下载ċ¤ħè´" #: ../raphodo/rapid.py:4050 ../raphodo/rapid.py:4162 msgid "warnings" msgstr "è­Ĥċ‘Š" #: ../raphodo/rapid.py:4081 msgid "All downloads complete" msgstr "ĉ‰€ĉœ‰ä¸‹è½½ċ·²ċŒĉˆ" #: ../raphodo/rapid.py:4092 ../raphodo/rapid.py:4109 ../raphodo/rapid.py:4126 #: ../raphodo/rapid.py:4143 ../raphodo/rapid.py:4159 #, 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:4098 ../raphodo/rapid.py:4132 #, 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:4115 ../raphodo/rapid.py:4149 #, python-format msgid "%(filetype)s failed to download" msgstr "%(filetype)s 下载ċ¤ħè´" #: ../raphodo/rapid.py:4185 msgid "1 failure" msgstr "" #: ../raphodo/rapid.py:4187 #, python-format msgid "%d failures" msgstr "" #: ../raphodo/rapid.py:4192 msgid "1 warning" msgstr "" #: ../raphodo/rapid.py:4194 #, python-format msgid "%d warnings" msgstr "" #: ../raphodo/rapid.py:4219 #, python-format msgid "Downloaded %(no_files_and_types)s from %(devices)s" msgstr "" #: ../raphodo/rapid.py:4226 #, 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:4233 #, python-format msgid "No files downloaded — %(failures)s" msgstr "" #: ../raphodo/rapid.py:4235 msgid "No files downloaded" msgstr "" #: ../raphodo/rapid.py:4269 msgid "Program preferences are invalid" msgstr "" #: ../raphodo/rapid.py:4365 #, 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:4385 #, 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:4404 msgid "&Try Again" msgstr "" #: ../raphodo/rapid.py:4405 msgid "&Ignore This Device" msgstr "" #: ../raphodo/rapid.py:4477 #, python-format msgid "Sorry, an unexpected problem occurred while scanning %s." msgstr "" #: ../raphodo/rapid.py:4478 msgid "Unfortunately you cannot download from this device." msgstr "" #: ../raphodo/rapid.py:4482 msgid "" "A possible workaround for the problem might be downloading from the camera's " "memory card using a card reader." msgstr "" #: ../raphodo/rapid.py:4487 msgid "Device scan failed" msgstr "" #: ../raphodo/rapid.py:4879 #, 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:4909 #, 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:5007 msgid "Completed Downloads Present" msgstr "" #: ../raphodo/rapid.py:5009 #, python-format msgid "%s whose download have completed are displayed." msgstr "" #: ../raphodo/rapid.py:5011 msgid "Do you want to clear the completed downloads?" msgstr "" #: ../raphodo/rapid.py:5013 msgid "Completed Download Present" msgstr "" #: ../raphodo/rapid.py:5015 #, python-format msgid "%s whose download has completed is displayed." msgstr "" #: ../raphodo/rapid.py:5017 msgid "Do you want to clear the completed download?" msgstr "" #: ../raphodo/rapid.py:5098 #, python-format msgid "" "Do you want to download photos and videos from the device %(device)s?" msgstr "" #: ../raphodo/rapid.py:5349 #, python-format msgid "Do you want to ignore the %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5352 msgid "" "All cameras, phones and tablets with the same model name will be ignored." msgstr "" #: ../raphodo/rapid.py:5356 #, python-format msgid "" "Do you want to ignore the device %s whenever this program is run?" msgstr "" #: ../raphodo/rapid.py:5358 msgid "Any device with the same name will be ignored." msgstr "" #: ../raphodo/rapid.py:5663 #, python-format msgid "Downloading from %(location)s on This Computer." msgstr "" #: ../raphodo/rapid.py:5666 msgid "" "Do you really want to download from here?

      On some systems, scanning " "this location can take a very long time." msgstr "" #: ../raphodo/rapid.py:5711 #, python-format msgid "Generating thumbnails for %s" msgstr "" #: ../raphodo/rapid.py:5714 #, python-format msgid "Scanning %s" msgstr "" #: ../raphodo/rapid.py:5728 #, python-format msgid "" "%(number)s of %(available files)s checked for download (%(hidden)s hidden)" msgstr "" #: ../raphodo/rapid.py:5739 #, python-format msgid "%(number)s of %(available files)s checked for download" msgstr "" #: ../raphodo/rapid.py:5981 msgid "Show version numbers of program and its libraries and exit." msgstr "" #: ../raphodo/rapid.py:5985 msgid "Display program information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5989 msgid "Display debugging information when run from the command line." msgstr "" #: ../raphodo/rapid.py:5993 msgid "List photo and video file extensions the program recognizes and exit." msgstr "" #: ../raphodo/rapid.py:5997 msgid "Turn on or off the the renaming of photos." msgstr "" #: ../raphodo/rapid.py:6001 msgid "Turn on or off the the renaming of videos." msgstr "" #: ../raphodo/rapid.py:6005 msgid "" "Turn on or off the automatic detection of devices from which to download." msgstr "" #: ../raphodo/rapid.py:6009 msgid "Turn on or off downloading from this computer." msgstr "" #: ../raphodo/rapid.py:6012 ../raphodo/rapid.py:6016 ../raphodo/rapid.py:6020 #: ../raphodo/rapid.py:6050 ../raphodo/rapid.py:6057 msgid "PATH" msgstr "" #: ../raphodo/rapid.py:6013 msgid "The PATH on this computer from which to download." msgstr "" #: ../raphodo/rapid.py:6017 msgid "The PATH where photos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6021 msgid "The PATH where videos will be downloaded to." msgstr "" #: ../raphodo/rapid.py:6025 msgid "Turn on or off the backing up of photos and videos while downloading." msgstr "" #: ../raphodo/rapid.py:6029 msgid "Turn on or off the automatic detection of backup devices." msgstr "" #: ../raphodo/rapid.py:6032 ../raphodo/rapid.py:6041 msgid "FOLDER" msgstr "" #: ../raphodo/rapid.py:6034 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:6043 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:6052 msgid "" "The PATH where photos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6059 msgid "" "The PATH where videos will be backed up when automatic detection of backup " "devices is turned off." msgstr "" #: ../raphodo/rapid.py:6065 #, python-format msgid "Ignore photos with the following extensions: %s" msgstr "" #: ../raphodo/rapid.py:6071 msgid "" "Turn on or off starting downloads as soon as the program itself starts." msgstr "" #: ../raphodo/rapid.py:6076 msgid "Turn on or off starting downloads as soon as a device is inserted." msgstr "" #: ../raphodo/rapid.py:6082 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:6088 msgid "" "Delete all thumbnails in the Rapid Photo Downloader Thumbnail Cache, and " "exit." msgstr "" #: ../raphodo/rapid.py:6092 msgid "Forget which files have been previously downloaded, and exit." msgstr "" #: ../raphodo/rapid.py:6097 msgid "" "Import preferences from an old program version and exit. Requires the " "command line program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6104 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:6110 msgid "Include gphoto2 debugging information in log files." msgstr "" #: ../raphodo/rapid.py:6115 msgid "Print information to the terminal about attached cameras and exit." msgstr "" #: ../raphodo/rapid.py:6176 msgid "" "To import preferences from the old version of Rapid Photo Downloader, you " "must install the program gconftool-2." msgstr "" #: ../raphodo/rapid.py:6185 msgid "No prior program preferences detected: exiting." msgstr "" #: ../raphodo/rapid.py:6193 #, python-format msgid "Importing preferences from Rapid Photo Downloader %(version)s" msgstr "" #: ../raphodo/rapid.py:6260 #, python-format msgid "" "Do you want to copy the stored sequence number, which has the value %d?" msgstr "" #: ../raphodo/rapid.py:6271 msgid "Program aborting." msgstr "" #: ../raphodo/rapid.py:6314 msgid "Never run this program as the sudo / root user." msgstr "" #: ../raphodo/rapid.py:6318 msgid "You must install ExifTool to run Rapid Photo Downloader." msgstr "" #: ../raphodo/rapid.py:6330 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:6387 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:6547 msgid "All settings and caches have been reset." msgstr "" #: ../raphodo/rapid.py:6555 msgid "Thumbnail Cache has been reset." msgstr "" #: ../raphodo/rapid.py:6561 msgid "Remembered files have been forgotten." msgstr "" #: ../raphodo/rememberthisdialog.py:68 msgid "&Don't ask me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:70 msgid "&Don't warn me about this again" msgstr "" #: ../raphodo/rememberthisdialog.py:73 msgid "&Don't warn me again about missing or broken program libraries" msgstr "" #: ../raphodo/renameandmovefile.py:567 msgid "subfolder and filename" msgstr "ċ­ĉ–‡äğĥċ¤ıċ’Œĉ–‡äğĥċ" #: ../raphodo/renameandmovefile.py:569 msgid "filename" msgstr "ĉ–‡äğĥċ" #: ../raphodo/renameandmovefile.py:571 msgid "subfolder" msgstr "ċ­ç›ċ½•" #: ../raphodo/renamepanel.py:296 msgid "A counter for how many downloads occur on each day" msgstr "" #: ../raphodo/renamepanel.py:297 msgid "Downloads today:" msgstr "äğŠĉ—下载ïĵš" #: ../raphodo/renamepanel.py:319 msgid "A counter that is remembered each time the program is run " msgstr "" #: ../raphodo/renamepanel.py:320 msgid "Stored number:" msgstr "" #: ../raphodo/renamepanel.py:331 msgid "" "The time at which the Downloads today sequence number should be reset" msgstr "" #: ../raphodo/renamepanel.py:332 msgid "Day start:" msgstr "ċĵ€ċ§‹ĉ—ïĵš" #. 24 hour format, if wanted in a future release: #. self.dayStart.setDisplayFormat('HH:mm:ss') #: ../raphodo/renamepanel.py:342 msgid "Synchronize RAW + JPEG" msgstr "" #: ../raphodo/renamepanel.py:346 msgid "" "Synchronize sequence numbers for matching RAW and JPEG pairs.\n" "\n" "See the online documentation for more details." msgstr "" #: ../raphodo/renamepanel.py:351 msgid "Sequence Numbers" msgstr "" #: ../raphodo/renamepanel.py:362 msgid "Strip incompatible characters" msgstr "ċŽğĉŽ‰ä¸ċ…ĵċıċ­—çĴĤ" #: ../raphodo/renamepanel.py:367 msgid "" "Whether photo, video and folder names should have any characters removed " "that are not allowed by other operating systems" msgstr "" #: ../raphodo/renamepanel.py:371 msgid "Compatibility" msgstr "" #: ../raphodo/renamepanel.py:455 msgid "Photo Renaming" msgstr "" #: ../raphodo/renamepanel.py:459 msgid "Video Renaming" msgstr "" #: ../raphodo/renamepanel.py:463 msgid "Renaming Options" msgstr "" #: ../raphodo/rpdfile.py:154 msgid "photos and videos" msgstr "ċ›ç‰‡ċ’Œè§†é˘‘" #: ../raphodo/rpdfile.py:156 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:254 #, python-format msgid "%(number)s %(filetypes)s" msgstr "%(number)s %(filetypes)s" #. translators: natural language expression signifying a single video #: ../raphodo/rpdfile.py:280 msgid "a video" msgstr "" #: ../raphodo/rpdfile.py:282 msgid "1 Video" msgstr "" #. translators: natural language expression signifying a single photo #: ../raphodo/rpdfile.py:292 msgid "a photo" msgstr "" #: ../raphodo/rpdfile.py:294 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:800 #, python-format msgid "%(path)s on %(camera)s" msgstr "" #: ../raphodo/rpdfile.py:819 msgid "Photo" msgstr "" #: ../raphodo/rpdfile.py:872 msgid "Video" msgstr "è§†é˘‘" #: ../raphodo/storage.py:159 msgid "File system root" msgstr "" #. translators: the name of the Pictures folder #: ../raphodo/storage.py:486 msgid "Pictures" msgstr "" #: ../raphodo/thumbnaildisplay.py:473 #, python-format msgid "Taken on %(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:483 #, 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:494 ../raphodo/thumbnaildisplay.py:544 #, python-format msgid "%(date_time)s (%(human_readable)s)" msgstr "" #: ../raphodo/thumbnaildisplay.py:511 #, python-format msgid "Memory cards: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:515 #, python-format msgid "Memory card: %s" msgstr "" #: ../raphodo/thumbnaildisplay.py:520 msgid "Downloaded as:" msgstr "" #: ../raphodo/thumbnaildisplay.py:558 #, python-format msgid "

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

      Manually set as previously downloaded on %(date)s" msgstr "" #: ../raphodo/thumbnaildisplay.py:1900 msgid "Copy Path" msgstr "" #. 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. #: ../raphodo/thumbnaildisplay.py:1905 msgid "Mark File as Downloaded" msgstr "" #. Translators: 'Files' here applies to two or more files #: ../raphodo/thumbnaildisplay.py:1908 msgid "Mark Files as Downloaded" msgstr "" #. Translators: these values are file size suffixes like B representing bytes, KB representing #. kilobytes, etc. #: ../raphodo/utilities.py:201 msgid "B" msgstr "" #: ../raphodo/utilities.py:201 msgid "KB" msgstr "" #: ../raphodo/utilities.py:201 msgid "MB" msgstr "" #: ../raphodo/utilities.py:201 msgid "GB" msgstr "" #: ../raphodo/utilities.py:201 msgid "TB" msgstr "" #: ../raphodo/utilities.py:201 msgid "PB" msgstr "" #: ../raphodo/utilities.py:201 msgid "EB" msgstr "" #: ../raphodo/utilities.py:201 msgid "ZB" msgstr "" #: ../raphodo/utilities.py:201 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:431 #, python-format msgid "%(first_item)s and %(last_item)s" msgstr "" #: ../raphodo/utilities.py:515 msgid "one" msgstr "" #: ../raphodo/utilities.py:516 msgid "two" msgstr "" #: ../raphodo/utilities.py:517 msgid "three" msgstr "" #: ../raphodo/utilities.py:518 msgid "four" msgstr "" #: ../raphodo/utilities.py:519 msgid "five" msgstr "" #: ../raphodo/utilities.py:520 msgid "six" msgstr "" #: ../raphodo/utilities.py:521 msgid "seven" msgstr "" #: ../raphodo/utilities.py:522 msgid "eight" msgstr "" #: ../raphodo/utilities.py:523 msgid "nine" msgstr "" #: ../raphodo/utilities.py:524 msgid "ten" msgstr "" #: ../raphodo/utilities.py:525 msgid "eleven" msgstr "" #: ../raphodo/utilities.py:526 msgid "twelve" msgstr "" #: ../raphodo/utilities.py:527 msgid "thirteen" msgstr "" #: ../raphodo/utilities.py:528 msgid "fourteen" msgstr "" #: ../raphodo/utilities.py:529 msgid "fifteen" msgstr "" #: ../raphodo/utilities.py:530 msgid "sixteen" msgstr "" #: ../raphodo/utilities.py:531 msgid "seventeen" msgstr "" #: ../raphodo/utilities.py:532 msgid "eighteen" msgstr "" #: ../raphodo/utilities.py:533 msgid "ninenteen" msgstr "" #: ../raphodo/utilities.py:534 msgid "twenty" msgstr "" #: ../raphodo/viewutils.py:243 msgid "&OK" msgstr "" #: ../raphodo/viewutils.py:246 msgid "&Save" msgstr "" #: ../raphodo/viewutils.py:247 msgid "&Help" msgstr "" #: ../raphodo/viewutils.py:248 msgid "Restore Defaults" msgstr "" #: ../raphodo/viewutils.py:249 msgid "&Yes" msgstr "" #: ../raphodo/viewutils.py:250 msgid "&No" 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 ĉ–‡äğĥ" rapid-photo-downloader-0.9.23a1/raphodo/0000755000175000017500000000000013645661366020303 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/raphodo/__about__.py0000644000175000017500000000263513645661365022570 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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__ = 'http://www.damonlynch.net/rapid' __version__ = '0.9.23a1' __author__ = 'Damon Lynch' __email__ = 'damonlynch@gmail.com' __license__ = 'GPL 3+' __copyright__ = 'Copyright 2007-2020 {}'.format(__author__) rapid-photo-downloader-0.9.23a1/raphodo/__init__.py0000644000175000017500000000661413645661365022422 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" from typing import Optional import os import gettext import locale from xdg import BaseDirectory import builtins from PyQt5.QtCore import QSettings def sample_translation() -> str: """ :return: return the Spanish translation as a sample translation """ mo_file = '{}.mo'.format(i18n_domain) return os.path.join('es', 'LC_MESSAGES', mo_file) def locale_directory() -> Optional[str]: """ 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') sample_lang_path = sample_translation() locale_mtime = 0.0 locale_dir = None for path in (BaseDirectory.xdg_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): if 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() if lang: lang = [lang] try: lang = gettext.translation(i18n_domain, localedir=localedir, languages=lang) lang.install() lang_installed = True except FileNotFoundError: 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 rapid-photo-downloader-0.9.23a1/raphodo/aboutdialog.py0000644000175000017500000002433013645661365023150 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" from PyQt5.QtCore import Qt, pyqtSlot, QSize from PyQt5.QtGui import QPixmap, QFont from PyQt5.QtWidgets import ( QDialog, QLabel, QVBoxLayout, QDialogButtonBox, QSizePolicy, QHBoxLayout, QStackedWidget, QWidget, QScrollArea, QPushButton ) import raphodo.qrc_resources import raphodo.__about__ as __about__ from raphodo.viewutils import translateButtons 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(pixmap.width() / ratio, 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 msg = """Copyright © 2007-2020 Damon Lynch.

      www.damonlynch.net/rapid

      This program comes with absolutely no warranty.
      See the GNU General Public License, version 3 or later for details. """ % dict(link_style='style="color: white;"') details = QLabel(msg) style_sheet = """QLabel { color: white; background-color: %(transparency)s; margin-left: 0px; padding-left: %(left_margin)dpx; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; }""" % dict(left_margin=left_margin, transparency=transparency) details.setStyleSheet(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 credits_text = """ Copyright Âİ 2007-2020 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)s copyright Âİ 2014-2018 Damon Lynch, all rights reserved. Camera icon courtesy %(artlink1)s. Video camera icon courtesy %(artlink2)s. Home icon courtesy %(artlink3)s. Speech bubble courtesy %(artlink4)s. Lightbulb icon courtesy %(artlink5)s. Unlink icon courtesy %(artlink6)s. Clock icon courtesy %(artlink7)s. Translators: Ilker Alp Anton Alyab'ev LĊ‘rincz AndrĦs Michel Ange Tobias Bannert Adolfo Jayme Barrientos Alain J. Baudrez Mohammed Belkacem Kevin Brubeck Unhammer Pavel Borecki Bert Martin Dahl Moe Marco de Freitas Martin Egger Tauno Erik Sergiy Gavrylov Emanuele Grande Torben Gundtofte-Bruun œ¸Ñ€Ñğ°² ¸şğ¸Ñ› Harald H Joachim Johansson Evgeny Kozlov Toni L¤hdekorpi Jean-Marc Lartigue Miroslav MatejaĊĦ Erik M Frederik Mĵller Jose Luis Navarro Tomas Novak Abel O'Rian Balazs Oveges Daniel Paessler MiloĊĦ Popović Michal Predotka Ye Qing Luca Reverberi Mikko Ruohola Ahmed Shubbar Sergei Sedov Marco Solari Jose Luis Tirado Ilya Tsimokhin Ulf Urdİn Julien Valroff Dimitris Xenakis Aron Xu Koji Yokota NicolĦs M. Zahlut ĉ˘ċ…ĥċ­Ĥ """ for i, j in (('<', '<'), ('>', '>'), ('\n', '
      \n')): credits_text = credits_text.replace(i, j) credits_text = credits_text % dict( photolink="""Afghan Men Pulling Heavy Load""", artlink1='Vincent Le Moign', artlink2="""The Pictographers""", artlink3='Enes' ' Dal', artlink4='Icons Solid', artlink5='Icon Coon', artlink6='Dave Gandy', artlink7='Pixel perfect' ) style_sheet = """QLabel { background-color: rgba(0, 0, 0, 0); color: white; padding-left: %(left_margin)dpx; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; }""" % dict(left_margin=left_margin) creditsLabel = QLabel(credits_text) creditsLabel.setFont(font) creditsLabel.setStyleSheet(style_sheet) creditsLabel.setOpenExternalLinks(True) credits = QScrollArea() credits.setWidget(creditsLabel) style_sheet = """QScrollArea { background-color: %(transparency)s; border: 0px; } """ % dict(transparency=transparency) credits.setStyleSheet(style_sheet) mainLayout = QVBoxLayout() self.stack = QStackedWidget() self.stack.addWidget(about) self.stack.addWidget(credits) self.stack.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding) buttonBox = QDialogButtonBox() closeButton = buttonBox.addButton(QDialogButtonBox.Close) # type: QPushButton translateButtons(buttonBox) self.creditsButton = buttonBox.addButton( _('Credits'), QDialogButtonBox.HelpRole ) # type: QPushButton self.creditsButton.setDefault(False) self.creditsButton.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) style_sheet = """QLabel { padding-left: %(left_margin)dpx; }""" % dict(left_margin=left_margin) version.setStyleSheet(style_sheet) mainLayout.addSpacing(title_bottom) mainLayout.addWidget(version) mainLayout.addWidget(self.stack) mainLayout.addLayout(buttonLayout) self.setLayout(mainLayout) buttonBox.rejected.connect(self.reject) buttonBox.helpRequested.connect(self.showCredits) closeButton.setFocus() @pyqtSlot() def showCredits(self) -> None: if self.creditsButton.isChecked(): self.stack.setCurrentIndex(1) else: self.stack.setCurrentIndex(0) rapid-photo-downloader-0.9.23a1/raphodo/analyzephotos.py0000755000175000017500000004431613645661365023567 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2018 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-2018, Damon Lynch" import sys import os if sys.version_info < (3,5): import scandir walk = scandir.walk else: walk = os.walk import textwrap import subprocess import argparse import shutil import pickle import shlex from collections import defaultdict, Counter import time import threading import datetime from typing import List, Tuple import gi gi.require_version('GExiv2', '0.10') from gi.repository import GExiv2 from raphodo.photoattributes import ( PhotoAttributes, vmtouch_output, PreviewSource, ExifToolPhotoAttributes ) from raphodo.utilities import stdchannel_redirected, show_errors, confirm from raphodo.rpdsql import FileFormatSQL from raphodo.exiftool import ExifTool from raphodo.videoattributes import VideoAttributes from raphodo.utilities import format_size_for_user import raphodo.metadataphoto as mp from raphodo.fileformats import ( RAW_EXTENSIONS, JPEG_TYPE_EXTENSIONS, VIDEO_EXTENSIONS, extract_extension, use_exiftool_on_photo ) 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 != 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 == 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 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("\nAnalyzing {:,} files:".format(len(test_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 errors: context = show_errors() else: # Redirect stderr, hiding error output from exiv2 context = stdchannel_redirected(sys.stderr, os.devnull) metadata_fail = [] with context: with 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: 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("Could not read metadata from {}".format(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, 'max ({}) + 20%: {} {}'.format(m, 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) total = format_size_for_user(va.file_size) 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() rapid-photo-downloader-0.9.23a1/raphodo/backupfile.py0000755000175000017500000002763713645661365023003 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2017 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-2017, Damon Lynch" import pickle import os import errno import hashlib from datetime import datetime import shutil import logging import locale try: # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, '') except locale.Error: pass from typing import Optional, Tuple from raphodo.interprocess import (BackupFileData, BackupResults, BackupArguments, WorkerInPublishPullPipeline) from raphodo.copyfiles import FileCopy from raphodo.constants import (FileType, DownloadStatus, BackupStatus) from raphodo.rpdfile import RPDFile from raphodo.cache import FdoCacheNormal, FdoCacheLarge from raphodo.copyfiles import copy_file_metadata from raphodo.problemnotification import ( BackingUpProblems, BackupSubfolderCreationProblem, make_href, BackupOverwrittenProblem, BackupAlreadyExistsProblem, FileWriteProblem ) from raphodo.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: md5 = hashlib.md5(open(backup_full_file_name).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()rapid-photo-downloader-0.9.23a1/raphodo/backuppanel.py0000644000175000017500000007616613645661365023161 0ustar damondamon00000000000000# Copyright (C) 2017-2020 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-2020, Damon Lynch" from typing import Optional, Dict, Tuple, Union, Set, List, DefaultDict import logging import os from collections import namedtuple, defaultdict from PyQt5.QtCore import (Qt, pyqtSlot, QAbstractListModel, QModelIndex, QSize) from PyQt5.QtWidgets import ( QWidget, QSizePolicy, QVBoxLayout, QLabel, QLineEdit, QCheckBox, QScrollArea, QFrame, QStyledItemDelegate, QStyleOptionViewItem, QStyle, QGroupBox, QHBoxLayout, QGridLayout ) from PyQt5.QtGui import (QPainter, QFontMetrics, QFont, QColor, QPalette, QIcon) from raphodo.constants import ( StandardFileLocations, ThumbnailBackgroundName, FileType, Roles, ViewRowType, BackupLocationType ) from raphodo.viewutils import (QFramedWidget, RowTracker) from raphodo.rpdfile import FileTypeCounter, Photo, Video from raphodo.panelview import QPanelView from raphodo.preferences import Preferences from raphodo.foldercombo import FolderCombo import raphodo.qrc_resources as qrc_resources from raphodo.storage import (ValidMounts, get_media_dir, StorageSpace, get_path_display_name) from raphodo.devices import (BackupDeviceCollection, BackupVolumeDetails) from raphodo.devicedisplay import (DeviceDisplay, BodyDetails, icon_size, DeviceView) from raphodo.destinationdisplay import make_body_details, adjusted_download_size from raphodo.storage import get_mount_size BackupVolumeUse = namedtuple( 'BackupVolumeUse', 'bytes_total bytes_free backup_type marked photos_size_to_download ' 'videos_size_to_download' ) BackupViewRow = namedtuple('BackupViewRow', 'mount display_name backup_type os_stat_device') 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(list) # type: DefaultDict[int, Set[FileType]] @property def downloading_to(self): return self._downloading_to @downloading_to.setter def downloading_to(self, downloading_to: DefaultDict[int, Set[FileType]]): 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() class BackupDeviceDelegate(QStyledItemDelegate): def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp self.deviceDisplay = DeviceDisplay() 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.device_name_height else: storage_space = index.data(Roles.storage) if storage_space is None: height = self.deviceDisplay.base_height else: height = self.deviceDisplay.storage_height return QSize(self.deviceDisplay.view_width, height) class BackupOptionsWidget(QFramedWidget): """ 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, parent, rapidApp) -> None: super().__init__(parent) self.rapidApp = rapidApp self.prefs = prefs self.media_dir = get_media_dir() self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) backupLayout = QGridLayout() layout = QVBoxLayout() 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(onlyExternalMounts=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) 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 locatation comboboxes in case directory status has changed. """ for combo in self.photoLocation, self.videoLocation: combo.refreshFolderList() class BackupPanel(QScrollArea): """ Backup preferences widget, for photos and video backups while downloading. """ def __init__(self, parent) -> None: super().__init__(parent) assert parent is not None self.rapidApp = parent self.prefs = self.rapidApp.prefs # type: Preferences self.backupDevices = BackupDeviceModel(parent=self) self.setFrameShape(QFrame.NoFrame) self.backupStoragePanel = QPanelView( label=_('Projected Backup Storage Use'), headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white) ) self.backupOptionsPanel = QPanelView( label=_('Backup Options'), headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white) ) self.backupDevicesView = BackupDeviceView(rapidApp=self.rapidApp, parent=self) self.backupStoragePanel.addWidget(self.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) widget = QWidget() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) widget.setLayout(layout) layout.addWidget(self.backupStoragePanel) layout.addWidget(self.backupOptionsPanel) # layout.addStretch() 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 locatation 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: DefaultDict[int, Set[FileType]]) -> None: self.backupDevices.downloading_to = downloading_to rapid-photo-downloader-0.9.23a1/raphodo/cache.py0000644000175000017500000005776213645661365021740 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2018 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-2018, Damon Lynch" import os import sys import logging import hashlib from urllib.request import pathname2url import time import shutil from collections import namedtuple from typing import Optional, Tuple, Union import sqlite3 from PyQt5.QtCore import QSize from PyQt5.QtGui import QImage from raphodo.storage import get_program_cache_directory, get_fdo_cache_thumb_base_directory from raphodo.utilities import GenerateRandomFileName, format_size_for_user from raphodo.constants import ThumbnailCacheDiskStatus from raphodo.rpdsql import CacheSQL 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: Optional[str]=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 = '{}/{}'.format(camera_model, full_file_name) return '{}{}'.format(prefix, pathname2url(path)) def md5_hash_name(self, full_file_name: str, camera_model: str=None, extension: Optional[str]='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 ('{md5}.{extension}'.format( md5=hashlib.md5(uri.encode(self.fs_encoding)).hexdigest(), extension=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: Optional[str]) -> 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) -> None: 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: Union[float, int], generation_failed: bool, thumbnail: QImage, camera_model: str=None, free_desktop_org: bool=True) -> str: """ 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: if 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) -> Optional[bytes]: 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: Optional[str] = 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: Optional[str]=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: """ :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 def delete_thumbnail(self, full_file_name: str, camera_model: str=None) -> None: """ Delete the thumbnail associated with the file if it exists """ if not self.valid: return None md5_name, uri = self.md5_hash_name(full_file_name, camera_model) path = os.path.join(self.cache_dir, md5_name) if os.path.isfile(path): os.remove(path) else: path = os.path.join(self.failure_dir, md5_name) if os.path.isfile(path): os.remove(path) 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: 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: Optional[QImage], camera_model: Optional[str]=None) -> Optional[str]: """ 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: i = 0 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( 'Deleted {} thumbnail files that had not been accessed for {} or more days'.format( len(deleted_thumbnails), days ) ) def purge_cache(self) -> None: """ Delete the entire cache of all contents and remove the directory """ if self.valid: if 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()rapid-photo-downloader-0.9.23a1/raphodo/camera.py0000644000175000017500000010523513645661365022112 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2020 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-2020, Damon Lynch. Copyright 2012-2015 Jim Easterbrook." import logging import os import io from collections import namedtuple import re from typing import Optional, List, Tuple, Union import gphoto2 as gp from raphodo.storage import StorageSpace from raphodo.constants import CameraErrorCode 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(context: gp.Context, suppress_errors: bool=True) -> Union[gp.CameraList, List]: """ Do camera auto detection for multiple versions of gphoto2-python Version 2.2.0 of gphoto2 introduces a COMPATIBILITY CHANGE: Removed Context.camera_autodetect method. Was quickly reintroduced in 2.2.1, but is due for removal. :return: CameraList of model and port """ try: return gp.check_result(gp.gp_camera_autodetect(context)) 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') class CameraError(Exception): def __init__(self, code: CameraErrorCode) -> None: self.code = code def __repr__(self) -> str: if self.code == CameraErrorCode.inaccessible: return "inaccessible" else: return "locked" def __str__(self) -> str: if self.code == CameraErrorCode.inaccessible: return "The camera is inaccessible" else: return "The camera is locked" class CameraProblemEx(CameraError): def __init__(self, code: CameraErrorCode, gp_exception: Optional[gp.GPhoto2Error]=None, py_exception: Optional[Exception]=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()) def generate_devname(camera_port: str) -> Optional[str]: """ 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 '/dev/bus/usb/{}/{}'.format(p1, p2) return None class Camera: """Access a camera via libgphoto2.""" def __init__(self, model: str, port:str, get_folders: bool=True, raise_errors: bool=False, context: gp.Context=None, specific_folders: Optional[List[str]]=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 # class method _concise_model_name discusses why a display name is # needed self.display_name = model self.camera_config = None if context is None: self.context = gp.Context() else: self.context = context self._select_camera(model, port) self.specific_folders = None # type: Optional[List[str]] self.specific_folder_located = False self._dual_slots_active = False self.storage_info = [] self.camera_initialized = False try: self.camera.init(self.context) self.camera_initialized = True except gp.GPhoto2Error as e: if e.code == gp.GP_ERROR_IO_USB_CLAIM: error_code = CameraErrorCode.inaccessible logging.error("{} is already mounted".format(model)) 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 except gp.GPhoto2Error as e: logging.error( "Unable to access camera %s: %s. Is it locked?", self.display_name, gphoto2_named_error(e.code) ) 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 def _locate_specific_folders(self, path: str, specific_folders: Optional[List[str]]) -> List[Optional[List[str]]]: """ Scan camera looking for folders such as DCIM, PRIVATE, and MP_ROOT. 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). Returns all instances of the specific folders, which is helpful for cameras that have more than one storage (memory card / internal memory) slot. 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, self.context)) 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, self.context)) ff = [ os.path.join(subpath, folder) for folder in specific_folders if folder in subfolders ] if ff: found_folders.append(ff) 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, self.context) 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, self.context ) 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) -> Optional[bytes]: """ 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: bytes_read = gp.check_result(self.camera.file_read( folder, file_name, gp.GP_FILE_TYPE_NORMAL, 0, view, self.context)) 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: bytes_read = gp.check_result(self.camera.file_read( folder, file_name, gp.GP_FILE_TYPE_NORMAL, read0_size, app0_view, self.context)) 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: bytes_read = gp.check_result( self.camera.file_read( folder, file_name, gp.GP_FILE_TYPE_NORMAL, offset, view, self.context ) ) 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: Optional[str]=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, self.context) ) 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: dest_file = io.open(dest_full_filename, 'wb') src_bytes = view.tobytes() dest_file.write(src_bytes) dest_file.close() 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) ) if dest_file is not None: dest_file.close() 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) -> Optional[bytes]: """ :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], self.context ) ) 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: dest_file = io.open(dest_full_filename, 'wb') src_bytes = view.tobytes() dest_file.write(src_bytes) dest_file.close() 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 ) if dest_file is not None: dest_file.close() 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: Optional[str]=None) -> Optional[bytes]: """ :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) -> Optional[bytes]: """ 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(self.context) 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.context) 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(self.context) 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(self.context) 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('/', self.context) 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 context = gp.Context() cameras = autodetect_cameras(context) for model, port in cameras: c = Camera(model=model, port=port, context=context) 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() if not c.specific_folder_located: print("Speicifc 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('\n{}'.format(ss)) c.free_camera() if __name__ == "__main__": print("gphoto2 python: ", python_gphoto2_version()) # logging = gphoto2_python_logging() if True: dump_camera_details() if True: #Test stub gp_context = gp.Context() # Assume gphoto2 version 2.5 or greater cameras = autodetect_cameras(gp_context) for name, value in cameras: camera = name port = value # print(port) c = Camera(model=camera, port=port, 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('/', c.context): print(name, value) c.free_camera() rapid-photo-downloader-0.9.23a1/raphodo/chevroncombo.py0000644000175000017500000000722313645661365023344 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" from PyQt5.QtWidgets import QStyledItemDelegate, QComboBox, QLabel, QSizePolicy from PyQt5.QtGui import QFontMetrics, QFont from PyQt5.QtCore import Qt import raphodo.qrc_resources as qrc_resources 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) if in_panel: color = 'background' else: color = 'window' style = """ QComboBox { border: 0px; padding: 1px 3px 1px 3px; background-color: palette(%(color)s); selection-background-color: palette(highlight); color: palette(window-text); } QComboBox:on { /* shift the text when the popup opens */ padding-top: 3px; padding-left: 4px; } QComboBox::drop-down { subcontrol-origin: padding; subcontrol-position: top right; width: %(width)dpx; border: 0px; } QComboBox::down-arrow { image: url(:/icons/chevron-down.svg); width: %(width)dpx; } QComboBox QAbstractItemView { outline: none; border: 1px solid palette(shadow); background-color: palette(%(color)s); selection-background-color: palette(highlight); selection-color: palette(highlighted-text); color: palette(window-text) } QComboBox QAbstractItemView::item { padding: 3px; } """ % dict(width=int(QFontMetrics(QFont()).height() * (2 / 3)), color=color) self.label_style = """ QLabel {border-color: palette(%(color)s); border-width: 1px; border-style: solid;} """ % dict(color=color) self.setStyleSheet(style) # Delegate overrides default delegate for the Combobox, which is # pretty ugly whenever a style sheet color is applied. # See http://stackoverflow.com/questions/13308341/qcombobox-abstractitemviewitem?rq=1 self.setItemDelegate(QStyledItemDelegate()) self.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Maximum) def makeLabel(self, text: str) -> QLabel: label = QLabel(text) # Add an invisible border to make the label vertically align with the comboboxes # Otherwise it's off by 1px # TODO perhaps come up with a better way to solve this alignment problem label.setStyleSheet(self.label_style) label.setAlignment(Qt.AlignBottom) label.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Maximum) return label rapid-photo-downloader-0.9.23a1/raphodo/computerview.py0000644000175000017500000000624613645661365023415 0ustar damondamon00000000000000# Copyright (C) 2016 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, Damon Lynch" from typing import Union from PyQt5.QtWidgets import (QWidget, QVBoxLayout, QSplitter, QSizePolicy, QFrame) from raphodo.devicedisplay import DeviceView, EmulatedHeaderRow, device_header_row_height from raphodo.filebrowse import FileSystemView from raphodo.destinationdisplay import DestinationDisplay from raphodo.constants import minFileSystemViewHeight from raphodo.viewutils import QFramedWidget class ComputerWidget(QFramedWidget): """ 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 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: Union[DeviceView, DestinationDisplay], fileSystemView: FileSystemView, select_text: str, parent: QWidget=None) -> None: super().__init__(parent) self.setObjectName(objectName) layout = QVBoxLayout() 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() layout.addWidget(self.fileSystemView, 5) self.view.setStyleSheet('QListView {border: none;}') self.fileSystemView.setStyleSheet('FileSystemView {border: none;}') 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 rapid-photo-downloader-0.9.23a1/raphodo/constants.py0000644000175000017500000003643113645661365022677 0ustar damondamon00000000000000# Copyright (C) 2007-2020 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-2020, Damon Lynch" from enum import (Enum, IntEnum) from PyQt5.QtCore import Qt from PyQt5.QtGui import QFont, QFontMetrics, QColor PROGRAM_NAME = "Rapid Photo Downloader" logfile_name = 'rapid-photo-downloader.log' remote_versions_file = 'https://www.damonlynch.net/rapid/version.json' # 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 CheckNewVersionDialogResult(IntEnum): download = 1 do_not_download = 2 skip = 3 open_website = 4 class CheckNewVersionDialogState(IntEnum): check = 1 prompt_for_download = 2 open_website = 3 failed_to_contact = 4 have_latest_version = 5 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 = 1 custom = 2 new_preset = 3 remove_all = 4 update_preset = 5 edited = 6 start_editor = 7 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 DownloadingFileTypes = DisplayingFilesOfType 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 volume = 2 path = 3 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 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 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 class CustomColors(Enum): color1 = '#7a9c38' # green color2 = '#cb493f' # red color3 = '#d17109' # orange color4 = '#4D8CDC' # blue color5 = '#5f6bfe' # purple color6 = '#6d7e90' # greyish color7 = '#ffff00' # bright yellow PaleGray = '#d7d6d5' DarkGray = '#35322f' MediumGray = '#5d5b59' DoubleDarkGray = '#1e1b18' ExtensionColorDict = { FileExtension.raw: CustomColors.color1, FileExtension.video: CustomColors.color2, FileExtension.jpeg: CustomColors.color4, FileExtension.heif: CustomColors.color5, FileExtension.other_photo: CustomColors.color5 } 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.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 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. :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) # Be sure to update gvfs_controls_mounts() if updating this class Desktop(Enum): gnome = 1 unity = 2 cinnamon = 3 kde = 4 xfce = 5 mate = 6 lxde = 7 lxqt = 8 ubuntugnome = 9 popgnome = 10 deepin = 11 zorin = 12 unknown = 13 class FileManagerType(Enum): regular = 1 select = 2 dir_only_uri = 3 show_item = 4 FileManagerBehavior = dict( nautilus=FileManagerType.regular, dolphin=FileManagerType.select, caja=FileManagerType.dir_only_uri, thunar=FileManagerType.dir_only_uri, nemo=FileManagerType.regular, pcmanfm=FileManagerType.dir_only_uri, ) FileManagerBehavior['pcmanfm-qt'] = FileManagerType.dir_only_uri FileManagerBehavior['dde-file-manager'] = FileManagerType.show_item DefaultFileBrowserFallback = dict( gnome='nautilus', ubuntugnome='nautilus', popgnome='nautilus', unity='nautilus', kde='dolphin', cinnamon='nemo', mate='caja', xfce='thunar', lxde='pcmanfm', lxqt='pcmanfm-qt', deepin='dde-file-manager', ) class Distro(Enum): debian = 1 ubuntu = 2 fedora = 3 neon = 4 linuxmint = 5 zorin = 6 arch = 7 opensuse = 8 manjaro = 9 galliumos = 10 peppermint = 11 antergos = 12 elementary = 13 centos = 14 gentoo = 15 deepin = 16 unknown = 20 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=208, 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=1796, raw=964, rw2=3844, sr2=836, srw=508, mts=5000, m2t=5000, m2ts=5000, mp4=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, 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=13522, 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, 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, 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=84792, raw=890885, rw2=1205458, sr2=222418, srw=812242, avi=500000, mod=500000, mov=2000000, mp4=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 = '.' rapid-photo-downloader-0.9.23a1/raphodo/copyfiles.py0000755000175000017500000005537213645661365022670 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2020 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-2020, Damon Lynch" import os import sys import errno import io import shutil import stat import hashlib import logging import pickle from operator import attrgetter from itertools import chain from collections import defaultdict from typing import Dict, Optional, Tuple import locale try: # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, '') except locale.Error: pass import gphoto2 as gp from raphodo.camera import ( Camera, CameraProblemEx, gphoto2_python_logging ) from raphodo.interprocess import ( WorkerInPublishPullPipeline, CopyFilesArguments, CopyFilesResults ) from raphodo.constants import (FileType, DownloadStatus, CameraErrorCode) from raphodo.utilities import (GenerateRandomFileName, create_temp_dirs, same_device) from raphodo.rpdfile import RPDFile from raphodo.problemnotification import ( CopyingProblems, CameraFileReadProblem, FileWriteProblem, FileMoveProblem, FileDeleteProblem, FileCopyProblem, CameraInitializationProblem ) from raphodo.storage import get_uri from raphodo.preferences import Preferences from raphodo.rescan import RescanCamera def copy_file_metadata(src: str, dst: str) -> Optional[Tuple]: """ 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) -> Optional[Tuple]: # 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: self.dest = io.open(destination, 'wb', self.io_buffer) self.src = io.open(source, 'rb', self.io_buffer) 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 self.dest.close() self.src.close() 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 = '%s: %s' % (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 = '%s: %s' % (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: if 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) -> Optional[str]: ext = os.path.splitext(associate_file_fullname)[1] temp_ext = '{}{}'.format(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( args.device.camera_model, args.device.camera_port, 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", self.display_name) 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: Dict[FileType, Optional[bool]] 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: rpd_file.md5 = hashlib.md5( open(temp_full_file_name, 'rb').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 = '{}.{}'.format(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.problems.append(CameraFileReadProblem(name=rpd_file.name, # uri=rpd_file.get_uri())) 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() rapid-photo-downloader-0.9.23a1/raphodo/destinationdisplay.py0000644000175000017500000006626613645661365024603 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" import os import math from typing import Optional, Dict, Tuple, Union, DefaultDict, Set import logging from collections import defaultdict from PyQt5.QtCore import QSize, Qt, QStorageInfo, QRect, pyqtSlot, QPoint from PyQt5.QtWidgets import ( QStyleOptionFrame, QStyle, QStylePainter, QWidget, QSplitter, QSizePolicy, QAction, QMenu, QActionGroup ) from PyQt5.QtGui import QColor, QPixmap, QIcon, QPaintEvent, QPalette, QMouseEvent from raphodo.devicedisplay import DeviceDisplay, BodyDetails, icon_size from raphodo.storage import (StorageSpace, get_path_display_name, get_mount_size) from raphodo.constants import ( CustomColors, DestinationDisplayType, DisplayingFilesOfType, DestinationDisplayMousePos, PresetPrefType, NameGenerationType, DestinationDisplayTooltipState, FileType ) from raphodo.utilities import thousands, format_size_for_user from raphodo.rpdfile import FileTypeCounter, Photo, Video from raphodo.nameeditor import PrefDialog, make_subfolder_menu_entry import raphodo.generatenameconfig as gnc from raphodo.generatenameconfig import * 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: %(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: %(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=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 = parent if parent is not None: self.prefs = self.rapidApp.prefs else: self.prefs = None self.storage_space = None # type: StorageSpace self.map_action = dict() # type: Dict[int, QAction] if menu: menuIcon = QIcon(':/icons/settings.svg') 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(menuButtonIcon=menuIcon) size = icon_size() self.icon = QIcon(':/icons/folder.svg').pixmap(QSize(size, size)) # type: QPixmap self.display_name = '' self.photos_size_to_download = self.videos_size_to_download = 0 self.files_to_display = None # type: DisplayingFilesOfType self.marked = FileTypeCounter() self.display_type = None # type: DestinationDisplayType self.setSizePolicy(QSizePolicy.MinimumExpanding, QSizePolicy.Fixed) # default number of built-in subfolder generation defaults self.no_builtin_defaults = 5 self.max_presets = 5 # maximum number of menu entries showing name generation presets self.max_menu_entries = self.no_builtin_defaults + self.max_presets self.sample_rpd_file = None # type: Union[Photo, Video] self.os_stat_device = 0 # type: int self._downloading_to = defaultdict(list) # type: DefaultDict[int, Set[FileType]] @property def downloading_to(self) -> DefaultDict[int, Set[FileType]]: return self._downloading_to @downloading_to.setter def downloading_to(self, downloading_to) -> 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 = gnc.PHOTO_SUBFOLDER_MENU_DEFAULTS else: defaults = gnc.VIDEO_SUBFOLDER_MENU_DEFAULTS self.subfolder0Act = QAction( make_subfolder_menu_entry(defaults[0]), self, checkable=True, triggered=self.doSubfolder0 ) self.subfolder1Act = QAction( make_subfolder_menu_entry(defaults[1]), self, checkable=True, triggered=self.doSubfolder1 ) self.subfolder2Act = QAction( make_subfolder_menu_entry(defaults[2]), self, checkable=True, triggered=self.doSubfolder2 ) self.subfolder3Act = QAction( make_subfolder_menu_entry(defaults[3]), self, checkable=True, triggered=self.doSubfolder3 ) self.subfolder4Act = QAction( make_subfolder_menu_entry(defaults[4]), self, checkable=True, triggered=self.doSubfolder4 ) self.subfolder5Act = QAction( 'Preset 0', self, checkable=True, triggered=self.doSubfolder5 ) self.subfolder6Act = QAction( 'Preset 1', self, checkable=True, triggered=self.doSubfolder6 ) self.subfolder7Act = QAction( 'Preset 2', self, checkable=True, triggered=self.doSubfolder7 ) self.subfolder8Act = QAction( 'Preset 3', self, checkable=True, triggered=self.doSubfolder8 ) self.subfolder9Act = QAction( 'Preset 4', self, checkable=True, triggered=self.doSubfolder9 ) # Translators: Custom refers to the user choosing a non-default value that # they customize themselves self.subfolderCustomAct = QAction( _('Custom...'), self, checkable=True, triggered=self.doSubfolderCustom ) self.subfolderGroup = QActionGroup(self) self.subfolderGroup.addAction(self.subfolder0Act) self.subfolderGroup.addAction(self.subfolder1Act) self.subfolderGroup.addAction(self.subfolder2Act) self.subfolderGroup.addAction(self.subfolder3Act) self.subfolderGroup.addAction(self.subfolder4Act) self.subfolderGroup.addAction(self.subfolder5Act) self.subfolderGroup.addAction(self.subfolder6Act) self.subfolderGroup.addAction(self.subfolder7Act) self.subfolderGroup.addAction(self.subfolder8Act) self.subfolderGroup.addAction(self.subfolder9Act) self.subfolderGroup.addAction(self.subfolderCustomAct) self.menu.addAction(self.subfolder0Act) self.menu.addAction(self.subfolder1Act) self.menu.addAction(self.subfolder2Act) self.menu.addAction(self.subfolder3Act) self.menu.addAction(self.subfolder4Act) self.menu.addSeparator() self.menu.addAction(self.subfolder5Act) self.menu.addAction(self.subfolder6Act) self.menu.addAction(self.subfolder7Act) self.menu.addAction(self.subfolder8Act) self.menu.addAction(self.subfolder9Act) self.menu.addAction(self.subfolderCustomAct) self.map_action[0] = self.subfolder0Act self.map_action[1] = self.subfolder1Act self.map_action[2] = self.subfolder2Act self.map_action[3] = self.subfolder3Act self.map_action[4] = self.subfolder4Act self.map_action[5] = self.subfolder5Act self.map_action[6] = self.subfolder6Act self.map_action[7] = self.subfolder7Act self.map_action[8] = self.subfolder8Act self.map_action[9] = self.subfolder9Act self.map_action[-1] = self.subfolderCustomAct def presetType(self) -> PresetPrefType: if self.file_type == FileType.photo: return PresetPrefType.preset_photo_subfolder else: return PresetPrefType.preset_video_subfolder def _cacheCustomPresetValues(self) -> int: """ Get custom photo or video presets, and assign them to class members :return: index into the combo of default prefs + custom prefs """ preset_type = self.presetType() self.preset_names, self.preset_pref_lists = self.prefs.get_preset(preset_type=preset_type) if self.file_type == FileType.photo: index = self.prefs.photo_subfolder_index(self.preset_pref_lists) else: index = self.prefs.video_subfolder_index(self.preset_pref_lists) return index def setupMenuActions(self) -> None: index = self._cacheCustomPresetValues() action = self.map_action[index] # type: QAction action.setChecked(True) # Set visibility of custom presets menu items to match how many we are displaying for idx, text in enumerate(self.preset_names[:self.max_presets]): action = self.map_action[self.no_builtin_defaults + idx] action.setText(text) action.setVisible(True) for i in range(self.max_presets - min(len(self.preset_names), self.max_presets)): idx = len(self.preset_names) + self.no_builtin_defaults + i action = self.map_action[idx] action.setVisible(False) def doSubfolder0(self) -> None: self.menuItemChosen(0) def doSubfolder1(self) -> None: self.menuItemChosen(1) def doSubfolder2(self) -> None: self.menuItemChosen(2) def doSubfolder3(self) -> None: self.menuItemChosen(3) def doSubfolder4(self) -> None: self.menuItemChosen(4) def doSubfolder5(self) -> None: self.menuItemChosen(5) def doSubfolder6(self) -> None: self.menuItemChosen(6) def doSubfolder7(self) -> None: self.menuItemChosen(7) def doSubfolder8(self) -> None: self.menuItemChosen(8) def doSubfolder9(self) -> None: self.menuItemChosen(9) def doSubfolderCustom(self): self.menuItemChosen(-1) def menuItemChosen(self, index: int) -> None: self.mouse_pos = DestinationDisplayMousePos.normal self.update() user_pref_list = None if index == -1: 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=self.max_menu_entries ) if prefDialog.exec(): user_pref_list = prefDialog.getPrefList() if not user_pref_list: user_pref_list = None elif index >= self.no_builtin_defaults: assert index < self.max_menu_entries user_pref_list = self.preset_pref_lists[index - self.no_builtin_defaults] else: if self.file_type == FileType.photo: user_pref_list = gnc.PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[index] else: user_pref_list = gnc.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 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 if self.display_type == DestinationDisplayType.usage_only and QSplitter().lineWidth(): # Draw a frame if that's what the style requires option = QStyleOptionFrame() option.initFrom(self) painter.drawPrimitive(QStyle.PE_Frame, option) w = QSplitter().lineWidth() rect.adjust(w, w, -w, -w) palette = QPalette() backgroundColor = palette.base().color() 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.icon, highlight_menu=highlight_menu ) y = y + self.deviceDisplay.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.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() def sizeHint(self) -> QSize: if self.display_type == DestinationDisplayType.usage_only: height = self.deviceDisplay.padding else: height = 0 if self.display_type != DestinationDisplayType.usage_only: height += self.deviceDisplay.device_name_height if self.display_type != DestinationDisplayType.folder_only: height += self.deviceDisplay.storage_height return QSize(self.deviceDisplay.view_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()): if 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.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() rapid-photo-downloader-0.9.23a1/raphodo/devicedisplay.py0000644000175000017500000014617513645661365023517 0ustar damondamon00000000000000# Copyright (C) 2015-2020 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-2020, Damon Lynch" import math from collections import namedtuple, defaultdict from typing import Optional, Dict, List, Set import logging from pprint import pprint from PyQt5.QtCore import ( QModelIndex, QSize, Qt, QPoint, QRect, QRectF, QEvent, QAbstractItemModel, QAbstractListModel, pyqtSlot, QTimer ) from PyQt5.QtWidgets import ( QStyledItemDelegate, QStyleOptionViewItem, QApplication, QStyle, QListView, QStyleOptionButton, QAbstractItemView, QMenu, QWidget, QStyleOptionToolButton ) from PyQt5.QtGui import ( QPainter, QFontMetrics, QFont, QColor, QLinearGradient, QBrush, QPalette, QPixmap, QPaintEvent, QGuiApplication, QPen, QIcon ) from raphodo.viewutils import RowTracker from raphodo.constants import ( DeviceState, FileType, CustomColors, DeviceType, Roles, EmptyViewHeight, ViewRowType, minPanelWidth, Checked_Status, DeviceDisplayPadding, DeviceShadingIntensity, DisplayingFilesOfType, DownloadStatus, DownloadWarning, DownloadFailure ) from raphodo.devices import Device, display_devices from raphodo.utilities import thousands, format_size_for_user from raphodo.storage import StorageSpace from raphodo.rpdfile import make_key from raphodo.menubutton import MenuButton from raphodo.viewutils import standard_font_size, scaledIcon 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: True) # type: Dict[int, bool] 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] 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(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( "%s: %s" % ( self.devices[scan_id].display_name, self.spinner_state[scan_id].name ) for scan_id in self.spinner_state ) ) logging.debug( ', '.join( '%s: %s' % ( self.devices[scan_id].display_name, Checked_Status[self.checked[scan_id]] ) for scan_id in self.checked ) ) def setCheckedValue(self, checked: Qt.CheckState, scan_id: int, row: Optional[int]=None, log_state_change: Optional[bool]=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(QListView): def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp # Disallow the user from being able to select the table cells self.setSelectionMode(QAbstractItemView.NoSelection) self.view_width = minPanelWidth() # Assume view is always going to be placed into a splitter self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.setVerticalScrollMode(QAbstractItemView.ScrollPerPixel) self.setMouseTracking(True) self.entered.connect(self.rowEntered) 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(): return device_name_height() + DeviceDisplayPadding def device_name_highlight_color(): palette = QPalette() alternate_color = palette.alternateBase().color() return QColor(alternate_color).darker(105) 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 DeviceDisplay: """ 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. """ padding = DeviceDisplayPadding shading_intensity = DeviceShadingIntensity def __init__(self, menuButtonIcon: Optional[QIcon]=None) -> None: self.menuButtonIcon = menuButtonIcon self.sample1_width = self.sample2_width = 40 self.rendering_destination = True self.standard_font = QFont() # type: QFont self.standard_metrics = QFontMetrics(self.standard_font) self.standard_height = standard_height() self.icon_size = icon_size() self.small_font = QFont(self.standard_font) self.small_font.setPointSize(self.standard_font.pointSize() - 2) self.small_font_metrics = QFontMetrics(self.small_font) self.small_height = self.small_font_metrics.height() # Height of the graqient bar that visually shows storage use self.g_height = self.standard_height # Height of the details about the storage e.g. number of photos # videos, etc. self.details_height = self.small_font_metrics.height() * 2 + 2 self.view_width = minPanelWidth() self.device_name_highlight_color = device_name_highlight_color() self.storage_border = QColor('#bcbcbc') # Height of the colored box that includes the device's # spinner/checkbox, icon & name self.device_name_strip_height = device_name_height() self.device_name_height = device_header_row_height() self.icon_y_offset = (self.device_name_strip_height - self.icon_size) / 2 self.header_horizontal_padding = 8 self.icon_x_offset = 0 self.vertical_padding = 10 # Calculate height of storage details: # text above gradient, gradient, and text below # Base height is when there is no storage space to display self.base_height = (self.padding * 2 + self.standard_height) # Storage height is when there is storage space to display self.storage_height = ( self.standard_height + self.padding + self.g_height + self.vertical_padding + self.details_height + self.padding * 2 ) self.emptySpaceColor = QColor('#f2f2f2') self.subtlePenColor = QColor('#6d6d6d') self.menu_button_padding = 3 self.menuHighlightPen = QPen(QBrush(self.subtlePenColor), 0.5) def v_align_header_pixmap(self, y: int, pixmap_height: int) -> float: return y + (self.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 for a drop-down menu. """ painter.setRenderHint(QPainter.Antialiasing, True) deviceNameRect = QRect(x, y, width, self.device_name_strip_height) painter.fillRect(deviceNameRect, self.device_name_highlight_color) icon_x = float(x + self.padding + self.icon_x_offset) icon_y = self.v_align_header_pixmap(y, self.icon_size) # Cannot use icon size for the target, because icons can be scaled to # high resolution target = QRectF(icon_x, icon_y, self.icon_size, self.icon_size) source = QRectF(0, 0, icon.width(), icon.height()) painter.drawPixmap(target, icon, source) text_x = target.right() + self.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: pen = painter.pen() painter.setPen(self.menuHighlightPen) painter.drawRoundedRect(rect, 2.0, 2.0) painter.setPen(pen) button_x = rect.x() + self.menu_button_padding button_y = rect.y() + self.menu_button_padding pixmap = self.menuButtonIcon.pixmap(QSize(size, size)) painter.drawPixmap(button_x, button_y, pixmap) def menu_button_rect(self, x: int, y: int, width: int) -> QRectF: size = icon_size() + self.menu_button_padding * 2 button_x = x + width - size - self.padding button_y = y + self.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.padding y = y + self.padding width = width - self.padding * 2 d = details painter.setRenderHint(QPainter.Antialiasing, False) painter.setFont(self.small_font) standard_pen_color = painter.pen().color() device_size_x = x device_size_y = y + self.standard_height - self.padding text_rect = QRect(device_size_x, y - self.padding, width, self.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.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.g_height) rect = QRectF(photos_g_x, g_y, width, self.g_height) # Apply subtle shade to empty space painter.fillRect(rect, self.emptySpaceColor) if comp1_file_size_sum and d.bytes_total: photos_g_rect = QRectF(photos_g_x, g_y, photos_g_width, self.g_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 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.g_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 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.g_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)) else: other_g_width = 0 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.g_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.storage_border) painter.drawRect(rect) bottom = rect.bottom() # Details text indicating number and size of components 1 & 2 gradient_width = 10 spacer = 3 details_y = bottom + self.vertical_padding painter.setFont(self.small_font) # Component 4 details # (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 = QRect(comp4_g2_x, details_y, gradient_width, self.details_height) linearGradient = QLinearGradient(comp4_g2_x, details_y, comp4_g2_x, details_y + self.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.storage_border) painter.drawRect(comp4_g2_rect) # Text comp4_x = comp4_g2_x + gradient_width + spacer comp4_no_width = self.small_font_metrics.boundingRect(d.comp4_text).width() comp4_size_width = self.small_font_metrics.boundingRect(d.comp4_size_text).width() comp4_width = max(comp4_no_width, comp4_size_width, self.sample1_width) comp4_rect = QRect(comp4_x, details_y, comp4_width, self.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 = QRect(photos_g2_x, details_y, gradient_width, self.details_height) linearGradient = QLinearGradient(photos_g2_x, details_y, photos_g2_x, details_y + self.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.storage_border) painter.drawRect(photos_g2_rect) # Text photos_x = photos_g2_x + gradient_width + spacer photos_no_width = self.small_font_metrics.boundingRect(d.comp1_text).width() photos_size_width = self.small_font_metrics.boundingRect(d.comp1_size_text).width() photos_width = max(photos_no_width, photos_size_width, self.sample1_width) photos_rect = QRect(photos_x, details_y, photos_width, self.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() + 10 else: videos_g2_x = photos_g2_x # Component 2 details # =================== if not skip_comp2: # Gradient videos_g2_rect = QRect(videos_g2_x, details_y, gradient_width, self.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.storage_border) painter.drawRect(videos_g2_rect) #Text videos_x = videos_g2_x + gradient_width + spacer videos_no_width = self.small_font_metrics.boundingRect(d.comp2_text).width() videos_size_width = self.small_font_metrics.boundingRect(d.comp2_size_text).width() videos_width = max(videos_no_width, videos_size_width, self.sample2_width) videos_rect = QRect(videos_x, details_y, videos_width, self.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() + 10 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 = QRect(other_g2_x, details_y, gradient_width, self.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.storage_border) painter.drawRect(other_g2_rect) #Text other_x = other_g2_x + gradient_width + spacer other_no_width = self.small_font_metrics.boundingRect(d.comp3_text).width() other_size_width = self.small_font_metrics.boundingRect(d.comp3_size_text).width() other_width = max(other_no_width, other_size_width) other_rect = QRect(other_x, details_y, other_width, self.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) class AdvancedDeviceDisplay(DeviceDisplay): """ Subclass to handle header for download devices/ This Computer """ def __init__(self, comp1_sample: str, comp2_sample: str): super().__init__() self.sample1_width = self.small_font_metrics.boundingRect(comp1_sample).width() self.sample2_width = self.small_font_metrics.boundingRect(comp2_sample).width() 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.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.icon_size // 4, 4) self.spinner_line_width = self.spinner_line_length // 2 self.spinner_inner_radius = self.icon_size // 2 - self.spinner_line_length self.icon_x_offset = self.icon_size + self.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(x + self.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.padding y = y + self.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 = QRect( 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.padding y = y - self.padding + self.device_name_strip_height - 1 x2 = x1 + percent_complete * width painter.drawLine(x1, y, 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.small_font) probing_y = y + self.small_font_metrics.height() probing_x = x + self.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.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 other = _('Other') probing_text = _('Probing device...') shading_intensity = DeviceShadingIntensity def __init__(self, rapidApp, parent=None) -> None: super().__init__(parent) self.rapidApp = rapidApp sample_number = thousands(999) sample_no_photos = '{} {}'.format(sample_number, _('Photos')) sample_no_videos = '{} {}'.format(sample_number, _('Videos')) self.deviceDisplay = AdvancedDeviceDisplay( comp1_sample=sample_no_photos, comp2_sample=sample_no_videos ) 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 @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 # type: QModelIndex @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 # type: QModelIndex @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 # type: QModelIndex 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 = '{0:.0%}'.format(bytes_used / storage_space.bytes_total) # 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 = self.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.device_name_height else: device, storage_space = index.data(Roles.storage) if storage_space is None: height = self.deviceDisplay.base_height else: height = self.deviceDisplay.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, model: QAbstractItemModel, index: QModelIndex) -> None: newValue = not (index.model().data(index, Qt.CheckStateRole)) model.setData(index, newValue, Qt.CheckStateRole) rapid-photo-downloader-0.9.23a1/raphodo/devices.py0000644000175000017500000017376613645661365022322 0ustar damondamon00000000000000# Copyright (C) 2015-2020 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-2020, Damon Lynch" import sys import shutil import os import logging import itertools from collections import namedtuple, Counter, defaultdict from typing import Tuple, List, Optional, Set, Dict, Union, DefaultDict from PyQt5.QtCore import QStorageInfo, QSize from PyQt5.QtWidgets import QFileIconProvider from PyQt5.QtGui import QIcon, QPixmap import raphodo.qrc_resources as qrc_resources from raphodo.constants import ( DeviceType, BackupLocationType, FileType, DeviceState, DownloadStatus, ExifSource, DownloadingFileTypes, BackupFailureType ) from raphodo.rpdfile import FileTypeCounter, FileSizeSum, Photo, Video, RPDFile from raphodo.storage import ( StorageSpace, udev_attributes, UdevAttr, get_path_display_name, validate_download_folder, ValidatedFolder, CameraDetails, get_uri, fs_device_details ) from raphodo.camera import generate_devname, autodetect_cameras from raphodo.utilities import ( number, make_internationalized_list, stdchannel_redirected, same_device ) import raphodo.exiftool as exiftool from raphodo.problemnotification import FsMetadataWriteProblem from raphodo.viewutils import scaledIcon display_devices = (DeviceType.volume, DeviceType.camera) sample_file_complete = namedtuple('sample_file_complete', 'full_file_name, file_type') device_name_uri = namedtuple('device_name_uri', 'name uri') 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 >>> import gphoto2 as gp >>> context = gp.Context() >>> cameras = autodetect_cameras(context) >>> 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 self.camera_port = None # type: str # Assume an MTP device is likely a smart phone or tablet self.is_mtp_device = False self.udev_name = None # type: str self.storage_space = [] # type: List[StorageSpace] # Name of storage on a camera self.storage_descriptions = [] # type: List[str] self.path = None # type: str self.display_name = None # type: str self.have_optimal_display_name = False self.device_type = None # type: DeviceType self.icon_name = None # type: str self.can_eject = None # type: bool self.photo_cache_dir = None # type: str self.video_cache_dir = None # type: str 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 self.entire_photo_required = None # type: bool def __repr__(self): if self.device_type == DeviceType.camera: return "%r:%r" % (self.camera_model, self.camera_port) elif self.device_type == DeviceType.volume: return "%r:%r" % (self.display_name, self.path) else: return "%r" % self.path def __str__(self): if self.device_type == DeviceType.camera: return '{} on port {}. Udev: {}; Display name: {} (optimal: {}); MTP: {}'.format( self.camera_model, self.camera_port, self.udev_name, self.display_name, self.have_optimal_display_name, self.is_mtp_device) elif self.device_type == DeviceType.volume: if self.path != self.display_name: return "%s (%s)" % (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) def _get_valid_icon_name(self, 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 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]) -> None: self.display_name = display_name self.have_optimal_display_name = True self.storage_space = storage_space self.storage_descriptions = storage_descriptions 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 = ('{}'.format(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 containg the name """ if self.device_type == DeviceType.camera: return self.display_name elif self.device_type == DeviceType.volume: return self.display_name else: return 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 == DeviceType.camera if self.is_mtp_device: 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: Optional[float]=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: if os.path.isdir(cache_dir): assert cache_dir != os.path.expanduser('~') try: shutil.rmtree(cache_dir, ignore_errors=True) except: 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) 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: Optional[exiftool.ExifTool]=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, device_name_uri] # 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: Optional[Photo] self._sample_video = None # type: Optional[Video] self._sample_files_complete = [] # type: List[sample_file_complete] self.exiftool_process = exiftool_process self._map_set = { DeviceType.path: self.this_computer, DeviceType.camera: self.volumes_and_cameras, DeviceType.volume: self.volumes_and_cameras } self._map_plural_types = { DeviceType.camera: _('Cameras'), DeviceType.volume: _('Devices') } 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( '%s: %s' % (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] = device_name_uri(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 == DeviceType.camera: 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: Optional[DeviceType]=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: if 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: Optional[DeviceType]=None) -> Optional[int]: for scan_id, device in self.devices.items(): if device.path == path: if 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) -> Optional[int]: """ :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 == DeviceType.camera 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 _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( sample_file_complete( 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: Optional[FileType]=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: 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 if d.device_type == DeviceType.camera: 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] 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 not scan_id 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) -> Optional[Photo]: """ 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) -> Optional[Video]: """ 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: 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] assert len(non_pc_devices) == len(self.volumes_and_cameras) 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 == DeviceType.camera 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 == DeviceType.camera: # 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 # QStorageInfo, BackupLocationType BackupDevice = namedtuple('BackupDevice', 'mount, backup_type') # QStorageInfo, str, str, BackupLocationType BackupVolumeDetails = namedtuple('BackupVolumeDetails', 'mount name path backup_type ' 'os_stat_device') 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=None): 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 += r'%r:%r %r %s, ' % (key, value.mount, value.backup_type, 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) -> Optional[int]: 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 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) -> DefaultDict[int, Set[FileType]]: """ 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: video_device = 0 downloading_to = defaultdict(set) # type: DefaultDict[int, Set[FileType]] 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: 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) -> Optional[Tuple[BackupVolumeDetails, ...]]: """ 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 = '%s\n%s' % (photo_path, 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] if device.mount is not None: mount = device.mount else: mount = 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 more 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: Optional[str], file_type: FileType) -> Optional[str]: 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: DownloadingFileTypes) -> Optional[BackupFailureType]: """ 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 (DownloadingFileTypes.photos, DownloadingFileTypes.photos_and_videos) videos = downloading in (DownloadingFileTypes.videos, DownloadingFileTypes.photos_and_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 rapid-photo-downloader-0.9.23a1/raphodo/didyouknow.py0000644000175000017500000005244613645661365023063 0ustar damondamon00000000000000# Copyright (C) 2017-2020 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-2020, Damon Lynch" from PyQt5.QtCore import pyqtSlot, QSize, Qt, QSettings, QUrl from PyQt5.QtGui import ( QPixmap, QIcon, QFontMetrics, QFont, QCloseEvent, QShowEvent, QTextCursor, ) from PyQt5.QtWidgets import ( QDialog, QCheckBox, QLabel, QVBoxLayout, QPushButton, QHBoxLayout, QApplication, QDialogButtonBox, QTextBrowser ) import raphodo.qrc_resources as qrc_resources from raphodo.preferences import Preferences from raphodo.viewutils import translateButtons 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 " "unchecked 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 checked 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. 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.
      """ ), ':/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. 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.
      """ ), ':/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. The folder tree also shows into which subfolders the files will be downloaded (those colored black).
      """ ), ':/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. 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: """ ), ':/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. 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.

      """ ), ), ( _( """ 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. 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. """ ), ) ) # 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 = '{}

      {}

      '.format(text, value) else: text = '{}{}

      '.format(text, value) else: text = '{}'.format(text, value) 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) translateButtons(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_() rapid-photo-downloader-0.9.23a1/raphodo/downloadtracker.py0000644000175000017500000007755213645661365024057 0ustar damondamon00000000000000# Copyright (C) 2011-2020 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-2020, Damon Lynch" from collections import defaultdict import time import math import locale import logging from typing import Optional, Dict, List, Tuple, Set from raphodo.constants import DownloadStatus, FileType, DownloadUpdateSeconds from raphodo.thumbnaildisplay import DownloadStats from raphodo.rpdfile import RPDFile 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: Dict[bytes, List[int,...]] self.backups_performed_by_scan_id = defaultdict(int) # type: Dict[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) -> 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: Optional[int]=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 get_download_count_for_file(self, uid: bytes) -> None: return self.download_count_for_file_by_uid[uid] 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: Optional[float] 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 = "%1.1f %s" % (self.smoothed_speed, 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: Optional[float] self.time_mark = time.time() # type: float self.smoothed_speed = None # type: Optional[float] 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 not scan_id 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 * .9 + speed * .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) -> Optional[str]: """ 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: Optional[float]=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)rapid-photo-downloader-0.9.23a1/raphodo/errorlog.py0000644000175000017500000004744413645661365022524 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2017-2020 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-2020, Damon Lynch" import logging import shlex import subprocess import math from collections import deque, namedtuple from typing import Optional import re from html import escape from PyQt5.QtWidgets import ( QTextEdit, QDialog, QDialogButtonBox, QLineEdit, QVBoxLayout, QHBoxLayout, QApplication, QPushButton, QLabel, QTextBrowser, QStyle ) from PyQt5.QtGui import ( QPalette, QIcon, QFontMetrics, QFont, QColor, QKeyEvent, QKeySequence, QTextDocument, QTextCursor, QPaintEvent, QPainter, QPen, QMouseEvent, QShowEvent ) from PyQt5.QtCore import Qt, pyqtSlot, QSize, QUrl, QTimer, QRect, pyqtSignal, QEvent import raphodo.qrc_resources as qrc_resources from raphodo.constants import ErrorType from raphodo.rpdfile import RPDFile from raphodo.problemnotification import Problem, Problems from raphodo.viewutils import translateButtons from raphodo.storage import open_in_file_manager # ErrorLogMessage = namedtuple('ErrorLogMessage', 'title body name uri') 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(QIcon(':/icons/up.svg')) 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(QIcon(':/icons/down.svg')) 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) translateButtons(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) -> int: 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: if self.rapidApp.file_manager: # see documentation for self._saveUrls() fake_uri = url.url() index = int(fake_uri[fake_uri.find('///') + 3:]) uri = self.uris[index] open_in_file_manager( file_manager=self.rapidApp.file_manager, file_manager_type=self.rapidApp.file_manager_type, 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 + 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 = '{}
      {}'.format(line, self._saveUrls(problem.details[0])) elif len(problem.details) > 1: for detail in problem.details: line = '{}
      {}'.format(line, self._saveUrls(detail)) return line def _addProblems(self, problems: Problems) -> None: """ Add problems to the log window """ title = self._saveUrls(problems.title) html = '

      {}

      '.format(title) html = '{}'.format(html) for problem in problems: line = self._getBody(problem=problem) icon = self.icon_lookup[problem.severity] icon = ''.format(icon) html = '{}'.format(html, icon, line) html = '{}
      {}' \ '{}
      '.format(html) html = '{}

      '.format(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) if self._count > 9: value = '9+' else: value = 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_()rapid-photo-downloader-0.9.23a1/raphodo/excepthook.py0000644000175000017500000001071413645661365023030 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" import logging import traceback import io import os from urllib.request import pathname2url from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QMessageBox, QApplication from PyQt5.QtGui import QPixmap try: from easygui import codebox have_easygui = True except: # if import failed for any reason, ignore it have_easygui = False import raphodo.qrc_resources as qrc_resources from raphodo.iplogging import full_log_file_path from raphodo.storage import get_uri from raphodo.preferences import Preferences message_box_displayed = False exceptions_notified = set() 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. """ 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 = '{}{}'.format(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) log_path, log_file = os.path.split(full_log_file_path()) log_uri = get_uri(log_path) prefs = Preferences() config_path, config_file = os.path.split(prefs.settings_path()) config_uri = get_uri(path=config_path) title = _("Problem in Rapid Photo Downloader") if QApplication.instance(): message = _(r"""A problem occurred in Rapid Photo Downloader

      Please report the problem at {website}.

      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.

      If the same problem occurs again before the program exits, this is the only notification about it. """).format( website='https://bugs.launchpad.net/rapid', log_path=log_uri, log_file=log_file, config_path=config_uri, config_file=config_file ) icon = QPixmap(':/rapid-photo-downloader.svg') errorbox = QMessageBox() errorbox.setTextFormat(Qt.RichText) errorbox.setIconPixmap(icon) errorbox.setWindowTitle(title) errorbox.setText(message) errorbox.setDetailedText(traceback_info) errorbox.exec_() 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.launchpad.net/rapid', log_path=full_log_file_path()) text = prefix + traceback_info codebox(msg=message, title=title, text=text) message_box_displayed = False rapid-photo-downloader-0.9.23a1/raphodo/exiftool.py0000644000175000017500000003212013645661365022503 0ustar damondamon00000000000000# -*- coding: utf-8 -*- # 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() """ from __future__ import unicode_literals import sys import subprocess import os import json import warnings import codecs 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(object): """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] rapid-photo-downloader-0.9.23a1/raphodo/filebrowse.py0000644000175000017500000002163013645661365023017 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" import os import pathlib from typing import List, Set import logging import shlex import subprocess from PyQt5.QtCore import ( QDir, Qt, QModelIndex, QItemSelectionModel, QSortFilterProxyModel, QPoint, QSize ) from PyQt5.QtWidgets import ( QTreeView, QAbstractItemView, QFileSystemModel, QSizePolicy, QStyledItemDelegate, QStyleOptionViewItem, QMenu ) from PyQt5.QtGui import QPainter, QFont import raphodo.qrc_resources as qrc_resources from raphodo.constants import minPanelWidth, minFileSystemViewHeight, Roles from raphodo.storage import gvfs_gphoto2_path from raphodo.viewutils import scaledIcon, standard_font_size 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 ) self.folder_icon = scaledIcon(':/icons/folder.svg') self.download_folder_icon = scaledIcon(':/icons/folder-filled.svg') 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 not pl_download_folder in subfolder.parents: break self.subfolders_downloaded_into.add(str(subfolder)) return True return False class FileSystemView(QTreeView): 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 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) if index.isValid(): self.clickedIndex = index self.contextMenu.exec(self.mapToGlobal(point)) def doOpenInFileBrowserAct(self): index = self.clickedIndex if index: uri = self.fileSystemModel.filePath(index.model().mapToSource(index)) cmd = '{} "{}"'.format(self.rapidApp.file_manager, uri) logging.debug("Launching: %s", cmd) args = shlex.split(cmd) subprocess.Popen(args) class FileSystemFilter(QSortFilterProxyModel): """ Filter out the display of RPD's cache and temporary directories """ def __init__(self, parent=None): super().__init__(parent) self.filtered_dir_names = set() 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 gvfs_gphoto2_path(path): logging.debug("Rejecting browsing path %s", path) return False if not self.filtered_dir_names: return True file_name = index.data(QFileSystemModel.FileNameRole) return file_name not in self.filtered_dir_names 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) rapid-photo-downloader-0.9.23a1/raphodo/fileformats.py0000644000175000017500000001645213645661365023177 0ustar damondamon00000000000000# Copyright (C) 2011-2020 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-2020, Damon Lynch" import logging from typing import Optional, Tuple import os from pkg_resources import parse_version import raphodo.programversions as programversions from raphodo.constants import thumbnail_offset, FileType, FileExtension 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: 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. Unknown if 0.28 will definitely support CR3. """ 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', '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', '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) -> Optional[str]: 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) -> Optional[FileType]: r""" Check file extension to determine if 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: Optional[str]=None, file_name: Optional[str]=None) -> Optional[FileType]: 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.unknownrapid-photo-downloader-0.9.23a1/raphodo/fileutilities.py0000755000175000017500000000735313645661365023542 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2016 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 code to aid main code development -- not called from main code """ __author__ = 'Damon Lynch' __copyright__ = "Copyright 2015-2016, Damon Lynch" import sys import os if sys.version_info < (3,5): import scandir walk = scandir.walk else: walk = os.walk import datetime import time import raphodo.metadataphoto as metadataphoto import raphodo.metadatavideo as metadatavideo from raphodo.constants import FileType import raphodo.rpdfile as rpdfile import raphodo.exiftool as exiftool import raphodo.fileformats as fileformats def set_file_modified_time_from_metadata(path: str): """ Traverse a path, seeking photos & videos, and when located, set the file's modification time on the file system to match the metadata value in the file (e.g. exif, or video metadata (if valid)). Preserves access time. :param path: the folder which to walk """ with exiftool.ExifTool() as exiftool_process: for dir_name, subdirs, file_list in walk(path): for file_name in file_list: file_type = fileformats.file_type_from_splitext(file_name=file_name) if file_type is not None: file = os.path.join(dir_name, file_name) modification_time = os.path.getmtime(file) try: if file_type == FileType.photo: metadata = metadataphoto.MetaData( full_file_name=file, et_process=exiftool_process ) else: metadata = metadatavideo.MetaData( full_file_name=file, et_process=exiftool_process ) except: print("Could not load metadata for %s" % file) break dt = metadata.date_time(missing=None) if dt is not None: ts = time.mktime(dt.timetuple()) if ts != modification_time: statinfo = os.stat(file) access_time = statinfo.st_atime print( "Setting modification time for %s to %s" %(file_name, dt.strftime('%c')) ) try: os.utime(file, times=(access_time, ts)) print( "Set modification time for %s to %s" %(file_name, dt.strftime('%c')) ) except: print( "Setting file modificaiton time failed for %s" % file_name ) if __name__ == '__main__': set_file_modified_time_from_metadata(sys.argv[1])rapid-photo-downloader-0.9.23a1/raphodo/filmstrip.py0000644000175000017500000000622613645661365022673 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2016 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-2016, 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 """ format = thumbnail.format() 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 rapid-photo-downloader-0.9.23a1/raphodo/foldercombo.py0000644000175000017500000002526513645661365023161 0ustar damondamon00000000000000# Copyright (C) 2017-2020 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-2020, Damon Lynch" from typing import Optional, Tuple, List import os import logging from PyQt5.QtCore import (pyqtSlot, pyqtSignal) from PyQt5.QtWidgets import (QComboBox, QFileDialog) from PyQt5.QtGui import (QIcon, ) import raphodo.qrc_resources as qrc_resources from raphodo.constants import StandardFileLocations, FileType, max_remembered_destinations from raphodo.preferences import Preferences from raphodo.storage import ( xdg_desktop_directory, xdg_photos_directory, xdg_videos_directory, ValidMounts ) 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: Optional[Tuple[StandardFileLocations]]=None, valid_mounts: ValidMounts=None) -> None: super().__init__(parent) self.prefs = prefs 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 = xdg_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 self.valid_mounts is not None: mounts = tuple( ( (mount.name(), 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 = xdg_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 = xdg_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)] if valid_dests: valid_names = make_path_end_snippets_unique(*valid_dests) else: valid_names = [] 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 if self.invalid_path: default_start = 2 else: default_start = 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) rapid-photo-downloader-0.9.23a1/raphodo/folderspreview.py0000644000175000017500000005077613645661365023733 0ustar damondamon00000000000000# Copyright (C) 2016 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, Damon Lynch" import os from collections import namedtuple, defaultdict import logging from typing import Tuple, Set, Sequence, Dict, Optional, List from pprint import pprint from PyQt5.QtWidgets import QFileSystemModel from raphodo.rpdfile import RPDFile from raphodo.constants import FileType import raphodo.generatename as gn from raphodo.storage import validate_download_folder from raphodo.filebrowse import FileSystemModel 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 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(%s photo dirs, %s video dirs)' % ( 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: if 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: Optional[Dict[int, Set[str]]]=None, scan_id: Optional[int]=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) if keep is not None: keep = self._flatten_set(keep) else: keep = 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: if 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 as e: logging.error("Failed to create download directory %s", p) logging.exception("Traceback:") return # logging.debug("Created provisional download folder: %s", p) else: self.existing_subfolders.add(p) # logging.debug("Provisional download folder already exists: %s", p) rapid-photo-downloader-0.9.23a1/raphodo/generatename.py0000644000175000017500000006677013645661365023327 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2007-2020 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-2020, Damon Lynch" import re from datetime import datetime, timedelta import string from collections import namedtuple import logging from typing import Sequence, Optional, List, Union import locale try: # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, '') except locale.Error: pass from raphodo.preferences import DownloadsTodayTracker from raphodo.problemnotification import ( RenamingProblems, FilenameNotFullyGeneratedProblem, make_href, FolderNotFullyGeneratedProblemProblem, Problem ) from raphodo.rpdfile import RPDFile, Photo, Video from raphodo.storage import get_uri from raphodo.utilities import letters from raphodo.generatenameconfig import * 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( "%r does not have the attribute %r " "(abstract from class %r)" % (this_obj, name, cls.__name__)) # we did not find a match, should be rare, but prepare for it raise NotImplementedError( "%s does not set the abstract attribute ", type.__name__) GenerationErrors = Union[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: Optional[RenamingProblems]=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: 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: 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: 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(alternativeFormat=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(includeCharacters="\-") 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: Optional[bool]=False) -> Union[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 if parts: name = [] else: name = '' 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: Optional[RenamingProblems]=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: Optional[RenamingProblems]=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: Optional[RenamingProblems]=None, no_metadata: Optional[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) 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: if 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: Optional[RenamingProblems] = 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 >>> print(truncate_before_unwanted_subfolder_component(PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[0])) ['Date time', 'Image date', 'YYYY', '/', '', '', 'Date time', 'Image date', 'YYYYMMDD'] >>> print(truncate_before_unwanted_subfolder_component(PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[1])) ['Date time', 'Image date', 'YYYY', '/', '', '', 'Date time', 'Image date', 'YYYY-MM-DD'] >>> print(truncate_before_unwanted_subfolder_component(PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[2])) ['Date time', 'Image date', 'YYYY', '/', '', '', 'Date time', 'Image date', 'YYYY_MM_DD'] >>> print(truncate_before_unwanted_subfolder_component(PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[3])) ['Date time', 'Image date', 'YYYY'] >>> print(truncate_before_unwanted_subfolder_component(PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV[4])) ... # 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: Union[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 ) rapid-photo-downloader-0.9.23a1/raphodo/generatenameconfig.py0000644000175000017500000010355613645661365024507 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2007-2020 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-2020, Damon Lynch" import os from collections import OrderedDict from typing import List, Optional, Tuple # 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, '', '', ], ) 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, '', '', ], ) 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: List[str]) -> Tuple[List[str], str]: 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') >>> upgrade_pre090a4_rename_pref(PHOTO_RENAME_SIMPLE + [FILENAME, EXTENSION, LOWERCASE]) ... # doctest: +NORMALIZE_WHITESPACE (['Date time', 'Image date', 'YYYYMMDD', 'Text', '-', '', 'Date time', 'Image date', 'HHMM', 'Text', '-', '', 'Sequences', 'Downloads today', 'One digit'], 'lowercase') >>> upgrade_pre090a4_rename_pref(PHOTO_RENAME_COMPLEX + [FILENAME, EXTENSION, UPPERCASE]) ... # 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 if pref_list[-2] in (NAME_EXTENSION, EXTENSION): case = pref_list[-1] else: case = 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 = '' def unpackList(self, l: List[str]): """ Make the preferences presentable to the user """ return ', '.join("'{}'".format(i) for i in l) def __str__(self): return self.msg class PrefKeyError(PrefError): def __init__(self, error): super().__init__() value = error[0] expectedValues = self.unpackList(error[1]) self.msg = "Preference key '%(key)s' is invalid.\nExpected one of %(value)s" % { 'key': value, 'value': expectedValues} class PrefValueInvalidError(PrefKeyError): def __init__(self, error): super().__init__(error) value = error[0] self.msg = "Preference value '%(value)s' is invalid" % {'value': value} 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: Optional[List[str]]=None) \ -> Tuple[bool, List[str], Optional[List[str]]]: """ 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) rapid-photo-downloader-0.9.23a1/raphodo/heif.py0000644000175000017500000001036713645661365021576 0ustar damondamon00000000000000# Copyright (C) 2020 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, Damon Lynch" import logging from typing import Optional import ctypes, ctypes.util from PyQt5.QtGui import QImage try: import pyheif from PIL import ImageQt, Image have_heif_module = True except ImportError: have_heif_module = False from raphodo.utilities import python_package_version _error_logged = False def pyheif_version() -> str: """ :return: Version of pyheif package """ try: return pyheif.__version__ except AttributeError: return python_package_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 duration of operations on it """ global _error_logged try: image = pyheif.read_heif(full_file_name) except pyheif.error.HeifError: if not _error_logged: if process_name: process_id = "the %s" % process_name else: process_id = '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 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.QtWidgets import QLabel, QWidget, QApplication from PyQt5.QtGui import QPixmap 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())rapid-photo-downloader-0.9.23a1/raphodo/interprocess.py0000644000175000017500000020321613645661365023400 0ustar damondamon00000000000000# Copyright (C) 2015-2020 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-2020, Damon Lynch" import argparse import sys import logging import pickle import os import shlex import time from collections import deque, namedtuple from typing import Optional, Set, List, Dict, Sequence, Any, Tuple, Union import psutil from PyQt5.QtCore import (pyqtSignal, QObject, pyqtSlot) from PyQt5.QtGui import (QPixmap, QImage) import zmq import zmq.log.handlers 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.rpdfile import RPDFile, FileTypeCounter, FileSizeSum, Photo, Video from raphodo.devices import Device from raphodo.utilities import CacheDirs, set_pdeathsig from raphodo.constants import ( RenameAndMoveStatus, ExtractionTask, ExtractionProcessing, CameraErrorCode, FileType, FileExtension, BackupStatus ) from raphodo.proximity import TemporalProximityGroups from raphodo.storage import StorageSpace from raphodo.iplogging import ZeroMQSocketHandler from raphodo.viewutils import ThumbnailDataForProximity from raphodo.folderspreview import DownloadDestination, FoldersPreview from raphodo.problemnotification import ( ScanProblems, CopyingProblems, RenamingProblems, BackingUpProblems ) logger = logging.getLogger() def make_filter_from_worker_id(worker_id: Union[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: Optional[int]=None, data: Optional[Any]=None) -> List[bytes]: """ Create a list of three values to be sent via a PAIR socket between main and child threads using 0MQ. """ if worker_id is not None: worker_id = make_filter_from_worker_id(worker_id) else: worker_id = b'' if data is None: data = b'' else: data = 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: 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: 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: 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("tcp://localhost:{}".format(self.receiver_port)) # Socket to receive commands from main thread self.thread_controller = context.socket(zmq.PAIR) self.thread_controller.connect('inproc://{}'.format(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("{} is terminating".format(self._process_name)) 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("{} currently has no workers".format(self._process_name)) if not self.workers and self.terminating: logging.debug("{} is exiting".format(self._process_name)) 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: Optional[bytes]) -> 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:Optional[bytes]=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) if worker_id: message = [worker_id, b'data', data] else: message = [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("tcp://localhost:{}".format(args.receive)) controller = context.socket(zmq.PULL) controller.connect('tcp://localhost:{}'.format(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( "{} load balancer waiting to be notified how many workers to initialize...".format( worker_type ) ) no_workers = int(reply.recv()) logging.debug("...{} load balancer will use {} workers".format(worker_type, no_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) # 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('inproc://{}'.format(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("{} halting".format(self._process_name)) 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("{} halting".format(self._process_name)) 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(.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: if worker_id: workers = [int(worker_id)] else: workers = 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("tcp://localhost:{}".format(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 = '{}-{}'.format(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("tcp://localhost:{}".format(args.send)) self.receiver = self.context.socket(zmq.PULL) self.receiver.connect("tcp://localhost:{}".format(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("tcp://localhost:{}".format(args.send)) # Socket to receive messages from the pipe self.receiver = self.context.socket(zmq.SUB) self.receiver.connect("tcp://localhost:{}".format(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("tcp://localhost:{}".format(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("tcp://localhost:{}".format(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 process is running regularly # If there is no command,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("tcp://localhost:{}".format(args.request)) # Sender is located in the main process. It is where output (messages) # from this process are are sent to. self.sender = self.context.socket(zmq.PUSH) self.sender.connect("tcp://localhost:{}".format(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 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("tcp://localhost:{}".format(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("tcp://localhost:{}".format(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("tcp://localhost:{}".format(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: Optional[List[RPDFile]]=None, file_type_counter: Optional[FileTypeCounter]=None, file_size_sum: Optional[FileSizeSum]=None, error_code: Optional[CameraErrorCode]=None, scan_id: Optional[int]=None, optimal_display_name: Optional[str]=None, storage_space: Optional[List[StorageSpace]]=None, storage_descriptions: Optional[List[str]]=None, sample_photo: Optional[Photo]=None, sample_video: Optional[Video]=None, problems: Optional[ScanProblems]=None, fatal_error: Optional[bool]=None, camera_removed: Optional[bool]=None, entire_video_required: Optional[bool]=None, entire_photo_required: Optional[bool]=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 self.scan_id = scan_id self.optimal_display_name = optimal_display_name self.storage_space = storage_space self.storage_descriptions = storage_descriptions 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: Optional[int]=None, photo_temp_dir: Optional[str]=None, video_temp_dir: Optional[str]=None, total_downloaded: Optional[int]=None, chunk_downloaded: Optional[int]=None, copy_succeeded: Optional[bool]=None, rpd_file: Optional[RPDFile]=None, download_count: Optional[int]=None, mdata_exceptions: Optional[Tuple]=None, problems: Optional[CopyingProblems]=None, camera_removed: Optional[bool]=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: Optional[int]=None, rpd_file: Optional[RPDFile]=None, write_fdo_thumbnail: Optional[bool]=None, use_thumbnail_cache: Optional[bool]=None, backup_full_file_names: Optional[List[str]]=None, fdo_name: Optional[str]=None, force_exiftool: Optional[bool]=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: Optional[RenamingProblems]=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: Optional[Sequence[ThumbnailDataForProximity]]=None, proximity_seconds: int=None, rpd_files: Optional[Sequence[RPDFile]]=None, strip_characters: Optional[bool]=None, folders_preview: Optional[FoldersPreview]=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: Optional[TemporalProximityGroups]=None, folders_preview: Optional[FoldersPreview]=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: Optional[RPDFile]=None, move_succeeded: Optional[bool]=None, do_backup: Optional[bool]=None, path_suffix: Optional[str]=None, backup_duplicate_overwrite: Optional[bool]=None, verify_file: Optional[bool]=None, download_count: Optional[int]=None, save_fdo_thumbnail: Optional[int]=None, message: Optional[BackupStatus]=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: Optional[int]=None, chunk_downloaded: Optional[int]=None, backup_succeeded: Optional[bool]=None, do_backup: Optional[bool]=None, rpd_file: Optional[RPDFile] = None, backup_full_file_name: Optional[str]=None, mdata_exceptions: Optional[Tuple] = None, problems: Optional[BackingUpProblems]=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: Optional[str]=None, port: Optional[str]=None, entire_video_required: Optional[bool]=None, entire_photo_required: Optional[bool]=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.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: Optional[RPDFile]=None, thumbnail_bytes: Optional[bytes]=None, scan_id: Optional[int]=None, cache_dirs: Optional[CacheDirs]=None, camera_removed: Optional[bool]=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: Optional[bytearray], 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) deviceDetails = pyqtSignal(int, 'PyQt_PyObject', 'PyQt_PyObject', str) 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: self.deviceError.emit(data.scan_id, data.error_code) elif data.optimal_display_name is not None: self.deviceDetails.emit( data.scan_id, data.storage_space, data.storage_descriptions, data.optimal_display_name ) 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)rapid-photo-downloader-0.9.23a1/raphodo/iplogging.py0000644000175000017500000000722013645661365022634 0ustar damondamon00000000000000# Copyright (C) 2016 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, Damon Lynch" import logging from logging.handlers import QueueHandler, RotatingFileHandler import pickle import gzip import os from typing import Optional try: import colorlog use_colorlog = True except ImportError: use_colorlog = False from raphodo.constants import logfile_name from raphodo.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: with 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 rapid-photo-downloader-0.9.23a1/raphodo/jobcodepanel.py0000644000175000017500000005214613645661365023311 0ustar damondamon00000000000000# Copyright (C) 2017-2020 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-2020, Damon Lynch" from typing import Optional, Dict, Tuple, Union, List import logging from PyQt5.QtCore import (Qt, pyqtSlot, QRegularExpression) from PyQt5.QtWidgets import ( QWidget, QSizePolicy, QMessageBox, QVBoxLayout, QLabel, QScrollArea, QFrame, QGridLayout, QAbstractItemView, QListWidgetItem, QHBoxLayout, QDialog, QDialogButtonBox, QCheckBox, QComboBox ) from PyQt5.QtGui import ( QColor, QPalette, QFont, QRegularExpressionValidator, QIcon, QShowEvent ) from raphodo.constants import (JobCodeSort, ThumbnailBackgroundName, ) from raphodo.viewutils import QFramedWidget, QNarrowListWidget, standardIconSize, translateButtons from raphodo.panelview import QPanelView from raphodo.preferences import Preferences from raphodo.messagewidget import MessageWidget, MessageButton from raphodo.chevroncombo import ChevronCombo class JobCodeDialog(QDialog): def __init__(self, parent, on_download: bool, job_codes: List[str]) -> None: """ :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 thumbnailModel = self.rapidApp.thumbnailModel 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 title = _('Apply Job Code to Download') else: directive = _('Enter a new Job Code') file_types = thumbnailModel.getNoFilesSelected() if sum(file_types.values()) == 0: file_types = thumbnailModel.getDisplayedCounter() if sum(file_types.values()) == 0: file_details = _('The new Job Code will not be applied to any photos or ' 'videos.') 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 not be applied to %s.') % details 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('%s

      %s
      ' % (directive, file_details)) instructionLabel.setWordWrap(True) self.jobCodeComboBox = QComboBox() self.jobCodeComboBox.addItems(job_codes) self.jobCodeComboBox.setEditable(True) if not self.prefs.strip_characters: exp = "[^/\\0]+" else: exp = '[^\\:\*\?"<>|\\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) self.rememberCheckBox = QCheckBox(_("&Remember this choice")) self.rememberCheckBox.setChecked(parent.prefs.remember_job_code) buttonBox = QDialogButtonBox(QDialogButtonBox.Ok| QDialogButtonBox.Cancel) translateButtons(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) grid.addWidget(self.rememberCheckBox, 2, 1, 1, 2) grid.addWidget(buttonBox, 3, 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() self.remember = self.rememberCheckBox.isChecked() self.rapidApp.prefs.remember_job_code = self.remember super().accept() class JobCodeOptionsWidget(QFramedWidget): """ Display and allow editing of Job Codes. """ def __init__(self, prefs: Preferences, rapidApp, parent) -> None: super().__init__(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 = QVBoxLayout() 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) # explanation_not_done = QLabel(_("This part of the user interface will be " # "implemented in a forthcoming alpha release.")) 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) # self.prefs.job_codes = ['Wedding', "Birthday", "Minneapolis", "Cricket", "Rugby", # "Wellington"] 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: 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 = QMessageBox(parent=self) msgBox.setWindowTitle(_('Remove all Job Codes')) msgBox.setText(message) msgBox.setIcon(QMessageBox.Question) msgBox.setStandardButtons(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(QScrollArea): """ JobCode preferences widget """ def __init__(self, parent) -> None: super().__init__(parent) if parent is not None: self.rapidApp = parent self.prefs = self.rapidApp.prefs else: self.prefs = None self.setFrameShape(QFrame.NoFrame) self.jobCodePanel = QPanelView( label=_('Job Codes'), headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white) ) self.jobCodeOptions = JobCodeOptionsWidget( prefs=self.prefs, rapidApp=self.rapidApp, parent=self ) self.jobCodePanel.addWidget(self.jobCodeOptions) 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) if parent is not None: 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() rapid-photo-downloader-0.9.23a1/raphodo/menubutton.py0000644000175000017500000000320513645661365023054 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" from PyQt5.QtGui import QIcon from PyQt5.QtWidgets import (QMenu, QToolButton) from raphodo.viewutils import scaledIcon 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) self.setIcon(scaledIcon(icon, self.iconSize())) self.setStyleSheet(""" QToolButton {border: none;} QToolButton::menu-indicator { image: none; } QToolButton::hover { border: 1px solid palette(shadow); border-radius: 3px; } QToolButton::pressed { border: 1px solid palette(shadow); border-radius: 3px; } """) self.setMenu(menu)rapid-photo-downloader-0.9.23a1/raphodo/messagewidget.py0000644000175000017500000000677513645661365023523 0ustar damondamon00000000000000# Copyright (C) 2017-2020 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-202, Damon Lynch" from typing import Tuple from PyQt5.QtCore import (Qt, pyqtSlot, pyqtSignal) from PyQt5.QtWidgets import (QSizePolicy, QStackedWidget, QPushButton, QLabel) from PyQt5.QtGui import (QMouseEvent, QFocusEvent) 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) rapid-photo-downloader-0.9.23a1/raphodo/metadataexiftool.py0000644000175000017500000005667713645661365024233 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2007-2020 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-2020, Damon Lynch" import datetime import re import logging from typing import Optional, Union, Any, Tuple, List from collections import OrderedDict import raphodo.exiftool as exiftool from raphodo.utilities import flexible_date_time_parser from raphodo.constants import FileType import raphodo.programversions as programversions import raphodo.fileformats as fileformats # Turned into an OrderedDict below _index_preview = { 0: 'PreviewImage', 1: 'OtherImage', 2: 'JpgFromRaw', 3: 'PreviewTIFF', 4: 'ThumbnailTIFF' } class MetadataExiftool(): """ Read photo and video metadata using exiftool daemon process. """ def __init__(self, full_file_name: str, et_process: exiftool.ExifTool, file_type: Optional[FileType]=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: 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: Optional[str]='', ignore_file_modify_date: bool = False) -> Union[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='') -> Union[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: ts = missing else: ts = missing return ts def file_number(self, missing='') -> Union[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='') -> Union[str, Any]: v = self._get('ImageWidth', None) if v is not None: return str(v) else: return missing def height(self, missing='') -> Union[str, Any]: v = self._get('ImageHeight', None) if v is not None: return str(v) else: return missing def length(self, missing='') -> Union[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: return missing return v else: return missing def frames_per_second(self, missing='') -> Union[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: return missing return v def codec(self, missing='') -> Union[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='') -> Union[str, Any]: return self._get("CompressorID", missing) def rotation(self, missing=0) -> Union[int, Any]: v = self._get("Rotation", None) if v is not None: return v return missing def aperture(self, missing='') -> Union[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 "{:.1f}".format(v) return missing def iso(self, missing='') -> Union[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, alternativeFormat=False, missing='') -> Union[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('{}: {}, {}'.format(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('{}: {}, {}'.format(self.full_file_name, e0, e1)) raise ValueError from e if e1 > e0: if alternativeFormat: if e0 == 1: return str(e1) else: return str(e0) else: return "%s/%s" % (e0, e1) elif e0 > e1: e = float(e0) / e1 if alternativeFormat: return "%.0fs" % e else: return "%.0f" % e else: return "1s" else: return missing def focal_length(self, missing='') -> Union[str, Any]: v = self._get('FocalLength', None) if v is not None: return str(v) return missing def camera_make(self, missing='') -> Union[str, Any]: v = self._get('Make', None) if v is not None: return str(v) return missing def camera_model(self, missing='') -> Union[str, Any]: v = self._get('Model', None) if v is not None: return str(v) return missing def short_camera_model(self, includeCharacters='', missing=''): """ Returns in shorterned string format 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 and treated differently (see below) Examples: Canon EOS 300D DIGITAL -> 300D Canon EOS 5D -> 5D Canon EOS 5D Mark II -> 5DMkII NIKON D2X -> D2X NIKON D70 -> D70 X100,D540Z,C310Z -> X100 Canon EOS DIGITAL REBEL XSi -> XSi Canon EOS Digital Rebel XS -> XS Canon EOS Digital Rebel XTi -> XTi Canon EOS Kiss Digital X -> Digital Canon EOS Digital Rebel XT -> XT EOS Kiss Digital -> Digital Canon Digital IXUS Wireless -> Wireless Canon Digital IXUS i zoom -> zoom Canon EOS Kiss Digital N -> N Canon Digital IXUS IIs -> IIs IXY Digital L -> L Digital IXUS i -> i IXY Digital -> Digital Digital IXUS -> IXUS 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) Examples: includeCharacters = '': DSC-P92 -> P92 includeCharacters = '\-': DSC-P92 -> DSC-P92 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 """ m = self.camera_model() m = m.replace(' Mark ', 'Mk') if m: s = r"(?:[^a-zA-Z0-9%s]?)(?P[a-zA-Z0-9%s]*\d+[" \ r"a-zA-Z0-9%s]*)" \ % (includeCharacters, includeCharacters, includeCharacters) r = re.search(s, m) if r: return r.group("model") else: head, space, model = m.strip().rpartition(' ') return model else: return missing def camera_serial(self, missing='') -> Union[str, Any]: v = self._get('SerialNumber', None) if v is not None: return str(v) return missing def shutter_count(self, missing='') -> Union[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='') -> Union[str, Any]: # distinct from CopyrightOwnerName v = self._get('OwnerName', None) if v is not None: return str(v) return missing def copyright(self, missing='') -> Union[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') -> Union[str, Any]: v = self._get('SubSecTime', None) if v is not None: return str(v) return missing def orientation(self, missing='') -> Union[str, Any]: v = self._get('Orientation', None) if v is not None: return str(v) return missing def _get_binary(self, key: str) -> Optional[bytes]: return self.et_process.execute_binary("-{}".format(key), self.full_file_name) def get_small_thumbnail(self) -> Optional[bytes]: """ 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) -> Optional[bytes]: """ 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.keys() 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) -> Optional[bytes]: """ 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) -> Optional[bytes]: """ :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) -> Optional[List[str]]: """ 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(alternativeFormat=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('Thumbnail size: {} bytes'.format(len(thumb))) 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())rapid-photo-downloader-0.9.23a1/raphodo/metadataphoto.py0000755000175000017500000004277413645661365023527 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2007-2018 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-2018, Damon Lynch" import datetime from typing import Optional, Union, Any, Tuple import logging import gi gi.require_version('GExiv2', '0.10') from gi.repository import GExiv2 from PyQt5.QtCore import QSize import raphodo.exiftool as exiftool import raphodo.metadataexiftool as metadataexiftool from raphodo.utilities import flexible_date_time_parser, image_large_enough_fdo from raphodo.constants import FileType 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: Optional[str] = None, file_type: Optional[FileType] = None, ) -> Union[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: Optional[str]=None, raw_bytes: Optional[bytearray]=None, app1_segment: Optional[bytearray]=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) -> Optional[Tuple[Any, Any]]: 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) -> Optional[float]: 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='') -> Union[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") if a is None: return missing else: return "{:.1f}".format(a) def iso(self, missing='') -> Union[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: Optional[str]='', ignore_file_modify_date: Optional[bool]=False) -> Union[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') -> Union[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='') -> Union[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) -> Optional[bytes]: """ 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) -> Optional[bytes]: """ 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) -> Optional[bytes]: """ :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())): if 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, alternativeFormat=False, missing=''): if alternativeFormat: 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, includeCharacters='', 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(alternativeFormat=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(includeCharacters="\-")) 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() rapid-photo-downloader-0.9.23a1/raphodo/metadatavideo.py0000755000175000017500000002431613645661365023474 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2019 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-2019, Damon Lynch" import datetime import logging from typing import Optional import arrow.arrow from arrow.arrow import Arrow from raphodo.programversions import EXIFTOOL_VERSION import raphodo.exiftool as exiftool import raphodo.metadataexiftool as metadataexiftool from raphodo.utilities import datetime_roughly_equal, arrow_shift_support from raphodo.constants import FileType 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() -> Optional[str]: if have_pymediainfo: if pymedia_library_file == 'libmediainfo.so.0': return pymediainfo.__version__ else: return '{} (using {})'.format(pymediainfo.__version__, pymedia_library_file) else: return None class MetaData(metadataexiftool.MetadataExiftool): def __init__(self, full_file_name: str, et_process: exiftool.ExifTool, file_type: Optional[FileType]=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: Optional[str]='', 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 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: 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("%sx%s" % (m.width(), m.height())) print("Length:", m.length()) print("FPS: ", m.frames_per_second()) print("Codec:", m.codec()) rapid-photo-downloader-0.9.23a1/raphodo/nameeditor.py0000755000175000017500000016527613645661365023027 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2016-2020 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-2020, Damon Lynch" from typing import Dict, Optional, List, Union, Tuple, Sequence import webbrowser import datetime import copy import logging from PyQt5.QtWidgets import ( QTextEdit, QApplication, QComboBox, QPushButton, QLabel, QDialog, QDialogButtonBox, QVBoxLayout, QFormLayout, QGridLayout, QGroupBox, QScrollArea, QWidget, QFrame, QStyle, QSizePolicy, QLineEdit, QMessageBox ) from PyQt5.QtGui import ( QTextCharFormat, QFont, QTextCursor, QMouseEvent, QSyntaxHighlighter, QTextDocument, QBrush, QColor, QFontMetrics, QKeyEvent, QResizeEvent, QStandardItem, QWheelEvent ) from PyQt5.QtCore import (Qt, pyqtSlot, QSignalMapper, QSize, pyqtSignal) from sortedcontainers import SortedList from raphodo.generatenameconfig import * import raphodo.generatename as gn from raphodo.constants import ( CustomColors, PrefPosition, NameGenerationType, PresetPrefType, PresetClass ) from raphodo.rpdfile import SamplePhoto, SampleVideo, RPDFile, Photo, Video, FileType from raphodo.preferences import DownloadsTodayTracker, Preferences, match_pref_list import raphodo.exiftool as exiftool from raphodo.utilities import remove_last_char_from_list_str from raphodo.messagewidget import MessageWidget from raphodo.viewutils import translateButtons import raphodo.qrc_resources 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 = '<{}>'.format(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('<{}>'.format(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 = ('<{}>'.format(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: return # do not use raise StopIteration as it is Python 3.7 incompatible 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 PresetComboBox(QComboBox): """ Combox box displaying built-in presets, custom presets, and some commands relating to preset management. Used in 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.addItem(_('Remove All Custom Presets...'), PresetClass.remove_all) 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 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 _setRowEnabled(self, enabled: bool, offset: int) -> None: assert self.edit_mode # Our big assumption here is that the model is a QStandardItemModel model = self.model() count = self.count() if self.preset_edited: row = count - offset - 1 else: row = count - offset item = model.item(row, 0) # type: QStandardItem 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=1) def setSaveNewCustomPresetEnabled(self, enabled: bool) -> None: self._setRowEnabled(enabled=enabled, offset=2) 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) translateButtons(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: Optional[Union[Photo, Video]]=None) -> Union[ 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: Optional[Union[Photo, Video]]=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 if generation_type == 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] elif generation_type == 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] elif generation_type == 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] else: 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.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 users 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.updateExampleFilename) # 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, Union[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['<{}>'.format(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['<{}>'.format(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['<{}>'.format(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['<{}>'.format(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...')) translateButtons(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("http://www.damonlynch.net/rapid/documentation/{}".format(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 updateExampleFilename(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() else: self.current_custom_name = None 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) else: self.preset.setCurrentIndex(0) 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 = ['{}'.format(color, part) if color else part for part, color in zip(parts, user_pref_colors)] name = ''.join(colored_parts) if elided: name = '{}…'.format(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) else: # User cancelled creating a new preset 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): self.movePresetToFront(index=len(self.builtin_pref_names) - index) elif preset_class == PresetClass.remove_all: self.preset.removeAllCustomPresets(no_presets=len(self.preset_names)) self.clearCustomPresets() self.preset.setRemoveAllCustomEnabled(False) self.updateComboBoxCurrentIndex() elif preset_class == PresetClass.update_preset: self.updateExistingPreset() self.updateComboBoxCurrentIndex() 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_preset( 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_preset( 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_preset( preset_type=self.preset_type, preset_names=self.preset_names, preset_pref_lists=self.preset_pref_lists ) def clearCustomPresets(self) -> None: """ Deletes all of 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_preset( 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_preset( 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: msgBox = QMessageBox() title = _("Save Preset - Rapid Photo Downloader") msgBox.setTextFormat(Qt.RichText) msgBox.setIcon(QMessageBox.Question) msgBox.setWindowTitle(title) 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.setStandardButtons(QMessageBox.Yes|QMessageBox.No) updateButton = newButton = None else: assert self.preset.preset_edited 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." ) updateButton = msgBox.addButton( _('Update Custom Preset "%s"') % self.current_custom_name, QMessageBox.YesRole ) newButton = msgBox.addButton(_('Save New Custom Preset'), QMessageBox.YesRole) msgBox.addButton(QMessageBox.No) msgBox.setText(message) 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__': # 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_() rapid-photo-downloader-0.9.23a1/raphodo/newversion.py0000644000175000017500000005074713645661365023070 0ustar damondamon00000000000000# Copyright (C) 2017-2020 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 . """ Widgets and program logic to check for new program versions and to download them. """ __author__ = 'Damon Lynch' __copyright__ = "Copyright 2017-2020, Damon Lynch" import logging from collections import namedtuple import pkg_resources import hashlib import os import traceback import shutil from typing import Optional import requests import arrow from PyQt5.QtCore import (QObject, pyqtSignal, pyqtSlot, Qt) from PyQt5.QtWidgets import ( QDialog, QLabel, QStackedWidget, QDialogButtonBox, QGridLayout, QPushButton, QProgressBar ) import zmq from raphodo.constants import ( remote_versions_file, CheckNewVersionDialogState, CheckNewVersionDialogResult, standardProgressBarWidth ) from raphodo.utilities import (create_temp_dir, format_size_for_user, is_venv, installed_using_pip) from raphodo.interprocess import ThreadNames from raphodo.viewutils import translateButtons version_details = namedtuple('version_details', 'version release_date url md5 changelog_url') class NewVersion(QObject): """ Check for and download a new version of the program. Runs in its own thread. """ checkMade = pyqtSignal(bool, version_details, version_details, str, bool, bool, bool) # See http://pyqt.sourceforge.net/Docs/PyQt5/signals_slots.html#the-pyqt-pyobject- # signal-argument-type bytesDownloaded = pyqtSignal('PyQt_PyObject') # don't convert python int to C++ int downloadSize = pyqtSignal('PyQt_PyObject') # don't convert python int to C++ int # if not empty, file downloaded okay and saved to this temp directory # if empty, file failed to download and verify fileDownloaded = pyqtSignal(str, bool) # signal True if downloaded tar passed md5sum check, else signal False # also include path to tar reverified = pyqtSignal(bool, str) def __init__(self, rapidApp): super().__init__() self.rapidApp = rapidApp self.rapidApp.checkForNewVersionRequest.connect(self.check) self.rapidApp.downloadNewVersionRequest.connect(self.download) self.installed_via_pip_check_made = False self.is_venv_check_made = False self.installed_via_pip = None # type: Optional[bool] self.is_venv = None # type: Optional[bool] @pyqtSlot() def start(self) -> None: context = zmq.Context.instance() self.thread_controller = context.socket(zmq.PAIR) self.thread_controller.connect('inproc://{}'.format(ThreadNames.new_version)) @pyqtSlot() def check(self) -> None: success = False dev_version = version_details('', '', '', '', '') stable_version = version_details('', '', '', '', '') download_page = '' no_upgrade = True try: r = requests.get(remote_versions_file) except: logging.debug("Failed to download versions file %s", remote_versions_file) else: status_code = r.status_code success = status_code == 200 if not success: logging.debug("Got error code %d while accessing versions file", status_code) self.status_code = r.status_code else: try: self.version = r.json() except: logging.error("Error %d accessing versions JSON file", status_code) success = False self.status_code = r.status_code else: stable = self.version['stable'] dev = self.version['dev'] # Dates in format 2019-08-10T08:01:00+00:00 dev_version = version_details( version=pkg_resources.parse_version(dev['version']), release_date=arrow.get(dev['date']).to('local'), url=dev['url'], md5=dev['md5'], changelog_url=dev['changelog'] ) stable_version = version_details( version=pkg_resources.parse_version(stable['version']), release_date=arrow.get(stable['date']).to('local'), url=stable['url'], md5 =stable['md5'], changelog_url=stable['changelog'] ) download_page = self.version['download_page'] no_upgrade = self.version['no_upgrade'] if not self.installed_via_pip_check_made: try: self.installed_via_pip = installed_using_pip() except Exception: logging.debug( "Exception encountered when checking if pip was used to install " "(probably the program has not been installed)" ) self.installed_via_pip = False if not self.is_venv_check_made: self.is_venv = is_venv() self.is_venv_check_made = True self.checkMade.emit( success, stable_version, dev_version, download_page, no_upgrade, self.installed_via_pip, self.is_venv ) def verifyDownload(self, downloaded_tar: str, md5_url: str) -> bool: """ Verifies downloaded tarball against the launchpad generated md5sum file. Exceptions not caught. :param downloaded_tar: local file :param md5_url: remote md5sum file for the download :return: True if md5sum matches, False otherwise, """ if not md5_url: return True r = requests.get(md5_url) assert r.status_code == 200 self.remote_md5 = r.text.split()[0] with open(downloaded_tar, 'rb') as tar: m = hashlib.md5() m.update(tar.read()) return m.hexdigest() == self.remote_md5 @pyqtSlot(str) def reVerifyDownload(self, downloaded_tar: str) -> None: """ Reverify a tar that has been downloaded. Emits signal reverified. All exceptions caught and logged. :param downloaded_tar: file to verify """ try: with open(downloaded_tar, 'rb') as tar: m = hashlib.md5() m.update(tar.read()) self.reverified.emit(m.hexdigest() == self.remote_md5, downloaded_tar) except (FileNotFoundError, OSError): logging.exception("Could not open tarfile %s for hash reverification", downloaded_tar) self.reverified.emit(False, '') except Exception: logging.exception( "Unknown exception when doing hash reverification of tarfile %s", downloaded_tar ) self.reverified.emit(False, '') def checkForCmd(self) -> Optional[bytes]: try: return self.thread_controller.recv(zmq.DONTWAIT) except zmq.Again: return None def handleDownloadNotCompleted(self, temp_dir: str, cancelled: bool=False) -> None: """ Cleanup download file and signal we're done :param temp_dir: the directory into which the file was downloaded :param cancelled: if True, the user cancelled the download """ # Delete the temporary directory and any file in it shutil.rmtree(temp_dir, ignore_errors=True) self.fileDownloaded.emit('', cancelled) @pyqtSlot(str, str) def download(self, tarball_url: str, md5_url: str): """ Downloads tarball from website e.g. Launchpad Deletes temp dir if download failed. Emits: - download size - bytes downloaded - filename if successful, blank filename if not :param tarball_url: tarball to download :param md5_url: md5sum of the download. If empty or None, will not do md5sum check for the download. """ temp_dir = create_temp_dir() if temp_dir is not None: try: r = requests.get(tarball_url, stream=True) assert r.status_code == 200 local_file = os.path.join(temp_dir, tarball_url.split('/')[-1]) chunk_size = 1024 bytes_downloaded = 0 total_size = int(r.headers['content-length']) self.downloadSize.emit(total_size) terminated = False with open(local_file, 'wb') as f: for chunk in r.iter_content(chunk_size=chunk_size): cmd = self.checkForCmd() if cmd is None: if chunk: # filter out keep-alive new chunks f.write(chunk) bytes_downloaded += chunk_size self.bytesDownloaded.emit(min(total_size, bytes_downloaded)) else: assert cmd == b'STOP' terminated = True break if terminated: self.handleDownloadNotCompleted(temp_dir=temp_dir, cancelled=True) else: try: if self.verifyDownload(local_file, md5_url): self.fileDownloaded.emit(local_file, False) else: self.handleDownloadNotCompleted(temp_dir=temp_dir) except Exception: self.handleDownloadNotCompleted(temp_dir=temp_dir) except Exception as e: logging.exception("Failed to download %s", tarball_url) self.handleDownloadNotCompleted(temp_dir=temp_dir) class NewVersionCheckDialog(QDialog): """ Dialog that shows to the user that the program is either checking for a new version or the results of such a check. The idea is to not create a temporary dialog to show it is checking and then another to show the results. As such, it has different states. Each state is associated with different buttons and a different message. """ def __init__(self, parent) -> None: super().__init__(parent) self.rapidApp = parent # type: 'RapidWindow' self.setModal(True) self.setSizeGripEnabled(False) self.dialog_detailed_result = None self.current_state = CheckNewVersionDialogState.check self.checkingLabel = QLabel(_('Checking for new version...')) self.noNewVersion = QLabel(_('You are running the latest version.')) self.failedToCheck = QLabel(_('Failed to contact the update server.')) self.url = "http://www.damonlynch.net/rapid/download.html" self.new_version_message = _('A new version of Rapid Photo Downloader (%s) is available.') self.new_version_message = '{}'.format(self.new_version_message) self.download_it = _('Do you want to download the new version?') + '
      ' self.changelog_msg = _('Changes in the new release can be viewed here.') for label in (self.checkingLabel, self.noNewVersion, self.failedToCheck): label.setAlignment(Qt.AlignLeft|Qt.AlignTop) self.newVersion = QLabel( self._makeDownloadMsg( '1.2.3a10', offer_download=True, changelog_url='' ) ) self.newVersion.setOpenExternalLinks(True) self.changelog = QLabel(self.changelog_msg) self.changelog.setOpenExternalLinks(True) self.messages = QStackedWidget() self.messages.addWidget(self.checkingLabel) self.messages.addWidget(self.noNewVersion) self.messages.addWidget(self.newVersion) self.messages.addWidget(self.failedToCheck) cancelBox = QDialogButtonBox(QDialogButtonBox.Cancel) translateButtons(cancelBox) cancelBox.rejected.connect(self.reject) self.downloadItBox = QDialogButtonBox(QDialogButtonBox.Yes | QDialogButtonBox.No) translateButtons(self.downloadItBox) # Translators: this text appears in a button - the & sets the s key in combination with # the alt key to act as the keyboard shortcut self.dlItSkipButton = QPushButton(_('&Skip this release')) self.dlItSkipButton.setDefault(False) self.downloadItBox.addButton(self.dlItSkipButton, QDialogButtonBox.RejectRole) self.dlItYesButton = self.downloadItBox.button(QDialogButtonBox.Yes) # type: QPushButton self.dlItNoButton = self.downloadItBox.button(QDialogButtonBox.No) # type: QPushButton self.downloadItBox.clicked.connect(self.downloadItClicked) closeBox = QDialogButtonBox(QDialogButtonBox.Close) translateButtons(closeBox) closeBox.rejected.connect(self.reject) openDownloadPageBox = QDialogButtonBox(QDialogButtonBox.Close) translateButtons(openDownloadPageBox) # Translators: this text appears in a button - the & sets the s key in combination with # the alt key to act as the keyboard shortcut self.openDlPageSkipButton = QPushButton(_('&Skip this release')) # Translators: this text appears in a button - the & sets the o key in combination with # the alt key to act as the keyboard shortcut self.openDlPageButton = QPushButton(_('&Open Download Page')) self.openDlPageButton.setDefault(True) openDownloadPageBox.addButton(self.openDlPageSkipButton, QDialogButtonBox.RejectRole) openDownloadPageBox.addButton(self.openDlPageButton, QDialogButtonBox.ActionRole) self.openDlCloseButton = openDownloadPageBox.button(QDialogButtonBox.Close) openDownloadPageBox.clicked.connect(self.openWebsiteClicked) self.buttons = QStackedWidget() self.buttons.addWidget(cancelBox) self.buttons.addWidget(closeBox) self.buttons.addWidget(self.downloadItBox) self.buttons.addWidget(openDownloadPageBox) self.messages.setCurrentIndex(0) self.buttons.setCurrentIndex(0) grid = QGridLayout() grid.addWidget(self.messages, 0, 0, 1, 2, Qt.AlignTop) grid.addWidget(self.buttons, 1, 0, 1, 2) self.setLayout(grid) self.setWindowTitle(_('Rapid Photo Downloader updates')) def _makeDownloadMsg(self, new_version_number: str, offer_download: bool, changelog_url: str) -> str: s1 = self.new_version_message % new_version_number s2 = self.changelog_msg % changelog_url s = '{}

      {}'.format(s1, s2) if offer_download: return '

      '.join((s, self.download_it)) else: return s def displayUserMessage(self, new_state: CheckNewVersionDialogState, version: Optional[str]=None, download_page: Optional[str]=None, changelog_url: Optional[str]=None) -> None: self.current_state = new_state if new_state == CheckNewVersionDialogState.check: self.messages.setCurrentIndex(0) self.buttons.setCurrentIndex(0) elif new_state == CheckNewVersionDialogState.failed_to_contact: self.messages.setCurrentIndex(3) self.buttons.setCurrentIndex(1) elif new_state == CheckNewVersionDialogState.have_latest_version: self.messages.setCurrentIndex(1) self.buttons.setCurrentIndex(1) else: assert new_state in (CheckNewVersionDialogState.open_website, CheckNewVersionDialogState.prompt_for_download) assert version is not None assert changelog_url is not None self.new_version_number = version self.url = download_page offer_download = new_state == CheckNewVersionDialogState.prompt_for_download self.newVersion.setText( self._makeDownloadMsg( version, offer_download=offer_download, changelog_url=changelog_url ) ) self.messages.setCurrentIndex(2) if offer_download: self.buttons.setCurrentIndex(2) yesButton = self.downloadItBox.button(QDialogButtonBox.Yes) # type: QPushButton yesButton.setDefault(True) else: self.buttons.setCurrentIndex(3) def reset(self) -> None: """ Reset appearance to default checking... """ self.current_state = CheckNewVersionDialogState.check self.messages.setCurrentIndex(0) self.buttons.setCurrentIndex(0) def downloadItClicked(self, button) -> None: if button == self.dlItYesButton: self.setResult(QDialog.Accepted) self.dialog_detailed_result = CheckNewVersionDialogResult.download super().accept() elif button == self.dlItNoButton: self.setResult(QDialog.Rejected) self.dialog_detailed_result = CheckNewVersionDialogResult.do_not_download super().reject() else: assert button == self.dlItSkipButton self.setResult(QDialog.Rejected) self.dialog_detailed_result = CheckNewVersionDialogResult.skip super().reject() def openWebsiteClicked(self, button) -> None: if button == self.openDlPageButton: self.setResult(QDialog.Accepted) self.dialog_detailed_result = CheckNewVersionDialogResult.open_website super().accept() elif button == self.openDlCloseButton: self.setResult(QDialog.Rejected) self.dialog_detailed_result = CheckNewVersionDialogResult.do_not_download super().reject() else: assert button == self.openDlPageSkipButton self.setResult(QDialog.Rejected) self.dialog_detailed_result = CheckNewVersionDialogResult.skip super().reject() class DownloadNewVersionDialog(QDialog): def __init__(self, parent=None, bytes_downloaded: int=0, download_size: int=0) -> None: super().__init__(parent) self.rapidApp = parent # type: 'RapidWindow' self.setModal(True) self.setSizeGripEnabled(False) self.download_size_display = format_size_for_user(download_size, zero_string='0 KB') bytes_downloaded_display = format_size_for_user(bytes_downloaded, zero_string='0 KB') # Translators: shows how much of a file has been downloaded e.g 123 KB of 1.3 MB # Translators: %(variable)s represents Python code, not a plural of the term # variable. You must keep the %(variable)s untranslated, or the program will # crash. self.text = _('%(downloaded)s of %(total)s') self.message = QLabel( self.text % dict(downloaded=bytes_downloaded_display, total=self.download_size_display) ) self.progressBar = QProgressBar() self.progressBar.setMinimumWidth(standardProgressBarWidth()) self.progressBar.setMaximum(download_size) self.progressBar.setValue(bytes_downloaded) buttonBox = QDialogButtonBox(QDialogButtonBox.Cancel) translateButtons(buttonBox) buttonBox.rejected.connect(self.reject) grid = QGridLayout() grid.addWidget(self.message, 0, 0, 1, 2) grid.addWidget(self.progressBar, 1, 0, 1, 2) grid.addWidget(buttonBox, 2, 0, 1, 2) self.setLayout(grid) self.setWindowTitle(_('Downloading...')) def updateProgress(self, bytes_downloaded: int) -> None: bytes_downloaded_display = format_size_for_user(bytes_downloaded, zero_string='0 KB') self.message.setText( self.text % dict(downloaded=bytes_downloaded_display, total=self.download_size_display) ) self.progressBar.setValue(bytes_downloaded) def setDownloadSize(self, download_size: int) -> None: self.download_size_display = format_size_for_user(download_size, zero_string='0 KB') self.progressBar.setMaximum(download_size) rapid-photo-downloader-0.9.23a1/raphodo/offload.py0000755000175000017500000000605313645661365022275 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2016 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-2016, Damon Lynch" import pickle import sys import logging import locale try: # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, '') except locale.Error: pass from PyQt5.QtGui import QGuiApplication from raphodo.interprocess import (DaemonProcess, OffloadData, OffloadResults, DownloadDestination) from raphodo.proximity import TemporalProximityGroups from raphodo.viewutils import ThumbnailDataForProximity from raphodo.folderspreview import FoldersPreview 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) if __name__ == '__main__': # Must initialize QGuiApplication to use QFont() and QFontMetrics app = QGuiApplication(sys.argv) offload = OffloadWorker() offload.run()rapid-photo-downloader-0.9.23a1/raphodo/panelview.py0000644000175000017500000001061013645661365022644 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" from typing import Optional from PyQt5.QtCore import (Qt, QSize) from PyQt5.QtGui import (QColor, QFontMetrics, QFont) from PyQt5.QtWidgets import ( QHBoxLayout, QLabel, QSizePolicy, QVBoxLayout, QWidget, QScrollArea, QFrame ) from raphodo.constants import minPanelWidth class QPanelView(QWidget): """ A header bar with a child widget. """ def __init__(self, label: str, headerColor: Optional[QColor]=None, headerFontColor: Optional[QColor]=None, parent: QWidget=None) -> None: super().__init__(parent) self.header = QWidget(self) if headerColor is not None: headerStyle = """QWidget { background-color: %s; }""" % headerColor.name() self.header.setStyleSheet(headerStyle) 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 not None: headerFontStyle = "QLabel {color: %s;}" % headerFontColor.name() self.label.setStyleSheet(headerFontStyle) 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 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) class QComputerScrollArea(QScrollArea): """ Places a QPanelView into a Scroll Area """ def __init__(self, panelView: QPanelView, parent=None): super().__init__(parent) self.setFrameShape(QFrame.NoFrame) self.setWidgetResizable(True) self.setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff) self.panelView = panelView self.setWidget(panelView) self.setMinimumSize(panelView.minimumSize())rapid-photo-downloader-0.9.23a1/raphodo/photoattributes.py0000644000175000017500000006702613645661365024127 0ustar damondamon00000000000000# Copyright (C) 2015-2019 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-2019, Damon Lynch" import resource import shlex import subprocess from enum import IntEnum import os import datetime from typing import Optional, Dict, Union, Tuple from tempfile import NamedTemporaryFile import gi gi.require_version('GExiv2', '0.10') from gi.repository import GExiv2 from PyQt5.QtGui import QImage from raphodo.utilities import format_size_for_user, stdchannel_redirected from raphodo.metadataphoto import MetaData, photo_date_time from raphodo.metadataexiftool import MetadataExiftool from raphodo.fileformats import FileType 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, Union[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: 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 self.iso = None # type: int self.height = None # type: int self.width = None # type: int self.model = None # type: str self.has_gps = False # type: bool self.orientation = None # type: str self.no_previews = None # type: int self.has_exif_thumbnail = False # type: bool self.exif_thumbnail_or_preview = None # type: bytes self.exif_thumbnail_height = None # type: int self.exif_thumbnail_width = None # type: int self.exif_thumbnail_details = None # type: str self.all_exif_values = dict() # type: Dict[str, Union[int, str, float, datetime.datetime]] self.has_app0 = None self.preview_source = None # type: PreviewSource self.preview_width = None # type: int self.preview_height = None # type: int self.preview_extension = None # type: str self.exif_thumbnail_and_preview_identical = None # type: bool self.preview_size_and_types = [] self.minimum_exif_read_size_in_bytes_orientation = None # type: int self.minimum_exif_read_size_in_bytes_datetime = None # type: int self.minimum_exif_read_size_in_bytes_thumbnail = None # type: int self.minimum_metadata_read_size_in_bytes_all = None # type: int 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() try: self.orientation = metadata.get_tag_string('Exif.Image.Orientation') except KeyError: pass 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) -> Optional[Tuple[int, int]]: 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( ['{}x{} {}'.format(width, 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: 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: 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) -> Optional[int]: 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 neeed 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 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: 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 += ' {}x{}'.format(self.width, self.height) if self.ext: s += ' {}'.format(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 += '{}\n'.format(self.model) elif self.file_name is not None: s += '{}\n'.format(os.path.split(self.file_name)[1]) if self.width is not None: s += '{}x{}\n'.format(self.width, self.height) if self.datetime: # type: datetime.datetime s += '{}\n'.format(self.datetime.strftime('%c')) if self.iso: s += 'ISO: {}\n'.format(self.iso) if self.orientation is not None: s += 'Orientation: {}\n'.format(self.orientation) if self.has_gps: s += 'Has GPS tag: True\n' if self.has_exif_thumbnail: s += 'Exif thumbnail: {}\n'.format(self.exif_thumbnail_details) if self.preview_source is not None: s += self.show_preview_source() if self.exif_thumbnail_and_preview_identical == 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 += 'All preview images: {}\n'.format(self.preview_size_and_types) if self.in_memory is not None: s += 'Disk cache after exif read:\n[{}]\n'.format(self.in_memory) if self.in_memory is not None and self.in_memory_post_thumb is not None: if self.in_memory != self.in_memory_post_thumb: s += 'Disk cache after thumbnail / preview extraction:\n[{}]\n'.format( self.in_memory_post_thumb ) 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 += 'Cached: {:,}KB of {:,}KB\n'.format(self.bytes_cached, self.total) else: s += 'Cached: {:,}KB(+{:,}KB after extraction) of {:,}KB\n'.format( self.bytes_cached, self.bytes_cached_post_thumb, self.total ) 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() try: self.orientation = metadata.orientation() except Exception: pass self.model = '{} {}'.format( 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( ['{}x{} {}'.format(width, 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 for b in range(start, stop, step): yield b 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_memoryrapid-photo-downloader-0.9.23a1/raphodo/preferencedialog.py0000644000175000017500000022067613645661365024167 0ustar damondamon00000000000000# Copyright (C) 2017-2020 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-2020, Damon Lynch" import webbrowser from typing import List import logging from PyQt5.QtCore import (Qt, pyqtSlot, pyqtSignal, QObject, QThread, QTimer, QSize) from PyQt5.QtWidgets import ( QWidget, QSizePolicy, QComboBox, QVBoxLayout, QLabel, QLineEdit, QSpinBox, QGridLayout, QAbstractItemView, QListWidgetItem, QHBoxLayout, QDialog, QDialogButtonBox, QCheckBox, QStyle, QStackedWidget, QApplication, QPushButton, QGroupBox, QFormLayout, QMessageBox, QButtonGroup, QRadioButton, QAbstractButton ) from PyQt5.QtGui import ( QShowEvent, QCloseEvent, QMouseEvent, QIcon, QFont, QFontMetrics, QPixmap, QPalette ) from raphodo.preferences import Preferences from raphodo.constants import ( KnownDeviceType, CompletedDownloads, TreatRawJpeg, MarkRawJpeg ) from raphodo.viewutils import QNarrowListWidget, translateButtons from raphodo.utilities import available_cpu_count, format_size_for_user, thousands from raphodo.cache import ThumbnailCacheSql from raphodo.constants import ConflictResolution from raphodo.utilities import ( current_version_is_dev_version, make_internationalized_list, version_check_disabled, available_languages ) from raphodo.fileformats import ( PHOTO_EXTENSIONS, AUDIO_EXTENSIONS, VIDEO_EXTENSIONS, VIDEO_THUMBNAIL_EXTENSIONS, ALL_KNOWN_EXTENSIONS ) import raphodo.qrc_resources as qrc_resources class ClickableLabel(QLabel): clicked = pyqtSignal() def mousePressEvent(self, event: QMouseEvent) -> None: self.clicked.emit() consolidation_implemented = False # consolidation_implemented = True 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'), _('Error Handling'), _('Warnings'), _('Consolidation'), _('Miscellaneous') ) icons = ( ":/prefs/devices.svg", ":/prefs/language.svg", ":/prefs/automation.svg", ":/prefs/thumbnails.svg", ":/prefs/error-handling.svg", ":/prefs/warnings.svg", ":/prefs/consolidation.svg", ":/prefs/miscellaneous.svg" ) else: self.chooser_items = ( _('Devices'), _('Language'), _('Automation'), _('Thumbnails'), _('Error Handling'), _('Warnings'), _('Miscellaneous') ) icons = ( ":/prefs/devices.svg", ":/prefs/language.svg", ":/prefs/automation.svg", ":/prefs/thumbnails.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)) 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( _('Use python-style ' 'regular ' 'expressions')) 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.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.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.autoDownloadStartup, 0, 0, 1, 2) automationBoxLayout.addWidget(self.autoDownloadInsertion, 1, 0, 1, 2) automationBoxLayout.addWidget(self.autoEject, 2, 0, 1, 2) automationBoxLayout.addWidget(self.autoExit, 3, 0, 1, 2) automationBoxLayout.addWidget(self.autoExitError, 4, 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.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,\ncomparing 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\ndownload. 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\ndownload. 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) if not version_check_disabled(): self.newVersionBox = QGroupBox(_('Version Check')) self.checkNewVersion = QCheckBox(_('Check for new version at startup')) self.checkNewVersion.setToolTip( _('Check for a new version of the program each time the program starts.') ) self.includeDevRelease = QCheckBox(_('Include development releases')) tip = _( 'Include alpha, beta and other development releases when checking for a new ' 'version of the program.\n\nIf you are currently running a development version, ' 'the check will always occur.' ) self.includeDevRelease.setToolTip(tip) self.setVersionCheckValues() self.checkNewVersion.stateChanged.connect(self.checkNewVersionChanged) self.includeDevRelease.stateChanged.connect(self.includeDevReleaseChanged) newVersionLayout = QGridLayout() newVersionLayout.addWidget(self.checkNewVersion, 0, 0, 1, 2) newVersionLayout.addWidget(self.includeDevRelease, 1, 1, 1, 1) newVersionLayout.setColumnMinimumWidth(0, checkbox_width) self.newVersionBox.setLayout(newVersionLayout) 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\nUseful 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.setMetdataValues() self.ignoreMdatatimeMtpDng.stateChanged.connect(self.ignoreMdatatimeMtpDngChanged) self.forceExiftool.stateChanged.connect(self.forceExiftoolChanged) metadataLayout = QVBoxLayout() metadataLayout.addWidget(self.ignoreMdatatimeMtpDng) metadataLayout.addWidget(self.forceExiftool) 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() if not version_check_disabled(): miscLayout.addWidget(self.newVersionBox) 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.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 ) translateButtons(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.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 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) 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 = 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 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 = QMessageBox(parent=self) msgBox.setWindowTitle(_('Purge Thumbnail Cache')) msgBox.setText(message) msgBox.setIcon(QMessageBox.Question) msgBox.setStandardButtons(QMessageBox.Yes|QMessageBox.No) 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 = QMessageBox(parent=self) msgBox.setWindowTitle(_('Optimize Thumbnail Cache')) msgBox.setText(message) msgBox.setIcon(QMessageBox.Question) msgBox.setStandardButtons(QMessageBox.Yes|QMessageBox.No) if msgBox.exec_() == QMessageBox.Yes: self.prefs.purge_thumbnails = False self.prefs.optimize_thumbnail_db = True else: self.prefs.optimize_thumbnail_db = False @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(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_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 ('conflict_resolution', 'backup_duplicate_overwrite'): self.prefs.restore(value) self.setErrorHandingValues() elif row == 5: 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 == 6 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 == 7 and consolidation_implemented) or (row == 6 and not consolidation_implemented): if not version_check_disabled(): self.prefs.restore('check_for_new_versions') for value in ('include_development_release', 'ignore_mdatatime_for_mtp_dng', 'force_exiftool'): self.prefs.restore(value) if not consolidation_implemented: self.prefs.restore('completed_downloads') if not version_check_disabled(): self.setVersionCheckValues() 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 = '#errorhandlingpreferences' elif row == 5: location = '#warningpreferences' elif row == 6: if consolidation_implemented: location = '#consolidationpreferences' else: location = '#miscellaneousnpreferences' elif row == 7: location = '#miscellaneousnpreferences' else: location = '' webbrowser.open_new_tab( "https://www.damonlynch.net/rapid/documentation/{}".format(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) translateButtons(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 = QMessageBox(parent=self) msgbox.setWindowTitle(title) msgbox.setText(message) msgbox.setDetailedText(details) msgbox.setIcon(QMessageBox.Information) 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_() rapid-photo-downloader-0.9.23a1/raphodo/preferences.py0000644000175000017500000011422413645661365023161 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2020 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-2020, Damon Lynch" import logging import re import os import pkg_resources import datetime from typing import List, Tuple, Optional from PyQt5.QtCore import QSettings, QTime, Qt from raphodo.storage import ( xdg_photos_directory, xdg_videos_directory, xdg_photos_identifier, xdg_videos_identifier ) from raphodo.generatenameconfig import * import raphodo.constants as constants from raphodo.constants import PresetPrefType, FileType from raphodo.utilities import available_cpu_count, make_internationalized_list import raphodo.__about__ from raphodo.fileformats import ALL_KNOWN_EXTENSIONS 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, use_regular_expressions=False): """ :type ignored_paths: List[str] :type use_regular_expressions: bool """ 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 :return: True|False """ # 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 += '.*{}s$|'.format(path) except re.error: logging.error("Ignoring malformed regular expression: {}".format(path)) error_encountered = True if pattern: pattern = pattern[:-1] try: self.re_pattern = re.compile(pattern) except re.error: logging.error('This regular expression is invalid: {}'.format(pattern)) self.re_pattern = None error_encountered = True logging.debug("Ignored paths regular expression pattern: {}".format(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( "%s %s:%s" % (self.downloads_today[0], hour, minute), "%Y-%m-%d %H:%M" ) except: 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 = "%s:%s" % (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 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=xdg_photos_directory(), video_download_folder=xdg_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=True, 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='', ) 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'], use_re_ignored_paths=False, volume_whitelist=[''], volume_blacklist=[''], camera_blacklist=[''], ) backup_defaults = dict( backup_files=False, backup_device_autodetection=True, photo_backup_identifier=xdg_photos_identifier(), video_backup_identifier=xdg_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 ) performance_defaults = dict( generate_thumbnails=True, use_thumbnail_cache=True, save_fdo_thumbnails=True, max_cpu_cores=max(available_cpu_count(physical_only=True), 2), 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, ) 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, ) group_names = ( 'Program', 'Rename', 'Timeline', 'Display', 'Device', 'Backup', 'Automation', 'Performance', 'ErrorHandling', 'Destinations', 'VersionCheck', 'RestartDirectives', 'Metadata' ) 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(): if isinstance(value, list): t = type(value[0]) else: t = 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: Optional[str]=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 restore(self, key: str) -> None: self[key] = self.defaults[key] def get_preset(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_preset(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_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_preset(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_preset( 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): if (pref_list[i+1] or pref_list[i+2]): c = ':' else: c = '' s = "%s%s " % (pref_list[i], c) if pref_list[i+1]: s = "%s%s" % (s, pref_list[i+1]) if pref_list[i+2]: s = "%s (%s)" % (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""" for i in range(0, len(pref_list), 3): if pref_list[i] == JOB_CODE: return True return False 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 most_recent_job_code(self, missing: Optional[str]=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_subfolder_index(self, preset_pref_lists: List[List[str]]) -> int: """ Matches the photo pref list with program subfolder 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_SUBFOLDER_MENU_DEFAULTS + photo subfolder presets if it matches """ subfolders = PHOTO_SUBFOLDER_MENU_DEFAULTS_CONV + tuple(preset_pref_lists) try: return subfolders.index(self.photo_subfolder) except ValueError: return -1 def video_subfolder_index(self, preset_pref_lists: List[List[str]]) -> int: """ Matches the photo pref list with program subfolder 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_SUBFOLDER_MENU_DEFAULTS + video subfolder presets if it matches """ subfolders = VIDEO_SUBFOLDER_MENU_DEFAULTS_CONV + tuple(preset_pref_lists) try: return subfolders.index(self.video_subfolder) except ValueError: return -1 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: l = self[key] l.remove(value) self[key] = l 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) -> None: """ Upgrade the user's preferences if needed. :param previous_version: previous version as returned by pkg_resources.parse_version """ photo_video_rename_change = pkg_resources.parse_version('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 = pkg_resources.parse_version('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 = pkg_resources.parse_version('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, type(True)) 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 = pkg_resources.parse_version('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, type(True)) 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 = pkg_resources.parse_version('0.9.19b2') key = 'ignored_paths' group = 'device_defaults' 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 self.add_list_value(key=key, value=value) 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 rapid-photo-downloader-0.9.23a1/raphodo/primarybutton.py0000644000175000017500000001124013645661365023571 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" import math from PyQt5.QtCore import QSize from PyQt5.QtGui import (QFont, QIcon, QFontMetrics, QGuiApplication) from PyQt5.QtWidgets import (QPushButton, QSizePolicy) from raphodo.rotatedpushbutton import FlatButton class TopPushButton(QPushButton, FlatButton): def __init__(self, text, extra_top: int=0, parent=None) -> None: super().__init__(text, 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() padding_side = math.ceil(font_height / 3.5) padding_bottom = math.ceil(font_height / 5.6) padding_top = padding_bottom + extra_top padding = 'padding-left: {padding_side}px; padding-right: {padding_side}px; padding-top: ' \ '{padding_top}px; padding-bottom: {padding_bottom}px;'.format( padding_top=padding_top, padding_side=padding_side, padding_bottom=padding_bottom) self.setFlatStyle(self, darker_if_checked=False, padding=padding) def setIcon(self, icon: QIcon) -> None: super().setIcon(icon) self.setIconSize(QSize(self.top_row_icon_size, self.top_row_icon_size)) class DownloadButton(QPushButton): """ Button used to initiate downloads """ def __init__(self, text: str, parent=None) -> None: super().__init__(text, parent) self.setSizePolicy(QSizePolicy.Maximum, QSizePolicy.Maximum) font_height = QFontMetrics(self.font()).tightBoundingRect( _('Download 8 Photos and 10 Videos')).height() padding = math.ceil(font_height * 1.7) height = font_height // 2 * 6 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() 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(""" QPushButton { background-color: %(color)s; outline: none; padding-left: %(padding)dpx; padding-right: %(padding)dpx; border-radius: %(radius)dpx; border: 1px solid %(borderColor)s; height: %(height)dpx; color: %(textcolor)s; } QPushButton:hover { background-color: %(hoverColor)s; border: 1px solid %(hoverBorderColor)s; } QPushButton:disabled { background-color: %(disabledColor)s; color: %(disabledTextColor)s; border: 1px solid %(disabledBorderColor)s; } """ % dict( color=primaryColor.name(), padding=padding, borderColor=borderColor.name(), hoverColor=hoverColor.name(), hoverBorderColor=hoverBorderColor.name(), height=height, radius=radius, textcolor=primaryTextColor.name(), disabledColor=disabledColor.name(), disabledTextColor=disabledTextColor.name(), disabledBorderColor=disabledBorderColor.name() ) ) rapid-photo-downloader-0.9.23a1/raphodo/problemnotification.py0000755000175000017500000005416313645661365024737 0ustar damondamon00000000000000# Copyright (C) 2010-2020 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 human readable manner. Multiple metadata problems can occur: group them. Distinguish error severity """ __author__ = 'Damon Lynch' __copyright__ = "Copyright 2010-2020, Damon Lynch" from collections import deque from typing import Tuple, Optional, List, Union, Iterator from html import escape import logging from raphodo.utilities import make_internationalized_list from raphodo.constants import ErrorType from raphodo.camera import gphoto2_named_error def make_href(name: str, uri: str) -> str: """ Construct a hyperlink. """ # Note: keep consistent with ErrorReport._saveUrls() return '{}'.format(uri, escape(name)) class Problem: def __init__(self, name: Optional[str]=None, uri: Optional[str]=None, exception: Optional[Exception]=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: Optional[str]=None, uri: Optional[str]=None, exception: Optional[Exception]=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: Optional[Exception] 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: Optional[str]='', uri: Optional[str]='', problem: Optional[Problem]=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 rapid-photo-downloader-0.9.23a1/raphodo/programversions.py0000644000175000017500000000453713645661365024125 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2020 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-2020, Damon Lynch" import re import subprocess from typing import Optional import gi gi.require_version('GExiv2', '0.10') from gi.repository import GExiv2 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 = '{0:06d}'.format(GExiv2.get_version()) return '{}.{}.{}'.format(v[0:2], v[2:4], v[4:6]).replace('00', '0') def exiv2_version() -> Optional[str]: """ :return: version number of exiv2, if available, else None """ # exiv2 outputs a verbose version string, e.g. the first line is # '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()rapid-photo-downloader-0.9.23a1/raphodo/proximity.py0000644000175000017500000025164413645661365022734 0ustar damondamon00000000000000# Copyright (C) 2015-2020 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-2020, Damon Lynch" from collections import (namedtuple, defaultdict, deque, Counter) from operator import attrgetter import locale from datetime import datetime import logging from itertools import groupby import pickle from pprint import pprint from typing import Dict, List, Tuple, Set, Optional, DefaultDict import arrow.arrow from arrow.arrow import Arrow from PyQt5.QtCore import ( QAbstractTableModel, QModelIndex, Qt, QSize, QSizeF, QRect, QItemSelection, QItemSelectionModel, QBuffer, QIODevice, pyqtSignal, pyqtSlot, QRectF, QPoint, ) from PyQt5.QtWidgets import ( QTableView, QStyledItemDelegate, QSlider, QLabel, QVBoxLayout, QStyleOptionViewItem, QStyle, QAbstractItemView, QWidget, QHBoxLayout, QSizePolicy, QSplitter, QScrollArea, QStackedWidget, QToolButton, QAction ) from PyQt5.QtGui import ( QPainter, QFontMetrics, QFont, QColor, QGuiApplication, QPixmap, QPalette, QMouseEvent, QIcon, QFontMetricsF ) from raphodo.constants import ( FileType, Align, proximity_time_steps, TemporalProximityState, fileTypeColor, CustomColors, DarkGray, MediumGray, DoubleDarkGray ) from raphodo.rpdfile import FileTypeCounter from raphodo.preferences import Preferences from raphodo.viewutils import ( ThumbnailDataForProximity, QFramedWidget, QFramedLabel, scaledIcon ) from raphodo.timeutils import locale_time, strip_zero, make_long_date_format, strip_am, strip_pm from raphodo.utilities import runs from raphodo.constants import Roles 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 >>> 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 different process to that of main window. """ def __init__(self): self.depth = None self.row_heights = [] # type: List[int] self.col_widths = None # type: Optional[Tuple[int]] # 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) 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 'MetaUid(%r %r)' % (self._no_uids, self._uids) 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 C0l 3: 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: Optional[int] # 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 calender 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 'TemporalProximityGroups with {} rows and depth of {}'.format( len(self.rows), 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] 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() class TemporalProximityModel(QAbstractTableModel): tooltip_image_size = QSize(90, 90) # FIXME high DPI? def __init__(self, rapidApp, groups: TemporalProximityGroups=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 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 if role == 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 if column == 0: return proximity_row.year, proximity_row.month elif column == 1: return proximity_row.weekday, proximity_row.day else: return proximity_row.proximity, proximity_row.new_file, invalid_row, invalid_rows elif role == Roles.uids: prow = self.groups.row_span_for_column_starts_at_row[(row, 2)] uids = self.groups.uids.uids(2)[prow] return uids elif role == Qt.ToolTipRole: thumbnails = self.rapidApp.thumbnailModel.thumbnails try: if column == 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] ) elif column == 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] ) else: 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 as e: 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 = ''.format(image) if length == 1: center = html_image2 = '' else: pixmap = thumbnails[uids[-1]] # type: QPixmap image = base64_thumbnail(pixmap, self.tooltip_image_size) if length == 2: center = ' ' else: center = ' … ' html_image2 = ''.format(image) tooltip = '{}
      {} {} {}
      {}'.format( date, html_image1, center, html_image2, file_types ) return tooltip 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('{} | {} | {}'.format(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('Col {}: {}'.format(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') 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.darkerGray = QColor(DoubleDarkGray) 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.highlightText = palette.highlightedText().color() self.newFileColor = QColor(CustomColors.color7.value) self.dv = None # type: ProximityDisplayValues def paint(self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex) -> None: row = index.row() column = index.column() optionRectF = QRectF(option.rect) if column == 0: # Month and year painter.save() if option.state & QStyle.State_Selected: color = self.highlight textColor = self.highlightText barColor = self.darkerHighlight else: color = self.darkGray textColor = self.dv.tableColor barColor = self.darkerGray 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(1, 0, 1, optionRectF.width()) painter.restore() elif column == 1: # Day of the month painter.save() if option.state & QStyle.State_Selected: color = self.highlight weekdayColor = self.highlightText dayColor = self.highlightText barColor = self.darkerHighlight else: color = self.darkGray weekdayColor = QColor(221, 221, 221) dayColor = QColor(Qt.white) barColor = self.darkerGray 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( 0, optionRectF.height() - 1, optionRectF.width(), optionRectF.height() - 1 ) painter.restore() elif column == 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: color = self.highlight # TODO take into account dark themes if new_file: textColor = self.highlightText else: textColor = self.darkGray else: color = self.dv.tableColor if new_file: textColor = QColor(Qt.white) else: textColor = 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 ) if align is 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) elif align == 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) else: 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) if align is None: painter.drawText(rect, Qt.AlignLeft | Qt.AlignVCenter, text) elif align == Align.bottom: rect.setHeight(rect.height() - self.dv.col2_v_padding_half) painter.drawText(rect, Qt.AlignLeft | Qt.AlignBottom, text) else: 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: painter.setPen(self.darkerHighlight) else: painter.setPen(self.dv.tableColorDarker) painter.translate(optionRectF.x(), optionRectF.y()) painter.drawLine( 0, optionRectF.height() - 1, self.dv.col_widths[2], optionRectF.height() - 1 ) painter.restore() else: 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) self.setShowGrid(False) 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: # 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) @pyqtSlot(int) def scrollThumbnails(self, value) -> None: index = self.indexAt(QPoint(200, 0)) # type: QModelIndex if index.isValid(): if self.selectedIndexes(): # 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 not index in self.selectedIndexes(): return thumbnailView = self.rapidApp.thumbnailView thumbnailView.setScrollTogether(False) model = self.model() uids = model.data(index, Roles.uids) thumbnailView.scrollToUids(uids=uids) thumbnailView.setScrollTogether(True) 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 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(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(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 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.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] 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 ) self.temporalValuePicker = TemporalValuePicker(self.prefs.get_proximity()) self.temporalValuePicker.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Minimum) 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 = '{}'.format(description) generation_pending = '{}'.format(generation_pending) generating = '{}'.format(generating) adjust = '{}'.format(adjust) ctime_vs_mtime = '{}'.format(ctime_vs_mtime) palette = QPalette() palette.setColor(QPalette.Window, palette.color(palette.Base)) # TODO assign this value from somewhere else - rapidApp.standard_spacing not yet defined margin = 6 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) self.explanation = QWidget() layout = QVBoxLayout() border_width = QSplitter().lineWidth() layout.setContentsMargins(border_width, border_width, border_width, border_width) layout.setSpacing(0) self.explanation.setLayout(layout) layout.addWidget(self.description) layout.addWidget(self.adjust) 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) for label in (self.description, self.generationPending, self.generating, self.ctime_vs_mtime): label.setAlignment(Qt.AlignTop) label.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.MinimumExpanding) self.adjust.setSizePolicy(QSizePolicy.Preferred, QSizePolicy.Minimum) layout = QVBoxLayout() self.setLayout(layout) layout.setContentsMargins(0, 0, 0, 0) self.stackedWidget = QStackedWidget() for label in (self.explanation, self.generationPending, self.generating, self.ctime_vs_mtime): scrollArea = QScrollArea() scrollArea.setWidgetResizable(True) scrollArea.setWidget(label) self.stackedWidget.addWidget(scrollArea) self.stackedWidget.addWidget(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.autoScrollButton = QToolButton(self) icon = scaledIcon(':/icons/link.svg', self.autoScrollButton.iconSize()) self.autoScrollButton.setIcon(icon) self.autoScrollButton.setAutoRaise(True) self.autoScrollButton.setCheckable(True) self.autoScrollButton.setToolTip( _('Toggle synchronizing Timeline and thumbnail scrolling (Ctrl-T)') ) self.autoScrollButton.setChecked(not self.prefs.auto_scroll) self.autoScrollAct = QAction( '', self, shortcut="Ctrl+T", triggered=self.autoScrollActed, icon=icon ) self.autoScrollButton.addAction(self.autoScrollAct) style = "QToolButton {padding: 2px;} QToolButton::menu-indicator {image: none;}" self.autoScrollButton.setStyleSheet(style) self.autoScrollButton.clicked.connect(self.autoScrollClicked) pickerLayout = QHBoxLayout() pickerLayout.setSpacing(0) pickerLayout.addWidget(self.temporalValuePicker) pickerLayout.addWidget(self.autoScrollButton) layout.addWidget(self.stackedWidget) layout.addLayout(pickerLayout) self.stackedWidget.setCurrentIndex(0) self.temporalValuePicker.valueChanged.connect(self.temporalValueChanged) if self.prefs.auto_scroll: self.setTimelineThumbnailAutoScroll(self.prefs.auto_scroll) self.suppress_auto_scroll_after_timeline_select = False @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 as e: 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 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, height) for idx, width in enumerate(proximity_groups.display_values.col_widths): self.temporalProximityView.setColumnWidth(idx, 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(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 @pyqtSlot(int) def temporalValueChanged(self, minutes: int) -> None: self.prefs.set_proximity(minutes=minutes) if self.state == TemporalProximityState.generated: self.setState(TemporalProximityState.generating) self.rapidApp.generateTemporalProximityTableData( reason="the duration between consecutive shots has changed") elif self.state == TemporalProximityState.generating: self.state = TemporalProximityState.regenerate 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 scrollToUid(self, uid: bytes) -> None: """ Scroll to this uid in the Timeline. :param uid: uid to scroll to """ if self.state == TemporalProximityState.generated: if self.suppress_auto_scroll_after_timeline_select: self.suppress_auto_scroll_after_timeline_select = False else: view = self.temporalProximityView model = self.temporalProximityModel row = model.groups.uid_to_row(uid=uid) index = model.index(row, 2) view.scrollTo(index, QAbstractItemView.PositionAtTop) 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.setScrollTogether(on) self.rapidApp.thumbnailView.setScrollTogether(on) 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 if on: view.verticalScrollBar().valueChanged.connect(view.scrollThumbnails) else: view.verticalScrollBar().valueChanged.disconnect(view.scrollThumbnails) @pyqtSlot(bool) def autoScrollClicked(self, checked: bool) -> None: self.prefs.auto_scroll = not checked self.setTimelineThumbnailAutoScroll(not checked) @pyqtSlot(bool) def autoScrollActed(self, on: bool) -> None: self.autoScrollButton.animateClick() rapid-photo-downloader-0.9.23a1/raphodo/qrc_resources.py0000644000175000017500007015270313645661365023552 0ustar damondamon00000000000000# -*- coding: utf-8 -*- # Resource object code # # Created by: The Resource Compiler for PyQt5 (Qt v5.14.1) # # 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\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\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\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\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\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\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\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\x05\x1b\ \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\x34\x22\x0a\x20\ \x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\x0a\ \x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x35\x31\x32\x70\x74\x22\ \x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\ \x20\x35\x31\x32\x20\x35\x31\x32\x22\x0a\x20\x20\x20\x68\x65\x69\ \x67\x68\x74\x3d\x22\x35\x31\x32\x70\x74\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\x67\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x67\x38\x31\x38\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x32\x35\x36\ \x20\x30\x63\x2d\x31\x34\x31\x2e\x31\x36\x34\x30\x36\x32\x20\x30\ \x2d\x32\x35\x36\x20\x31\x31\x34\x2e\x38\x33\x35\x39\x33\x38\x2d\ \x32\x35\x36\x20\x32\x35\x36\x73\x31\x31\x34\x2e\x38\x33\x35\x39\ \x33\x38\x20\x32\x35\x36\x20\x32\x35\x36\x20\x32\x35\x36\x20\x32\ \x35\x36\x2d\x31\x31\x34\x2e\x38\x33\x35\x39\x33\x38\x20\x32\x35\ \x36\x2d\x32\x35\x36\x2d\x31\x31\x34\x2e\x38\x33\x35\x39\x33\x38\ \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\x34\x30\x36\x32\x63\ \x2d\x34\x2e\x31\x36\x30\x31\x35\x36\x20\x34\x2e\x31\x36\x30\x31\ \x35\x37\x2d\x39\x2e\x36\x32\x31\x30\x39\x34\x20\x36\x2e\x32\x35\ \x33\x39\x30\x37\x2d\x31\x35\x2e\x30\x38\x32\x30\x33\x31\x20\x36\ \x2e\x32\x35\x33\x39\x30\x37\x2d\x35\x2e\x34\x36\x30\x39\x33\x38\ \x20\x30\x2d\x31\x30\x2e\x39\x32\x35\x37\x38\x31\x2d\x32\x2e\x30\ \x39\x33\x37\x35\x2d\x31\x35\x2e\x30\x38\x32\x30\x33\x31\x2d\x36\ \x2e\x32\x35\x33\x39\x30\x37\x6c\x2d\x31\x30\x36\x2e\x36\x36\x37\ \x39\x36\x39\x2d\x31\x30\x36\x2e\x36\x36\x34\x30\x36\x32\x63\x2d\ \x34\x2e\x30\x31\x31\x37\x31\x39\x2d\x33\x2e\x39\x38\x38\x32\x38\ \x31\x2d\x36\x2e\x32\x35\x2d\x39\x2e\x34\x31\x30\x31\x35\x36\x2d\ \x36\x2e\x32\x35\x2d\x31\x35\x2e\x30\x38\x32\x30\x33\x31\x76\x2d\ \x31\x33\x38\x2e\x36\x36\x37\x39\x36\x39\x63\x30\x2d\x31\x31\x2e\ \x37\x39\x36\x38\x37\x35\x20\x39\x2e\x35\x35\x34\x36\x38\x37\x2d\ \x32\x31\x2e\x33\x33\x32\x30\x33\x31\x20\x32\x31\x2e\x33\x33\x32\ \x30\x33\x31\x2d\x32\x31\x2e\x33\x33\x32\x30\x33\x31\x73\x32\x31\ \x2e\x33\x33\x32\x30\x33\x31\x20\x39\x2e\x35\x33\x35\x31\x35\x36\ \x20\x32\x31\x2e\x33\x33\x32\x30\x33\x31\x20\x32\x31\x2e\x33\x33\ \x32\x30\x33\x31\x76\x31\x32\x39\x2e\x38\x33\x35\x39\x33\x38\x6c\ \x31\x30\x30\x2e\x34\x31\x37\x39\x36\x39\x20\x31\x30\x30\x2e\x34\ \x31\x34\x30\x36\x32\x63\x38\x2e\x33\x33\x39\x38\x34\x34\x20\x38\ \x2e\x33\x34\x33\x37\x35\x20\x38\x2e\x33\x33\x39\x38\x34\x34\x20\ \x32\x31\x2e\x38\x32\x34\x32\x31\x39\x20\x30\x20\x33\x30\x2e\x31\ \x36\x34\x30\x36\x32\x7a\x6d\x30\x20\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x32\x22\x0a\x20\x20\ \x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\ \x3a\x23\x33\x63\x33\x63\x33\x63\x3b\x66\x69\x6c\x6c\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\x04\x44\ \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\x77\x69\x64\x74\x68\x3d\x22\x32\x34\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x32\x34\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x33\x33\x33\x30\x22\x3e\ \x0a\x20\x20\x3c\x64\x65\x66\x73\x0a\x20\x20\x20\x20\x20\x69\x64\ \x3d\x22\x64\x65\x66\x73\x31\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\x33\x33\x33\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\x70\x61\x74\ \x68\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\ \x31\x32\x32\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\ \x22\x63\x6f\x6c\x6f\x72\x3a\x23\x66\x66\x66\x66\x66\x66\x3b\x66\ \x69\x6c\x6c\x3a\x23\x33\x63\x33\x63\x33\x63\x22\x0a\x20\x20\x20\ \x20\x20\x64\x3d\x22\x4d\x20\x31\x32\x2c\x32\x20\x43\x20\x31\x30\ \x2e\x33\x33\x38\x2c\x32\x20\x39\x2c\x33\x2e\x33\x33\x38\x20\x39\ \x2c\x35\x20\x6c\x20\x30\x2c\x38\x20\x63\x20\x30\x2c\x31\x2e\x36\ \x36\x32\x20\x31\x2e\x33\x33\x38\x2c\x33\x20\x33\x2c\x33\x20\x31\ \x2e\x36\x36\x32\x2c\x30\x20\x33\x2c\x2d\x31\x2e\x33\x33\x38\x20\ \x33\x2c\x2d\x33\x20\x4c\x20\x31\x35\x2c\x35\x20\x43\x20\x31\x35\ \x2c\x33\x2e\x33\x33\x38\x20\x31\x33\x2e\x36\x36\x32\x2c\x32\x20\ \x31\x32\x2c\x32\x20\x5a\x20\x6d\x20\x2d\x36\x2c\x37\x20\x30\x2c\ \x31\x20\x31\x2c\x30\x20\x30\x2c\x33\x20\x63\x20\x30\x2c\x32\x2e\ \x34\x32\x33\x38\x20\x31\x2e\x37\x31\x37\x35\x2c\x34\x2e\x34\x34\ \x31\x35\x20\x34\x2c\x34\x2e\x39\x30\x36\x32\x20\x4c\x20\x31\x31\ \x2c\x32\x30\x20\x6c\x20\x2d\x31\x2c\x30\x20\x30\x2c\x31\x20\x34\ \x2c\x30\x20\x30\x2c\x2d\x31\x20\x2d\x31\x2c\x30\x20\x30\x2c\x2d\ \x32\x2e\x30\x39\x33\x38\x20\x43\x20\x31\x35\x2e\x32\x38\x33\x2c\ \x31\x37\x2e\x34\x34\x31\x35\x20\x31\x37\x2c\x31\x35\x2e\x34\x32\ \x33\x38\x20\x31\x37\x2c\x31\x33\x20\x6c\x20\x30\x2c\x2d\x33\x20\ \x31\x2c\x30\x20\x30\x2c\x2d\x31\x20\x2d\x31\x2c\x30\x20\x2d\x31\ \x2c\x30\x20\x30\x2c\x34\x20\x63\x20\x30\x2c\x32\x2e\x32\x31\x36\ \x20\x2d\x31\x2e\x37\x38\x34\x2c\x34\x20\x2d\x34\x2c\x34\x20\x43\ \x20\x39\x2e\x37\x38\x34\x2c\x31\x37\x20\x38\x2c\x31\x35\x2e\x32\ \x31\x36\x20\x38\x2c\x31\x33\x20\x4c\x20\x38\x2c\x39\x20\x37\x2c\ \x39\x20\x36\x2c\x39\x20\x5a\x22\x20\x2f\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\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\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\x04\xf2\ \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\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x37\x33\x38\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\x39\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\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x34\ \x64\x34\x64\x34\x64\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\x35\x32\x31\x2c\x2d\x31\x39\x35\x29\x22\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x6c\x61\x79\x65\x72\x31\x33\x22\x3e\x0a\ \x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\ \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\ \x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x63\ \x6f\x6c\x6f\x72\x3a\x23\x62\x65\x62\x65\x62\x65\x3b\x66\x69\x6c\ \x6c\x3a\x23\x34\x64\x34\x64\x34\x64\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x39\x37\x35\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\ \x0a\ \x00\x00\x09\x22\ \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\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x37\x33\x38\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\x39\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\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x34\ \x64\x34\x64\x34\x64\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\x69\x64\x3d\x22\x67\x34\x39\x35\x33\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x70\x61\x74\x68\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\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\x34\x64\x34\x64\x34\x64\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x70\x61\x74\x68\x31\x30\x30\x36\x35\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\ \x0a\ \x00\x00\x04\xb3\ \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\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x37\x33\x38\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\x39\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\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x34\ \x64\x34\x64\x34\x64\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\x32\x32\x31\x2c\x2d\x34\x36\x36\x2e\x33\x38\x39\x38\x33\ \x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x6c\x61\x79\x65\ \x72\x31\x30\x22\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\x0a\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x32\x32\x33\x2e\ \x35\x2c\x34\x36\x38\x20\x63\x20\x2d\x31\x2e\x33\x38\x35\x2c\x30\ \x20\x2d\x32\x2e\x35\x2c\x31\x2e\x31\x31\x35\x20\x2d\x32\x2e\x35\ \x2c\x32\x2e\x35\x20\x6c\x20\x30\x2c\x38\x20\x63\x20\x30\x2c\x31\ \x2e\x33\x38\x35\x20\x31\x2e\x31\x31\x35\x2c\x32\x2e\x35\x20\x32\ \x2e\x35\x2c\x32\x2e\x35\x20\x6c\x20\x31\x31\x2c\x30\x20\x63\x20\ \x31\x2e\x33\x38\x35\x2c\x30\x20\x32\x2e\x35\x2c\x2d\x31\x2e\x31\ \x31\x35\x20\x32\x2e\x35\x2c\x2d\x32\x2e\x35\x20\x6c\x20\x30\x2c\ \x2d\x38\x20\x63\x20\x30\x2c\x2d\x31\x2e\x33\x38\x35\x20\x2d\x31\ \x2e\x31\x31\x35\x2c\x2d\x32\x2e\x35\x20\x2d\x32\x2e\x35\x2c\x2d\ \x32\x2e\x35\x20\x7a\x20\x6d\x20\x30\x2c\x39\x20\x31\x31\x2c\x30\ \x20\x30\x2e\x35\x2c\x30\x20\x30\x2c\x31\x2e\x35\x20\x63\x20\x30\ \x2c\x30\x2e\x32\x37\x37\x20\x2d\x30\x2e\x32\x32\x33\x2c\x30\x2e\ \x35\x20\x2d\x30\x2e\x35\x2c\x30\x2e\x35\x20\x6c\x20\x2d\x31\x31\ \x2c\x30\x20\x63\x20\x2d\x30\x2e\x32\x37\x37\x2c\x30\x20\x2d\x30\ \x2e\x35\x2c\x2d\x30\x2e\x32\x32\x33\x20\x2d\x30\x2e\x35\x2c\x2d\ \x30\x2e\x35\x20\x6c\x20\x30\x2c\x2d\x31\x2e\x35\x20\x7a\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\ \x6c\x6c\x3a\x23\x34\x64\x34\x64\x34\x64\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x38\x34\x36\x33\x22\ \x20\x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\ \x3e\x0a\ \x00\x00\x0c\x5d\ \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\x39\x36\x22\x0a\ \x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\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\ \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\x6e\x6f\x6e\x65\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\x23\x33\x33\x33\x33\x33\x33\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\ \x31\x35\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\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\x20\x20\ \x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x33\x38\x31\x2e\x39\x37\x39\ \x38\x38\x2c\x33\x35\x35\x2e\x33\x36\x32\x36\x31\x20\x63\x20\x2d\ \x31\x30\x2e\x30\x30\x33\x39\x36\x2c\x30\x20\x2d\x39\x2e\x38\x38\ \x37\x33\x2c\x33\x2e\x39\x31\x33\x30\x36\x20\x2d\x31\x30\x2e\x30\ \x30\x33\x39\x36\x2c\x31\x34\x20\x6c\x20\x30\x2c\x34\x37\x2e\x39\ \x39\x39\x36\x31\x20\x63\x20\x30\x2e\x31\x31\x36\x36\x36\x2c\x31\ \x30\x2e\x30\x38\x36\x39\x34\x20\x30\x2c\x31\x34\x20\x31\x30\x2e\ \x30\x30\x33\x39\x36\x2c\x31\x34\x20\x6c\x20\x33\x36\x2e\x30\x31\ \x34\x36\x36\x2c\x30\x20\x63\x20\x31\x30\x2e\x30\x30\x33\x39\x36\ \x2c\x30\x20\x39\x2e\x38\x38\x37\x33\x2c\x2d\x33\x2e\x39\x31\x33\ \x30\x36\x20\x31\x30\x2e\x30\x30\x33\x39\x36\x2c\x2d\x31\x34\x20\ \x6c\x20\x30\x2c\x2d\x34\x37\x2e\x39\x39\x39\x36\x31\x20\x63\x20\ \x2d\x30\x2e\x31\x31\x36\x36\x36\x2c\x2d\x31\x30\x2e\x30\x38\x36\ \x39\x34\x20\x30\x2c\x2d\x31\x34\x20\x2d\x31\x30\x2e\x30\x30\x33\ \x39\x36\x2c\x2d\x31\x34\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\ \x32\x39\x37\x22\x20\x2f\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\ \x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\ \x2c\x30\x2c\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x79\x3d\x22\x2d\x33\x37\x31\x2e\x39\x37\x36\x33\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x2d\x34\x30\x31\x2e\x33\x36\x32\x32\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x36\x2e\x30\x30\x32\x33\x38\x34\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\ \x68\x3d\x22\x31\x35\x2e\x39\x39\x39\x39\x39\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\x31\x38\x38\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\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x33\x33\ \x33\x33\x33\x33\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\ \x2e\x30\x30\x31\x35\x38\x33\x31\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\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\x39\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x33\x34\x39\x2e\ \x39\x36\x37\x36\x33\x2c\x34\x33\x33\x2e\x33\x36\x32\x32\x32\x20\ \x34\x2e\x30\x30\x31\x35\x38\x2c\x30\x20\x38\x2e\x30\x30\x33\x31\ \x37\x2c\x2d\x31\x32\x20\x30\x2c\x2d\x35\x36\x20\x2d\x38\x2e\x30\ \x30\x33\x31\x36\x2c\x2d\x31\x32\x20\x2d\x34\x2e\x30\x30\x31\x35\ \x39\x2c\x30\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\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\x33\x33\x33\x33\ \x33\x33\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\x2e\x30\ \x30\x31\x35\x38\x33\x31\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\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\x05\x76\ \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\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\x35\x31\x32\x70\x78\x22\x0a\x20\x20\x20\x76\x69\ \x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\x20\x35\x31\x32\x20\x35\ \x31\x32\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\x4c\x61\x79\x65\ \x72\x5f\x31\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x35\x31\x32\x70\x78\x22\x0a\x20\x20\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\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\x33\x33\x36\x31\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\x33\x33\x35\x39\x22\x20\x2f\x3e\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x23\x33\ \x37\x34\x30\x34\x44\x22\x0a\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x33\x33\x33\x33\x33\x33\x22\ \x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x33\ \x35\x35\x22\x0a\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x34\x36\x33\ \x2e\x35\x31\x38\x2c\x39\x34\x2e\x39\x30\x39\x48\x31\x39\x33\x2e\ \x38\x38\x35\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\x48\ \x34\x38\x2e\x36\x39\x39\x20\x20\x63\x2d\x32\x32\x2e\x39\x30\x38\ \x2c\x30\x2d\x34\x31\x2e\x34\x38\x32\x2c\x31\x38\x2e\x35\x37\x34\ \x2d\x34\x31\x2e\x34\x38\x32\x2c\x34\x31\x2e\x34\x38\x32\x76\x35\ \x31\x2e\x38\x35\x32\x76\x37\x32\x2e\x35\x39\x33\x76\x32\x31\x37\ \x2e\x37\x38\x63\x30\x2c\x32\x32\x2e\x39\x30\x37\x2c\x31\x38\x2e\ \x35\x37\x34\x2c\x34\x31\x2e\x34\x38\x32\x2c\x34\x31\x2e\x34\x38\ \x32\x2c\x34\x31\x2e\x34\x38\x32\x68\x34\x31\x34\x2e\x38\x31\x39\ \x20\x20\x63\x32\x32\x2e\x39\x30\x38\x2c\x30\x2c\x34\x31\x2e\x34\ \x38\x32\x2d\x31\x38\x2e\x35\x37\x35\x2c\x34\x31\x2e\x34\x38\x32\ \x2d\x34\x31\x2e\x34\x38\x32\x56\x31\x33\x36\x2e\x33\x39\x31\x43\ \x35\x30\x35\x2c\x31\x31\x33\x2e\x34\x38\x33\x2c\x34\x38\x36\x2e\ \x34\x32\x36\x2c\x39\x34\x2e\x39\x30\x39\x2c\x34\x36\x33\x2e\x35\ \x31\x38\x2c\x39\x34\x2e\x39\x30\x39\x7a\x20\x4d\x32\x37\x2e\x39\ \x35\x38\x2c\x38\x34\x2e\x35\x33\x39\x20\x20\x63\x30\x2d\x31\x31\ \x2e\x34\x33\x35\x2c\x39\x2e\x33\x30\x38\x2d\x32\x30\x2e\x37\x34\ \x31\x2c\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\x34\x31\x68\ \x31\x30\x33\x2e\x37\x30\x35\x63\x31\x31\x2e\x34\x33\x33\x2c\x30\ \x2c\x32\x30\x2e\x37\x34\x31\x2c\x39\x2e\x33\x30\x36\x2c\x32\x30\ \x2e\x37\x34\x31\x2c\x32\x30\x2e\x37\x34\x31\x76\x31\x30\x2e\x33\ \x37\x76\x32\x30\x2e\x37\x34\x31\x68\x32\x30\x2e\x37\x34\x31\x68\ \x32\x36\x39\x2e\x36\x33\x33\x20\x20\x63\x31\x31\x2e\x34\x33\x33\ \x2c\x30\x2c\x32\x30\x2e\x37\x34\x31\x2c\x39\x2e\x33\x30\x36\x2c\ \x32\x30\x2e\x37\x34\x31\x2c\x32\x30\x2e\x37\x34\x31\x76\x32\x30\ \x2e\x37\x34\x31\x48\x32\x37\x2e\x39\x35\x38\x76\x2d\x32\x30\x2e\ \x37\x34\x31\x56\x38\x34\x2e\x35\x33\x39\x7a\x20\x4d\x34\x36\x33\ \x2e\x35\x31\x38\x2c\x34\x34\x37\x2e\x35\x30\x36\x48\x34\x38\x2e\ \x36\x39\x39\x63\x2d\x31\x31\x2e\x34\x33\x33\x2c\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\x20\x20\x76\x2d\x32\x31\x37\x2e\ \x37\x38\x76\x2d\x33\x31\x2e\x31\x31\x31\x68\x34\x35\x36\x2e\x33\ \x30\x31\x76\x32\x34\x38\x2e\x38\x39\x32\x43\x34\x38\x34\x2e\x32\ \x35\x39\x2c\x34\x33\x38\x2e\x31\x39\x38\x2c\x34\x37\x34\x2e\x39\ \x35\x32\x2c\x34\x34\x37\x2e\x35\x30\x36\x2c\x34\x36\x33\x2e\x35\ \x31\x38\x2c\x34\x34\x37\x2e\x35\x30\x36\x7a\x22\x20\x2f\x3e\x3c\ \x2f\x73\x76\x67\x3e\ \x00\x00\x07\xa9\ \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\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\x35\x31\x32\x70\x78\x22\x0a\x20\x20\x20\x76\x69\ \x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\x20\x35\x31\x32\x20\x35\ \x31\x32\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\x4c\x61\x79\x65\ \x72\x5f\x31\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\ \x35\x31\x32\x70\x78\x22\x0a\x20\x20\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\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\x33\x33\x36\x31\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\x33\x33\x35\x39\x22\x20\x2f\x3e\x3c\x70\x61\ \x74\x68\x0a\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\ \x69\x6c\x6c\x3a\x23\x33\x33\x33\x33\x33\x33\x22\x0a\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x33\x35\x35\x22\x0a\ \x20\x20\x20\x20\x20\x66\x69\x6c\x6c\x3d\x22\x23\x33\x37\x34\x30\ \x34\x44\x22\x0a\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x34\x36\x33\ \x2e\x35\x31\x38\x2c\x39\x34\x2e\x39\x30\x39\x48\x31\x39\x33\x2e\ \x38\x38\x35\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\x48\ \x34\x38\x2e\x36\x39\x39\x20\x20\x63\x2d\x32\x32\x2e\x39\x30\x38\ \x2c\x30\x2d\x34\x31\x2e\x34\x38\x32\x2c\x31\x38\x2e\x35\x37\x34\ \x2d\x34\x31\x2e\x34\x38\x32\x2c\x34\x31\x2e\x34\x38\x32\x76\x35\ \x31\x2e\x38\x35\x32\x76\x37\x32\x2e\x35\x39\x33\x76\x32\x31\x37\ \x2e\x37\x38\x63\x30\x2c\x32\x32\x2e\x39\x30\x37\x2c\x31\x38\x2e\ \x35\x37\x34\x2c\x34\x31\x2e\x34\x38\x32\x2c\x34\x31\x2e\x34\x38\ \x32\x2c\x34\x31\x2e\x34\x38\x32\x68\x34\x31\x34\x2e\x38\x31\x39\ \x20\x20\x63\x32\x32\x2e\x39\x30\x38\x2c\x30\x2c\x34\x31\x2e\x34\ \x38\x32\x2d\x31\x38\x2e\x35\x37\x35\x2c\x34\x31\x2e\x34\x38\x32\ \x2d\x34\x31\x2e\x34\x38\x32\x56\x31\x33\x36\x2e\x33\x39\x31\x43\ \x35\x30\x35\x2c\x31\x31\x33\x2e\x34\x38\x33\x2c\x34\x38\x36\x2e\ \x34\x32\x36\x2c\x39\x34\x2e\x39\x30\x39\x2c\x34\x36\x33\x2e\x35\ \x31\x38\x2c\x39\x34\x2e\x39\x30\x39\x7a\x20\x4d\x32\x37\x2e\x39\ \x35\x38\x2c\x38\x34\x2e\x35\x33\x39\x20\x20\x63\x30\x2d\x31\x31\ \x2e\x34\x33\x35\x2c\x39\x2e\x33\x30\x38\x2d\x32\x30\x2e\x37\x34\ \x31\x2c\x32\x30\x2e\x37\x34\x31\x2d\x32\x30\x2e\x37\x34\x31\x68\ \x31\x30\x33\x2e\x37\x30\x35\x63\x31\x31\x2e\x34\x33\x33\x2c\x30\ \x2c\x32\x30\x2e\x37\x34\x31\x2c\x39\x2e\x33\x30\x36\x2c\x32\x30\ \x2e\x37\x34\x31\x2c\x32\x30\x2e\x37\x34\x31\x76\x31\x30\x2e\x33\ \x37\x76\x32\x30\x2e\x37\x34\x31\x68\x32\x30\x2e\x37\x34\x31\x68\ \x32\x36\x39\x2e\x36\x33\x33\x20\x20\x63\x31\x31\x2e\x34\x33\x33\ \x2c\x30\x2c\x32\x30\x2e\x37\x34\x31\x2c\x39\x2e\x33\x30\x36\x2c\ \x32\x30\x2e\x37\x34\x31\x2c\x32\x30\x2e\x37\x34\x31\x76\x32\x30\ \x2e\x37\x34\x31\x48\x32\x37\x2e\x39\x35\x38\x76\x2d\x32\x30\x2e\ \x37\x34\x31\x56\x38\x34\x2e\x35\x33\x39\x7a\x20\x4d\x34\x36\x33\ \x2e\x35\x31\x38\x2c\x34\x34\x37\x2e\x35\x30\x36\x48\x34\x38\x2e\ \x36\x39\x39\x63\x2d\x31\x31\x2e\x34\x33\x33\x2c\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\x20\x20\x76\x2d\x32\x31\x37\x2e\ \x37\x38\x76\x2d\x33\x31\x2e\x31\x31\x31\x68\x34\x35\x36\x2e\x33\ \x30\x31\x76\x32\x34\x38\x2e\x38\x39\x32\x43\x34\x38\x34\x2e\x32\ \x35\x39\x2c\x34\x33\x38\x2e\x31\x39\x38\x2c\x34\x37\x34\x2e\x39\ \x35\x32\x2c\x34\x34\x37\x2e\x35\x30\x36\x2c\x34\x36\x33\x2e\x35\ \x31\x38\x2c\x34\x34\x37\x2e\x35\x30\x36\x7a\x22\x20\x2f\x3e\x3c\ \x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\ \x74\x68\x34\x31\x35\x37\x22\x0a\x20\x20\x20\x20\x20\x64\x3d\x22\ \x6d\x20\x34\x32\x2e\x33\x36\x34\x37\x35\x38\x2c\x34\x34\x36\x2e\ \x31\x39\x38\x36\x34\x20\x63\x20\x2d\x35\x2e\x30\x39\x30\x34\x39\ \x37\x2c\x2d\x31\x2e\x35\x39\x34\x39\x36\x20\x2d\x39\x2e\x37\x38\ \x35\x35\x37\x39\x2c\x2d\x35\x2e\x38\x37\x32\x31\x35\x20\x2d\x31\ \x32\x2e\x32\x35\x36\x35\x31\x35\x2c\x2d\x31\x31\x2e\x31\x36\x35\ \x36\x20\x6c\x20\x2d\x31\x2e\x35\x35\x38\x36\x37\x38\x2c\x2d\x33\ \x2e\x33\x33\x39\x31\x33\x20\x2d\x30\x2e\x31\x34\x33\x38\x38\x31\ \x2c\x2d\x31\x32\x36\x2e\x37\x34\x37\x38\x32\x20\x2d\x30\x2e\x31\ \x34\x33\x38\x38\x31\x2c\x2d\x31\x32\x36\x2e\x37\x34\x37\x38\x33\ \x20\x32\x32\x37\x2e\x39\x30\x36\x33\x32\x37\x2c\x30\x20\x32\x32\ \x37\x2e\x39\x30\x36\x33\x32\x2c\x30\x20\x2d\x30\x2e\x31\x34\x35\ \x30\x35\x2c\x31\x32\x36\x2e\x37\x35\x39\x36\x32\x20\x2d\x30\x2e\ \x31\x34\x35\x30\x35\x2c\x31\x32\x36\x2e\x37\x35\x39\x36\x32\x20\ \x2d\x31\x2e\x38\x32\x35\x37\x31\x2c\x33\x2e\x37\x30\x38\x34\x35\ \x20\x63\x20\x2d\x32\x2e\x30\x34\x39\x39\x32\x2c\x34\x2e\x31\x36\ \x33\x38\x36\x20\x2d\x35\x2e\x37\x36\x39\x38\x36\x2c\x37\x2e\x38\ \x37\x39\x37\x33\x20\x2d\x39\x2e\x39\x38\x33\x36\x36\x2c\x39\x2e\ \x39\x37\x32\x37\x33\x20\x6c\x20\x2d\x32\x2e\x36\x36\x30\x32\x2c\ \x31\x2e\x33\x32\x31\x33\x32\x20\x2d\x32\x31\x32\x2e\x33\x31\x33\ \x30\x34\x2c\x30\x2e\x31\x30\x33\x33\x39\x20\x63\x20\x2d\x31\x37\ \x33\x2e\x35\x37\x30\x36\x35\x2c\x30\x2e\x30\x38\x34\x35\x20\x2d\ \x32\x31\x32\x2e\x37\x33\x37\x31\x31\x31\x2c\x2d\x30\x2e\x30\x32\ \x39\x35\x20\x2d\x32\x31\x34\x2e\x36\x33\x36\x39\x38\x32\x2c\x2d\ \x30\x2e\x36\x32\x34\x37\x35\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\ \x3b\x66\x69\x6c\x6c\x3a\x23\x35\x64\x35\x62\x35\x39\x3b\x66\x69\ \x6c\x6c\x2d\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x73\x74\x72\ \x6f\x6b\x65\x3a\x23\x33\x33\x33\x33\x33\x33\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x35\x2e\x39\x34\x39\x32\x31\ \x37\x33\x32\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\x3c\x2f\x73\x76\x67\x3e\ \x00\x00\x11\x28\ \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\x77\x69\x64\x74\x68\x3d\x22\x39\x36\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\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\ \x20\x69\x64\x3d\x22\x73\x76\x67\x34\x38\x37\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\x39\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\x72\x65\x63\x74\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x34\x37\x38\x32\ \x22\x0a\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\x6e\x6f\x6e\x65\x22\x0a\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\ \x31\x2c\x2d\x31\x2c\x30\x2c\x30\x2c\x30\x29\x22\x0a\x20\x20\x20\ \x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\ \x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\x22\x0a\x20\x20\ \x20\x20\x20\x79\x3d\x22\x2d\x39\x36\x22\x0a\x20\x20\x20\x20\x20\ \x78\x3d\x22\x2d\x32\x2e\x37\x34\x36\x35\x38\x32\x31\x65\x2d\x30\ \x36\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\x31\x38\x33\x22\ \x0a\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\x74\x65\x78\x74\x2d\ \x69\x6e\x64\x65\x6e\x74\x3a\x30\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\x74\x65\x78\x74\x2d\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\ \x3a\x6e\x6f\x6e\x65\x3b\x62\x6c\x6f\x63\x6b\x2d\x70\x72\x6f\x67\ \x72\x65\x73\x73\x69\x6f\x6e\x3a\x74\x62\x3b\x77\x68\x69\x74\x65\ \x2d\x73\x70\x61\x63\x65\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\x6f\x6c\x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\ \x30\x30\x30\x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x23\x34\x64\x34\ \x64\x34\x64\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\x22\x0a\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x31\x36\ \x2c\x31\x32\x20\x30\x2c\x33\x2e\x30\x34\x35\x20\x63\x20\x2d\x33\ \x2e\x30\x38\x38\x2c\x30\x2e\x30\x36\x36\x20\x2d\x35\x2e\x35\x39\ \x35\x2c\x30\x2e\x33\x30\x38\x20\x2d\x37\x2e\x37\x34\x38\x2c\x31\ \x2e\x34\x39\x36\x20\x2d\x31\x2e\x35\x30\x35\x35\x2c\x30\x2e\x38\ \x33\x31\x20\x2d\x32\x2e\x36\x39\x36\x39\x2c\x32\x2e\x32\x33\x36\ \x20\x2d\x33\x2e\x33\x35\x35\x35\x2c\x33\x2e\x39\x39\x20\x43\x20\ \x34\x2e\x32\x33\x37\x38\x2c\x32\x32\x2e\x32\x38\x36\x20\x34\x2c\ \x32\x34\x2e\x33\x37\x20\x34\x2c\x32\x37\x20\x6c\x20\x30\x2c\x34\ \x35\x20\x63\x20\x30\x2c\x32\x2e\x36\x33\x20\x30\x2e\x32\x33\x37\ \x38\x2c\x34\x2e\x37\x31\x32\x20\x30\x2e\x38\x39\x36\x35\x2c\x36\ \x2e\x34\x36\x37\x20\x30\x2e\x36\x35\x38\x36\x2c\x31\x2e\x37\x35\ \x34\x20\x31\x2e\x38\x35\x2c\x33\x2e\x31\x35\x39\x20\x33\x2e\x33\ \x35\x35\x35\x2c\x33\x2e\x39\x39\x20\x33\x2e\x30\x31\x31\x2c\x31\ \x2e\x36\x36\x31\x20\x36\x2e\x36\x39\x32\x2c\x31\x2e\x34\x38\x35\ \x20\x31\x31\x2e\x37\x32\x35\x2c\x31\x2e\x35\x34\x33\x20\x6c\x20\ \x30\x2e\x30\x31\x31\x2c\x30\x20\x35\x36\x2e\x30\x32\x34\x2c\x30\ \x20\x30\x2e\x30\x31\x31\x2c\x30\x20\x63\x20\x35\x2e\x30\x33\x33\ \x2c\x2d\x30\x2e\x30\x35\x38\x20\x38\x2e\x37\x31\x34\x2c\x30\x2e\ \x31\x31\x38\x20\x31\x31\x2e\x37\x32\x35\x2c\x2d\x31\x2e\x35\x34\ \x33\x20\x31\x2e\x35\x30\x36\x2c\x2d\x30\x2e\x38\x33\x31\x20\x32\ \x2e\x36\x39\x37\x2c\x2d\x32\x2e\x32\x33\x36\x20\x33\x2e\x33\x35\ \x36\x2c\x2d\x33\x2e\x39\x39\x20\x43\x20\x39\x31\x2e\x37\x36\x32\ \x2c\x37\x36\x2e\x37\x31\x32\x20\x39\x32\x2c\x37\x34\x2e\x36\x33\ \x20\x39\x32\x2c\x37\x32\x20\x6c\x20\x30\x2c\x2d\x34\x35\x20\x63\ \x20\x30\x2c\x2d\x32\x2e\x36\x33\x20\x2d\x30\x2e\x32\x33\x38\x2c\ \x2d\x34\x2e\x37\x31\x34\x20\x2d\x30\x2e\x38\x39\x36\x2c\x2d\x36\ \x2e\x34\x36\x39\x20\x2d\x30\x2e\x36\x35\x39\x2c\x2d\x31\x2e\x37\ \x35\x34\x20\x2d\x31\x2e\x38\x35\x2c\x2d\x33\x2e\x31\x35\x39\x20\ \x2d\x33\x2e\x33\x35\x36\x2c\x2d\x33\x2e\x39\x39\x20\x43\x20\x38\ \x34\x2e\x37\x33\x37\x2c\x31\x34\x2e\x38\x38\x20\x38\x31\x2e\x30\ \x35\x36\x2c\x31\x35\x2e\x30\x35\x38\x20\x37\x36\x2e\x30\x32\x33\ \x2c\x31\x35\x20\x4c\x20\x37\x36\x2e\x30\x31\x32\x2c\x31\x35\x20\ \x33\x32\x2c\x31\x35\x20\x33\x32\x2c\x31\x32\x20\x31\x36\x2c\x31\ \x32\x20\x5a\x20\x6d\x20\x34\x2c\x37\x20\x35\x36\x2c\x30\x20\x63\ \x20\x35\x2e\x30\x33\x38\x2c\x30\x2e\x30\x35\x39\x20\x38\x2e\x33\ \x35\x32\x2c\x30\x2e\x32\x33\x37\x20\x39\x2e\x38\x31\x36\x2c\x31\ \x2e\x30\x34\x35\x20\x30\x2e\x37\x33\x34\x2c\x30\x2e\x34\x30\x35\ \x20\x31\x2e\x31\x35\x33\x2c\x30\x2e\x38\x35\x33\x20\x31\x2e\x35\ \x34\x33\x2c\x31\x2e\x38\x39\x33\x20\x43\x20\x38\x37\x2e\x37\x35\ \x2c\x32\x32\x2e\x39\x37\x37\x20\x38\x38\x2c\x32\x34\x2e\x36\x33\ \x20\x38\x38\x2c\x32\x37\x20\x6c\x20\x30\x2c\x34\x35\x20\x63\x20\ \x30\x2c\x32\x2e\x33\x37\x20\x2d\x30\x2e\x32\x35\x2c\x34\x2e\x30\ \x32\x33\x20\x2d\x30\x2e\x36\x34\x31\x2c\x35\x2e\x30\x36\x32\x20\ \x2d\x30\x2e\x33\x39\x2c\x31\x2e\x30\x34\x20\x2d\x30\x2e\x38\x30\ \x39\x2c\x31\x2e\x34\x38\x38\x20\x2d\x31\x2e\x35\x34\x33\x2c\x31\ \x2e\x38\x39\x33\x20\x43\x20\x38\x34\x2e\x33\x35\x32\x2c\x37\x39\ \x2e\x37\x36\x33\x20\x38\x31\x2e\x30\x33\x38\x2c\x37\x39\x2e\x39\ \x34\x31\x20\x37\x36\x2c\x38\x30\x20\x4c\x20\x32\x30\x2e\x30\x32\ \x33\x2c\x38\x30\x20\x32\x30\x2c\x38\x30\x20\x43\x20\x31\x34\x2e\ \x39\x36\x32\x2c\x37\x39\x2e\x39\x34\x31\x20\x31\x31\x2e\x36\x34\ \x38\x2c\x37\x39\x2e\x37\x36\x33\x20\x31\x30\x2e\x31\x38\x34\x2c\ \x37\x38\x2e\x39\x35\x35\x20\x39\x2e\x34\x35\x2c\x37\x38\x2e\x35\ \x35\x20\x39\x2e\x30\x33\x32\x38\x2c\x37\x38\x2e\x31\x30\x32\x20\ \x38\x2e\x36\x34\x32\x36\x2c\x37\x37\x2e\x30\x36\x32\x20\x38\x2e\ \x32\x35\x32\x33\x2c\x37\x36\x2e\x30\x32\x33\x20\x38\x2c\x37\x34\ \x2e\x33\x37\x20\x38\x2c\x37\x32\x20\x4c\x20\x38\x2c\x32\x37\x20\ \x43\x20\x38\x2c\x32\x34\x2e\x36\x33\x20\x38\x2e\x32\x35\x32\x33\ \x2c\x32\x32\x2e\x39\x37\x37\x20\x38\x2e\x36\x34\x32\x36\x2c\x32\ \x31\x2e\x39\x33\x38\x20\x39\x2e\x30\x33\x32\x38\x2c\x32\x30\x2e\ \x38\x39\x38\x20\x39\x2e\x34\x35\x2c\x32\x30\x2e\x34\x35\x20\x31\ \x30\x2e\x31\x38\x34\x2c\x32\x30\x2e\x30\x34\x35\x20\x31\x31\x2e\ \x36\x34\x38\x2c\x31\x39\x2e\x32\x33\x37\x20\x31\x34\x2e\x39\x36\ \x32\x2c\x31\x39\x2e\x30\x35\x39\x20\x32\x30\x2c\x31\x39\x20\x5a\ \x20\x6d\x20\x32\x38\x2c\x35\x20\x43\x20\x33\x34\x2e\x32\x31\x37\ \x2c\x32\x34\x20\x32\x33\x2c\x33\x35\x2e\x32\x31\x37\x20\x32\x33\ \x2c\x34\x39\x20\x32\x33\x2c\x36\x32\x2e\x37\x38\x33\x20\x33\x34\ \x2e\x32\x31\x37\x2c\x37\x34\x20\x34\x38\x2c\x37\x34\x20\x36\x31\ \x2e\x37\x38\x33\x2c\x37\x34\x20\x37\x33\x2c\x36\x32\x2e\x37\x38\ \x33\x20\x37\x33\x2c\x34\x39\x20\x37\x33\x2c\x33\x35\x2e\x32\x31\ \x37\x20\x36\x31\x2e\x37\x38\x33\x2c\x32\x34\x20\x34\x38\x2c\x32\ \x34\x20\x5a\x20\x6d\x20\x32\x38\x2c\x30\x20\x61\x20\x34\x2c\x34\ \x20\x30\x20\x30\x20\x30\x20\x2d\x34\x2c\x34\x20\x34\x2c\x34\x20\ \x30\x20\x30\x20\x30\x20\x34\x2c\x34\x20\x34\x2c\x34\x20\x30\x20\ \x30\x20\x30\x20\x34\x2c\x2d\x34\x20\x34\x2c\x34\x20\x30\x20\x30\ \x20\x30\x20\x2d\x34\x2c\x2d\x34\x20\x7a\x20\x4d\x20\x34\x38\x2c\ \x32\x38\x20\x43\x20\x35\x39\x2e\x36\x32\x32\x2c\x32\x38\x20\x36\ \x39\x2c\x33\x37\x2e\x33\x37\x38\x20\x36\x39\x2c\x34\x39\x20\x36\ \x39\x2c\x36\x30\x2e\x36\x32\x32\x20\x35\x39\x2e\x36\x32\x32\x2c\ \x37\x30\x20\x34\x38\x2c\x37\x30\x20\x33\x36\x2e\x33\x37\x38\x2c\ \x37\x30\x20\x32\x37\x2c\x36\x30\x2e\x36\x32\x32\x20\x32\x37\x2c\ \x34\x39\x20\x32\x37\x2c\x33\x37\x2e\x33\x37\x38\x20\x33\x36\x2e\ \x33\x37\x38\x2c\x32\x38\x20\x34\x38\x2c\x32\x38\x20\x5a\x20\x6d\ \x20\x30\x2c\x34\x20\x41\x20\x31\x37\x2c\x31\x37\x20\x30\x20\x30\ \x20\x30\x20\x33\x31\x2c\x34\x39\x20\x31\x37\x2c\x31\x37\x20\x30\ \x20\x30\x20\x30\x20\x34\x38\x2c\x36\x36\x20\x31\x37\x2c\x31\x37\ \x20\x30\x20\x30\x20\x30\x20\x36\x35\x2c\x34\x39\x20\x31\x37\x2c\ \x31\x37\x20\x30\x20\x30\x20\x30\x20\x34\x38\x2c\x33\x32\x20\x5a\ \x20\x6d\x20\x30\x2c\x33\x20\x61\x20\x38\x2c\x38\x20\x30\x20\x30\ \x20\x31\x20\x38\x2c\x38\x20\x38\x2c\x38\x20\x30\x20\x30\x20\x31\ \x20\x2d\x38\x2c\x38\x20\x38\x2c\x38\x20\x30\x20\x30\x20\x31\x20\ \x2d\x38\x2c\x2d\x38\x20\x38\x2c\x38\x20\x30\x20\x30\x20\x31\x20\ \x38\x2c\x2d\x38\x20\x7a\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\ \x33\x33\x33\x39\x22\x0a\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\ \x31\x30\x2e\x37\x39\x38\x32\x33\x2c\x38\x33\x2e\x31\x35\x37\x31\ \x34\x34\x20\x43\x20\x37\x2e\x38\x38\x39\x37\x39\x37\x38\x2c\x38\ \x32\x2e\x33\x37\x34\x37\x33\x32\x20\x36\x2e\x35\x32\x34\x36\x32\ \x33\x32\x2c\x38\x31\x2e\x33\x33\x30\x30\x37\x33\x20\x35\x2e\x33\ \x38\x34\x30\x36\x35\x34\x2c\x37\x39\x2e\x30\x31\x34\x31\x31\x20\ \x6c\x20\x2d\x30\x2e\x39\x35\x30\x31\x36\x37\x31\x2c\x2d\x31\x2e\ \x39\x32\x39\x33\x36\x34\x20\x30\x2c\x2d\x32\x37\x2e\x36\x36\x31\ \x30\x31\x37\x20\x63\x20\x30\x2c\x2d\x32\x37\x2e\x35\x33\x39\x38\ \x39\x32\x20\x30\x2e\x30\x30\x33\x38\x34\x2c\x2d\x32\x37\x2e\x36\ \x36\x38\x31\x34\x32\x20\x30\x2e\x38\x37\x35\x36\x36\x37\x33\x2c\ \x2d\x32\x39\x2e\x32\x38\x38\x31\x33\x36\x20\x30\x2e\x34\x38\x31\ \x36\x31\x37\x2c\x2d\x30\x2e\x38\x39\x34\x39\x31\x35\x20\x31\x2e\ \x33\x31\x30\x35\x35\x37\x36\x2c\x2d\x32\x2e\x30\x33\x32\x37\x39\ \x36\x20\x31\x2e\x38\x34\x32\x30\x39\x30\x33\x2c\x2d\x32\x2e\x35\ \x32\x38\x36\x32\x33\x20\x31\x2e\x32\x32\x37\x35\x32\x30\x32\x2c\ \x2d\x31\x2e\x31\x34\x35\x30\x36\x33\x20\x34\x2e\x30\x35\x32\x34\ \x35\x34\x31\x2c\x2d\x32\x2e\x31\x34\x39\x33\x34\x33\x20\x36\x2e\ \x30\x34\x35\x38\x37\x39\x31\x2c\x2d\x32\x2e\x31\x34\x39\x33\x34\ \x33\x20\x32\x2e\x33\x35\x30\x33\x37\x32\x2c\x30\x20\x32\x2e\x38\ \x32\x39\x35\x38\x34\x2c\x2d\x30\x2e\x33\x31\x37\x33\x38\x31\x20\ \x32\x2e\x38\x32\x39\x35\x38\x34\x2c\x2d\x31\x2e\x38\x37\x34\x30\ \x32\x39\x20\x6c\x20\x30\x2c\x2d\x31\x2e\x33\x38\x30\x32\x30\x38\ \x20\x37\x2e\x39\x33\x32\x32\x30\x33\x2c\x30\x20\x37\x2e\x39\x33\ \x32\x32\x30\x33\x2c\x30\x20\x30\x2c\x31\x2e\x33\x39\x39\x33\x36\ \x35\x20\x30\x2c\x31\x2e\x33\x39\x39\x33\x36\x36\x20\x32\x36\x2e\ \x31\x33\x35\x35\x39\x34\x2c\x30\x2e\x31\x35\x31\x32\x39\x31\x20\ \x63\x20\x31\x39\x2e\x35\x31\x30\x37\x33\x39\x2c\x30\x2e\x31\x31\ \x32\x39\x34\x32\x20\x32\x36\x2e\x35\x32\x39\x35\x35\x35\x2c\x30\ \x2e\x32\x38\x30\x36\x34\x35\x20\x32\x37\x2e\x36\x38\x39\x38\x30\ \x38\x2c\x30\x2e\x36\x36\x31\x36\x30\x33\x20\x30\x2e\x38\x35\x34\ \x38\x31\x39\x2c\x30\x2e\x32\x38\x30\x36\x37\x31\x20\x32\x2e\x32\ \x37\x34\x39\x32\x34\x2c\x31\x2e\x31\x36\x31\x34\x33\x20\x33\x2e\ \x31\x35\x35\x37\x39\x33\x2c\x31\x2e\x39\x35\x37\x32\x34\x31\x20\ \x32\x2e\x38\x39\x30\x38\x36\x31\x2c\x32\x2e\x36\x31\x31\x37\x31\ \x39\x20\x32\x2e\x38\x35\x32\x37\x32\x39\x2c\x32\x2e\x31\x35\x33\ \x39\x38\x35\x20\x32\x2e\x37\x32\x34\x39\x36\x34\x2c\x33\x32\x2e\ \x37\x30\x39\x35\x30\x31\x20\x6c\x20\x2d\x30\x2e\x31\x31\x32\x39\ \x33\x38\x2c\x32\x37\x2e\x30\x30\x39\x37\x36\x38\x20\x2d\x30\x2e\ \x39\x32\x33\x32\x38\x38\x2c\x31\x2e\x37\x32\x38\x33\x35\x38\x20\ \x63\x20\x2d\x31\x2e\x31\x35\x31\x37\x36\x2c\x32\x2e\x31\x35\x36\ \x30\x34\x32\x20\x2d\x33\x2e\x33\x32\x36\x31\x31\x32\x2c\x33\x2e\ \x36\x32\x35\x38\x30\x36\x20\x2d\x36\x2e\x31\x35\x38\x36\x38\x35\ \x2c\x34\x2e\x31\x36\x32\x39\x39\x32\x20\x2d\x31\x2e\x33\x37\x39\ \x30\x30\x38\x2c\x30\x2e\x32\x36\x31\x35\x32\x32\x20\x2d\x31\x34\ \x2e\x39\x31\x39\x30\x35\x39\x2c\x30\x2e\x34\x30\x33\x38\x38\x37\ \x20\x2d\x33\x36\x2e\x38\x30\x34\x30\x35\x37\x2c\x30\x2e\x33\x38\ \x36\x39\x36\x35\x20\x2d\x32\x38\x2e\x37\x39\x37\x32\x32\x36\x2c\ \x2d\x30\x2e\x30\x32\x32\x32\x35\x20\x2d\x33\x34\x2e\x39\x38\x38\ \x39\x2c\x2d\x30\x2e\x31\x32\x35\x33\x35\x33\x20\x2d\x33\x36\x2e\ \x38\x30\x30\x34\x38\x36\x2c\x2d\x30\x2e\x36\x31\x32\x36\x39\x36\ \x20\x7a\x20\x6d\x20\x37\x34\x2e\x35\x38\x34\x38\x32\x31\x2c\x2d\ \x33\x2e\x38\x33\x35\x35\x37\x38\x20\x63\x20\x30\x2e\x36\x37\x31\ \x31\x38\x36\x2c\x2d\x30\x2e\x33\x33\x35\x38\x34\x39\x20\x31\x2e\ \x35\x34\x33\x31\x34\x37\x2c\x2d\x31\x2e\x32\x35\x31\x31\x30\x34\ \x20\x31\x2e\x39\x33\x37\x36\x38\x37\x2c\x2d\x32\x2e\x30\x33\x33\ \x38\x39\x38\x20\x30\x2e\x36\x36\x37\x30\x34\x31\x2c\x2d\x31\x2e\ \x33\x32\x33\x34\x35\x20\x30\x2e\x37\x30\x39\x38\x33\x2c\x2d\x33\ \x2e\x33\x30\x37\x32\x38\x32\x20\x30\x2e\x36\x31\x30\x31\x36\x39\ \x2c\x2d\x32\x38\x2e\x32\x38\x38\x39\x34\x20\x2d\x30\x2e\x31\x32\ \x30\x39\x34\x38\x2c\x2d\x33\x30\x2e\x33\x31\x37\x31\x35\x36\x20\ \x30\x2e\x30\x37\x34\x30\x31\x2c\x2d\x32\x38\x2e\x35\x34\x38\x36\ \x38\x34\x20\x2d\x33\x2e\x32\x35\x38\x36\x33\x34\x2c\x2d\x32\x39\ \x2e\x35\x35\x39\x30\x32\x37\x20\x2d\x32\x2e\x35\x32\x30\x30\x32\ \x31\x2c\x2d\x30\x2e\x37\x36\x33\x39\x38\x34\x20\x2d\x37\x30\x2e\ \x39\x30\x32\x39\x32\x39\x2c\x2d\x30\x2e\x37\x36\x34\x39\x33\x39\ \x20\x2d\x37\x33\x2e\x34\x32\x32\x30\x39\x39\x2c\x2d\x30\x2e\x30\ \x30\x31\x20\x2d\x33\x2e\x32\x39\x34\x37\x38\x36\x32\x2c\x30\x2e\ \x39\x39\x39\x31\x31\x32\x20\x2d\x33\x2e\x31\x33\x39\x39\x39\x38\ \x34\x2c\x2d\x30\x2e\x33\x38\x37\x39\x34\x37\x20\x2d\x33\x2e\x32\ \x36\x38\x34\x35\x35\x34\x2c\x32\x39\x2e\x32\x38\x38\x37\x30\x31\ \x20\x2d\x30\x2e\x30\x37\x36\x32\x31\x33\x2c\x31\x37\x2e\x36\x30\ \x36\x39\x33\x31\x20\x30\x2e\x30\x32\x38\x36\x38\x36\x2c\x32\x36\ \x2e\x36\x37\x38\x30\x31\x32\x20\x30\x2e\x33\x32\x31\x30\x35\x36\ \x36\x2c\x32\x37\x2e\x37\x36\x33\x38\x20\x30\x2e\x35\x30\x33\x37\ \x37\x39\x39\x2c\x31\x2e\x38\x37\x30\x38\x39\x38\x20\x31\x2e\x37\ \x38\x36\x38\x35\x32\x38\x2c\x32\x2e\x38\x36\x37\x30\x32\x38\x20\ \x34\x2e\x32\x31\x37\x37\x38\x39\x38\x2c\x33\x2e\x32\x37\x34\x35\ \x34\x20\x30\x2e\x39\x32\x31\x38\x32\x35\x2c\x30\x2e\x31\x35\x34\ \x35\x33\x31\x20\x31\x37\x2e\x34\x31\x38\x34\x31\x38\x2c\x30\x2e\ \x32\x35\x35\x32\x30\x39\x20\x33\x36\x2e\x36\x35\x39\x30\x39\x36\ \x2c\x30\x2e\x32\x32\x33\x37\x32\x34\x20\x33\x30\x2e\x32\x31\x35\ \x36\x34\x32\x2c\x2d\x30\x2e\x30\x34\x39\x34\x33\x20\x33\x35\x2e\ \x31\x34\x39\x33\x35\x35\x2c\x2d\x30\x2e\x31\x34\x30\x34\x35\x32\ \x20\x33\x36\x2e\x32\x30\x33\x33\x39\x2c\x2d\x30\x2e\x36\x36\x37\ \x38\x37\x35\x20\x6c\x20\x30\x2c\x2d\x38\x65\x2d\x36\x20\x7a\x22\ \x0a\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\ \x6c\x3a\x23\x34\x64\x34\x64\x34\x64\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\x70\x78\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\x6f\x70\x61\x63\x69\x74\x79\x3a\ \x31\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\x33\x33\x34\x31\x22\ \x0a\x20\x20\x20\x20\x20\x64\x3d\x22\x22\x0a\x20\x20\x20\x20\x20\ \x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x61\x30\x61\ \x30\x61\x30\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\x70\x78\ \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\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x22\x20\x2f\x3e\x0a\ \x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x08\x1e\ \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\x77\x69\x64\x74\x68\x3d\x22\x31\x34\x22\ \x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\ \x20\x31\x34\x20\x31\x32\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x31\x32\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\ \x67\x34\x38\x37\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\x39\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\x72\x65\x63\x74\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x72\x65\x63\x74\x34\x37\x38\x32\x2d\x30\x31\x22\x0a\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\x6e\x6f\x6e\ \x65\x22\x0a\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\x31\x2c\x31\x2c\ \x30\x2c\x30\x2c\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x68\x65\x69\ \x67\x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x77\x69\ \x64\x74\x68\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x79\x3d\ \x22\x2d\x32\x2e\x32\x35\x38\x33\x30\x30\x38\x65\x2d\x30\x36\x22\ \x0a\x20\x20\x20\x20\x20\x78\x3d\x22\x2d\x38\x34\x2e\x30\x30\x35\ \x30\x30\x35\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\x32\x32\ \x34\x22\x0a\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\x74\x65\x78\ \x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\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\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\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\x6f\x6c\x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x23\x33\x33\x33\x33\x33\x33\ \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\x22\ \x0a\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x32\x2c\x33\x2e\x37\ \x39\x39\x36\x33\x30\x32\x20\x68\x20\x31\x2e\x37\x34\x38\x39\x39\ \x35\x34\x20\x6c\x20\x30\x2e\x30\x38\x39\x37\x34\x37\x2c\x30\x2e\ \x31\x32\x34\x35\x36\x37\x35\x20\x43\x20\x34\x2e\x31\x30\x35\x37\ \x30\x38\x32\x2c\x34\x2e\x32\x39\x35\x32\x36\x31\x36\x20\x34\x2e\ \x33\x37\x38\x37\x38\x32\x35\x2c\x34\x2e\x36\x35\x39\x34\x36\x32\ \x39\x20\x34\x2e\x36\x36\x32\x37\x38\x31\x34\x2c\x35\x2e\x30\x31\ \x33\x38\x36\x34\x39\x20\x35\x2e\x30\x32\x32\x37\x30\x31\x32\x2c\ \x35\x2e\x34\x36\x33\x31\x36\x32\x38\x20\x35\x2e\x33\x39\x30\x34\ \x34\x37\x35\x2c\x35\x2e\x38\x38\x35\x36\x37\x35\x34\x20\x35\x2e\ \x37\x36\x36\x35\x32\x39\x34\x2c\x36\x2e\x32\x38\x30\x30\x37\x38\ \x38\x20\x36\x2e\x31\x33\x31\x32\x30\x35\x38\x2c\x36\x2e\x36\x36\ \x32\x33\x38\x31\x34\x20\x36\x2e\x36\x34\x30\x38\x39\x36\x37\x2c\ \x37\x2e\x31\x32\x35\x37\x33\x33\x39\x20\x36\x2e\x39\x39\x39\x39\ \x37\x39\x36\x2c\x37\x2e\x34\x33\x36\x32\x38\x37\x34\x20\x37\x2e\ \x33\x35\x39\x32\x34\x33\x31\x2c\x37\x2e\x31\x32\x35\x36\x32\x36\ \x34\x20\x37\x2e\x38\x36\x39\x35\x36\x32\x38\x2c\x36\x2e\x36\x36\ \x32\x32\x35\x30\x37\x20\x38\x2e\x32\x33\x34\x31\x30\x34\x2c\x36\ \x2e\x32\x38\x30\x30\x37\x38\x38\x20\x38\x2e\x36\x31\x30\x31\x39\ \x37\x2c\x35\x2e\x38\x38\x35\x36\x38\x32\x38\x20\x38\x2e\x39\x37\ \x37\x39\x33\x35\x2c\x35\x2e\x34\x36\x33\x31\x31\x36\x38\x20\x39\ \x2e\x33\x33\x37\x38\x35\x2c\x35\x2e\x30\x31\x33\x38\x36\x34\x39\ \x20\x39\x2e\x36\x32\x31\x36\x36\x32\x2c\x34\x2e\x36\x35\x39\x37\ \x36\x32\x39\x20\x39\x2e\x38\x39\x34\x30\x35\x37\x2c\x34\x2e\x32\ \x39\x35\x35\x36\x31\x36\x20\x31\x30\x2e\x31\x36\x31\x32\x36\x35\ \x2c\x33\x2e\x39\x32\x34\x31\x39\x37\x36\x20\x6c\x20\x30\x2e\x30\ \x38\x39\x37\x34\x2c\x2d\x30\x2e\x31\x32\x34\x35\x36\x37\x35\x20\ \x48\x20\x31\x32\x20\x4c\x20\x31\x31\x2e\x32\x33\x30\x39\x35\x36\ \x2c\x34\x2e\x39\x36\x36\x39\x39\x32\x37\x20\x43\x20\x31\x30\x2e\ \x37\x38\x30\x38\x37\x39\x2c\x35\x2e\x36\x31\x35\x31\x36\x32\x36\ \x20\x31\x30\x2e\x33\x32\x34\x31\x37\x33\x2c\x36\x2e\x32\x34\x32\ \x34\x33\x38\x34\x20\x39\x2e\x38\x35\x36\x30\x30\x36\x2c\x36\x2e\ \x38\x32\x32\x31\x35\x38\x31\x20\x39\x2e\x33\x33\x33\x31\x33\x34\ \x2c\x37\x2e\x34\x36\x39\x37\x33\x35\x20\x38\x2e\x38\x32\x35\x32\ \x35\x39\x2c\x38\x2e\x30\x35\x31\x30\x36\x33\x20\x38\x2e\x33\x33\ \x31\x37\x31\x38\x2c\x38\x2e\x35\x36\x36\x30\x38\x37\x20\x37\x2e\ \x38\x37\x35\x35\x39\x35\x39\x2c\x39\x2e\x30\x34\x32\x30\x30\x32\ \x20\x37\x2e\x34\x35\x33\x31\x37\x38\x34\x2c\x39\x2e\x34\x32\x39\ \x30\x35\x31\x20\x37\x2e\x31\x33\x36\x32\x36\x33\x37\x2c\x39\x2e\ \x36\x38\x38\x33\x37\x31\x20\x4c\x20\x37\x2e\x30\x30\x30\x30\x31\ \x33\x37\x2c\x39\x2e\x37\x39\x39\x36\x33\x20\x36\x2e\x38\x36\x33\ \x37\x36\x33\x36\x2c\x39\x2e\x36\x38\x38\x33\x37\x31\x20\x43\x20\ \x36\x2e\x35\x34\x30\x32\x35\x35\x39\x2c\x39\x2e\x34\x32\x32\x30\ \x30\x35\x20\x36\x2e\x31\x32\x35\x31\x34\x30\x32\x2c\x39\x2e\x30\ \x34\x32\x30\x36\x33\x20\x35\x2e\x36\x36\x38\x39\x33\x33\x36\x2c\ \x38\x2e\x35\x36\x36\x30\x38\x37\x20\x35\x2e\x31\x37\x35\x33\x39\ \x33\x35\x2c\x38\x2e\x30\x35\x31\x30\x36\x33\x20\x34\x2e\x36\x36\ \x37\x34\x37\x36\x35\x2c\x37\x2e\x34\x36\x39\x37\x32\x37\x31\x20\ \x34\x2e\x31\x34\x34\x36\x34\x35\x35\x2c\x36\x2e\x38\x32\x32\x31\ \x35\x38\x31\x20\x33\x2e\x36\x37\x36\x36\x30\x35\x34\x2c\x36\x2e\ \x32\x34\x32\x35\x39\x32\x32\x20\x33\x2e\x32\x31\x39\x32\x37\x32\ \x35\x2c\x35\x2e\x36\x31\x35\x33\x33\x31\x34\x20\x32\x2e\x37\x36\ \x39\x30\x36\x34\x39\x2c\x34\x2e\x39\x36\x36\x39\x39\x32\x39\x20\ \x5a\x22\x20\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x08\x38\ \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\x77\x69\x64\x74\x68\x3d\x22\x31\x32\x22\ \x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\ \x20\x31\x32\x20\x31\x32\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x31\x32\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\ \x67\x34\x38\x37\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\x39\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\x72\x65\x63\x74\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x72\x65\x63\x74\x34\x37\x38\x32\x2d\x30\x31\x22\x0a\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\x6e\x6f\x6e\ \x65\x22\x0a\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\x31\x2c\x31\x2c\ \x30\x2c\x30\x2c\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x68\x65\x69\ \x67\x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x77\x69\ \x64\x74\x68\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x79\x3d\ \x22\x2d\x32\x2e\x32\x35\x38\x33\x30\x30\x38\x65\x2d\x30\x36\x22\ \x0a\x20\x20\x20\x20\x20\x78\x3d\x22\x2d\x38\x34\x2e\x30\x30\x35\ \x30\x30\x35\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\x32\x32\ \x34\x22\x0a\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\x74\x65\x78\ \x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\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\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\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\x6f\x6c\x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x23\x33\x33\x33\x33\x33\x33\ \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\x22\ \x0a\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x30\x2c\x33\x2e\x37\ \x39\x39\x36\x33\x30\x32\x20\x31\x2e\x37\x34\x38\x39\x39\x35\x34\ \x2c\x30\x20\x30\x2e\x30\x38\x39\x37\x34\x37\x2c\x30\x2e\x31\x32\ \x34\x35\x36\x37\x35\x20\x43\x20\x32\x2e\x31\x30\x35\x37\x30\x38\ \x32\x2c\x34\x2e\x32\x39\x35\x32\x36\x31\x36\x20\x32\x2e\x33\x37\ \x38\x37\x38\x32\x35\x2c\x34\x2e\x36\x35\x39\x34\x36\x32\x39\x20\ \x32\x2e\x36\x36\x32\x37\x38\x31\x34\x2c\x35\x2e\x30\x31\x33\x38\ \x36\x34\x39\x20\x33\x2e\x30\x32\x32\x37\x30\x31\x32\x2c\x35\x2e\ \x34\x36\x33\x31\x36\x32\x38\x20\x33\x2e\x33\x39\x30\x34\x34\x37\ \x35\x2c\x35\x2e\x38\x38\x35\x36\x37\x35\x34\x20\x33\x2e\x37\x36\ \x36\x35\x32\x39\x34\x2c\x36\x2e\x32\x38\x30\x30\x37\x38\x38\x20\ \x34\x2e\x31\x33\x31\x32\x30\x35\x38\x2c\x36\x2e\x36\x36\x32\x33\ \x38\x31\x34\x20\x34\x2e\x36\x34\x30\x38\x39\x36\x37\x2c\x37\x2e\ \x31\x32\x35\x37\x33\x33\x39\x20\x34\x2e\x39\x39\x39\x39\x37\x39\ \x36\x2c\x37\x2e\x34\x33\x36\x32\x38\x37\x34\x20\x35\x2e\x33\x35\ \x39\x32\x34\x33\x31\x2c\x37\x2e\x31\x32\x35\x36\x32\x36\x34\x20\ \x35\x2e\x38\x36\x39\x35\x36\x32\x38\x2c\x36\x2e\x36\x36\x32\x32\ \x35\x30\x37\x20\x36\x2e\x32\x33\x34\x31\x30\x33\x36\x2c\x36\x2e\ \x32\x38\x30\x30\x37\x38\x38\x20\x36\x2e\x36\x31\x30\x31\x39\x37\ \x2c\x35\x2e\x38\x38\x35\x36\x38\x32\x38\x20\x36\x2e\x39\x37\x37\ \x39\x33\x35\x33\x2c\x35\x2e\x34\x36\x33\x31\x31\x36\x38\x20\x37\ \x2e\x33\x33\x37\x38\x34\x39\x39\x2c\x35\x2e\x30\x31\x33\x38\x36\ \x34\x39\x20\x37\x2e\x36\x32\x31\x36\x36\x31\x36\x2c\x34\x2e\x36\ \x35\x39\x37\x36\x32\x39\x20\x37\x2e\x38\x39\x34\x30\x35\x36\x35\ \x2c\x34\x2e\x32\x39\x35\x35\x36\x31\x36\x20\x38\x2e\x31\x36\x31\ \x32\x36\x34\x36\x2c\x33\x2e\x39\x32\x34\x31\x39\x37\x36\x20\x6c\ \x20\x30\x2e\x30\x38\x39\x37\x34\x2c\x2d\x30\x2e\x31\x32\x34\x35\ \x36\x37\x35\x20\x31\x2e\x37\x34\x38\x39\x39\x35\x34\x2c\x30\x20\ \x2d\x30\x2e\x37\x36\x39\x30\x34\x34\x35\x2c\x31\x2e\x31\x36\x37\ \x33\x36\x32\x36\x20\x43\x20\x38\x2e\x37\x38\x30\x38\x37\x38\x37\ \x2c\x35\x2e\x36\x31\x35\x31\x36\x32\x36\x20\x38\x2e\x33\x32\x34\ \x31\x37\x32\x36\x2c\x36\x2e\x32\x34\x32\x34\x33\x38\x34\x20\x37\ \x2e\x38\x35\x36\x30\x30\x36\x35\x2c\x36\x2e\x38\x32\x32\x31\x35\ \x38\x31\x20\x37\x2e\x33\x33\x33\x31\x33\x33\x35\x2c\x37\x2e\x34\ \x36\x39\x37\x33\x35\x20\x36\x2e\x38\x32\x35\x32\x35\x38\x36\x2c\ \x38\x2e\x30\x35\x31\x30\x36\x32\x37\x20\x36\x2e\x33\x33\x31\x37\ \x31\x38\x34\x2c\x38\x2e\x35\x36\x36\x30\x38\x36\x36\x20\x35\x2e\ \x38\x37\x35\x35\x39\x35\x39\x2c\x39\x2e\x30\x34\x32\x30\x30\x31\ \x36\x20\x35\x2e\x34\x35\x33\x31\x37\x38\x34\x2c\x39\x2e\x34\x32\ \x39\x30\x35\x30\x36\x20\x35\x2e\x31\x33\x36\x32\x36\x33\x37\x2c\ \x39\x2e\x36\x38\x38\x33\x37\x30\x36\x20\x4c\x20\x35\x2e\x30\x30\ \x30\x30\x31\x33\x37\x2c\x39\x2e\x37\x39\x39\x36\x33\x30\x31\x20\ \x34\x2e\x38\x36\x33\x37\x36\x33\x36\x2c\x39\x2e\x36\x38\x38\x33\ \x37\x30\x36\x20\x43\x20\x34\x2e\x35\x34\x30\x32\x35\x35\x39\x2c\ \x39\x2e\x34\x32\x32\x30\x30\x34\x35\x20\x34\x2e\x31\x32\x35\x31\ \x34\x30\x32\x2c\x39\x2e\x30\x34\x32\x30\x36\x33\x20\x33\x2e\x36\ \x36\x38\x39\x33\x33\x36\x2c\x38\x2e\x35\x36\x36\x30\x38\x36\x36\ \x20\x33\x2e\x31\x37\x35\x33\x39\x33\x35\x2c\x38\x2e\x30\x35\x31\ \x30\x36\x32\x37\x20\x32\x2e\x36\x36\x37\x34\x37\x36\x35\x2c\x37\ \x2e\x34\x36\x39\x37\x32\x37\x31\x20\x32\x2e\x31\x34\x34\x36\x34\ \x35\x35\x2c\x36\x2e\x38\x32\x32\x31\x35\x38\x31\x20\x31\x2e\x36\ \x37\x36\x36\x30\x35\x34\x2c\x36\x2e\x32\x34\x32\x35\x39\x32\x32\ \x20\x31\x2e\x32\x31\x39\x32\x37\x32\x35\x2c\x35\x2e\x36\x31\x35\ \x33\x33\x31\x34\x20\x30\x2e\x37\x36\x39\x30\x36\x34\x38\x35\x2c\ \x34\x2e\x39\x36\x36\x39\x39\x32\x39\x20\x5a\x22\x20\x2f\x3e\x0a\ \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\x08\xfe\ \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\x31\x32\x22\x0a\ \x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x37\x35\x35\ \x22\x0a\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x31\x37\x35\x35\ \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\x38\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\x31\x36\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x67\x0a\x20\ \x20\x20\x20\x20\x74\x72\x61\x6e\x73\x66\x6f\x72\x6d\x3d\x22\x72\ \x6f\x74\x61\x74\x65\x28\x2d\x39\x30\x2c\x39\x32\x32\x2e\x35\x2c\ \x32\x34\x35\x29\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x67\ \x35\x22\x3e\x0a\x20\x20\x20\x20\x3c\x74\x69\x74\x6c\x65\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x74\x69\x74\x6c\x65\x32\ \x22\x3e\x62\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3c\x2f\x74\x69\ \x74\x6c\x65\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\x66\x69\x6c\ \x6c\x3a\x6e\x6f\x6e\x65\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x78\ \x3d\x22\x2d\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x79\x3d\x22\ \x2d\x31\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\ \x3d\x22\x35\x38\x32\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x68\x65\ \x69\x67\x68\x74\x3d\x22\x34\x30\x32\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x63\x61\x6e\x76\x61\x73\x5f\x62\x61\x63\ \x6b\x67\x72\x6f\x75\x6e\x64\x22\x20\x2f\x3e\x0a\x20\x20\x3c\x2f\ \x67\x3e\x0a\x20\x20\x3c\x67\x0a\x20\x20\x20\x20\x20\x74\x72\x61\ \x6e\x73\x66\x6f\x72\x6d\x3d\x22\x72\x6f\x74\x61\x74\x65\x28\x2d\ \x39\x30\x2c\x39\x30\x39\x2e\x35\x2c\x38\x36\x34\x29\x22\x0a\x20\ \x20\x20\x20\x20\x69\x64\x3d\x22\x67\x31\x30\x22\x3e\x0a\x20\x20\ \x20\x20\x3c\x74\x69\x74\x6c\x65\x0a\x20\x20\x20\x20\x20\x20\x20\ \x69\x64\x3d\x22\x74\x69\x74\x6c\x65\x37\x22\x3e\x4c\x61\x79\x65\ \x72\x20\x31\x3c\x2f\x74\x69\x74\x6c\x65\x3e\x0a\x20\x20\x20\x20\ \x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\ \x6d\x20\x35\x30\x33\x2c\x31\x32\x37\x31\x20\x2d\x32\x35\x36\x2c\ \x32\x35\x36\x20\x71\x20\x2d\x31\x30\x2c\x39\x20\x2d\x32\x33\x2c\ \x39\x20\x2d\x31\x32\x2c\x30\x20\x2d\x32\x33\x2c\x2d\x39\x20\x2d\ \x39\x2c\x2d\x31\x30\x20\x2d\x39\x2c\x2d\x32\x33\x20\x30\x2c\x2d\ \x31\x33\x20\x39\x2c\x2d\x32\x33\x20\x6c\x20\x32\x35\x36\x2c\x2d\ \x32\x35\x36\x20\x71\x20\x31\x30\x2c\x2d\x39\x20\x32\x33\x2c\x2d\ \x39\x20\x31\x33\x2c\x30\x20\x32\x33\x2c\x39\x20\x39\x2c\x31\x30\ \x20\x39\x2c\x32\x33\x20\x30\x2c\x31\x33\x20\x2d\x39\x2c\x32\x33\ \x20\x7a\x20\x6d\x20\x31\x36\x39\x2c\x34\x31\x20\x76\x20\x33\x32\ \x30\x20\x71\x20\x30\x2c\x31\x34\x20\x2d\x39\x2c\x32\x33\x20\x2d\ \x39\x2c\x39\x20\x2d\x32\x33\x2c\x39\x20\x2d\x31\x34\x2c\x30\x20\ \x2d\x32\x33\x2c\x2d\x39\x20\x2d\x39\x2c\x2d\x39\x20\x2d\x39\x2c\ \x2d\x32\x33\x20\x76\x20\x2d\x33\x32\x30\x20\x71\x20\x30\x2c\x2d\ \x31\x34\x20\x39\x2c\x2d\x32\x33\x20\x39\x2c\x2d\x39\x20\x32\x33\ \x2c\x2d\x39\x20\x31\x34\x2c\x30\x20\x32\x33\x2c\x39\x20\x39\x2c\ \x39\x20\x39\x2c\x32\x33\x20\x7a\x20\x4d\x20\x34\x34\x38\x2c\x31\ \x30\x38\x38\x20\x71\x20\x30\x2c\x31\x34\x20\x2d\x39\x2c\x32\x33\ \x20\x2d\x39\x2c\x39\x20\x2d\x32\x33\x2c\x39\x20\x48\x20\x39\x36\ \x20\x71\x20\x2d\x31\x34\x2c\x30\x20\x2d\x32\x33\x2c\x2d\x39\x20\ \x2d\x39\x2c\x2d\x39\x20\x2d\x39\x2c\x2d\x32\x33\x20\x30\x2c\x2d\ \x31\x34\x20\x39\x2c\x2d\x32\x33\x20\x39\x2c\x2d\x39\x20\x32\x33\ \x2c\x2d\x39\x20\x68\x20\x33\x32\x30\x20\x71\x20\x31\x34\x2c\x30\ \x20\x32\x33\x2c\x39\x20\x39\x2c\x39\x20\x39\x2c\x32\x33\x20\x7a\ \x20\x6d\x20\x31\x32\x36\x34\x2c\x31\x32\x38\x20\x71\x20\x30\x2c\ \x31\x32\x30\x20\x2d\x38\x35\x2c\x32\x30\x33\x20\x6c\x20\x2d\x31\ \x34\x37\x2c\x31\x34\x36\x20\x71\x20\x2d\x38\x33\x2c\x38\x33\x20\ \x2d\x32\x30\x33\x2c\x38\x33\x20\x2d\x31\x32\x31\x2c\x30\x20\x2d\ \x32\x30\x34\x2c\x2d\x38\x35\x20\x4c\x20\x37\x33\x39\x2c\x31\x32\ \x32\x38\x20\x71\x20\x2d\x32\x31\x2c\x2d\x32\x31\x20\x2d\x34\x32\ \x2c\x2d\x35\x36\x20\x6c\x20\x32\x33\x39\x2c\x2d\x31\x38\x20\x32\ \x37\x33\x2c\x32\x37\x34\x20\x71\x20\x32\x37\x2c\x32\x37\x20\x36\ \x38\x2c\x32\x37\x2e\x35\x20\x34\x31\x2c\x30\x2e\x35\x20\x36\x38\ \x2c\x2d\x32\x36\x2e\x35\x20\x6c\x20\x31\x34\x37\x2c\x2d\x31\x34\ \x36\x20\x71\x20\x32\x38\x2c\x2d\x32\x38\x20\x32\x38\x2c\x2d\x36\ \x37\x20\x30\x2c\x2d\x34\x30\x20\x2d\x32\x38\x2c\x2d\x36\x38\x20\ \x6c\x20\x2d\x32\x37\x34\x2c\x2d\x32\x37\x35\x20\x31\x38\x2c\x2d\ \x32\x33\x39\x20\x71\x20\x33\x35\x2c\x32\x31\x20\x35\x36\x2c\x34\ \x32\x20\x6c\x20\x33\x33\x36\x2c\x33\x33\x36\x20\x71\x20\x38\x34\ \x2c\x38\x36\x20\x38\x34\x2c\x32\x30\x34\x20\x7a\x20\x4d\x20\x31\ \x30\x39\x35\x2c\x34\x39\x32\x20\x38\x35\x36\x2c\x35\x31\x30\x20\ \x35\x38\x33\x2c\x32\x33\x36\x20\x71\x20\x2d\x32\x38\x2c\x2d\x32\ \x38\x20\x2d\x36\x38\x2c\x2d\x32\x38\x20\x2d\x33\x39\x2c\x30\x20\ \x2d\x36\x38\x2c\x32\x37\x20\x4c\x20\x33\x30\x30\x2c\x33\x38\x31\ \x20\x71\x20\x2d\x32\x38\x2c\x32\x38\x20\x2d\x32\x38\x2c\x36\x37\ \x20\x30\x2c\x34\x30\x20\x32\x38\x2c\x36\x38\x20\x6c\x20\x32\x37\ \x34\x2c\x32\x37\x34\x20\x2d\x31\x38\x2c\x32\x34\x30\x20\x71\x20\ \x2d\x33\x35\x2c\x2d\x32\x31\x20\x2d\x35\x36\x2c\x2d\x34\x32\x20\ \x4c\x20\x31\x36\x34\x2c\x36\x35\x32\x20\x51\x20\x38\x30\x2c\x35\ \x36\x36\x20\x38\x30\x2c\x34\x34\x38\x20\x38\x30\x2c\x33\x32\x38\ \x20\x31\x36\x35\x2c\x32\x34\x35\x20\x4c\x20\x33\x31\x32\x2c\x39\ \x39\x20\x71\x20\x38\x33\x2c\x2d\x38\x33\x20\x32\x30\x33\x2c\x2d\ \x38\x33\x20\x31\x32\x31\x2c\x30\x20\x32\x30\x34\x2c\x38\x35\x20\ \x6c\x20\x33\x33\x34\x2c\x33\x33\x35\x20\x71\x20\x32\x31\x2c\x32\ \x31\x20\x34\x32\x2c\x35\x36\x20\x7a\x20\x6d\x20\x36\x33\x33\x2c\ \x38\x34\x20\x71\x20\x30\x2c\x31\x34\x20\x2d\x39\x2c\x32\x33\x20\ \x2d\x39\x2c\x39\x20\x2d\x32\x33\x2c\x39\x20\x68\x20\x2d\x33\x32\ \x30\x20\x71\x20\x2d\x31\x34\x2c\x30\x20\x2d\x32\x33\x2c\x2d\x39\ \x20\x2d\x39\x2c\x2d\x39\x20\x2d\x39\x2c\x2d\x32\x33\x20\x30\x2c\ \x2d\x31\x34\x20\x39\x2c\x2d\x32\x33\x20\x39\x2c\x2d\x39\x20\x32\ \x33\x2c\x2d\x39\x20\x68\x20\x33\x32\x30\x20\x71\x20\x31\x34\x2c\ \x30\x20\x32\x33\x2c\x39\x20\x39\x2c\x39\x20\x39\x2c\x32\x33\x20\ \x7a\x20\x4d\x20\x31\x31\x38\x34\x2c\x33\x32\x20\x76\x20\x33\x32\ \x30\x20\x71\x20\x30\x2c\x31\x34\x20\x2d\x39\x2c\x32\x33\x20\x2d\ \x39\x2c\x39\x20\x2d\x32\x33\x2c\x39\x20\x2d\x31\x34\x2c\x30\x20\ \x2d\x32\x33\x2c\x2d\x39\x20\x2d\x39\x2c\x2d\x39\x20\x2d\x39\x2c\ \x2d\x32\x33\x20\x56\x20\x33\x32\x20\x71\x20\x30\x2c\x2d\x31\x34\ \x20\x39\x2c\x2d\x32\x33\x20\x39\x2c\x2d\x39\x20\x32\x33\x2c\x2d\ \x39\x20\x31\x34\x2c\x30\x20\x32\x33\x2c\x39\x20\x39\x2c\x39\x20\ \x39\x2c\x32\x33\x20\x7a\x20\x6d\x20\x34\x30\x37\x2c\x31\x35\x31\ \x20\x2d\x32\x35\x36\x2c\x32\x35\x36\x20\x71\x20\x2d\x31\x31\x2c\ \x39\x20\x2d\x32\x33\x2c\x39\x20\x2d\x31\x32\x2c\x30\x20\x2d\x32\ \x33\x2c\x2d\x39\x20\x2d\x39\x2c\x2d\x31\x30\x20\x2d\x39\x2c\x2d\ \x32\x33\x20\x30\x2c\x2d\x31\x33\x20\x39\x2c\x2d\x32\x33\x20\x6c\ \x20\x32\x35\x36\x2c\x2d\x32\x35\x36\x20\x71\x20\x31\x30\x2c\x2d\ \x39\x20\x32\x33\x2c\x2d\x39\x20\x31\x33\x2c\x30\x20\x32\x33\x2c\ \x39\x20\x39\x2c\x31\x30\x20\x39\x2c\x32\x33\x20\x30\x2c\x31\x33\ \x20\x2d\x39\x2c\x32\x33\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x73\x76\x67\x5f\x31\x22\x20\x2f\x3e\x0a\x20\ \x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x08\x88\ \x00\ \x00\x1d\xd8\x78\x9c\xed\x59\xdb\x8e\xe3\xb8\x11\x7d\x9f\xaf\x10\ \x3c\x2f\x3b\x88\x28\xf3\x4e\xd1\xdd\x3d\x0b\x2c\x82\x4d\xf2\xba\ \xc9\x62\x9f\xd5\xb2\x6c\x2b\x23\x4b\x86\x24\xf7\x65\xbe\x7e\x4f\ \x51\xa6\x65\xbb\x3b\x17\x04\x79\x4a\xda\x30\x20\xb1\x58\x45\x9e\ \x3a\x2c\xb2\x8a\xf6\xfd\x8f\x2f\xfb\x26\x79\xaa\xfa\xa1\xee\xda\ \x87\x85\xc8\xf8\x22\xa9\xda\xb2\x5b\xd7\xed\xf6\x61\xf1\xeb\xdf\ \x7e\x66\xf9\x22\x19\xc6\xa2\x5d\x17\x4d\xd7\x56\x0f\x8b\xb6\x5b\ \xfc\xf8\xf5\xd3\xfd\xf0\xb4\xfd\x94\x24\x09\x8c\xdb\x61\xb5\x2e\ \x1f\x16\xbb\x71\x3c\xac\x96\xcb\xc3\xb1\x6f\xb2\xae\xdf\x2e\xd7\ \xe5\xb2\x6a\xaa\x7d\xd5\x8e\xc3\x52\x64\x62\xb9\x98\xd5\xcb\x59\ \xbd\xec\xab\x62\xac\x9f\xaa\xb2\xdb\xef\xbb\x76\x08\x96\xed\xf0\ \xf9\x42\xb9\x5f\x6f\xce\xda\xcf\xcf\xcf\xd9\xb3\x0a\x4a\xc2\x7b\ \xbf\xe4\x72\x29\x25\x83\x06\x1b\x5e\xdb\xb1\x78\x61\xd7\xa6\xc0\ \xf8\x9e\xa9\xe4\x9c\x2f\xd1\x37\x6b\xfe\x4b\xad\xa7\xba\x7a\xfe\ \xa9\x7b\x79\x58\xf0\x84\x27\xde\xe2\x9b\x71\xfa\x88\xa9\x77\x66\ \x6f\x12\xd4\xeb\x87\x05\x4c\x75\xee\x74\x68\xef\xaa\x7a\xbb\x1b\ \x1f\x16\xde\x86\xe6\x73\xbd\x1e\x77\xa1\xf5\x15\xcd\xfb\x75\xb5\ \x19\x48\x3c\xd9\x51\x0b\x86\x76\x91\x2c\x43\xef\xbe\x1a\x8b\x75\ \x31\x16\xb3\x46\x94\x40\xcb\x87\x11\xa0\x05\x0e\x56\xbf\xfc\xf1\ \xe7\xa9\x85\x76\x59\xae\x7e\xeb\xfa\x6f\xa7\x26\x3e\xa4\x50\x3c\ \x76\x47\xa0\x58\x7c\x3d\x8b\xef\xd7\xe5\x6a\xd3\xf5\xfb\x62\xfc\ \x5a\xef\x8b\x6d\x45\x0e\xff\x01\x94\xdc\x2f\xe7\x8e\x2b\xe5\xf1\ \xf5\x50\xcd\x83\x4e\xc3\xf6\xd5\xd0\x1d\xfb\xb2\x7a\x37\x06\xd6\ \xe5\xbe\x26\xa3\xe5\x5f\xc7\xba\x69\xfe\x42\x93\x9c\x3c\xbb\x18\ \xb4\x1e\x9b\x6a\x16\xde\x2f\x4f\xe8\x4f\xbe\x2d\x2f\x9c\xbb\x5f\ \x46\xef\x43\x6b\x3b\x99\x8c\x7d\xd1\x0e\x04\xf7\x61\x11\x5e\x9b\ \x62\xac\x7e\xb0\x2e\xcb\x8d\x13\xda\xa6\xcc\xe5\x99\xe1\x86\xeb\ \x2f\x8b\x99\xc5\xa6\x78\xad\x7a\x11\xf9\xdb\x46\x40\xc3\xf8\xda\ \xc0\x93\x75\x3d\x1c\xa0\xb1\xaa\xdb\xa6\x6e\xab\x45\xec\x25\x43\ \x2c\xab\x36\x67\xc9\xc5\xd4\x20\xab\xaf\x5f\x7e\xe0\x29\x13\xf4\ \xe5\xa9\x72\x2a\xcc\x6b\x53\x23\x6c\x44\x70\xf6\x72\x3b\xf3\x38\ \x0d\xeb\x5c\xbe\x98\x65\x6f\x07\x66\x3c\x43\xd0\x5b\xae\x0d\xc6\ \xe6\xa9\x48\x8d\x33\x99\xd7\xd2\xc3\x43\x2b\x44\x88\x48\xf1\xe5\ \x72\x75\xb7\x97\x4b\xf5\xcf\x3d\xbb\x80\x91\xf3\x2b\xe9\x3b\x40\ \xc4\x25\x00\xfa\xa4\x98\xff\x72\x66\x8a\xc8\xaa\x1c\x2f\x87\xb9\ \x1a\x68\x28\x8b\xa6\xa2\x71\xc4\x97\xc5\xb5\xd2\xeb\xc3\x42\x69\ \x93\x29\x2b\xa5\xb8\xe9\xc2\xf6\x63\x5a\xe5\xf0\x53\x6a\x7d\xd3\ \x77\xb3\xc3\xe6\xcf\x79\xaf\x65\x5c\x39\x9f\xbb\x9b\x6e\x72\x99\ \x90\xc2\x6b\x79\xd3\x75\xe2\xab\xec\x9a\xae\x5f\x7d\x0e\xdb\x9d\ \xdf\x5d\xb3\x77\xd7\x61\xeb\x6f\x9a\xee\x79\xf5\x54\x0f\xf5\x63\ \x53\xdd\x85\x67\xdd\x20\xe4\xcf\xa2\x0d\xe2\x7e\xd5\xe2\xec\xbc\ \x1b\xc6\xbe\xfb\x56\x5d\xbe\xb3\x00\x6f\xa5\xef\xf6\x45\xff\xad\ \xea\xa7\xae\xaa\x2d\x60\xc7\x1e\x8b\xf2\xdb\xb6\xef\x8e\xed\x7a\ \x55\x94\xe5\x71\x7f\xa4\xa8\xbe\xda\x3b\x60\xf9\x50\x8c\xbb\xb7\ \x1e\x91\x14\x71\x71\xeb\x2c\x9d\x1d\x89\x32\x2e\xf3\x8e\xbb\x94\ \x5e\x94\x15\x4a\x25\x65\xc2\x64\x66\x95\xd0\x29\x4f\x98\xce\x9c\ \x30\x06\x2b\x9c\x49\xe5\xf2\x3c\x61\x36\xd3\xa4\xce\xb3\xdc\x5b\ \x8d\xb6\xc8\x1c\xfa\x3d\x04\xd6\xe4\x36\x61\x2a\x13\xc6\xa3\x2d\ \xb2\x5c\xfb\xdc\x90\xc0\x7b\x2e\x55\xaa\x32\x65\x8c\x76\x64\x61\ \xad\xe4\x1e\x02\x2e\x84\xd4\x24\xc0\x1e\x72\x2e\xb5\x99\xf5\x2a\ \x0c\x69\x08\x6e\x8a\x20\x76\xd2\x1a\x9b\x3c\x25\x9c\x74\x5d\xa2\ \xf1\x94\x42\xfb\xd8\x2e\xe9\xc5\xe4\x32\x35\x58\x4f\xe9\x30\x3d\ \xcf\x84\xf0\x42\xa6\x39\xe1\x56\x32\x79\x33\x16\x80\x2b\xc1\x35\ \xf0\x61\x07\x5a\x99\x48\x38\x86\x9d\x98\xc2\x65\x6f\xe1\xc0\x2d\ \xdc\x1b\xff\x14\xcc\xbd\x3a\xbb\x7f\xc3\xc6\x2e\xb1\x1a\x08\x8d\ \xf2\x80\x76\x26\x71\xe2\x50\xa6\x2c\x92\x38\x59\x09\x12\x4c\x76\ \x71\x12\x36\xcd\x22\x92\xc8\x22\x8b\x34\x46\x58\x6c\xc6\x45\x2c\ \xe6\x24\x98\x68\x9c\x58\xa4\xcd\x3f\xd1\x18\x3d\x67\x17\x34\xb2\ \x13\x6f\xec\x4c\x24\x3b\x33\xc9\x4e\x54\xb2\xc8\xe5\x44\x25\x50\ \x46\x2e\xd9\xdb\x21\x59\xa4\x93\x45\x3e\x59\x24\x94\x4d\x8c\xba\ \x39\x02\xd8\x45\x08\x5c\xf9\x4b\x2a\x44\xeb\x05\x23\xec\x0d\x47\ \xdf\x93\x7d\xc2\x53\xd0\xcb\x85\x37\xb7\x4c\x2b\x07\xec\x81\x6a\ \x9c\x06\xd2\x52\xb8\x1a\xae\x44\x02\x5f\xac\xd6\xd4\xb6\x9a\x5b\ \x05\x52\xb8\xe6\x61\x35\x95\xa7\x7e\x22\xcd\x5b\xea\xcf\xb9\xd7\ \x06\xed\x1c\x0f\x95\x9e\x3c\xa5\x68\xe1\xb9\xa4\xb6\xb6\x10\xa0\ \xed\xb1\x3c\x0a\x30\x70\x3c\x0b\x1d\xc6\xd3\x5e\xa6\x3e\xcb\x85\ \xd5\x60\x58\x79\x6c\x27\x62\x26\x12\xaa\x29\x36\x8d\x16\x79\x12\ \x96\xdf\x88\x1c\xb1\x09\xb8\xe4\xf5\x85\x35\xe2\x22\x2c\x86\xe6\ \xc8\xe3\x80\xe3\x94\x32\x32\xd0\x6b\xb4\xa2\x68\x15\x46\xda\x60\ \x72\x0d\x30\x8c\xc1\xe5\xc9\xa1\x40\x3f\xad\x7e\x7e\xf6\x98\xdd\ \x52\xf0\xe7\xf3\x9e\x9f\x76\x7a\xa4\x8e\x45\xee\x58\x24\xef\x64\ \x6a\xc2\x32\x4d\x83\x45\xfe\x58\x24\x90\x45\x06\x59\xa4\xf0\x0c\ \x91\x9d\x31\x06\x16\x95\x25\x09\x68\x34\x82\x24\xc4\x23\x24\x44\ \xa4\xcd\xe5\xcc\x05\x3b\x53\xc9\x42\x8c\xd2\x09\x02\x4e\x8d\x12\ \x72\x92\x28\x1d\xb7\x7d\x3e\xc5\x6a\x2e\x29\x56\xa5\xb2\xd6\x53\ \xac\x82\x37\x21\x92\xdb\xe1\x22\xb3\x2c\x52\x1b\x99\x65\x91\xda\ \x37\xb0\x6f\x7c\xa5\xa3\x82\xa8\x75\x33\x1d\x6f\xf8\xf9\xfe\xef\ \x24\x8d\x4d\xd7\x8e\x2c\xf4\xe0\x80\x47\x4d\xd5\x4c\x92\xa7\xa2\ \xaf\x8b\x76\xbc\x92\x3d\x87\x3c\x76\x25\x42\xa6\xa8\xc6\x72\x77\ \x2d\xab\xbf\x57\xab\x7d\xb5\xae\x8f\xfb\x3b\x4a\x44\x6c\xf7\xd6\ \x6e\x53\xec\xeb\xe6\x75\x35\x20\xe9\xb2\xa1\xea\xeb\xcd\xd5\xac\ \xac\xa9\xb7\xc5\x78\x44\xed\xf6\x1e\x26\x76\xe8\x86\x7a\x44\x4d\ \xfb\x6e\x67\x59\x1c\xde\xb7\x6a\x8f\x7b\x4c\x54\xbe\xdb\x57\x34\ \x63\xd5\xb7\x48\x61\xd7\xa6\x9b\x2a\xa0\x00\xc2\x71\xc4\x95\xe3\ \xdc\x39\x56\x2f\x23\xab\xdb\x35\xee\x0f\x2b\x3e\xb5\x0a\x40\x6e\ \x57\xb8\x8b\xf4\xe3\x24\x58\xe3\xda\xd0\x17\x27\x98\x48\x9c\x37\ \x42\x46\xcc\xbc\xdf\x33\x2d\xc6\xd0\x35\xf5\xfa\x4d\xdf\xf5\xda\ \x35\xc0\x55\xf5\x6c\x38\x14\x25\xe0\x45\x74\xcf\x5d\xbf\xbe\x95\ \x85\x71\xce\x35\xce\x34\xef\x73\x5f\x93\x57\x6c\xdf\xad\xab\x55\ \xd3\xb3\xf1\x11\x15\x04\xd5\x1b\x84\xb9\x19\xfb\xc9\xa8\xeb\x6b\ \xb8\x39\x39\xb2\xaf\x5f\xaa\xf5\xdd\x63\x31\x54\x61\x5d\x87\x5d\ \xbd\x19\x57\xb1\x79\xe2\xa1\x2d\x77\x40\x38\x11\xf1\xbc\xab\xc7\ \x2a\x40\x39\x07\xd7\xb0\x2b\x0e\x15\x3b\x14\x6b\xba\xc3\x81\xbc\ \xb2\xa9\x0f\xac\x3f\x86\xe8\x6b\xbf\x57\x7d\xf7\x9f\x54\x31\x1d\ \x39\x8b\xb6\xb8\xab\x41\xdb\x84\xb5\x38\x8e\xdd\x1d\x00\x33\x28\ \xb4\xeb\xc9\xc9\x13\x86\x40\x22\xd6\x0f\xdc\x1d\xa2\xfa\xf0\xcb\ \x9f\x7e\x7a\xaf\x83\xa1\x42\x42\x73\x58\x11\x98\xa2\x27\xad\xb0\ \x32\x37\x2b\x31\xc9\x66\x1c\xa1\xae\xfa\xac\xc2\x27\x34\x6e\xfa\ \xae\x5d\xfe\xc7\xb5\x17\xd5\xcd\xce\x23\x5f\x47\x39\xc1\x40\x88\ \xaf\x1e\x8f\xe3\x78\x29\xfb\x7b\x57\xd3\xfa\x00\x6a\x94\x86\x46\ \x53\xe3\x81\x12\xee\x24\x5b\x17\xe0\xbf\xef\xc1\xee\xe5\x5c\x24\ \xed\x36\x1b\x44\x39\x16\xe4\x24\x9b\xe1\x5e\x56\x7f\x13\x41\x3d\ \x08\xc5\x56\xc2\xfa\x05\x92\xc3\xe5\xec\x56\x38\xad\xf3\x8d\x30\ \x44\xc8\x8d\xec\xbf\x55\x50\xf2\xdb\xe2\x3a\x14\x94\x9a\x23\xb9\ \x58\x9b\xa7\xca\xcb\xcc\xa0\xb4\x90\xe1\xb8\x46\xc1\x87\xcc\x67\ \x33\x9c\x9f\x53\x25\x81\xea\x06\xc5\x86\x90\x38\x86\x51\xea\x84\ \x7c\xaf\x70\x50\xa7\x02\xe6\x5e\x23\xb5\xe2\xe4\xe6\x74\xa8\xa7\ \x02\xd6\xb9\xe1\xd0\x91\x3a\xa3\x3c\xa0\xa9\x9a\xcb\x85\xe4\x48\ \x24\x0a\x97\x83\x3c\xa7\xe9\xa8\xfc\x51\x94\x10\xe9\x64\x77\x5a\ \x87\x5c\x80\x3a\x86\xb2\x16\x0a\x0f\xd4\x10\x38\xb9\xa5\xc2\x19\ \xee\x1c\xa5\x36\xe7\xc3\x55\x09\x03\x70\x27\x91\x42\x5c\x26\x85\ \x23\x09\x06\x70\x1e\x17\x80\x44\x0a\x24\x42\x15\xf2\x16\x4d\xec\ \x73\x9d\x28\xe0\xe5\x1a\xd3\x11\x3a\x05\x4f\x9a\x50\xcc\xc0\xde\ \x00\x01\xae\x3d\x8a\xdc\x45\xa7\x43\xbe\xd3\x94\xde\xac\xc5\xd4\ \x80\x8e\x7a\x4d\x7a\x4a\x1e\x48\x2f\xc2\x3b\xa0\x92\x8e\xaa\xa0\ \xdc\xa6\x2e\xa3\x2c\xa2\x02\x07\xa8\xb3\x50\x0e\x58\xa3\x9c\xa1\ \x8c\xac\x84\x12\x26\x95\xc8\x3c\xdc\x21\x69\xe9\x8c\x0a\x29\x14\ \xab\x50\x71\xc6\xf9\xc4\x03\xb4\xd1\x39\x86\xe0\x96\xf2\x20\x34\ \x65\x9e\x1b\x5c\x31\x81\x00\x85\x5d\x02\x4d\xaf\x9d\x24\xd7\xf1\ \xe2\xa5\x24\x3f\xb9\x73\x8a\xe8\x91\xa1\xac\x73\xa1\xd6\x24\x0d\ \x10\x6d\xfd\x94\x4d\x7d\xa8\xf3\x24\xdd\x94\x89\x2f\xb8\xe9\x32\ \x2d\x55\xae\x30\x95\x16\xde\x87\x4a\x23\x57\x9c\x2a\x50\xbc\x48\ \x2c\x47\x22\x42\xa2\xb4\x32\x50\xa8\xa8\xa4\xa7\xfa\x4a\x20\x22\ \xa8\x7e\x12\x94\x96\x4b\xb8\x90\xab\x1c\x3a\xf4\xb4\xc6\x60\x76\ \x68\x02\x30\x96\x54\xe0\xda\xa5\x20\x30\x1e\xde\x53\x20\x18\x94\ \x4b\xf6\x23\xa9\x7e\x24\xd5\x8f\xa4\xfa\x91\x54\xff\x2f\x92\xaa\ \x78\xf3\x93\xd4\xf4\x2b\x0d\xfd\xb2\xe6\x72\x23\x91\x55\xd5\xf9\ \x67\x1a\x8e\x94\x23\x3d\x6e\x56\xb8\x99\x38\x81\x9b\xba\x3d\x5d\ \x8e\x4f\xcf\x73\x7b\x52\x33\xb8\xe4\xc5\x1e\x36\x59\xc8\x59\x10\ \x75\x39\x5d\xd3\xa7\x51\x4f\x4a\xe8\x4b\xd8\xac\x97\xb0\x79\xb8\ \xb3\x18\x9a\x48\xf0\x6e\x16\xd8\x70\x5f\xa7\x5f\x3f\x08\x27\x5d\ \xb2\x24\xa5\x54\xe4\x66\x27\x43\x22\x06\xe6\x08\x25\xa1\x5e\xaf\ \xe9\x12\x1a\x85\x41\x0f\x77\xe6\xd8\x86\x65\x1a\xc7\x60\x71\x90\ \x90\x83\x62\x3f\x9b\x07\x39\x4b\x59\x1c\x86\x5d\x4c\xf6\x91\x4e\ \x3e\xd2\xc9\x47\x3a\xf9\x5f\x48\x27\xdc\x7d\xa4\x93\xfb\xe5\x76\ \xfe\xa3\x6c\x1b\xff\x22\xdb\x4e\x7f\x8e\xe1\x71\x4f\xff\xe1\x7d\ \xfd\xf4\x3b\x81\x46\xd9\xc0\ \x00\x00\x04\x73\ \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\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\x78\x6d\x6c\x3a\x73\x70\x61\x63\x65\x3d\x22\x70\x72\x65\ \x73\x65\x72\x76\x65\x22\x0a\x20\x20\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\x0a\x20\x20\x20\x76\ \x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\x20\x31\x36\x20\x31\ \x36\x22\x0a\x20\x20\x20\x79\x3d\x22\x30\x70\x78\x22\x0a\x20\x20\ \x20\x78\x3d\x22\x30\x70\x78\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\ \x4d\x65\x6e\x75\x22\x0a\x20\x20\x20\x76\x65\x72\x73\x69\x6f\x6e\ \x3d\x22\x31\x2e\x31\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\x33\x33\x39\x30\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\x33\x33\ \x38\x38\x22\x20\x2f\x3e\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\ \x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x33\x33\ \x33\x33\x33\x33\x22\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\ \x61\x74\x68\x33\x33\x38\x34\x22\x0a\x20\x20\x20\x20\x20\x64\x3d\ \x22\x4d\x20\x31\x34\x2e\x34\x2c\x37\x20\x48\x20\x31\x2e\x36\x20\ \x43\x20\x31\x2e\x30\x34\x38\x2c\x37\x20\x31\x2c\x37\x2e\x34\x34\ \x37\x20\x31\x2c\x38\x20\x31\x2c\x38\x2e\x35\x35\x33\x20\x31\x2e\ \x30\x34\x38\x2c\x39\x20\x31\x2e\x36\x2c\x39\x20\x48\x20\x31\x34\ \x2e\x34\x20\x43\x20\x31\x34\x2e\x39\x35\x32\x2c\x39\x20\x31\x35\ \x2c\x38\x2e\x35\x35\x33\x20\x31\x35\x2c\x38\x20\x31\x35\x2c\x37\ \x2e\x34\x34\x37\x20\x31\x34\x2e\x39\x35\x32\x2c\x37\x20\x31\x34\ \x2e\x34\x2c\x37\x20\x5a\x20\x6d\x20\x30\x2c\x34\x20\x48\x20\x31\ \x2e\x36\x20\x43\x20\x31\x2e\x30\x34\x38\x2c\x31\x31\x20\x31\x2c\ \x31\x31\x2e\x34\x34\x37\x20\x31\x2c\x31\x32\x20\x63\x20\x30\x2c\ \x30\x2e\x35\x35\x33\x20\x30\x2e\x30\x34\x38\x2c\x31\x20\x30\x2e\ \x36\x2c\x31\x20\x68\x20\x31\x32\x2e\x38\x20\x63\x20\x30\x2e\x35\ \x35\x32\x2c\x30\x20\x30\x2e\x36\x2c\x2d\x30\x2e\x34\x34\x37\x20\ \x30\x2e\x36\x2c\x2d\x31\x20\x30\x2c\x2d\x30\x2e\x35\x35\x33\x20\ \x2d\x30\x2e\x30\x34\x38\x2c\x2d\x31\x20\x2d\x30\x2e\x36\x2c\x2d\ \x31\x20\x7a\x20\x4d\x20\x31\x2e\x36\x2c\x35\x20\x48\x20\x31\x34\ \x2e\x34\x20\x43\x20\x31\x34\x2e\x39\x35\x32\x2c\x35\x20\x31\x35\ \x2c\x34\x2e\x35\x35\x33\x20\x31\x35\x2c\x34\x20\x31\x35\x2c\x33\ \x2e\x34\x34\x37\x20\x31\x34\x2e\x39\x35\x32\x2c\x33\x20\x31\x34\ \x2e\x34\x2c\x33\x20\x48\x20\x31\x2e\x36\x20\x43\x20\x31\x2e\x30\ \x34\x38\x2c\x33\x20\x31\x2c\x33\x2e\x34\x34\x37\x20\x31\x2c\x34\ \x20\x31\x2c\x34\x2e\x35\x35\x33\x20\x31\x2e\x30\x34\x38\x2c\x35\ \x20\x31\x2e\x36\x2c\x35\x20\x5a\x22\x20\x2f\x3e\x3c\x2f\x73\x76\ \x67\x3e\ \x00\x00\x0d\xea\ \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\x39\x36\x22\x0a\ \x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\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\ \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\x6e\x6f\x6e\x65\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\x23\x33\x33\x33\x33\x33\x33\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x34\x2e\x30\x30\x30\x37\x39\ \x31\x35\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\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\x20\x20\ \x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x33\x38\x31\x2e\x39\x37\x39\ \x38\x38\x2c\x33\x35\x35\x2e\x33\x36\x32\x36\x31\x20\x63\x20\x2d\ \x31\x30\x2e\x30\x30\x33\x39\x36\x2c\x30\x20\x2d\x39\x2e\x38\x38\ \x37\x33\x2c\x33\x2e\x39\x31\x33\x30\x36\x20\x2d\x31\x30\x2e\x30\ \x30\x33\x39\x36\x2c\x31\x34\x20\x6c\x20\x30\x2c\x34\x37\x2e\x39\ \x39\x39\x36\x31\x20\x63\x20\x30\x2e\x31\x31\x36\x36\x36\x2c\x31\ \x30\x2e\x30\x38\x36\x39\x34\x20\x30\x2c\x31\x34\x20\x31\x30\x2e\ \x30\x30\x33\x39\x36\x2c\x31\x34\x20\x6c\x20\x33\x36\x2e\x30\x31\ \x34\x36\x36\x2c\x30\x20\x63\x20\x31\x30\x2e\x30\x30\x33\x39\x36\ \x2c\x30\x20\x39\x2e\x38\x38\x37\x33\x2c\x2d\x33\x2e\x39\x31\x33\ \x30\x36\x20\x31\x30\x2e\x30\x30\x33\x39\x36\x2c\x2d\x31\x34\x20\ \x6c\x20\x30\x2c\x2d\x34\x37\x2e\x39\x39\x39\x36\x31\x20\x63\x20\ \x2d\x30\x2e\x31\x31\x36\x36\x36\x2c\x2d\x31\x30\x2e\x30\x38\x36\ \x39\x34\x20\x30\x2c\x2d\x31\x34\x20\x2d\x31\x30\x2e\x30\x30\x33\ \x39\x36\x2c\x2d\x31\x34\x20\x7a\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\ \x32\x39\x37\x22\x20\x2f\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\ \x6d\x61\x74\x72\x69\x78\x28\x30\x2c\x2d\x31\x2c\x2d\x31\x2c\x30\ \x2c\x30\x2c\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x79\x3d\x22\x2d\x33\x37\x31\x2e\x39\x37\x36\x33\ \x35\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x78\x3d\x22\x2d\x34\x30\x31\x2e\x33\x36\x32\x32\x31\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x68\x65\x69\x67\ \x68\x74\x3d\x22\x36\x2e\x30\x30\x32\x33\x38\x34\x32\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\ \x68\x3d\x22\x31\x35\x2e\x39\x39\x39\x39\x39\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\x31\x38\x38\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\x6f\x70\ \x61\x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x33\x33\ \x33\x33\x33\x33\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\ \x2e\x30\x30\x31\x35\x38\x33\x31\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\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\x39\x30\x22\x0a\x20\x20\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x33\x34\x39\x2e\ \x39\x36\x37\x36\x33\x2c\x34\x33\x33\x2e\x33\x36\x32\x32\x32\x20\ \x34\x2e\x30\x30\x31\x35\x38\x2c\x30\x20\x38\x2e\x30\x30\x33\x31\ \x37\x2c\x2d\x31\x32\x20\x30\x2c\x2d\x35\x36\x20\x2d\x38\x2e\x30\ \x30\x33\x31\x36\x2c\x2d\x31\x32\x20\x2d\x34\x2e\x30\x30\x31\x35\ \x39\x2c\x30\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\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\x33\x33\x33\x33\ \x33\x33\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\x2e\x30\ \x30\x31\x35\x38\x33\x31\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\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\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x34\ \x64\x34\x64\x34\x64\x3b\x65\x6e\x61\x62\x6c\x65\x2d\x62\x61\x63\ \x6b\x67\x72\x6f\x75\x6e\x64\x3a\x6e\x65\x77\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x34\ \x31\x32\x2e\x39\x39\x32\x35\x36\x2c\x34\x30\x35\x2e\x33\x36\x32\ \x32\x32\x20\x2d\x32\x35\x2e\x30\x30\x39\x39\x2c\x30\x20\x63\x20\ \x2d\x35\x2e\x30\x30\x32\x2c\x30\x20\x2d\x35\x2e\x30\x30\x32\x2c\ \x2d\x34\x2e\x30\x30\x30\x30\x32\x20\x2d\x35\x2e\x30\x30\x32\x2c\ \x2d\x34\x2e\x30\x30\x30\x30\x32\x20\x6c\x20\x30\x2c\x2d\x31\x35\ \x2e\x39\x39\x39\x39\x39\x20\x63\x20\x30\x2c\x2d\x33\x2e\x39\x39\ \x39\x39\x39\x20\x35\x2e\x30\x30\x32\x2c\x2d\x33\x2e\x39\x39\x39\ \x39\x39\x20\x35\x2e\x30\x30\x32\x2c\x2d\x33\x2e\x39\x39\x39\x39\ \x39\x20\x6c\x20\x32\x30\x2e\x30\x30\x37\x38\x39\x2c\x30\x20\x31\ \x30\x2e\x30\x30\x33\x39\x35\x2c\x37\x2e\x39\x39\x39\x39\x39\x20\ \x30\x2c\x31\x31\x2e\x39\x39\x39\x39\x39\x20\x63\x20\x30\x2c\x30\ \x20\x30\x2c\x34\x2e\x30\x30\x30\x30\x32\x20\x2d\x35\x2e\x30\x30\ \x31\x39\x34\x2c\x34\x2e\x30\x30\x30\x30\x32\x20\x7a\x20\x6d\x20\ \x30\x2c\x2d\x34\x2e\x30\x30\x30\x30\x32\x20\x30\x2c\x2d\x37\x2e\ \x39\x39\x39\x39\x38\x20\x2d\x31\x30\x2e\x30\x30\x33\x39\x36\x2c\ \x30\x20\x30\x2c\x2d\x38\x2e\x30\x30\x30\x30\x31\x20\x2d\x31\x35\ \x2e\x30\x30\x35\x39\x34\x2c\x30\x20\x30\x2c\x31\x35\x2e\x39\x39\ \x39\x39\x39\x20\x7a\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\x04\xb2\ \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\x77\x69\x64\x74\x68\x3d\x22\x31\x36\x22\ \x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x31\x36\x22\x0a\ \x20\x20\x20\x69\x64\x3d\x22\x73\x76\x67\x37\x33\x38\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\x31\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\x73\x74\x79\x6c\x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\ \x34\x64\x34\x64\x34\x64\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\x35\x36\x31\x2c\x2d\x31\x39\x35\x29\x22\x0a\x20\x20\ \x20\x20\x20\x69\x64\x3d\x22\x6c\x61\x79\x65\x72\x31\x33\x22\x3e\ \x0a\x20\x20\x20\x20\x3c\x72\x65\x63\x74\x0a\x20\x20\x20\x20\x20\ \x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x39\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x78\x3d\x22\x2d\x35\x37\x35\x2e\x39\x37\x22\x0a\ \x20\x20\x20\x20\x20\x20\x20\x79\x3d\x22\x31\x39\x39\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x2e\x39\ \x36\x38\x38\x22\x0a\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\x72\x79\x3d\x22\x31\ \x22\x0a\x20\x20\x20\x20\x20\x20\x20\x72\x78\x3d\x22\x2e\x39\x39\ \x39\x38\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x63\x6f\x6c\x6f\x72\x3a\x23\x62\x65\x62\x65\x62\x65\ \x3b\x66\x69\x6c\x6c\x3a\x23\x34\x64\x34\x64\x34\x64\x22\x0a\x20\ \x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x72\x65\x63\x74\x35\x35\ \x34\x34\x22\x20\x2f\x3e\x0a\x20\x20\x20\x20\x3c\x70\x61\x74\x68\ \x0a\x20\x20\x20\x20\x20\x20\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\ \x0a\x20\x20\x20\x20\x20\x20\x20\x73\x74\x79\x6c\x65\x3d\x22\x63\ \x6f\x6c\x6f\x72\x3a\x23\x62\x65\x62\x65\x62\x65\x3b\x66\x69\x6c\ \x6c\x3a\x23\x34\x64\x34\x64\x34\x64\x22\x0a\x20\x20\x20\x20\x20\ \x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x35\x35\x34\x36\x22\x20\ \x2f\x3e\x0a\x20\x20\x3c\x2f\x67\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\ \x0a\ \x00\x00\x0e\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\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\x39\x36\x22\x0a\ \x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\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\x32\x30\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\x4d\x20\x33\x35\x2e\x39\x37\x36\x35\x36\x32\ \x20\x32\x20\x43\x20\x33\x30\x2e\x39\x34\x33\x38\x30\x33\x20\x32\ \x2e\x30\x35\x38\x31\x37\x37\x20\x32\x37\x2e\x32\x36\x31\x32\x34\ \x20\x31\x2e\x38\x38\x33\x34\x39\x39\x20\x32\x34\x2e\x32\x35\x20\ \x33\x2e\x35\x34\x34\x39\x32\x31\x39\x20\x43\x20\x32\x32\x2e\x37\ \x34\x34\x33\x38\x20\x34\x2e\x33\x37\x35\x36\x33\x33\x32\x20\x32\ \x31\x2e\x35\x35\x33\x31\x34\x31\x20\x35\x2e\x37\x37\x38\x37\x30\ \x37\x31\x20\x32\x30\x2e\x38\x39\x34\x35\x33\x31\x20\x37\x2e\x35\ \x33\x33\x32\x30\x33\x31\x20\x43\x20\x32\x30\x2e\x32\x33\x35\x39\ \x33\x31\x20\x39\x2e\x32\x38\x37\x36\x39\x39\x31\x20\x31\x39\x2e\ \x39\x39\x38\x30\x34\x37\x20\x31\x31\x2e\x33\x36\x39\x36\x34\x31\ \x20\x31\x39\x2e\x39\x39\x38\x30\x34\x37\x20\x31\x34\x20\x4c\x20\ \x31\x39\x2e\x39\x39\x38\x30\x34\x37\x20\x38\x32\x2e\x30\x30\x31\ \x39\x35\x33\x20\x43\x20\x31\x39\x2e\x39\x39\x38\x30\x34\x37\x20\ \x38\x34\x2e\x36\x33\x32\x33\x31\x32\x20\x32\x30\x2e\x32\x33\x35\ \x39\x33\x31\x20\x38\x36\x2e\x37\x31\x32\x33\x30\x31\x20\x32\x30\ \x2e\x38\x39\x34\x35\x33\x31\x20\x38\x38\x2e\x34\x36\x36\x37\x39\ \x37\x20\x43\x20\x32\x31\x2e\x35\x35\x33\x31\x34\x31\x20\x39\x30\ \x2e\x32\x32\x31\x32\x39\x33\x20\x32\x32\x2e\x37\x34\x34\x33\x38\ \x20\x39\x31\x2e\x36\x32\x38\x32\x37\x33\x20\x32\x34\x2e\x32\x35\ \x20\x39\x32\x2e\x34\x35\x38\x39\x38\x34\x20\x43\x20\x32\x37\x2e\ \x32\x36\x31\x32\x34\x20\x39\x34\x2e\x31\x32\x30\x34\x30\x37\x20\ \x33\x30\x2e\x39\x34\x33\x38\x30\x33\x20\x39\x33\x2e\x39\x34\x31\ \x38\x32\x33\x20\x33\x35\x2e\x39\x37\x36\x35\x36\x32\x20\x39\x34\ \x20\x4c\x20\x33\x35\x2e\x39\x38\x38\x32\x38\x31\x20\x39\x34\x20\ \x4c\x20\x36\x30\x2e\x30\x30\x39\x37\x36\x36\x20\x39\x34\x20\x4c\ \x20\x36\x30\x2e\x30\x32\x31\x34\x38\x34\x20\x39\x34\x20\x43\x20\ \x36\x35\x2e\x30\x35\x34\x32\x34\x34\x20\x39\x33\x2e\x39\x34\x31\ \x38\x31\x33\x20\x36\x38\x2e\x37\x33\x36\x38\x30\x37\x20\x39\x34\ \x2e\x31\x32\x30\x34\x30\x37\x20\x37\x31\x2e\x37\x34\x38\x30\x34\ \x37\x20\x39\x32\x2e\x34\x35\x38\x39\x38\x34\x20\x43\x20\x37\x33\ \x2e\x32\x35\x33\x36\x36\x37\x20\x39\x31\x2e\x36\x32\x38\x32\x37\ \x33\x20\x37\x34\x2e\x34\x34\x34\x39\x31\x36\x20\x39\x30\x2e\x32\ \x32\x31\x32\x39\x33\x20\x37\x35\x2e\x31\x30\x33\x35\x31\x36\x20\ \x38\x38\x2e\x34\x36\x36\x37\x39\x37\x20\x43\x20\x37\x35\x2e\x37\ \x36\x32\x31\x31\x36\x20\x38\x36\x2e\x37\x31\x32\x33\x30\x31\x20\ \x37\x36\x20\x38\x34\x2e\x36\x33\x32\x33\x31\x32\x20\x37\x36\x20\ \x38\x32\x2e\x30\x30\x31\x39\x35\x33\x20\x4c\x20\x37\x36\x20\x31\ \x34\x20\x43\x20\x37\x36\x20\x31\x31\x2e\x33\x36\x39\x36\x34\x31\ \x20\x37\x35\x2e\x37\x36\x32\x31\x31\x36\x20\x39\x2e\x32\x38\x37\ \x36\x39\x39\x31\x20\x37\x35\x2e\x31\x30\x33\x35\x31\x36\x20\x37\ \x2e\x35\x33\x33\x32\x30\x33\x31\x20\x43\x20\x37\x34\x2e\x34\x34\ \x34\x39\x31\x36\x20\x35\x2e\x37\x37\x38\x37\x30\x37\x31\x20\x37\ \x33\x2e\x32\x35\x33\x36\x36\x37\x20\x34\x2e\x33\x37\x35\x36\x33\ \x33\x32\x20\x37\x31\x2e\x37\x34\x38\x30\x34\x37\x20\x33\x2e\x35\ \x34\x34\x39\x32\x31\x39\x20\x43\x20\x36\x38\x2e\x37\x33\x36\x38\ \x30\x37\x20\x31\x2e\x38\x38\x33\x34\x39\x39\x20\x36\x35\x2e\x30\ \x35\x34\x32\x34\x34\x20\x32\x2e\x30\x35\x38\x31\x37\x37\x20\x36\ \x30\x2e\x30\x32\x31\x34\x38\x34\x20\x32\x20\x4c\x20\x36\x30\x2e\ \x30\x30\x39\x37\x36\x36\x20\x32\x20\x4c\x20\x33\x35\x2e\x39\x38\ \x38\x32\x38\x31\x20\x32\x20\x4c\x20\x33\x35\x2e\x39\x37\x36\x35\ \x36\x32\x20\x32\x20\x7a\x20\x4d\x20\x32\x34\x2e\x30\x37\x38\x31\ \x32\x35\x20\x31\x32\x20\x4c\x20\x37\x31\x2e\x39\x31\x39\x39\x32\ \x32\x20\x31\x32\x20\x43\x20\x37\x31\x2e\x39\x36\x35\x39\x31\x35\ \x20\x31\x32\x2e\x36\x30\x36\x32\x32\x38\x20\x37\x31\x2e\x39\x39\ \x38\x30\x34\x37\x20\x31\x33\x2e\x32\x35\x35\x35\x31\x33\x20\x37\ \x31\x2e\x39\x39\x38\x30\x34\x37\x20\x31\x34\x20\x4c\x20\x37\x31\ \x2e\x39\x39\x38\x30\x34\x37\x20\x37\x36\x20\x4c\x20\x32\x34\x20\ \x37\x36\x20\x4c\x20\x32\x34\x20\x31\x34\x20\x43\x20\x32\x34\x20\ \x31\x33\x2e\x32\x35\x35\x35\x31\x33\x20\x32\x34\x2e\x30\x33\x32\ \x31\x33\x32\x20\x31\x32\x2e\x36\x30\x36\x32\x32\x38\x20\x32\x34\ \x2e\x30\x37\x38\x31\x32\x35\x20\x31\x32\x20\x7a\x20\x4d\x20\x34\ \x38\x20\x38\x30\x20\x41\x20\x34\x2e\x39\x39\x39\x39\x39\x35\x37\ \x20\x34\x2e\x39\x39\x39\x39\x39\x35\x36\x20\x30\x20\x30\x20\x31\ \x20\x35\x33\x20\x38\x35\x20\x41\x20\x34\x2e\x39\x39\x39\x39\x39\ \x35\x37\x20\x34\x2e\x39\x39\x39\x39\x39\x35\x36\x20\x30\x20\x30\ \x20\x31\x20\x34\x38\x20\x39\x30\x20\x41\x20\x34\x2e\x39\x39\x39\ \x39\x39\x35\x37\x20\x34\x2e\x39\x39\x39\x39\x39\x35\x36\x20\x30\ \x20\x30\x20\x31\x20\x34\x33\x20\x38\x35\x20\x41\x20\x34\x2e\x39\ \x39\x39\x39\x39\x35\x37\x20\x34\x2e\x39\x39\x39\x39\x39\x35\x36\ \x20\x30\x20\x30\x20\x31\x20\x34\x38\x20\x38\x30\x20\x7a\x20\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\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\x64\x69\x72\x65\x63\x74\x69\x6f\x6e\x3a\x6c\x74\x72\x3b\x62\ \x6c\x6f\x63\x6b\x2d\x70\x72\x6f\x67\x72\x65\x73\x73\x69\x6f\x6e\ \x3a\x74\x62\x3b\x77\x72\x69\x74\x69\x6e\x67\x2d\x6d\x6f\x64\x65\ \x3a\x6c\x72\x2d\x74\x62\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\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\x34\x64\x34\x64\x34\x64\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\x35\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\x08\x1e\ \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\x77\x69\x64\x74\x68\x3d\x22\x31\x34\x22\ \x0a\x20\x20\x20\x76\x69\x65\x77\x42\x6f\x78\x3d\x22\x30\x20\x30\ \x20\x31\x34\x20\x31\x34\x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\ \x74\x3d\x22\x31\x34\x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x73\x76\ \x67\x34\x38\x37\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\x39\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\x72\x65\x63\x74\x0a\x20\x20\x20\x20\x20\x69\x64\x3d\ \x22\x72\x65\x63\x74\x34\x37\x38\x32\x2d\x30\x31\x22\x0a\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\x6e\x6f\x6e\ \x65\x22\x0a\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\x31\x2c\x31\x2c\ \x30\x2c\x30\x2c\x30\x29\x22\x0a\x20\x20\x20\x20\x20\x68\x65\x69\ \x67\x68\x74\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x77\x69\ \x64\x74\x68\x3d\x22\x39\x36\x22\x0a\x20\x20\x20\x20\x20\x79\x3d\ \x22\x2d\x32\x2e\x32\x35\x38\x33\x30\x30\x38\x65\x2d\x30\x36\x22\ \x0a\x20\x20\x20\x20\x20\x78\x3d\x22\x2d\x38\x32\x2e\x30\x30\x35\ \x30\x30\x35\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\x32\x32\ \x34\x22\x0a\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\x74\x65\x78\ \x74\x2d\x69\x6e\x64\x65\x6e\x74\x3a\x30\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\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\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\x6f\x6c\x69\x64\x2d\x63\x6f\x6c\x6f\x72\x3a\x23\x30\x30\x30\ \x30\x30\x30\x3b\x66\x69\x6c\x6c\x3a\x23\x33\x33\x33\x33\x33\x33\ \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\x22\ \x0a\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x20\x32\x2c\x39\x2e\x37\ \x39\x39\x36\x33\x20\x48\x20\x33\x2e\x37\x34\x38\x39\x39\x35\x34\ \x20\x4c\x20\x33\x2e\x38\x33\x38\x37\x34\x32\x34\x2c\x39\x2e\x36\ \x37\x35\x30\x36\x32\x20\x43\x20\x34\x2e\x31\x30\x35\x37\x30\x38\ \x32\x2c\x39\x2e\x33\x30\x33\x39\x39\x39\x20\x34\x2e\x33\x37\x38\ \x37\x38\x32\x35\x2c\x38\x2e\x39\x33\x39\x37\x39\x37\x20\x34\x2e\ \x36\x36\x32\x37\x38\x31\x34\x2c\x38\x2e\x35\x38\x35\x33\x39\x35\ \x20\x35\x2e\x30\x32\x32\x37\x30\x31\x32\x2c\x38\x2e\x31\x33\x36\ \x30\x39\x37\x20\x35\x2e\x33\x39\x30\x34\x34\x37\x35\x2c\x37\x2e\ \x37\x31\x33\x35\x38\x34\x38\x20\x35\x2e\x37\x36\x36\x35\x32\x39\ \x34\x2c\x37\x2e\x33\x31\x39\x31\x38\x31\x34\x20\x36\x2e\x31\x33\ \x31\x32\x30\x35\x38\x2c\x36\x2e\x39\x33\x36\x38\x37\x38\x38\x20\ \x36\x2e\x36\x34\x30\x38\x39\x36\x37\x2c\x36\x2e\x34\x37\x33\x35\ \x32\x36\x33\x20\x36\x2e\x39\x39\x39\x39\x37\x39\x36\x2c\x36\x2e\ \x31\x36\x32\x39\x37\x32\x38\x20\x37\x2e\x33\x35\x39\x32\x34\x33\ \x31\x2c\x36\x2e\x34\x37\x33\x36\x33\x33\x38\x20\x37\x2e\x38\x36\ \x39\x35\x36\x32\x38\x2c\x36\x2e\x39\x33\x37\x30\x30\x39\x35\x20\ \x38\x2e\x32\x33\x34\x31\x30\x34\x2c\x37\x2e\x33\x31\x39\x31\x38\ \x31\x34\x20\x38\x2e\x36\x31\x30\x31\x39\x37\x31\x2c\x37\x2e\x37\ \x31\x33\x35\x37\x37\x34\x20\x38\x2e\x39\x37\x37\x39\x33\x35\x2c\ \x38\x2e\x31\x33\x36\x31\x34\x33\x20\x39\x2e\x33\x33\x37\x38\x35\ \x2c\x38\x2e\x35\x38\x35\x33\x39\x35\x20\x39\x2e\x36\x32\x31\x36\ \x36\x32\x2c\x38\x2e\x39\x33\x39\x34\x39\x37\x20\x39\x2e\x38\x39\ \x34\x30\x35\x37\x2c\x39\x2e\x33\x30\x33\x36\x39\x39\x20\x31\x30\ \x2e\x31\x36\x31\x32\x36\x35\x2c\x39\x2e\x36\x37\x35\x30\x36\x33\ \x20\x6c\x20\x30\x2e\x30\x38\x39\x37\x34\x2c\x30\x2e\x31\x32\x34\ \x35\x36\x37\x20\x48\x20\x31\x32\x20\x4c\x20\x31\x31\x2e\x32\x33\ \x30\x39\x35\x36\x2c\x38\x2e\x36\x33\x32\x32\x36\x37\x20\x43\x20\ \x31\x30\x2e\x37\x38\x30\x38\x37\x39\x2c\x37\x2e\x39\x38\x34\x30\ \x39\x37\x36\x20\x31\x30\x2e\x33\x32\x34\x31\x37\x33\x2c\x37\x2e\ \x33\x35\x36\x38\x32\x31\x38\x20\x39\x2e\x38\x35\x36\x30\x30\x36\ \x31\x2c\x36\x2e\x37\x37\x37\x31\x30\x32\x31\x20\x39\x2e\x33\x33\ \x33\x31\x33\x34\x2c\x36\x2e\x31\x32\x39\x35\x32\x35\x32\x20\x38\ \x2e\x38\x32\x35\x32\x35\x39\x31\x2c\x35\x2e\x35\x34\x38\x31\x39\ \x37\x35\x20\x38\x2e\x33\x33\x31\x37\x31\x38\x2c\x35\x2e\x30\x33\ \x33\x31\x37\x33\x36\x20\x37\x2e\x38\x37\x35\x35\x39\x35\x39\x2c\ \x34\x2e\x35\x35\x37\x32\x35\x38\x36\x20\x37\x2e\x34\x35\x33\x31\ \x37\x38\x34\x2c\x34\x2e\x31\x37\x30\x32\x30\x39\x36\x20\x37\x2e\ \x31\x33\x36\x32\x36\x33\x37\x2c\x33\x2e\x39\x31\x30\x38\x38\x39\ \x36\x20\x4c\x20\x37\x2e\x30\x30\x30\x30\x31\x33\x37\x2c\x33\x2e\ \x37\x39\x39\x36\x33\x30\x31\x20\x36\x2e\x38\x36\x33\x37\x36\x33\ \x36\x2c\x33\x2e\x39\x31\x30\x38\x38\x39\x36\x20\x43\x20\x36\x2e\ \x35\x34\x30\x32\x35\x35\x39\x2c\x34\x2e\x31\x37\x37\x32\x35\x35\ \x37\x20\x36\x2e\x31\x32\x35\x31\x34\x30\x32\x2c\x34\x2e\x35\x35\ \x37\x31\x39\x37\x32\x20\x35\x2e\x36\x36\x38\x39\x33\x33\x36\x2c\ \x35\x2e\x30\x33\x33\x31\x37\x33\x36\x20\x35\x2e\x31\x37\x35\x33\ \x39\x33\x35\x2c\x35\x2e\x35\x34\x38\x31\x39\x37\x35\x20\x34\x2e\ \x36\x36\x37\x34\x37\x36\x35\x2c\x36\x2e\x31\x32\x39\x35\x33\x33\ \x31\x20\x34\x2e\x31\x34\x34\x36\x34\x35\x35\x2c\x36\x2e\x37\x37\ \x37\x31\x30\x32\x31\x20\x33\x2e\x36\x37\x36\x36\x30\x35\x34\x2c\ \x37\x2e\x33\x35\x36\x36\x36\x38\x20\x33\x2e\x32\x31\x39\x32\x37\ \x32\x35\x2c\x37\x2e\x39\x38\x33\x39\x32\x38\x38\x20\x32\x2e\x37\ \x36\x39\x30\x36\x34\x39\x2c\x38\x2e\x36\x33\x32\x32\x36\x37\x20\ \x5a\x22\x20\x2f\x3e\x0a\x3c\x2f\x73\x76\x67\x3e\x0a\ \x00\x00\x04\x6e\ \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\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\x33\x32\x70\x78\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\x76\x65\x72\x73\x69\x6f\x6e\x3d\x22\x31\x2e\x31\ \x22\x0a\x20\x20\x20\x69\x64\x3d\x22\x4c\x61\x79\x65\x72\x5f\x31\ \x22\x0a\x20\x20\x20\x68\x65\x69\x67\x68\x74\x3d\x22\x33\x32\x70\ \x78\x22\x0a\x20\x20\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\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\x39\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\x37\x22\x20\x2f\ \x3e\x3c\x70\x61\x74\x68\x0a\x20\x20\x20\x20\x20\x73\x74\x79\x6c\ \x65\x3d\x22\x66\x69\x6c\x6c\x3a\x23\x33\x33\x33\x33\x33\x33\x22\ \x0a\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\x68\x33\x22\ \x0a\x20\x20\x20\x20\x20\x64\x3d\x22\x4d\x32\x39\x2e\x37\x30\x37\ \x2c\x31\x35\x2e\x37\x39\x33\x6c\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\x2c\x30\x6c\ \x2d\x31\x33\x2c\x31\x33\x63\x2d\x30\x2e\x33\x39\x31\x2c\x30\x2e\ \x33\x39\x31\x2d\x30\x2e\x33\x39\x31\x2c\x31\x2e\x30\x32\x33\x2c\ \x30\x2c\x31\x2e\x34\x31\x34\x73\x31\x2e\x30\x32\x33\x2c\x30\x2e\ \x33\x39\x31\x2c\x31\x2e\x34\x31\x34\x2c\x30\x20\x20\x4c\x31\x36\ \x2c\x34\x2e\x39\x31\x34\x6c\x38\x2e\x30\x31\x34\x2c\x38\x2e\x30\ \x31\x34\x43\x32\x34\x2e\x30\x31\x33\x2c\x31\x32\x2e\x39\x35\x33\ \x2c\x32\x34\x2c\x31\x32\x2e\x39\x37\x35\x2c\x32\x34\x2c\x31\x33\ \x76\x31\x35\x48\x38\x56\x31\x38\x63\x30\x2d\x30\x2e\x35\x35\x33\ \x2d\x30\x2e\x34\x34\x38\x2d\x31\x2d\x31\x2d\x31\x73\x2d\x31\x2c\ \x30\x2e\x34\x34\x37\x2d\x31\x2c\x31\x76\x31\x31\x63\x30\x2c\x30\ \x2e\x35\x35\x33\x2c\x30\x2e\x34\x34\x38\x2c\x31\x2c\x31\x2c\x31\ \x68\x31\x38\x20\x20\x63\x30\x2e\x35\x35\x33\x2c\x30\x2c\x31\x2d\ \x30\x2e\x34\x34\x37\x2c\x31\x2d\x31\x56\x31\x34\x2e\x39\x31\x34\ \x6c\x32\x2e\x32\x39\x33\x2c\x32\x2e\x32\x39\x33\x43\x32\x38\x2e\ \x34\x38\x38\x2c\x31\x37\x2e\x34\x30\x32\x2c\x32\x38\x2e\x37\x34\ \x34\x2c\x31\x37\x2e\x35\x2c\x32\x39\x2c\x31\x37\x2e\x35\x73\x30\ \x2e\x35\x31\x32\x2d\x30\x2e\x30\x39\x38\x2c\x30\x2e\x37\x30\x37\ \x2d\x30\x2e\x32\x39\x33\x20\x20\x43\x33\x30\x2e\x30\x39\x38\x2c\ \x31\x36\x2e\x38\x31\x36\x2c\x33\x30\x2e\x30\x39\x38\x2c\x31\x36\ \x2e\x31\x38\x34\x2c\x32\x39\x2e\x37\x30\x37\x2c\x31\x35\x2e\x37\ \x39\x33\x7a\x22\x20\x2f\x3e\x3c\x2f\x73\x76\x67\x3e\ \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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\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\x14\xd2\ \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\x39\x36\x22\x0a\ \x20\x20\x20\x77\x69\x64\x74\x68\x3d\x22\x39\x36\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\x32\x30\x33\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\x4d\x20\x33\x35\x2e\x39\x30\x38\x32\x30\x33\ \x20\x34\x20\x43\x20\x32\x35\x2e\x33\x30\x33\x31\x31\x33\x20\x34\ \x20\x32\x30\x20\x33\x2e\x39\x39\x37\x31\x36\x33\x37\x20\x32\x30\ \x20\x31\x36\x2e\x31\x37\x37\x37\x33\x34\x20\x4c\x20\x32\x30\x20\ \x34\x30\x20\x4c\x20\x31\x32\x20\x34\x38\x20\x4c\x20\x31\x32\x20\ \x37\x39\x2e\x38\x32\x30\x33\x31\x32\x20\x43\x20\x31\x32\x20\x39\ \x32\x2e\x30\x30\x31\x31\x34\x33\x20\x31\x37\x2e\x33\x30\x33\x31\ \x31\x33\x20\x39\x32\x20\x32\x37\x2e\x39\x30\x38\x32\x30\x33\x20\ \x39\x32\x20\x4c\x20\x36\x36\x2e\x30\x38\x35\x39\x33\x38\x20\x39\ \x32\x20\x43\x20\x37\x36\x2e\x36\x39\x31\x30\x32\x38\x20\x39\x32\ \x20\x38\x32\x2e\x32\x31\x36\x37\x38\x31\x20\x39\x31\x2e\x39\x39\ \x38\x39\x32\x34\x20\x38\x31\x2e\x39\x39\x34\x31\x34\x31\x20\x37\ \x39\x2e\x38\x32\x30\x33\x31\x32\x20\x4c\x20\x38\x31\x2e\x39\x39\ \x34\x31\x34\x31\x20\x34\x38\x20\x4c\x20\x38\x31\x2e\x39\x39\x34\ \x31\x34\x31\x20\x31\x36\x2e\x31\x37\x37\x37\x33\x34\x20\x43\x20\ \x38\x32\x2e\x32\x31\x36\x37\x38\x31\x20\x33\x2e\x39\x39\x39\x32\ \x32\x32\x39\x20\x37\x36\x2e\x36\x39\x31\x30\x32\x38\x20\x34\x20\ \x36\x36\x2e\x30\x38\x35\x39\x33\x38\x20\x34\x20\x4c\x20\x33\x35\ \x2e\x39\x30\x38\x32\x30\x33\x20\x34\x20\x7a\x20\x4d\x20\x33\x35\ \x2e\x39\x30\x36\x32\x35\x20\x38\x20\x4c\x20\x36\x36\x2e\x30\x38\ \x35\x39\x33\x38\x20\x38\x20\x43\x20\x37\x31\x2e\x33\x38\x38\x34\ \x37\x37\x20\x38\x20\x37\x34\x2e\x39\x34\x33\x33\x38\x37\x20\x38\ \x2e\x33\x32\x37\x37\x34\x32\x31\x20\x37\x36\x2e\x31\x32\x33\x30\ \x34\x37\x20\x38\x2e\x39\x39\x38\x30\x34\x36\x39\x20\x43\x20\x37\ \x36\x2e\x37\x31\x32\x38\x37\x37\x20\x39\x2e\x33\x33\x33\x32\x30\ \x34\x33\x20\x37\x36\x2e\x39\x37\x35\x31\x30\x36\x20\x39\x2e\x35\ \x36\x37\x31\x36\x39\x39\x20\x37\x37\x2e\x33\x35\x33\x35\x31\x36\ \x20\x31\x30\x2e\x35\x36\x30\x35\x34\x37\x20\x43\x20\x37\x37\x2e\ \x37\x33\x31\x39\x31\x36\x20\x31\x31\x2e\x35\x35\x33\x39\x32\x34\ \x20\x37\x38\x2e\x30\x34\x32\x32\x38\x37\x20\x31\x33\x2e\x33\x36\ \x32\x39\x36\x34\x20\x37\x37\x2e\x39\x39\x32\x31\x38\x38\x20\x31\ \x36\x2e\x31\x30\x35\x34\x36\x39\x20\x4c\x20\x37\x37\x2e\x39\x39\ \x32\x31\x38\x38\x20\x31\x36\x2e\x31\x34\x32\x35\x37\x38\x20\x4c\ \x20\x37\x37\x2e\x39\x39\x32\x31\x38\x38\x20\x34\x38\x20\x4c\x20\ \x37\x37\x2e\x39\x39\x32\x31\x38\x38\x20\x37\x39\x2e\x38\x35\x35\ \x34\x36\x39\x20\x4c\x20\x37\x37\x2e\x39\x39\x32\x31\x38\x38\x20\ \x37\x39\x2e\x38\x39\x32\x35\x37\x38\x20\x43\x20\x37\x38\x2e\x30\ \x34\x32\x33\x32\x37\x20\x38\x32\x2e\x36\x33\x35\x31\x30\x33\x20\ \x37\x37\x2e\x37\x33\x31\x39\x39\x36\x20\x38\x34\x2e\x34\x34\x33\ \x38\x31\x33\x20\x37\x37\x2e\x33\x35\x33\x35\x31\x36\x20\x38\x35\ \x2e\x34\x33\x37\x35\x20\x43\x20\x37\x36\x2e\x39\x37\x35\x30\x33\ \x36\x20\x38\x36\x2e\x34\x33\x31\x31\x38\x37\x20\x37\x36\x2e\x37\ \x31\x31\x30\x31\x34\x20\x38\x36\x2e\x36\x36\x34\x36\x38\x33\x20\ \x37\x36\x2e\x31\x32\x31\x30\x39\x34\x20\x38\x37\x20\x43\x20\x37\ \x34\x2e\x39\x34\x31\x32\x34\x34\x20\x38\x37\x2e\x36\x37\x30\x36\ \x33\x35\x20\x37\x31\x2e\x33\x38\x38\x32\x32\x38\x20\x38\x38\x20\ \x36\x36\x2e\x30\x38\x35\x39\x33\x38\x20\x38\x38\x20\x4c\x20\x32\ \x37\x2e\x39\x30\x36\x32\x35\x20\x38\x38\x20\x43\x20\x32\x32\x2e\ \x36\x30\x33\x36\x38\x20\x38\x38\x20\x31\x39\x2e\x31\x32\x31\x35\ \x37\x20\x38\x37\x2e\x36\x37\x31\x37\x39\x34\x20\x31\x37\x2e\x39\ \x36\x38\x37\x35\x20\x38\x37\x2e\x30\x30\x39\x37\x36\x36\x20\x43\ \x20\x31\x37\x2e\x33\x39\x32\x33\x34\x20\x38\x36\x2e\x36\x37\x38\ \x37\x34\x37\x20\x31\x37\x2e\x31\x31\x37\x36\x33\x39\x20\x38\x36\ \x2e\x34\x33\x33\x36\x36\x37\x20\x31\x36\x2e\x37\x32\x34\x36\x30\ \x39\x20\x38\x35\x2e\x34\x31\x37\x39\x36\x39\x20\x43\x20\x31\x36\ \x2e\x33\x33\x31\x35\x37\x39\x20\x38\x34\x2e\x34\x30\x32\x32\x37\ \x31\x20\x31\x36\x20\x38\x32\x2e\x35\x37\x33\x35\x31\x39\x20\x31\ \x36\x20\x37\x39\x2e\x38\x31\x38\x33\x35\x39\x20\x4c\x20\x31\x36\ \x20\x34\x39\x2e\x36\x35\x36\x32\x35\x20\x4c\x20\x32\x34\x20\x34\ \x31\x2e\x36\x35\x36\x32\x35\x20\x4c\x20\x32\x34\x20\x31\x36\x2e\ \x31\x37\x37\x37\x33\x34\x20\x43\x20\x32\x34\x20\x31\x33\x2e\x34\ \x32\x32\x36\x33\x34\x20\x32\x34\x2e\x33\x33\x31\x36\x35\x39\x20\ \x31\x31\x2e\x35\x39\x35\x34\x36\x36\x20\x32\x34\x2e\x37\x32\x34\ \x36\x30\x39\x20\x31\x30\x2e\x35\x38\x30\x30\x37\x38\x20\x43\x20\ \x32\x35\x2e\x31\x31\x37\x35\x36\x39\x20\x39\x2e\x35\x36\x34\x36\ \x38\x39\x39\x20\x32\x35\x2e\x33\x39\x32\x34\x33\x20\x39\x2e\x33\ \x31\x39\x31\x35\x30\x33\x20\x32\x35\x2e\x39\x36\x38\x37\x35\x20\ \x38\x2e\x39\x38\x38\x32\x38\x31\x32\x20\x43\x20\x32\x37\x2e\x31\ \x32\x31\x33\x39\x20\x38\x2e\x33\x32\x36\x35\x36\x33\x31\x20\x33\ \x30\x2e\x36\x30\x33\x34\x36\x20\x38\x20\x33\x35\x2e\x39\x30\x36\ \x32\x35\x20\x38\x20\x7a\x20\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\x6f\x70\x61\x63\ \x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x33\x33\x33\x33\ \x33\x33\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\x35\x34\ \x30\x34\x33\x37\x37\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\ \x32\x31\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x64\x3d\x22\x6d\x20\x34\x32\x33\x2e\x39\x39\x36\x39\x32\ \x2c\x34\x31\x30\x2e\x33\x36\x32\x32\x32\x20\x2d\x31\x32\x2e\x30\ \x30\x34\x37\x35\x2c\x30\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\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x33\x33\x33\ \x33\x33\x33\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\x23\x33\x33\x33\ \x33\x33\x33\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\ \x3a\x36\x2e\x30\x30\x31\x31\x38\x36\x38\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\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\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\x33\x33\x33\x33\x33\x33\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\x23\x33\x33\x33\x33\x33\x33\x3b\x73\x74\ \x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x36\x2e\x30\x30\x31\ \x31\x38\x36\x38\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\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\ \x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x34\x32\x35\x2e\x39\ \x39\x37\x37\x33\x2c\x34\x30\x30\x2e\x33\x36\x32\x32\x34\x20\x2d\ \x31\x34\x2e\x30\x30\x35\x35\x34\x2c\x30\x22\x0a\x20\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x69\x64\x3d\x22\x70\x61\x74\ \x68\x34\x32\x31\x32\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\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\x33\ \x33\x33\x33\x33\x33\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\x23\x33\ \x33\x33\x33\x33\x33\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\ \x74\x68\x3a\x36\x2e\x30\x30\x31\x31\x38\x36\x38\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\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\x20\x20\x20\x20\x20\x20\x64\x3d\ \x22\x6d\x20\x34\x32\x33\x2e\x39\x39\x36\x39\x32\x2c\x33\x39\x30\ \x2e\x33\x36\x32\x32\x32\x20\x2d\x31\x32\x2e\x30\x30\x34\x37\x35\ \x2c\x30\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x69\x64\x3d\x22\x70\x61\x74\x68\x34\x32\x31\x34\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\x32\x31\x36\x22\x0a\x20\x20\x20\ \x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x64\x3d\x22\x6d\x20\x34\ \x32\x35\x2e\x39\x39\x37\x37\x33\x2c\x33\x38\x30\x2e\x33\x36\x32\ \x32\x34\x20\x2d\x31\x34\x2e\x30\x30\x35\x35\x34\x2c\x30\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\x6f\x70\x61\x63\x69\x74\x79\x3a\x31\x3b\x66\ \x69\x6c\x6c\x3a\x23\x33\x33\x33\x33\x33\x33\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\x23\x33\x33\x33\x33\x33\x33\x3b\x73\x74\x72\x6f\ \x6b\x65\x2d\x77\x69\x64\x74\x68\x3a\x36\x2e\x30\x30\x31\x31\x38\ \x36\x38\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\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\ \x32\x31\x38\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\ \x20\x20\x64\x3d\x22\x6d\x20\x34\x32\x33\x2e\x39\x39\x36\x39\x32\ \x2c\x33\x37\x30\x2e\x33\x36\x32\x32\x32\x20\x2d\x31\x32\x2e\x30\ \x30\x34\x37\x35\x2c\x30\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\x6f\x70\x61\ \x63\x69\x74\x79\x3a\x31\x3b\x66\x69\x6c\x6c\x3a\x23\x33\x33\x33\ \x33\x33\x33\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\x23\x33\x33\x33\ \x33\x33\x33\x3b\x73\x74\x72\x6f\x6b\x65\x2d\x77\x69\x64\x74\x68\ \x3a\x36\x2e\x30\x30\x31\x31\x38\x36\x38\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\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\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\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\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\x05\ \x00\x77\x8b\xd3\ \x00\x70\ \x00\x72\x00\x65\x00\x66\x00\x73\ \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\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\x04\ \x00\x07\xb0\x73\ \x00\x74\ \x00\x69\x00\x70\x00\x73\ \x00\x05\ \x00\x6f\xa6\x53\ \x00\x69\ \x00\x63\x00\x6f\x00\x6e\x00\x73\ \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\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\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\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\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\x09\ \x09\x65\x83\xe7\ \x00\x65\ \x00\x72\x00\x72\x00\x6f\x00\x72\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\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\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\ \x0b\x02\x8b\xa7\ \x00\x61\ \x00\x75\x00\x64\x00\x69\x00\x6f\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\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\ \x06\xb2\xb7\x27\ \x00\x70\ \x00\x68\x00\x6f\x00\x74\x00\x6f\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\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\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\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\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\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\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\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\x08\ \x00\x4e\x54\xa7\ \x00\x6c\ \x00\x69\x00\x6e\x00\x6b\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\x08\ \x0c\x58\x54\xa7\ \x00\x6d\ \x00\x65\x00\x6e\x00\x75\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\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\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\x06\ \x07\xc3\x5a\xc7\ \x00\x75\ \x00\x70\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\ \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\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\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\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\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\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\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\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\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\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\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\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\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\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\ \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\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\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\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\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\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\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\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\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\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\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\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\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\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\ \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\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\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\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\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\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\x5e\x00\x02\x00\x00\x00\x1b\x00\x00\x00\x2e\ \x00\x00\x00\x6c\x00\x02\x00\x00\x00\x12\x00\x00\x00\x1c\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x08\x00\x00\x00\x14\ \x00\x00\x00\xce\x00\x02\x00\x00\x00\x03\x00\x00\x00\x11\ \x00\x00\x00\xe0\x00\x00\x00\x00\x00\x01\x00\x04\x3a\x52\ \x00\x00\x00\x94\x00\x01\x00\x00\x00\x01\x00\x04\x1c\xbc\ \x00\x00\x00\x38\x00\x00\x00\x00\x00\x01\x00\x00\x07\x7e\ \x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ \x00\x00\x00\x7c\x00\x02\x00\x00\x00\x07\x00\x00\x00\x0a\ \x00\x00\x02\x52\x00\x00\x00\x00\x00\x01\x00\x10\x40\xd2\ \x00\x00\x01\x5e\x00\x01\x00\x00\x00\x01\x00\x0f\xf8\xcb\ \x00\x00\x01\x80\x00\x01\x00\x00\x00\x01\x00\x10\x07\xe7\ \x00\x00\x02\x02\x00\x01\x00\x00\x00\x01\x00\x10\x20\x8a\ \x00\x00\x01\xea\x00\x00\x00\x00\x00\x01\x00\x10\x1c\x42\ \x00\x00\x01\xbc\x00\x00\x00\x00\x00\x01\x00\x10\x17\x23\ \x00\x00\x02\x1a\x00\x01\x00\x00\x00\x01\x00\x10\x31\x9a\ \x00\x00\x01\x0c\x00\x00\x00\x00\x00\x01\x00\x0f\xec\x2f\ \x00\x00\x01\x28\x00\x00\x00\x00\x00\x01\x00\x0f\xf0\xeb\ \x00\x00\x01\x46\x00\x00\x00\x00\x00\x01\x00\x0f\xf4\xdb\ \x00\x00\x09\x1a\x00\x01\x00\x00\x00\x01\x00\x36\x19\x00\ \x00\x00\x09\x76\x00\x00\x00\x00\x00\x01\x00\x36\x43\x87\ \x00\x00\x09\xc8\x00\x01\x00\x00\x00\x01\x00\x36\x61\x71\ \x00\x00\x09\x5a\x00\x00\x00\x00\x00\x01\x00\x36\x2e\xb1\ \x00\x00\x08\xda\x00\x00\x00\x00\x00\x01\x00\x35\xf8\xfd\ \x00\x00\x08\xfc\x00\x01\x00\x00\x00\x01\x00\x36\x12\xac\ \x00\x00\x09\x3c\x00\x00\x00\x00\x00\x01\x00\x36\x1e\x2d\ \x00\x00\x09\xa0\x00\x00\x00\x00\x00\x01\x00\x36\x50\x95\ \x00\x00\x03\xa2\x00\x00\x00\x00\x00\x01\x00\x10\x9d\x6f\ \x00\x00\x04\x3c\x00\x00\x00\x00\x00\x01\x00\x10\xc6\x18\ \x00\x00\x02\xb4\x00\x00\x00\x00\x00\x01\x00\x10\x5a\x3d\ \x00\x00\x04\x70\x00\x00\x00\x00\x00\x01\x00\x10\xdd\x14\ \x00\x00\x03\x66\x00\x00\x00\x00\x00\x01\x00\x10\x89\xa8\ \x00\x00\x04\x14\x00\x00\x00\x00\x00\x01\x00\x10\xc1\x62\ \x00\x00\x02\xec\x00\x00\x00\x00\x00\x01\x00\x10\x5e\xf4\ \x00\x00\x04\x5e\x00\x00\x00\x00\x00\x01\x00\x10\xd4\xf2\ \x00\x00\x01\x46\x00\x00\x00\x00\x00\x01\x00\x10\x9a\x06\ \x00\x00\x02\x6a\x00\x00\x00\x00\x00\x01\x00\x10\x4c\x21\ \x00\x00\x03\x0a\x00\x00\x00\x00\x00\x01\x00\x10\x6b\x55\ \x00\x00\x03\x24\x00\x00\x00\x00\x00\x01\x00\x10\x70\xcf\ \x00\x00\x03\xf8\x00\x00\x00\x00\x00\x01\x00\x10\xb3\x74\ \x00\x00\x02\x96\x00\x00\x00\x00\x00\x01\x00\x10\x51\x17\ \x00\x00\x03\xe2\x00\x00\x00\x00\x00\x01\x00\x10\xae\xfd\ \x00\x00\x03\x4c\x00\x00\x00\x00\x00\x01\x00\x10\x78\x7c\ \x00\x00\x03\xb8\x00\x01\x00\x00\x00\x01\x00\x10\xa6\x71\ \x00\x00\x03\x7c\x00\x00\x00\x00\x00\x01\x00\x10\x91\xca\ \x00\x00\x05\xcc\x00\x00\x00\x00\x00\x01\x00\x1d\x1e\xa0\ \x00\x00\x08\x3c\x00\x00\x00\x00\x00\x01\x00\x30\xff\x11\ \x00\x00\x04\xd0\x00\x00\x00\x00\x00\x01\x00\x14\x63\x14\ \x00\x00\x06\xb0\x00\x00\x00\x00\x00\x01\x00\x24\x79\x03\ \x00\x00\x06\x2e\x00\x00\x00\x00\x00\x01\x00\x1e\xf1\x2f\ \x00\x00\x06\x76\x00\x00\x00\x00\x00\x01\x00\x23\x69\xf4\ \x00\x00\x05\x62\x00\x00\x00\x00\x00\x01\x00\x17\xd0\x2d\ \x00\x00\x04\xa8\x00\x00\x00\x00\x00\x01\x00\x12\xa1\x9c\ \x00\x00\x08\xae\x00\x00\x00\x00\x00\x01\x00\x35\xc3\xef\ \x00\x00\x05\x86\x00\x00\x00\x00\x00\x01\x00\x19\xa2\xf2\ \x00\x00\x05\xa4\x00\x00\x00\x00\x00\x01\x00\x1c\x92\x68\ \x00\x00\x08\x06\x00\x00\x00\x00\x00\x01\x00\x2f\x1b\x88\ \x00\x00\x04\x86\x00\x00\x00\x00\x00\x01\x00\x10\xe1\x86\ \x00\x00\x07\xae\x00\x00\x00\x00\x00\x01\x00\x2c\x68\x32\ \x00\x00\x06\xca\x00\x00\x00\x00\x00\x01\x00\x26\xe4\x25\ \x00\x00\x07\x6c\x00\x00\x00\x00\x00\x01\x00\x2a\xc6\xd4\ \x00\x00\x06\x06\x00\x00\x00\x00\x00\x01\x00\x1d\xad\x8e\ \x00\x00\x07\x24\x00\x00\x00\x00\x00\x01\x00\x28\x40\xb8\ \x00\x00\x07\x42\x00\x00\x00\x00\x00\x01\x00\x2a\x15\x8c\ \x00\x00\x05\x30\x00\x00\x00\x00\x00\x01\x00\x16\x88\xd4\ \x00\x00\x06\x4c\x00\x00\x00\x00\x00\x01\x00\x22\x1b\x86\ \x00\x00\x08\x60\x00\x00\x00\x00\x00\x01\x00\x32\x8d\x80\ \x00\x00\x06\xf2\x00\x00\x00\x00\x00\x01\x00\x27\xa8\x68\ \x00\x00\x07\x88\x00\x01\x00\x00\x00\x01\x00\x2c\x62\xb0\ \x00\x00\x04\xf2\x00\x00\x00\x00\x00\x01\x00\x15\x81\xed\ \x00\x00\x08\x82\x00\x00\x00\x00\x00\x01\x00\x34\x60\x88\ \x00\x00\x07\xd2\x00\x00\x00\x00\x00\x01\x00\x2e\x2b\x6c\ " 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\x5e\x00\x02\x00\x00\x00\x1b\x00\x00\x00\x2e\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x6c\x00\x02\x00\x00\x00\x12\x00\x00\x00\x1c\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\x00\x00\x02\x00\x00\x00\x08\x00\x00\x00\x14\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\xce\x00\x02\x00\x00\x00\x03\x00\x00\x00\x11\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x00\xe0\x00\x00\x00\x00\x00\x01\x00\x04\x3a\x52\ \x00\x00\x01\x70\xa2\xa7\xd2\x37\ \x00\x00\x00\x94\x00\x01\x00\x00\x00\x01\x00\x04\x1c\xbc\ \x00\x00\x01\x70\xa3\xf8\x0b\x0c\ \x00\x00\x00\x38\x00\x00\x00\x00\x00\x01\x00\x00\x07\x7e\ \x00\x00\x01\x61\x92\x33\x75\x13\ \x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x00\x7c\x00\x02\x00\x00\x00\x07\x00\x00\x00\x0a\ \x00\x00\x00\x00\x00\x00\x00\x00\ \x00\x00\x02\x52\x00\x00\x00\x00\x00\x01\x00\x10\x40\xd2\ \x00\x00\x01\x70\xa3\xf8\x04\x44\ \x00\x00\x01\x5e\x00\x01\x00\x00\x00\x01\x00\x0f\xf8\xcb\ \x00\x00\x01\x70\xa3\xf8\x08\xb0\ \x00\x00\x01\x80\x00\x01\x00\x00\x00\x01\x00\x10\x07\xe7\ \x00\x00\x01\x70\xa3\xf8\x07\x7c\ \x00\x00\x02\x02\x00\x01\x00\x00\x00\x01\x00\x10\x20\x8a\ \x00\x00\x01\x70\xa3\xf8\x13\x88\ \x00\x00\x01\xea\x00\x00\x00\x00\x00\x01\x00\x10\x1c\x42\ \x00\x00\x01\x70\xa3\xf7\xf3\x80\ \x00\x00\x01\xbc\x00\x00\x00\x00\x00\x01\x00\x10\x17\x23\ \x00\x00\x01\x70\xa3\xf8\x05\x50\ \x00\x00\x02\x1a\x00\x01\x00\x00\x00\x01\x00\x10\x31\x9a\ \x00\x00\x01\x70\xa3\xf8\x06\x64\ \x00\x00\x01\x0c\x00\x00\x00\x00\x00\x01\x00\x0f\xec\x2f\ \x00\x00\x01\x70\xa3\xf8\x0e\x18\ \x00\x00\x01\x28\x00\x00\x00\x00\x00\x01\x00\x0f\xf0\xeb\ \x00\x00\x01\x70\xa3\xf8\x0c\x18\ \x00\x00\x01\x46\x00\x00\x00\x00\x00\x01\x00\x0f\xf4\xdb\ \x00\x00\x01\x70\xa3\xf8\x0d\x1c\ \x00\x00\x09\x1a\x00\x01\x00\x00\x00\x01\x00\x36\x19\x00\ \x00\x00\x01\x70\xa3\xf8\x19\xe0\ \x00\x00\x09\x76\x00\x00\x00\x00\x00\x01\x00\x36\x43\x87\ \x00\x00\x01\x70\xa3\xf8\x17\x9c\ \x00\x00\x09\xc8\x00\x01\x00\x00\x00\x01\x00\x36\x61\x71\ \x00\x00\x01\x70\xa3\xf8\x15\x94\ \x00\x00\x09\x5a\x00\x00\x00\x00\x00\x01\x00\x36\x2e\xb1\ \x00\x00\x01\x70\xa3\xf8\x16\x8c\ \x00\x00\x08\xda\x00\x00\x00\x00\x00\x01\x00\x35\xf8\xfd\ \x00\x00\x01\x70\xa3\xf8\x14\x98\ \x00\x00\x08\xfc\x00\x01\x00\x00\x00\x01\x00\x36\x12\xac\ \x00\x00\x01\x70\xf8\xae\xe1\x5d\ \x00\x00\x09\x3c\x00\x00\x00\x00\x00\x01\x00\x36\x1e\x2d\ \x00\x00\x01\x70\xa3\xf8\x1a\xf4\ \x00\x00\x09\xa0\x00\x00\x00\x00\x00\x01\x00\x36\x50\x95\ \x00\x00\x01\x70\xa3\xf8\x18\xb8\ \x00\x00\x03\xa2\x00\x00\x00\x00\x00\x01\x00\x10\x9d\x6f\ \x00\x00\x01\x70\xa3\xf8\x01\x28\ \x00\x00\x04\x3c\x00\x00\x00\x00\x00\x01\x00\x10\xc6\x18\ \x00\x00\x01\x70\xa3\xf8\x03\x40\ \x00\x00\x02\xb4\x00\x00\x00\x00\x00\x01\x00\x10\x5a\x3d\ \x00\x00\x01\x70\xa3\xf7\xf9\xe4\ \x00\x00\x04\x70\x00\x00\x00\x00\x00\x01\x00\x10\xdd\x14\ \x00\x00\x01\x70\xa3\xf8\x12\x74\ \x00\x00\x03\x66\x00\x00\x00\x00\x00\x01\x00\x10\x89\xa8\ \x00\x00\x01\x70\xa3\xf7\xf7\xcc\ \x00\x00\x04\x14\x00\x00\x00\x00\x00\x01\x00\x10\xc1\x62\ \x00\x00\x01\x70\xa3\xf7\xfe\xf4\ \x00\x00\x02\xec\x00\x00\x00\x00\x00\x01\x00\x10\x5e\xf4\ \x00\x00\x01\x70\xa3\xf7\xf6\xb0\ \x00\x00\x04\x5e\x00\x00\x00\x00\x00\x01\x00\x10\xd4\xf2\ \x00\x00\x01\x70\xa3\xf8\x10\x3c\ \x00\x00\x01\x46\x00\x00\x00\x00\x00\x01\x00\x10\x9a\x06\ \x00\x00\x01\x70\xa3\xf7\xfa\xe4\ \x00\x00\x02\x6a\x00\x00\x00\x00\x00\x01\x00\x10\x4c\x21\ \x00\x00\x01\x70\xa3\xf7\xfb\xf4\ \x00\x00\x03\x0a\x00\x00\x00\x00\x00\x01\x00\x10\x6b\x55\ \x00\x00\x01\x70\xa3\xf7\xfd\xf8\ \x00\x00\x03\x24\x00\x00\x00\x00\x00\x01\x00\x10\x70\xcf\ \x00\x00\x01\x70\xa3\xf7\xfc\xf0\ \x00\x00\x03\xf8\x00\x00\x00\x00\x00\x01\x00\x10\xb3\x74\ \x00\x00\x01\x70\xa3\xf8\x11\x6c\ \x00\x00\x02\x96\x00\x00\x00\x00\x00\x01\x00\x10\x51\x17\ \x00\x00\x01\x70\xa3\xf8\x0f\x20\ \x00\x00\x03\xe2\x00\x00\x00\x00\x00\x01\x00\x10\xae\xfd\ \x00\x00\x01\x70\xa3\xf8\x02\x28\ \x00\x00\x03\x4c\x00\x00\x00\x00\x00\x01\x00\x10\x78\x7c\ \x00\x00\x01\x70\xa3\xf7\xf4\xa0\ \x00\x00\x03\xb8\x00\x01\x00\x00\x00\x01\x00\x10\xa6\x71\ \x00\x00\x01\x70\xa3\xf7\xf8\xe8\ \x00\x00\x03\x7c\x00\x00\x00\x00\x00\x01\x00\x10\x91\xca\ \x00\x00\x01\x70\xa3\xf7\xf5\xa4\ \x00\x00\x05\xcc\x00\x00\x00\x00\x00\x01\x00\x1d\x1e\xa0\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x08\x3c\x00\x00\x00\x00\x00\x01\x00\x30\xff\x11\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x04\xd0\x00\x00\x00\x00\x00\x01\x00\x14\x63\x14\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x06\xb0\x00\x00\x00\x00\x00\x01\x00\x24\x79\x03\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x06\x2e\x00\x00\x00\x00\x00\x01\x00\x1e\xf1\x2f\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x06\x76\x00\x00\x00\x00\x00\x01\x00\x23\x69\xf4\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x05\x62\x00\x00\x00\x00\x00\x01\x00\x17\xd0\x2d\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x04\xa8\x00\x00\x00\x00\x00\x01\x00\x12\xa1\x9c\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x08\xae\x00\x00\x00\x00\x00\x01\x00\x35\xc3\xef\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x05\x86\x00\x00\x00\x00\x00\x01\x00\x19\xa2\xf2\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x05\xa4\x00\x00\x00\x00\x00\x01\x00\x1c\x92\x68\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x08\x06\x00\x00\x00\x00\x00\x01\x00\x2f\x1b\x88\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x04\x86\x00\x00\x00\x00\x00\x01\x00\x10\xe1\x86\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x07\xae\x00\x00\x00\x00\x00\x01\x00\x2c\x68\x32\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x06\xca\x00\x00\x00\x00\x00\x01\x00\x26\xe4\x25\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x07\x6c\x00\x00\x00\x00\x00\x01\x00\x2a\xc6\xd4\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x06\x06\x00\x00\x00\x00\x00\x01\x00\x1d\xad\x8e\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x07\x24\x00\x00\x00\x00\x00\x01\x00\x28\x40\xb8\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x07\x42\x00\x00\x00\x00\x00\x01\x00\x2a\x15\x8c\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x05\x30\x00\x00\x00\x00\x00\x01\x00\x16\x88\xd4\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x06\x4c\x00\x00\x00\x00\x00\x01\x00\x22\x1b\x86\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x08\x60\x00\x00\x00\x00\x00\x01\x00\x32\x8d\x80\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x06\xf2\x00\x00\x00\x00\x00\x01\x00\x27\xa8\x68\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x07\x88\x00\x01\x00\x00\x00\x01\x00\x2c\x62\xb0\ \x00\x00\x01\x70\xa3\xf8\x00\x18\ \x00\x00\x04\xf2\x00\x00\x00\x00\x00\x01\x00\x15\x81\xed\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x08\x82\x00\x00\x00\x00\x00\x01\x00\x34\x60\x88\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ \x00\x00\x07\xd2\x00\x00\x00\x00\x00\x01\x00\x2e\x2b\x6c\ \x00\x00\x01\x64\xe4\x2f\xbc\x38\ " 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() rapid-photo-downloader-0.9.23a1/raphodo/rapid.py0000755000175000017500000106156413645661365021773 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2020 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: 100 characters (i.e. word wrap at 99) "Hamburger" Menu Icon by Daniel Bruce -- www.entypo.com """ __author__ = 'Damon Lynch' __copyright__ = "Copyright 2011-2020, Damon Lynch" import sys import logging import shutil import datetime import locale try: # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, '') except locale.Error: pass from collections import namedtuple, defaultdict import platform import argparse from typing import Optional, Tuple, List, Sequence, Dict, Set, Any, DefaultDict import faulthandler import pkg_resources as pkgr import webbrowser import time import shlex import subprocess from urllib.request import pathname2url import inspect import gi gi.require_version('Notify', '0.7') from gi.repository import Notify try: gi.require_version('Unity', '7.0') from gi.repository import Unity have_unity = True except (ImportError, ValueError): have_unity = False import zmq import psutil import arrow import gphoto2 as gp from PyQt5 import QtCore from PyQt5.QtCore import ( QThread, Qt, QStorageInfo, QSettings, QPoint, QSize, QTimer, QTextStream, QModelIndex, pyqtSlot, QRect, pyqtSignal, QObject, QEvent ) from PyQt5.QtGui import ( QIcon, QPixmap, QImage, QColor, QPalette, QFontMetrics, QFont, QPainter, QMoveEvent, QBrush, QPen, QColor, QScreen ) from PyQt5.QtWidgets import ( QAction, QApplication, QMainWindow, QMenu, QWidget, QDialogButtonBox, QProgressBar, QSplitter, QHBoxLayout, QVBoxLayout, QDialog, QLabel, QComboBox, QGridLayout, QCheckBox, QSizePolicy, QMessageBox, QSplashScreen, QStackedWidget, QScrollArea, QStyledItemDelegate, QPushButton, QDesktopWidget ) from PyQt5.QtNetwork import QLocalSocket, QLocalServer # 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 sip from raphodo.storage import ( ValidMounts, CameraHotplug, UDisks2Monitor, GVolumeMonitor, have_gio, has_one_or_more_folders, mountPaths, get_desktop_environment, get_desktop, gvfs_controls_mounts, get_default_file_manager, validate_download_folder, validate_source_folder, get_fdo_cache_thumb_base_directory, WatchDownloadDirs, get_media_dir, StorageSpace, gvfs_gphoto2_path, get_uri ) from raphodo.interprocess import ( ScanArguments, CopyFilesArguments, RenameAndMoveFileData, BackupArguments, BackupFileData, OffloadData, ProcessLoggingManager, ThumbnailDaemonData, ThreadNames, OffloadManager, CopyFilesManager, ThumbnailDaemonManager, ScanManager, BackupManager, stop_process_logging_manager, RenameMoveFileManager, create_inproc_msg) from raphodo.devices import ( Device, DeviceCollection, BackupDevice, BackupDeviceCollection, FSMetadataErrors ) from raphodo.preferences import Preferences from raphodo.constants import ( BackupLocationType, DeviceType, ErrorType, FileType, DownloadStatus, RenameAndMoveStatus, ApplicationState, CameraErrorCode, TemporalProximityState, ThumbnailBackgroundName, Desktop, BackupFailureType, DeviceState, Sort, Show, DestinationDisplayType, DisplayingFilesOfType, DownloadingFileTypes, RememberThisMessage, RightSideButton, CheckNewVersionDialogState, CheckNewVersionDialogResult, RememberThisButtons, BackupStatus, CompletedDownloads, disable_version_check, FileManagerType, ScalingAction, ScalingDetected ) from raphodo.thumbnaildisplay import ( ThumbnailView, ThumbnailListModel, ThumbnailDelegate, DownloadStats, MarkedSummary ) from raphodo.devicedisplay import (DeviceModel, DeviceView, DeviceDelegate) from raphodo.proximity import (TemporalProximityGroups, TemporalProximity) from raphodo.utilities import ( same_device, make_internationalized_list, thousands, addPushButtonLabelSpacer, make_html_path_non_breaking, prefs_list_from_gconftool2_string, pref_bool_from_gconftool2_string, extract_file_from_tar, format_size_for_user, is_snap, version_check_disabled, installed_using_pip ) from raphodo.rememberthisdialog import RememberThisDialog import raphodo.utilities from raphodo.rpdfile import ( RPDFile, file_types_by_number, FileTypeCounter, Video, Photo, FileSizeSum ) import raphodo.fileformats as fileformats import raphodo.downloadtracker as downloadtracker from raphodo.cache import ThumbnailCacheSql from raphodo.programversions import gexiv2_version, exiv2_version, EXIFTOOL_VERSION from raphodo.metadatavideo import pymedia_version_info, libmediainfo_missing from raphodo.camera import ( gphoto2_version, python_gphoto2_version, dump_camera_details, gphoto2_python_logging, autodetect_cameras ) from raphodo.rpdsql import DownloadedSQL from raphodo.generatenameconfig import * from raphodo.rotatedpushbutton import RotatedButton, FlatButton from raphodo.primarybutton import TopPushButton, DownloadButton from raphodo.filebrowse import ( FileSystemView, FileSystemModel, FileSystemFilter, FileSystemDelegate ) from raphodo.toggleview import QToggleView import raphodo.__about__ as __about__ import raphodo.iplogging as iplogging import raphodo.excepthook from raphodo.panelview import QPanelView from raphodo.computerview import ComputerWidget from raphodo.folderspreview import DownloadDestination, FoldersPreview from raphodo.destinationdisplay import DestinationDisplay from raphodo.aboutdialog import AboutDialog import raphodo.constants as constants from raphodo.menubutton import MenuButton from raphodo.renamepanel import RenamePanel from raphodo.jobcodepanel import JobCodePanel from raphodo.backuppanel import BackupPanel import raphodo import raphodo.exiftool as exiftool from raphodo.newversion import ( NewVersion, NewVersionCheckDialog, version_details, DownloadNewVersionDialog ) from raphodo.chevroncombo import ChevronCombo from raphodo.preferencedialog import PreferencesDialog from raphodo.errorlog import ErrorReport, SpeechBubble from raphodo.problemnotification import ( FsMetadataWriteProblem, Problem, Problems, CopyingProblems, RenamingProblems, BackingUpProblems ) from raphodo.viewutils import ( standardIconSize, qt5_screen_scale_environment_variable, QT5_VERSION, validateWindowSizeLimit, validateWindowPosition, scaledIcon, any_screen_scaled ) import raphodo.didyouknow as didyouknow from raphodo.thumbnailextractor import gst_version, libraw_version, rawkit_version from raphodo.heif import have_heif_module, pyheif_version, libheif_version # Avoid segfaults at exit: # http://pyqt.sourceforge.net/Docs/PyQt5/gotchas.html#crashes-on-exit app = None # type: 'QtSingleApplication' faulthandler.enable() logger = None sys.excepthook = raphodo.excepthook.excepthook 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, devices: DeviceCollection, rapidApp: 'RapidWindow') -> 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.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 == 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() # 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) # self.photoDestinationFSView.update() # self.videoDestinationFSView.update() 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) 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, photo_rename: Optional[bool]=None, video_rename: Optional[bool]=None, auto_detect: Optional[bool]=None, this_computer_source: Optional[str]=None, this_computer_location: Optional[str]=None, photo_download_folder: Optional[str]=None, video_download_folder: Optional[str]=None, backup: Optional[bool]=None, backup_auto_detect: Optional[bool]=None, photo_backup_identifier: Optional[str]=None, video_backup_identifier: Optional[str]=None, photo_backup_location: Optional[str]=None, video_backup_location: Optional[str]=None, ignore_other_photo_types: Optional[bool]=None, thumb_cache: Optional[bool]=None, auto_download_startup: Optional[bool]=None, auto_download_insertion: Optional[bool]=None, log_gphoto2: Optional[bool]=None) -> None: super().__init__() 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: Optional[datetime.datetime] 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.close_event_run = False self.file_manager, self.file_manager_type = get_default_file_manager() for version in get_versions( self.file_manager, self.file_manager_type, scaling_action, scaling_detected, xsetting_running): logging.info('%s', version) if disable_version_check: logging.debug("Version checking disabled via code") if is_snap(): logging.debug("Version checking disabled because running in a snap") if EXIFTOOL_VERSION is None: logging.error("ExifTool is either missing or has a problem") if pymedia_version_info() is None: if libmediainfo_missing: logging.error( "pymediainfo is installed, but the library libmediainfo appears to be missing" ) self.log_gphoto2 = log_gphoto2 == 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.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) 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 = pkgr.parse_version(previous_version) rv = pkgr.parse_version(__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 < pkgr.parse_version('0.9.7b1'): # Remove any duplicate subfolder generation or file renaming custom presets self.prefs.filter_duplicate_generation_prefs() 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: Optional[int]=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: Optional[int]=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 t = 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() 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 try: self.have_libnotify = Notify.init(_('Rapid Photo Downloader')) except: logging.error("Notification intialization problem") self.have_libnotify = False logging.debug("Locale directory: %s", raphodo.localedir) # Initialise use of libgphoto2 logging.debug("Getting gphoto2 context") try: self.gp_context = gp.Context() except: logging.critical("Error getting gphoto2 context") self.gp_context = None logging.debug("Probing for valid mounts") self.validMounts = ValidMounts(onlyExternalMounts=self.prefs.only_external_mounts) logging.debug( "Freedesktop.org thumbnails location: %s", get_fdo_cache_thumb_base_directory() ) logging.debug("Probing desktop environment") desktop_env = get_desktop_environment() 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.createActions() logging.debug("Laying out main window") self.createMenus() self.createLayoutAndButtons(centralWidget) logging.debug("Have GIO module: %s", have_gio) self.gvfsControlsMounts = gvfs_controls_mounts() and have_gio if have_gio: logging.debug("GVFS (GIO) controls mounts: %s", self.gvfsControlsMounts) if not self.gvfsControlsMounts: # 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.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 self.gvfsControlsMounts: # Gio.VolumeMonitor must be in the main thread, according to # Gnome documentation logging.debug("Starting GVolumeMonitor...") self.gvolumeMonitor = GVolumeMonitor(self.validMounts) 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) if version_check_disabled(): logging.debug("Version check disabled") else: logging.debug("Starting version check") self.newVersion = NewVersion(self) self.newVersionThread = QThread() self.newVersionThread.started.connect(self.newVersion.start) self.newVersion.checkMade.connect(self.newVersionCheckMade) self.newVersion.bytesDownloaded.connect(self.newVersionBytesDownloaded) self.newVersion.fileDownloaded.connect(self.newVersionDownloaded) self.reverifyDownloadedTar.connect(self.newVersion.reVerifyDownload) self.newVersion.downloadSize.connect(self.newVersionDownloadSize) self.newVersion.reverified.connect(self.installNewVersion) self.newVersion.moveToThread(self.newVersionThread) QTimer.singleShot(0, self.newVersionThread.start) self.newVersionCheckDialog = NewVersionCheckDialog(self) self.newVersionCheckDialog.finished.connect(self.newVersionCheckDialogFinished) # if values set, indicates the latest version of the program, and the main # download page on the Rapid Photo Downloader website self.latest_version = None # type: version_details self.latest_version_download_page = None # type: str # 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: Optional[datetime.datetime] # The timestamp for when a download started / resumed after a pause self.download_start_time = None # type: Optional[float] 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, 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) if self.prefs.backup_files: self.setupBackupDevices() else: self.download_tracker.set_no_backup_devices(0, 0) 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() self.searchForCameras(on_startup=True) self.setupNonCameraDevices(on_startup=True) self.splash.setProgress(100) self.setupManualPath(on_startup=True) self.updateSourceButton() self.displayMessageInStatusBar() self.showMainWindow() 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.tip = didyouknow.DidYouKnowDialog(self.prefs, self) if self.prefs.did_you_know_on_startup: self.tip.activate() if not prefs_valid: self.notifyPrefsAreInvalid(details=msg) else: self.checkForNewVersionRequest.emit() 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 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 default_width = max(960, available.width() // 2) default_width = min(default_width, available.width()) default_x = display.width() - default_width default_height = int(available.height() * .85) default_y = display.height() - default_height logging.debug( "Available screen geometry: %sx%s on %sx%s display. Default window size: %sx%s.", available.width(), available.height(), display.width(), display.height(), default_width, default_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() 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()) settings.setValue("leftPanelSplitterSizes", self.leftPanelSplitter.saveState()) settings.setValue("rightPanelSplitterSizes", self.rightPanelSplitter.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() 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) @pyqtSlot(bool, version_details, version_details, str, bool, bool, bool) def newVersionCheckMade(self, success: bool, stable_version: version_details, dev_version: version_details, download_page: str, no_upgrade: bool, pip_install: bool, is_venv: bool) -> None: """ Respond to a version check, either initiated at program startup, or from the application's main menu. If the check was initiated at program startup, then the new version dialog box will not be showing. :param success: whether the version check was successful or not :param stable_version: latest stable version :param dev_version: latest development version :param download_page: url of the download page on the Rapid Photo Downloader website :param no_upgrade: if True, don't offer to do an inplace upgrade :param pip_install: whether pip was used to install this program version :param is_venv: whether the program is running in a python virtual environment """ if success: self.latest_version = None current_version = pkgr.parse_version(__about__.__version__) check_dev_version = (current_version.is_prerelease or self.prefs.include_development_release) if current_version < stable_version.version: self.latest_version = stable_version if check_dev_version and ( current_version < dev_version.version or current_version < stable_version.version ): if dev_version.version > stable_version.version: self.latest_version = dev_version else: self.latest_version = stable_version if ( self.latest_version is not None and str(self.latest_version.version) not in self.prefs.ignore_versions): version = str(self.latest_version.version) changelog_url = self.latest_version.changelog_url if pip_install: logging.debug("Installation performed via pip") if is_venv: logging.info( "Cannot use in-program update to upgrade program from within virtual " "environment" ) state = CheckNewVersionDialogState.open_website elif no_upgrade: logging.info("Cannot perform in-place upgrade to this version") state = CheckNewVersionDialogState.open_website else: download_page = None state = CheckNewVersionDialogState.prompt_for_download else: logging.debug("Installation not performed via pip") state = CheckNewVersionDialogState.open_website self.latest_version_download_page = download_page self.newVersionCheckDialog.displayUserMessage( new_state=state, version=version, download_page=download_page, changelog_url=changelog_url ) if not self.newVersionCheckDialog.isVisible(): self.newVersionCheckDialog.show() elif self.newVersionCheckDialog.isVisible(): self.newVersionCheckDialog.displayUserMessage( CheckNewVersionDialogState.have_latest_version) elif self.newVersionCheckDialog.isVisible(): # Failed to reach update server self.newVersionCheckDialog.displayUserMessage( CheckNewVersionDialogState.failed_to_contact) @pyqtSlot(int) def newVersionCheckDialogFinished(self, result: int) -> None: current_state = self.newVersionCheckDialog.current_state if current_state in ( CheckNewVersionDialogState.prompt_for_download, CheckNewVersionDialogState.open_website): if self.newVersionCheckDialog.dialog_detailed_result == \ CheckNewVersionDialogResult.skip: version = str(self.latest_version.version) logging.info( "Adding version %s to the list of program versions to ignore", version ) self.prefs.add_list_value(key='ignore_versions', value=version) elif self.newVersionCheckDialog.dialog_detailed_result == \ CheckNewVersionDialogResult.open_website: webbrowser.open_new_tab(self.latest_version_download_page) elif self.newVersionCheckDialog.dialog_detailed_result == \ CheckNewVersionDialogResult.download: url = self.latest_version.url md5 = self.latest_version.md5 self.downloadNewVersionRequest.emit(url, md5) self.downloadNewVersionDialog = DownloadNewVersionDialog(parent=self) self.downloadNewVersionDialog.rejected.connect(self.newVersionDownloadCancelled) self.downloadNewVersionDialog.show() @pyqtSlot('PyQt_PyObject') def newVersionBytesDownloaded(self, bytes_downloaded: int) -> None: if self.downloadNewVersionDialog.isVisible(): self.downloadNewVersionDialog.updateProgress(bytes_downloaded) @pyqtSlot('PyQt_PyObject') def newVersionDownloadSize(self, download_size: int) -> None: if self.downloadNewVersionDialog.isVisible(): self.downloadNewVersionDialog.setDownloadSize(download_size) @pyqtSlot(str, bool) def newVersionDownloaded(self, path: str, download_cancelled: bool) -> None: self.downloadNewVersionDialog.accept() if not path and not download_cancelled: msgBox = QMessageBox(parent=self) msgBox.setIcon(QMessageBox.Warning) msgBox.setWindowTitle(_("Download failed")) msgBox.setText( _('Sorry, the download of the new version of Rapid Photo Downloader failed.') ) msgBox.exec_() elif path: logging.info("New program version downloaded to %s", path) message = _( 'The new version was successfully downloaded. Do you want to ' 'close Rapid Photo Downloader and install it now?' ) msgBox = QMessageBox(parent=self) msgBox.setWindowTitle(_('Update Rapid Photo Downloader')) msgBox.setText(message) msgBox.setIcon(QMessageBox.Question) msgBox.setStandardButtons(QMessageBox.Cancel) installButton = msgBox.addButton(_('Install'), QMessageBox.AcceptRole) msgBox.setDefaultButton(installButton) if msgBox.exec_() == QMessageBox.AcceptRole: self.reverifyDownloadedTar.emit(path) else: # extract the install.py script and move it to the correct location # for testing: # path = '/home/damon/rapid090a7/dist/rapid-photo-downloader-0.9.0a7.tar.gz' extract_file_from_tar(full_tar_path=path, member_filename='install.py') installer_dir = os.path.dirname(path) if self.file_manager: uri = pathname2url(path) cmd = '{} {}'.format(self.file_manager, uri) logging.debug("Launching: %s", cmd) args = shlex.split(cmd) subprocess.Popen(args) else: msgBox = QMessageBox(parent=self) msgBox.setWindowTitle(_('New version saved')) message = _( 'The tar file and installer script are saved at:\n\n %s' ) % installer_dir msgBox.setText(message) msgBox.setIcon(QMessageBox.Information) msgBox.exec_() @pyqtSlot(bool, str) def installNewVersion(self, reverified: bool, full_tar_path: str) -> None: """ Launch script to install new version of Rapid Photo Downloader via upgrade.py. :param reverified: whether file has been reverified or not :param full_tar_path: path to the tarball """ if not reverified: msgBox = QMessageBox(parent=self) msgBox.setIcon(QMessageBox.Warning) msgBox.setWindowTitle(_("Upgrade failed")) msgBox.setText( _( 'Sorry, upgrading Rapid Photo Downloader failed because there was ' 'an error opening the installer.' ) ) msgBox.exec_() else: # for testing: # full_tar_path = '/home/damon/rapid090a7/dist/rapid-photo-downloader-0.9.0a7.tar.gz' upgrade_py = 'upgrade.py' installer_dir = os.path.dirname(full_tar_path) if extract_file_from_tar(full_tar_path, upgrade_py): upgrade_script = os.path.join(installer_dir, upgrade_py) cmd = shlex.split('{} {} {}'.format(sys.executable, upgrade_script, full_tar_path)) subprocess.Popen(cmd) self.quit() @pyqtSlot() def newVersionDownloadCancelled(self) -> None: logging.info("Download of new program version cancelled") self.new_version_controller.send(b'STOP') 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.leftPanelSplitter.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 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: self.deviceToggleView.setVisible(self.sourceButton.isChecked()) self.thisComputerToggleView.setVisible(self.sourceButton.isChecked()) self.setLeftPanelVisibility() @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: self.temporalProximity.setVisible(self.proximityButton.isChecked()) self.setLeftPanelVisibility() self.adjustLeftPanelSliderHandles() def adjustLeftPanelSliderHandles(self): """ Move left panel splitter handles in response to devices / this computer changes. """ preferred_devices_height = self.deviceToggleView.minimumHeight() min_this_computer_height = self.thisComputerToggleView.minimumHeight() if self.thisComputerToggleView.on(): this_computer_height = max( min_this_computer_height, self.centerSplitter.height() - preferred_devices_height ) else: this_computer_height = min_this_computer_height if self.proximityButton.isChecked(): if not self.thisComputerToggleView.on(): proximity_height = ( self.centerSplitter.height() - this_computer_height - preferred_devices_height ) else: proximity_height = this_computer_height // 2 this_computer_height = this_computer_height // 2 else: proximity_height = 0 self.leftPanelSplitter.setSizes( [preferred_devices_height, this_computer_height, proximity_height] ) @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, shortcut="Ctrl+Return", triggered=self.doDownloadAction ) self.refreshAct = QAction( _("&Refresh..."), self, shortcut="Ctrl+R", triggered=self.doRefreshAction ) self.preferencesAct = QAction( _("&Preferences"), self, shortcut="Ctrl+P", triggered=self.doPreferencesAction ) self.quitAct = QAction( _("&Quit"), self, shortcut="Ctrl+Q", triggered=self.close ) self.errorLogAct = QAction( _("Error &Reports"), self, enabled=True, checkable=True, triggered=self.doErrorLogAction ) self.clearDownloadsAct = QAction( _("Clear Completed Downloads"), self, triggered=self.doClearDownloadsAction ) self.helpAct = QAction( _("Get Help Online..."), self, shortcut="F1", triggered=self.doHelpAction ) self.didYouKnowAct = QAction( _("&Tip of the Day..."), self, triggered=self.doDidYouKnowAction ) self.reportProblemAct = QAction( _("Report a Problem..."), self, triggered=self.doReportProblemAction ) self.makeDonationAct = QAction( _("Make a Donation..."), self, triggered=self.doMakeDonationAction ) self.translateApplicationAct = QAction( _("Translate this Application..."), self, triggered=self.doTranslateApplicationAction ) self.aboutAct = QAction( _("&About..."), self, triggered=self.doAboutAction ) self.newVersionAct = QAction( _("Check for Updates..."), self, triggered=self.doCheckForNewVersion ) 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() topBar = self.createTopBar() verticalLayout.addLayout(topBar) centralLayout = QHBoxLayout() centralLayout.setContentsMargins(0, 0, 0, 0) self.leftBar = self.createLeftBar() self.rightBar = self.createRightBar() self.createCenterPanels() self.createDeviceThisComputerViews() self.createDestinationViews() self.createRenamePanels() self.createJobCodePanel() self.createBackupPanel() self.configureCenterPanels(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')), 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()) 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) -> QVBoxLayout: leftBar = QVBoxLayout() leftBar.setContentsMargins(0, 0, 0, 0) self.proximityButton = RotatedButton(_('Timeline'), RotatedButton.leftSide) self.proximityButton.clicked.connect(self.proximityButtonClicked) leftBar.addWidget(self.proximityButton) leftBar.addStretch() return leftBar def createRightBar(self) -> QVBoxLayout: rightBar = QVBoxLayout() rightBar.setContentsMargins(0, 0, 0, 0) self.destinationButton = RotatedButton(_('Destination'), RotatedButton.rightSide) self.renameButton = RotatedButton(_('Rename'), RotatedButton.rightSide) self.jobcodeButton = RotatedButton(_('Job Code'), RotatedButton.rightSide) self.backupButton = RotatedButton(_('Back Up'), RotatedButton.rightSide) 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 } rightBar.addWidget(self.destinationButton) rightBar.addWidget(self.renameButton) rightBar.addWidget(self.jobcodeButton) rightBar.addWidget(self.backupButton) rightBar.addStretch() return rightBar def createPathViews(self) -> None: self.deviceView = DeviceView(rapidApp=self) self.deviceModel = DeviceModel(self, "Devices") self.deviceView.setModel(self.deviceModel) self.deviceView.setItemDelegate(DeviceDelegate(rapidApp=self)) # This computer is any local path self.thisComputerView = DeviceView(rapidApp=self) self.thisComputerModel = DeviceModel(self, "This Computer") self.thisComputerView.setModel(self.thisComputerModel) self.thisComputerView.setItemDelegate(DeviceDelegate(self)) # Map different device types onto their appropriate view and model self._mapModel = { DeviceType.path: self.thisComputerModel, DeviceType.camera: self.deviceModel, DeviceType.volume: self.deviceModel } self._mapView = { DeviceType.path: self.thisComputerView, DeviceType.camera: self.deviceView, DeviceType.volume: self.deviceView } # Be cautious: validate paths. The settings file can alwasy 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() index = self.fileSystemFilter.mapFromSource(self.fileSystemModel.index('/')) self.thisComputerFSView = FileSystemView(model=self.fileSystemModel, rapidApp=self) 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.photoDestinationFSView = FileSystemView(model=self.fileSystemModel, rapidApp=self) 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.videoDestinationFSView = FileSystemView(model=self.fileSystemModel, rapidApp=self) 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) 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=True, toggleToolTip=tip, headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white), on=self.prefs.device_autodetection ) 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, headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white), on=bool(self.prefs.this_computer_source) ) self.thisComputerToggleView.valueChanged.connect(self.thisComputerToggleValueChanged) self.thisComputer = ComputerWidget( objectName='thisComputer', 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 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'), headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white) ) self.videoDestination = QPanelView( label=_('Videos'), headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white) ) # Display storage space when photos and videos are being downloaded to the same # partition self.combinedDestinationDisplay = DestinationDisplay(parent=self) self.combinedDestinationDisplayContainer = QPanelView( _('Projected Storage Use'), headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white) ) self.combinedDestinationDisplayContainer.addWidget(self.combinedDestinationDisplay) # 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 ) self.photoDestinationDisplay.setDestination(self.prefs.photo_download_folder) self.photoDestinationWidget = ComputerWidget( objectName='photoDestination', view=self.photoDestinationDisplay, fileSystemView=self.photoDestinationFSView, select_text=_('Select a destination folder') ) self.photoDestination.addWidget(self.photoDestinationWidget) self.videoDestinationDisplay = DestinationDisplay( menu=True, file_type=FileType.video, parent=self ) self.videoDestinationDisplay.setDestination(self.prefs.video_download_folder) self.videoDestinationWidget = ComputerWidget( objectName='videoDestination', view=self.videoDestinationDisplay, fileSystemView=self.videoDestinationFSView, select_text=_('Select a destination folder') ) self.videoDestination.addWidget(self.videoDestinationWidget) self.photoDestinationContainer = QWidget() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) self.photoDestinationContainer.setLayout(layout) layout.addWidget(self.combinedDestinationDisplayContainer) layout.addWidget(self.photoDestination) 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 = """ QCheckBox { border: none; outline: none; spacing: %(spacing)d; } """ % dict(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 createCenterPanels(self) -> None: self.centerSplitter = QSplitter() self.centerSplitter.setOrientation(Qt.Horizontal) self.leftPanelSplitter = QSplitter() self.leftPanelSplitter.setOrientation(Qt.Vertical) self.rightPanelSplitter = QSplitter() self.rightPanelSplitter.setOrientation(Qt.Vertical) self.rightPanels = QStackedWidget() def configureCenterPanels(self, settings: QSettings) -> None: self.leftPanelSplitter.addWidget(self.deviceToggleView) self.leftPanelSplitter.addWidget(self.thisComputerToggleView) self.leftPanelSplitter.addWidget(self.temporalProximity) self.rightPanelSplitter.addWidget(self.photoDestinationContainer) self.rightPanelSplitter.addWidget(self.videoDestination) self.leftPanelSplitter.setCollapsible(0, False) self.leftPanelSplitter.setCollapsible(1, False) self.leftPanelSplitter.setCollapsible(2, False) self.leftPanelSplitter.setStretchFactor(0, 0) self.leftPanelSplitter.setStretchFactor(1, 1) self.leftPanelSplitter.setStretchFactor(2, 1) self.rightPanels.addWidget(self.rightPanelSplitter) self.rightPanels.addWidget(self.renamePanel) self.rightPanels.addWidget(self.jobCodePanel) self.rightPanels.addWidget(self.backupPanel) self.centerSplitter.addWidget(self.leftPanelSplitter) self.centerSplitter.addWidget(self.thumbnailView) self.centerSplitter.addWidget(self.rightPanels) self.centerSplitter.setStretchFactor(0, 0) self.centerSplitter.setStretchFactor(1, 2) self.centerSplitter.setStretchFactor(2, 0) self.centerSplitter.setCollapsible(0, False) self.centerSplitter.setCollapsible(1, False) self.centerSplitter.setCollapsible(2, False) self.rightPanelSplitter.setCollapsible(0, False) self.rightPanelSplitter.setCollapsible(1, False) splitterSetting = settings.value("centerSplitterSizes") if splitterSetting is not None: self.centerSplitter.restoreState(splitterSetting) else: self.centerSplitter.setSizes([200, 400, 200]) splitterSetting = settings.value("leftPanelSplitterSizes") if splitterSetting is not None: self.leftPanelSplitter.restoreState(splitterSetting) else: self.leftPanelSplitter.setSizes([200, 200, 400]) splitterSetting = settings.value("rightPanelSplitterSizes") if splitterSetting is not None: self.rightPanelSplitter.restoreState(splitterSetting) else: self.rightPanelSplitter.setSizes([200,200]) 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: Optional[DefaultDict[int, Set[FileType]]]=None) -> bool: """ Updates the 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 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) destinations_good = True # 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() 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 @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: if self.download_paused: text = _("Resume Download") else: text = _("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) 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) if not version_check_disabled(): self.menu.addAction(self.newVersionAct) 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 doCheckForNewVersion(self) -> None: """Check online for a new program version""" if not version_check_disabled(): self.newVersionCheckDialog.reset() self.newVersionCheckDialog.show() self.checkForNewVersionRequest.emit() def doSourceAction(self) -> None: self.sourceButton.animateClick() def doDownloadAction(self) -> None: self.downloadButton.animateClick() def doRefreshAction(self) -> None: pass def doPreferencesAction(self) -> None: self.scan_all_again = self.scan_non_camera_devices_again = False self.search_for_devices_again = False dialog = PreferencesDialog(prefs=self.prefs, parent=self) dialog.exec() 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(onlyExternalMounts=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 def doErrorLogAction(self) -> None: self.errorLog.setVisible(self.errorLogAct.isChecked()) def doClearDownloadsAction(self): self.thumbnailModel.clearCompletedDownloads() def doHelpAction(self) -> None: webbrowser.open_new_tab("http://www.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: Optional[str]=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 """ log_path, log_file = os.path.split(iplogging.full_log_file_path()) log_uri = get_uri(log_path) config_path, config_file = os.path.split(self.prefs.settings_path()) config_uri = get_uri(path=config_path) body = _( r"""Please report the problem at {website}.

      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. """ ).format( website='https://bugs.launchpad.net/rapid', log_path=log_uri, log_file=log_file, config_path=config_uri, config_file = config_file ) message = '{header}

      {body}'.format(header=header, body=body) errorbox = self.standardMessageBox(message=message, rich_text=True, title=title) errorbox.exec_() def doReportProblemAction(self) -> None: header = _('Thank you for reporting a problem in Rapid Photo Downloader') header = '{}'.format(header) self.makeProblemReportDialog(header) def doMakeDonationAction(self) -> None: webbrowser.open_new_tab("http://www.damonlynch.net/rapid/donate.html") def doTranslateApplicationAction(self) -> None: webbrowser.open_new_tab("http://www.damonlynch.net/rapid/translate.html") def doAboutAction(self) -> None: about = AboutDialog(self) about.exec() def standardMessageBox(self, message: str, rich_text: bool, title: Optional[str]=None) -> QMessageBox: """ Create a standard messagebox 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 title: optional title for message box, else defaults to localized 'Rapid Photo Downloader' :return: the message box """ msgBox = QMessageBox() icon = QIcon(':/rapid-photo-downloader.svg').pixmap(standardIconSize()) if title is None: title = _("Rapid Photo Downloader") if rich_text: msgBox.setTextFormat(Qt.RichText) msgBox.setIconPixmap(icon) msgBox.setWindowTitle(title) msgBox.setText(message) return msgBox @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() self.adjustLeftPanelSliderHandles() @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: # This is a real hack -- but I don't know a better way to let the # slider redraw itself QTimer.singleShot(100, self.devicesViewToggledOn) self.adjustLeftPanelSliderHandles() 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 = self.standardMessageBox(message=message, rich_text=True) msgbox.setIcon(QMessageBox.Question) msgbox.setStandardButtons(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() @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)) if not self.checkChosenDownloadDestination(path, FileType.photo): return if validate_download_folder(path).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.photoDestinationDisplay.setDestination(path=path) self.setDownloadCapabilities() else: logging.error("Invalid photo download destination chosen: %s", path) self.handleInvalidDownloadDestination(file_type=FileType.photo) 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 = self.standardMessageBox(message=message, rich_text=False) msgbox.setIcon(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 = self.standardMessageBox(message=message, rich_text=True) msgbox.setStandardButtons(QMessageBox.Yes|QMessageBox.No) msgbox.setIcon(QMessageBox.Question) 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 handleInvalidDownloadDestination(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 :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.photoDestinationWidget.setViewVisible(False) else: self.prefs.video_download_folder = '' self.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)) if not self.checkChosenDownloadDestination(path, FileType.video): return if validate_download_folder(path).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.videoDestinationDisplay.setDestination(path=path) self.setDownloadCapabilities() else: logging.error("Invalid video download destination chosen: %s", path) self.handleInvalidDownloadDestination(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 checked 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() # type: Set[int] 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.gvfsControlsMounts: 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, download_starting=True, 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: 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: Optional[Tuple[Exception]]) -> 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 == DownloadingFileTypes.photos_and_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: Optional[Tuple[Exception]]) -> 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: Dict[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 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): if 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 @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.gvfsControlsMounts: 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) 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 = "%s\n%s " % (message, 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: 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("{}: {}".format(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: DownloadingFileTypes) -> 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 = [] # sadly this causes an exception on python 3.4: # downloading.photos or downloading.photos_and_videos if downloading in (DownloadingFileTypes.photos, DownloadingFileTypes.photos_and_videos): if not validate_download_folder(self.prefs.photo_download_folder).valid: invalid_dirs.append(self.prefs.photo_download_folder) if downloading in (DownloadingFileTypes.videos, DownloadingFileTypes.photos_and_videos): if not validate_download_folder(self.prefs.video_download_folder).valid: invalid_dirs.append(self.prefs.video_download_folder) 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 = "%(title)s

      %(details)s" % dict(title=title, details=details) msgBox = self.standardMessageBox(message=message, rich_text=True) 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: Optional[bool], entire_photo_required: Optional[bool]) -> 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.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.videoDestinationDisplay.sample_rpd_file = self.devices.sample_video if device.device_type == DeviceType.camera: 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) def scanErrorReceived(self, scan_id: int, error_code: CameraErrorCode) -> 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} else: assert 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} 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) def scanDeviceDetailsReceived(self, scan_id: int, storage_space: List[StorageSpace], storage_descriptions: List[str], optimal_display_name: str) -> 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 """ 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: 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 ) self.updateSourceButton() self.deviceModel.updateDeviceNameAndStorage(scan_id, device) self.thumbnailModel.addOrUpdateDevice(scan_id=scan_id) self.adjustLeftPanelSliderHandles() 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 = '{}

      {}'.format(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 = '{}

      {}'.format(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) if not destinations_good: auto_start = False else: auto_start = 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 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) def closeEvent(self, event) -> None: logging.debug("Close event activated") 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.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 not self.gvfsControlsMounts: self.udisks2MonitorThread.quit() self.udisks2MonitorThread.wait() self.cameraHotplugThread.quit() self.cameraHotplugThread.wait() else: del self.gvolumeMonitor if not version_check_disabled(): self.newVersionThread.quit() self.newVersionThread.wait(100) 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() 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 :rtype Tuple[str, bool] """ if self.gvfsControlsMounts: iconNames, canEject = self.gvolumeMonitor.getProps(mount.rootPath()) else: # get the system device e.g. /dev/sdc1 systemDevice = bytes(mount.device()).decode() iconNames, canEject = self.udisks2Monitor.get_device_props(systemDevice) return iconNames, canEject def addToDeviceDisplay(self, device: Device, scan_id: int) -> None: self.mapModel(scan_id).addDevice(scan_id, device) self.adjustLeftPanelSliderHandles() # Resize the "This Computer" view after a device has been added # If not done, the widget geometry will not be updated to reflect # the new view. if device.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(self.gp_context) 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", 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 = not device 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.gvfsControlsMounts self.searchForCameras() def unmountCameraToEnableScan(self, model: str, port: str, on_startup: bool) -> 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.gvfsControlsMounts: self.devices.cameras_to_gvfs_unmount_for_scan[port] = model unmounted = self.gvolumeMonitor.unmountCamera( model=model, port=port, on_startup=on_startup ) 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, bool, bool) def cameraUnmounted(self, result: bool, model: str, port: str, download_started: bool, on_startup: bool) -> 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 :param on_startup: if the unmount happened on a device during program startup """ if not download_started: 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, on_startup=on_startup) 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 = self.standardMessageBox(message=message, rich_text=True) msgBox.setIconPixmap(camera.get_pixmap()) msgBox.exec() else: # 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_() def searchForCameras(self, on_startup: bool=False) -> None: """ Detect using gphoto2 any cameras attached to the computer. Initiates unmount of cameras that are mounted by GIO/GVFS. :param on_startup: if True, the search is occurring during the program's startup phase """ if self.prefs.device_autodetection: cameras = autodetect_cameras(self.gp_context) 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): logging.debug("Camera %s is known", model) 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) else: logging.debug("Detected %s on port %s", model, port) # 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, on_startup=on_startup): self.startCameraScan(model=model, port=port, on_startup=on_startup) def startCameraScan(self, model: str, port: str, on_startup: bool=False) -> None: """ Initiate the scan of an unmounted camera :param model: camera model :param port: camera port :param on_startup: if True, the scan is occurring during the program's startup phase """ device = Device() device.set_download_from_camera(model, port) self.startDeviceScan(device=device, on_startup=on_startup) def startDeviceScan(self, device: Device, on_startup: bool=False) -> None: """ Initiate the scan of a device (camera, this computer path, or external device) :param device: device to scan :param on_startup: if True, the scan is occurring during the program's startup phase """ scan_id = self.devices.add_device(device=device, on_startup=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 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 = "{}

      {}

      {}".format(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, on_startup: bool=False) -> 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 :param on_startup: if True, the search is occurring during the program's startup phase """ if not self.devices.known_device(device): if (self.scanEvenIfNoFoldersLikeDCIM() and not device.display_name 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, on_startup=on_startup) 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, on_startup=on_startup) @pyqtSlot(str, list, 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 """ assert path in mountPaths() 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() device.set_download_from_volume( path, mount.displayName(), iconNames, canEject, mount ) self.prepareNonCameraDeviceScan(device) @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 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) 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() 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.adjustLeftPanelSliderHandles() 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 == DeviceType.camera: 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: scan_ids.append(scan_id) elif 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 == DeviceType.camera: 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 == DeviceType.camera: 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") def setupNonCameraDevices(self, on_startup: bool=False, scanning_again: bool=False) -> None: """ Setup devices from which to download and initiates their scan. :param on_startup: if True, the search is occurring during the program's startup phase :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 mounts = [] # type: List[QStorageInfo] for mount in self.validMounts.mountedValidMountPoints(): 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: icon_names, can_eject = self.getIconsAndEjectableForMount(mount) device = Device() device.set_download_from_volume( mount.rootPath(), mount.displayName(), icon_names, can_eject, mount ) self.prepareNonCameraDeviceScan(device=device, on_startup=on_startup) def setupManualPath(self, on_startup: bool=False) -> None: """ Setup This Computer path from which to download and initiates scan. :param on_startup: if True, the setup is occurring during the program's startup phase """ 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, on_startup=on_startup) 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) -> Optional[BackupLocationType]: """ 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 backup 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.handleInvalidDownloadDestination(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.handleInvalidDownloadDestination(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 = self.standardMessageBox(message=message, rich_text=True) msgbox.setStandardButtons(QMessageBox.Yes|QMessageBox.No) 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 checked 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 checked 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 checked for download' ) % { 'number': thousands(files_to_download), 'available files': files_avilable_sum } msg = files_checked else: msg = '' self.statusBar().showMessage(msg) 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: RapidWindow 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 self._inSocket = None self._inStream = None # type: QTextStream 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) -> RapidWindow: return self._activationWindow def setActivationWindow(self, activationWindow: RapidWindow, 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) def get_versions(file_manager: Optional[str], file_manager_type: Optional[FileManagerType], scaling_action: ScalingAction, scaling_detected: ScalingDetected, xsetting_running: bool) -> List[str]: if 'cython' in zmq.zmq_version_info.__module__: pyzmq_backend = 'cython' else: pyzmq_backend = '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' try: pip_install = installed_using_pip() except Exception: pip_install = False versions = [ 'Rapid Photo Downloader: {}'.format(__about__.__version__), 'Platform: {}'.format(platform.platform()), 'Memory: {} used of {}'.format(used, total), 'Confinement: {}'.format('snap' if is_snap() else 'none'), 'Installed using pip: {}'.format('yes' if pip_install else 'no'), 'Python: {}'.format(platform.python_version()), 'Python executable: {}'.format(sys.executable), 'Qt: {}'.format(QtCore.QT_VERSION_STR), 'PyQt: {}'.format(QtCore.PYQT_VERSION_STR), 'SIP: {}'.format(sip.SIP_VERSION_STR), 'ZeroMQ: {}'.format(zmq.zmq_version()), 'Python ZeroMQ: {} ({} backend)'.format(zmq.pyzmq_version(), pyzmq_backend), 'gPhoto2: {}'.format(gphoto2_version()), 'Python gPhoto2: {}'.format(python_gphoto2_version()), 'ExifTool: {}'.format(EXIFTOOL_VERSION), 'pymediainfo: {}'.format(pymedia_version_info()), 'GExiv2: {}'.format(gexiv2_version()), 'Gstreamer: {}'.format(gst_version()), 'PyGObject: {}'.format('.'.join(map(str, gi.version_info))), 'libraw: {}'.format(libraw_version()), 'rawkit: {}'.format(rawkit_version()), 'psutil: {}'.format('.'.join(map(str, psutil.version_info))) ] v = exiv2_version() if v: versions.append('Exiv2: {}'.format(v)) try: versions.append('{}: {}'.format(*platform.libc_ver())) except: pass try: versions.append('Arrow: {}'.format(arrow.__version__)) except AttributeError: pass try: import tornado versions.append('Tornado: {}'.format(tornado.version)) except ImportError: pass versions.append( "Can read HEIF/HEIC metadata: {}".format('yes' if fileformats.heif_capable() else 'no') ) if have_heif_module: versions.append('Pyheif: {}'.format(pyheif_version())) v = libheif_version() if v: versions.append('libheif: {}'.format(v)) 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 wayland_platform != 'wayland': session = 'wayland desktop (but this application is probably running in XWayland)' break else: session = 'wayland desktop (with wayland enabled for this application)' elif session: break if session: versions.append('Session: {}'.format(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: versions.append("Desktop: {} ({})".format(get_desktop_environment(), get_desktop().name)) except Exception: pass if file_manager: file_manager_details = "{} ({})".format(file_manager, file_manager_type.name) else: file_manager_details = "Unknown" versions.append("Default file manager: {}".format(file_manager_details)) return versions # def darkFusion(app: QApplication): # app.setStyle("Fusion") # # dark_palette = QPalette() # # dark_palette.setColor(QPalette.Window, QColor(53, 53, 53)) # dark_palette.setColor(QPalette.WindowText, Qt.white) # dark_palette.setColor(QPalette.Base, QColor(25, 25, 25)) # dark_palette.setColor(QPalette.AlternateBase, QColor(53, 53, 53)) # dark_palette.setColor(QPalette.ToolTipBase, Qt.white) # dark_palette.setColor(QPalette.ToolTipText, Qt.white) # dark_palette.setColor(QPalette.Text, Qt.white) # dark_palette.setColor(QPalette.Button, QColor(53, 53, 53)) # dark_palette.setColor(QPalette.ButtonText, Qt.white) # dark_palette.setColor(QPalette.BrightText, Qt.red) # dark_palette.setColor(QPalette.Link, QColor(42, 130, 218)) # dark_palette.setColor(QPalette.Highlight, QColor(42, 130, 218)) # dark_palette.setColor(QPalette.HighlightedText, Qt.black) # # app.setPalette(dark_palette) # style = """ # QToolTip { color: #ffffff; background-color: #2a82da; border: 1px solid white; } # """ # app.setStyleSheet(style) 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() 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='%(prog)s {}'.format(__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('path', nargs='?') 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 = '{} --get /apps/rapid-photo-downloader/{}'.format(cmd, 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: print("Skipping malformed value for key {}".format(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(): 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 pkgr.parse_version(QtCore.QT_VERSION_STR) >= pkgr.parse_version('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 pkgr.parse_version(QtCore.QT_VERSION_STR) >= pkgr.parse_version('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\nUninstall all " "copies except the version you want to run." ) ) sys.exit(1) parser = parser_options() args = parser.parse_args() if args.detailed_version: file_manager, file_manager_type = get_default_file_manager() print( '\n'.join( get_versions( file_manager, file_manager_type, scaling_action, scaling_detected, xsetting_running ) ) ) 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('{}: {}'.format(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 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 if args.thumb_cache: thumb_cache = args.thumb_cache == 'on' else: thumb_cache = 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() 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')) # darkFusion(app) # app.setStyle('Fusion') # 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() 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, ) app.setActivationWindow(rw) code = app.exec_() logging.debug("Exiting") sys.exit(code) if __name__ == "__main__": main() rapid-photo-downloader-0.9.23a1/raphodo/rememberthisdialog.py0000644000175000017500000001006113645661365024520 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" from typing import Optional, Union from PyQt5.QtCore import pyqtSlot from PyQt5.QtGui import QPixmap, QIcon from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QCheckBox, QLabel, QGridLayout from raphodo.constants import RememberThisMessage, RememberThisButtons from raphodo.viewutils import standardIconSize,\ translateButtons 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. """ def __init__(self, message: str, icon: Union[QPixmap, str], remember: RememberThisMessage, parent, buttons: RememberThisButtons=RememberThisButtons.yes_no, title: Optional[str]=None) -> None: super().__init__(parent) self.remember = False messageLabel = QLabel(message) messageLabel.setWordWrap(True) 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) translateButtons(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()rapid-photo-downloader-0.9.23a1/raphodo/renameandmovefile.py0000755000175000017500000011446413645661365024352 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2020 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-2020, Damon Lynch" import os from datetime import datetime from enum import Enum from collections import namedtuple import errno import logging import pickle import sys from typing import Union, Tuple, Dict, Optional import sqlite3 import locale try: # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, '') except locale.Error: pass import raphodo.exiftool as exiftool import raphodo.generatename as gn from raphodo.preferences import DownloadsTodayTracker, Preferences from raphodo.constants import ConflictResolution, FileType, DownloadStatus, RenameAndMoveStatus from raphodo.interprocess import RenameAndMoveFileData, RenameAndMoveFileResults, DaemonProcess from raphodo.rpdfile import RPDFile, Photo, Video from raphodo.rpdsql import DownloadedSQL from raphodo.utilities import stdchannel_redirected, datetime_roughly_equal, platform_c_maxint from raphodo.problemnotification import ( FileAlreadyExistsProblem, IdentifierAddedProblem, RenamingProblems, make_href, RenamingFileProblem, SubfolderCreationProblem, DuplicateFileWhenSyncingProblem, SameNameDifferentExif, RenamingAssociateFileProblem, FileMetadataLoadProblem, NoDataToNameProblem ) from raphodo.storage import get_uri 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 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: Union[Photo, Video], et_process: exiftool.ExifTool, problems: RenamingProblems) -> 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 :return True if operation succeeded, false otherwise """ if rpd_file.metadata is None: if not rpd_file.load_metadata(full_file_name=rpd_file.temp_full_file_name, et_process=et_process): # 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: Union[gn.PhotoName, gn.PhotoSubfolder, gn.VideoName, gn.VideoSubfolder], rpd_file: Union[Photo, Video], et_process: exiftool.ExifTool, problems: RenamingProblems) -> 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 :return: the name in string format, emptry string if error """ do_generation = load_metadata(rpd_file, et_process, problems) if do_generation: value = generator.generate_name(rpd_file) if value is None: value = '' else: value = '' return value def generate_subfolder(rpd_file: Union[Photo, Video], et_process: exiftool.ExifTool, problems: RenamingProblems) -> 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 """ 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, rpd_file, et_process, problems) def generate_name(rpd_file: Union[Photo, Video], et_process: exiftool.ExifTool, problems: RenamingProblems) -> 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 """ 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, rpd_file, et_process, problems) 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: Union[Photo, Video], identifier: Optional[str]=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: Union[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: Union[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: Union[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='%s%s' % (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: Union[Photo, Video]) -> None: """ Move (rename) the THM thumbnail file using the pre-generated name """ try: if rpd_file.thm_extension: ext = rpd_file.thm_extension else: ext = '.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: Union[Photo, Video]) -> None: """ Move (rename) the associate audio file using the pre-generated name """ try: if rpd_file.audio_extension: ext = rpd_file.audio_extension else: ext = '.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: Union[Photo, Video]) -> None: """ Move (rename) the associate XMP file using the pre-generated name """ try: if rpd_file.xmp_extension: ext = rpd_file.xmp_extension else: ext = '.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: Union[Photo, Video]) -> None: """ Move (rename) the associate XMP file using the pre-generated name """ try: if rpd_file.log_extension: ext = rpd_file.log_extension else: ext = '.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: Union[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: Union[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 = '{}{}{}'.format(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: Union[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, self.exiftool_process, self.problems): 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: Union[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: Union[Photo, Video], synchronize_raw_jpg: bool) -> bool: rpd_file.strip_characters = self.prefs.strip_characters generate_subfolder(rpd_file, self.exiftool_process, self.problems) 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, self.exiftool_process, self.problems) 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: Union[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: self.add_unique_identifier(rpd_file) return move_succeeded def process_file(self, rpd_file: Union[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() # 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): with 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. Cannot do it # here because to save QSettings, QApplication should be # used. 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()rapid-photo-downloader-0.9.23a1/raphodo/renamepanel.py0000644000175000017500000005061213645661365023147 0ustar damondamon00000000000000# Copyright (C) 2016-2020 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-2020, Damon Lynch" from typing import Optional, Dict, Tuple, Union import logging from PyQt5.QtCore import Qt, pyqtSlot, QTime from PyQt5.QtWidgets import ( QWidget, QSizePolicy, QComboBox, QFormLayout, QVBoxLayout, QLabel, QSpinBox, QTimeEdit, QCheckBox, QGroupBox, QScrollArea, QFrame ) from PyQt5.QtGui import (QColor, QPalette) from raphodo.constants import ( PresetPrefType, NameGenerationType, ThumbnailBackgroundName, PresetClass, FileType ) from raphodo.utilities import platform_c_maxint from raphodo.rpdfile import Photo, Video from raphodo.nameeditor import PrefDialog, make_sample_rpd_file, PresetComboBox import raphodo.exiftool as exiftool import raphodo.generatename as gn from raphodo.generatenameconfig import * from raphodo.viewutils import QFramedWidget from raphodo.panelview import QPanelView from raphodo.preferences import Preferences, DownloadsTodayTracker class RenameWidget(QFramedWidget): """ 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) 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.setLayout(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 appropriate combobox idex, 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_preset( 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: Optional[List[str]]=None, stored_sequence_no: Optional[int]=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: Union[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(QFramedWidget): """ 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) self.prefs = prefs self.photoRenameWidget = photoRenameWidget self.videoRenameWidget = videoRenameWidget self.setBackgroundRole(QPalette.Base) self.setAutoFillBackground(True) compatibilityLayout = QVBoxLayout() layout = QVBoxLayout() self.setLayout(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.debug("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 = '{}:{}'.format(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(QScrollArea): """ Renaming preferences widget, for photos, videos, and general renaming options. """ def __init__(self, parent) -> None: super().__init__(parent) if parent is not None: self.rapidApp = parent self.prefs = self.rapidApp.prefs else: self.prefs = None self.setFrameShape(QFrame.NoFrame) self.photoRenamePanel = QPanelView( label=_('Photo Renaming'), headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white) ) self.videoRenamePanel = QPanelView( label=_('Video Renaming'), headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white) ) self.renameOptionsPanel = QPanelView( label=_('Renaming Options'), headerColor=QColor(ThumbnailBackgroundName), headerFontColor=QColor(Qt.white) ) self.photoRenameWidget = RenameWidget( preset_type=PresetPrefType.preset_photo_rename, prefs=self.prefs, parent=self, exiftool_process=self.rapidApp.exiftool_process ) self.photoRenamePanel.addWidget(self.photoRenameWidget) self.videoRenameWidget = RenameWidget( preset_type=PresetPrefType.preset_video_rename, prefs=self.prefs, parent=self, exiftool_process=self.rapidApp.exiftool_process ) self.videoRenamePanel.addWidget(self.videoRenameWidget) self.renameOptions = RenameOptionsWidget( prefs=self.prefs, parent=self, photoRenameWidget=self.photoRenameWidget, videoRenameWidget=self.videoRenameWidget ) self.renameOptionsPanel.addWidget(self.renameOptions) widget = QWidget() layout = QVBoxLayout() layout.setContentsMargins(0, 0, 0, 0) 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) rapid-photo-downloader-0.9.23a1/raphodo/rescan.py0000644000175000017500000001522413645661365022133 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2020 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-2020, Damon Lynch" from typing import List, DefaultDict, Optional import logging from collections import defaultdict import os from itertools import chain import gphoto2 as gp from raphodo.rpdfile import RPDFile from raphodo.camera import Camera, CameraProblemEx from raphodo.preferences import ScanPreferences, Preferences 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 assert camera.camera_has_folders_to_scan() # 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: Optional[ScanPreferences] 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 as e: 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, self.camera.context) 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: Optional[RPDFile] # 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, self.camera.context): 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))rapid-photo-downloader-0.9.23a1/raphodo/resources.qrc0000644000175000017500000001231013645661365023020 0ustar damondamon00000000000000 ../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/folder-symbolic-filled.svg ../images/folder-symbolic.svg ../images/user-home-symbolic.svg ../images/link.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/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 rapid-photo-downloader-0.9.23a1/raphodo/rotatedpushbutton.py0000644000175000017500000001464413645661365024463 0ustar damondamon00000000000000# Copyright (C) 2015-2020 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-2020, Damon Lynch" from enum import IntEnum from PyQt5.QtGui import (QColor, QPalette) from PyQt5.QtWidgets import (QPushButton, QStylePainter, QStyle, QStyleOptionButton, QHBoxLayout) class VerticalRotation(IntEnum): left_side = 270 right_side = 90 class FlatButton: _padding = 'padding-left: {padding_side}px; padding-right: {padding_side}px; padding-top: ' \ '{padding_top}px; padding-bottom: {padding_bottom}px;'.format( padding_top=6, padding_side=7, padding_bottom=6 ) def setFlatStyle(self, button: QPushButton, darker_if_checked: bool=True, padding: str='', color: QColor=None, text_color: QColor=None) -> None: if color is None: color = QPalette().color(QPalette.Background) default_color = color.name(QColor.HexRgb) if darker_if_checked: checked_color = color.darker(125).name(QColor.HexRgb) else: checked_color = default_color hover_color = color.darker(110).name(QColor.HexRgb) if not padding: padding = self._padding if text_color is not None: text = 'color: {};'.format(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 = """ QPushButton { background-color: %s; border: 0px; outline: none; %s %s} QPushButton:checked { background-color: %s; border: none; } QPushButton:hover{ background-color: %s; border-style: inset; } """ % (default_color, padding, text, checked_color, hover_color) # 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) class RotatedButton(QPushButton, FlatButton): leftSide = 270.0 rightSide = 90.0 def __init__(self, text: str, rotation: float, flat: bool=True, use_highlight_color=False, checkable: bool=True, 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 flat: if True, set style to flat style :param use_highlight_color: if True, the button's color should be the palette's color for highlighting selected items. Takes effect only when using a flat is also True. :param checkable: if the button is checkable or not :param parent: optional parent widget """ super().__init__(text, parent) self.buttonRotation = rotation if flat: # 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 if use_highlight_color: self.setHighlightedFlatStyle(self) else: self.setFlatStyle(self) self.setCheckable(checkable) 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: if highlighted: self.setHighlightedFlatStyle(self) else: self.setFlatStyle(self) self.update() rapid-photo-downloader-0.9.23a1/raphodo/rpdfile.py0000644000175000017500000010454713645661365022314 0ustar damondamon00000000000000# Copyright (C) 2011-2020 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-2020, Damon Lynch" import os import time from datetime import datetime import uuid import logging import mimetypes from collections import Counter, UserDict import locale from typing import Optional, List, Tuple, Union, Any import gi gi.require_version('GLib', '2.0') from gi.repository import GLib import raphodo.exiftool as exiftool from raphodo.constants import ( DownloadStatus, FileType, FileExtension, FileSortPriority, ThumbnailCacheStatus, Downloaded, DeviceTimestampTZ, ThumbnailCacheDiskStatus, ExifSource, ) from raphodo.storage import get_uri, CameraDetails import raphodo.metadataphoto as metadataphoto import raphodo.metadatavideo as metadatavideo import raphodo.metadataexiftool as metadataexiftool from raphodo.utilities import thousands, make_internationalized_list, datetime_roughly_equal from raphodo.problemnotification import Problem, make_href import raphodo.fileformats as fileformats 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: Optional[str], prev_datetime: Optional[datetime], device_timestamp_type: DeviceTimestampTZ, mtime: float, mdatatime: float, thumbnail_cache_status: ThumbnailCacheDiskStatus, thm_full_name: Optional[str], audio_file_full_name: Optional[str], xmp_file_full_name: Optional[str], log_file_full_name: Optional[str], scan_id: bytes, file_type: FileType, from_camera: bool, camera_details: Optional[CameraDetails], camera_memory_card_identifiers: Optional[List[int]], never_read_mdatatime: bool, device_display_name: str, device_uri: str, raw_exif_bytes: Optional[bytes], exif_source: Optional[ExifSource], problem: Optional[Problem]): 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: if no_videos > 1: v = _('videos') else: v = _('video') else: if no_photos > 1: v = _('photos') else: v = _('photo') return v def make_key(file_t: FileType, path: str) -> str: return '{}:{}'.format(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: Optional[str]=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. >>> 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: """ :param title_case: :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: # 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: # 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: Optional[str], prev_datetime: Optional[datetime], device_timestamp_type: DeviceTimestampTZ, mtime: float, mdatatime: float, thumbnail_cache_status: ThumbnailCacheDiskStatus, thm_full_name: Optional[str], audio_file_full_name: Optional[str], xmp_file_full_name: Optional[str], log_file_full_name: Optional[str], scan_id: bytes, from_camera: bool, never_read_mdatatime: bool, device_display_name: str, device_uri:str, camera_details: Optional[CameraDetails]=None, camera_memory_card_identifiers: Optional[List[int]]=None, raw_exif_bytes: Optional[bytes]=None, exif_source: Optional[ExifSource]=None, problem: Optional[Problem]=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 == 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: Optional[datetime] ############################ # 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: Optional[bool] 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: Optional[bytes] # 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: Optional[str] # 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: Optional[Union[metadataphoto.MetaData, metadatavideo.MetaData, metadataexiftool.MetadataExiftool]] 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: Union[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: Optional[Any]=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: Optional[Any]=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: Optional[bool]=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, desktop_environment=desktop_environment ) 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: Optional[str]=None, raw_bytes: Optional[bytearray]=None, app1_segment: Optional[bytearray]=None, et_process: exiftool.ExifTool=None, force_exiftool: Optional[bool] = 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: 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: Optional[str]=None, et_process: exiftool.ExifTool=None) -> 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 :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() rapid-photo-downloader-0.9.23a1/raphodo/rpdsql.py0000755000175000017500000012413713645661365022174 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2019 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-2019, Damon Lynch" import sqlite3 import os import datetime from collections import namedtuple from typing import Optional, List, Tuple, Any, Sequence import logging from PyQt5.QtCore import Qt from tenacity import retry, stop_after_attempt from raphodo.storage import get_program_data_directory, get_program_cache_directory from raphodo.utilities import divide_list_on_length from raphodo.photoattributes import PhotoAttributes from raphodo.constants import FileType, Sort, Show from raphodo.utilities import runs FileDownloaded = namedtuple('FileDownloaded', 'download_name, download_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 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 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: Optional[int]=None, show: Optional[Show]=None, previously_downloaded: Optional[bool]=None, downloaded: Optional[bool]=None, job_code: Optional[bool]=None, file_type: Optional[FileType]=None, marked: Optional[bool]=None, extensions: Optional[List[str]]=None, proximity_col1: Optional[List[int]]=None, proximity_col2: Optional[List[int]]=None, exclude_scan_ids: Optional[List[int]]=None, uids: Optional[List[bytes]]=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('{}=?'.format(col_name)) where_values.append(p[0]) else: p.sort() or_clauses = [] for first, last in runs(p): if first == last: or_clauses.append('{}=?'.format(col_name)) where_values.append(first) else: or_clauses.append( '({} BETWEEN ? AND ?)'.format(col_name, first, last) ) 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 = 'ORDER BY mtime {}'.format(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: Optional[List[int]] = None, proximity_col2: Optional[List[int]] = 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 = '{} NATURAL JOIN devices'.format(query) if where: query = '{} WHERE {}'.format(query, where) query = '{} {}'.format(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: Optional[List[int]] = None, proximity_col2: Optional[List[int]] = None) -> Optional[bytes]: """ 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 = '{} NATURAL JOIN devices'.format(query) query = '{} WHERE {}'.format(query, where) query = '{} {}'.format(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: Optional[int]=None, show: Optional[Show]=None, previously_downloaded: Optional[bool]=None, downloaded: Optional[bool]=None, job_code: Optional[bool]=None, file_type: Optional[FileType]=None, marked: Optional[bool]=None, proximity_col1: Optional[List[int]]=None, proximity_col2: Optional[List[int]]=None, exclude_scan_ids: Optional[List[int]]=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 = '{} WHERE {}'.format(query, 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: Optional[int]=None, show: Optional[Show]=None, previously_downloaded: Optional[bool]=None, downloaded: Optional[bool]=None, job_code: Optional[bool]=None, file_type: Optional[FileType]=None, marked: Optional[bool] = None, proximity_col1: Optional[List[int]]=None, proximity_col2: Optional[List[int]]=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 = '{} WHERE {}'.format(query, where) if where_values: # logging.debug('%s %s', query, 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: Optional[int]=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: Optional[int]=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: Optional[int]=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 = '{} WHERE {}'.format(query, 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 = '{} WHERE {}'.format(query, 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: Optional[bool] = None, scan_id: Optional[int]=None, exclude_scan_ids: Optional[List[int]] = None) -> Optional[bytes]: 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 = '{} WHERE {}'.format(query, 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: Optional[bool]=None) -> None: query = 'DELETE FROM files' where, where_values = self._build_where(scan_id=scan_id, downloaded=downloaded) query = '{} WHERE {}'.format(query, 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() 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(r"""DROP TABLE IF EXISTS {tn}""".format( tn=self.table_name) ) conn.execute("VACUUM") conn.execute( """CREATE TABLE IF NOT EXISTS {tn} ( 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) )""".format(tn=self.table_name) ) # Use the character . to for download_name and path to indicate the user manually marked a # file as previously downloaded conn.execute( """CREATE INDEX IF NOT EXISTS download_datetime_idx ON {tn} (download_name)""".format(tn=self.table_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( r"""INSERT OR REPLACE INTO {tn} (file_name, size, mtime, download_name, download_datetime) VALUES (?,?,?,?,?)""".format(tn=self.table_name), (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) -> Optional[FileDownloaded]: """ 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) else: 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' AND name='{}'""".format( 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(r"""DROP TABLE IF EXISTS {tn}""".format(tn=self.table_name)) conn.execute("VACUUM") conn.execute( """CREATE TABLE IF NOT EXISTS {tn} ( 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) )""".format(tn=self.table_name) ) conn.execute("""CREATE INDEX IF NOT EXISTS md5_name_idx ON {tn} (md5_name)""".format(tn=self.table_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( r"""INSERT OR REPLACE INTO {tn} (uri, size, mtime, mdatatime, md5_name, orientation_unknown, failure) VALUES (?,?,?,?,?,?,?)""".format( tn=self.table_name ), (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() def have_thumbnail(self, uri: str, size: int, mtime: float) -> Optional[InCache]: """ 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) c = conn.cursor() c.execute( """SELECT md5_name, mdatatime, orientation_unknown, failure FROM {tn} WHERE uri=? AND size=? AND mtime=?""".format(tn=self.table_name), (uri, size, mtime) ) row = c.fetchone() 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('SELECT COUNT(*) FROM {tn}'.format(tn=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('SELECT md5_name FROM {tn}'.format(tn=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(r"""DROP TABLE IF EXISTS {tn}""".format( tn=self.table_name)) conn.execute("VACUUM") conn.execute( """CREATE TABLE IF NOT EXISTS {tn} ( 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 )""".format(tn=self.table_name) ) conn.execute("""CREATE INDEX IF NOT EXISTS extension_idx ON {tn} (extension)""".format(tn=self.table_name)) conn.execute("""CREATE INDEX IF NOT EXISTS camera_idx ON {tn} (camera)""".format(tn=self.table_name)) conn.commit() conn.close() def add_format(self, pa: PhotoAttributes) -> None: conn = sqlite3.connect(self.db) c = conn.cursor() c.execute( """INSERT OR IGNORE INTO {tn} (extension, camera, size, orientation_offset, datetime_offset, cache, app0, orientation, exif_thumbnail, thumbnail_preview_same, preview_source, previews) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)""".format(tn=self.table_name), ( 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) -> Optional[int]: conn = sqlite3.connect(self.db) c = conn.cursor() c.execute( """SELECT max(orientation_offset) FROM {tn} WHERE extension=(?)""".format( tn=self.table_name ), (extension,) ) row = c.fetchone() if row is not None: return row[0] return None def get_datetime_bytes(self, extension: str) -> Optional[int]: conn = sqlite3.connect(self.db) c = conn.cursor() c.execute( """SELECT max(datetime_offset) FROM {tn} WHERE extension=(?)""".format( tn=self.table_name ), (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'])) rapid-photo-downloader-0.9.23a1/raphodo/scan.py0000755000175000017500000022163413645661365021613 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2020 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-2020, Damon Lynch" import os import sys import pickle import logging from collections import (namedtuple, defaultdict, deque) from datetime import datetime import tempfile import operator import locale try: # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, '') except locale.Error: pass if sys.version_info < (3,5): import scandir walk = scandir.walk else: walk = os.walk from typing import List, Dict, Union, Optional, Iterator, Tuple, DefaultDict import gphoto2 as gp # Instances of classes ScanArguments and ScanPreferences are passed via pickle # Thus do not remove these two imports from raphodo.interprocess import ScanArguments from raphodo.preferences import ScanPreferences, Preferences from raphodo.interprocess import ( WorkerInPublishPullPipeline, ScanResults, ScanArguments ) from raphodo.camera import ( Camera, CameraError, CameraProblemEx, gphoto2_python_logging, gphoto2_named_error ) import raphodo.rpdfile as rpdfile from raphodo.constants import ( DeviceType, FileType, DeviceTimestampTZ, CameraErrorCode, FileExtension, ThumbnailCacheDiskStatus, all_tags_offset, ExifSource, all_tags_offset_exiftool ) from raphodo.rpdsql import DownloadedSQL, FileDownloaded from raphodo.cache import ThumbnailCacheSql from raphodo.utilities import ( stdchannel_redirected, datetime_roughly_equal, GenerateRandomFileName, format_size_for_user, is_snap ) from raphodo.exiftool import ExifTool import raphodo.metadatavideo as metadatavideo import raphodo.metadataphoto as metadataphoto import raphodo.metadataexiftool as metadataexiftool from raphodo.problemnotification import ( ScanProblems, UnhandledFileProblem, CameraDirectoryReadProblem, CameraFileInfoProblem, CameraFileReadProblem, FileMetadataLoadProblem, FileWriteProblem, FsMetadataReadProblem, FileZeroLengthProblem ) from raphodo.storage import get_uri, CameraDetails, gvfs_gphoto2_path import raphodo.fileformats as fileformats 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 self.sample_exif_source = None # type: ExifSource self.sample_photo = None # type: rpdfile.Photo self.sample_video = None # type: rpdfile.Video self.sample_photo_source_is_extract = None # type: Optional[bool] self.sample_photo_extract_full_file_name = None # type: Optional[str] self.sample_video_extract_full_file_name = None # type: Optional[str] self.sample_photo_file_full_file_name = None # type: Optional[str] self.sample_photo_full_file_downloaded = None # type: Optional[bool] self.sample_video_file_full_file_name = None # type: Optional[str] self.sample_video_full_file_downloaded = None # type: Optional[bool] 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) self.problems = ScanProblems() self._camera_details = None # type: Optional[CameraDetails] self._et_process = None # type: Optional[ExifTool] super().__init__('Scan') @property def et_process(self) -> ExifTool: """ Instead of using 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 as e: 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("Scan {} worker started".format(self.worker_id.decode())) 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 self.download_from_camera = scan_arguments.device.device_type == DeviceType.camera self.camera_storage_descriptions = [] if self.download_from_camera: 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: self.camera_port = self.camera_model = self.is_mtp_device = None self.ignore_mdatatime_for_mtp_dng = False self.camera_display_name = None self.files_scanned = 0 self.camera = None terminated = False if not self.download_from_camera: self.scan_file_system(scan_arguments) else: try: self.scan_camera(scan_arguments) # Sanity check: ensure file contents are still accessible try: self.camera.camera.folder_list_files('/', self.camera.context) except gp.GPhoto2Error as e: 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: 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( "{} total files scanned on {}".format(self.files_scanned, 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 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, or an external volume like a # memory card or USB Flash or external drive of some kind :param scan_arguments: scan configuration """ path = os.path.abspath(scan_arguments.device.path) self.display_name = scan_arguments.device.display_name scanning_specific_path = self.prefs.scan_specific_folders and \ scan_arguments.device.device_type == DeviceType.volume 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' else: device_type = 'This Computer path' logging.info("Scanning {} {}".format(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("Scanning {} on {}".format(path, 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, 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("Scanning {}".format(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 an 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, self.camera.context) 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, self.camera.context): 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("Scanned {} files".format(self.files_scanned)) 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 ) 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: try: logging.debug( "Sending %s scanned files from %s to sink", len(self.file_batch), self.display_name ) except AttributeError: pass 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) -> Union[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, Optional[datetime]]: 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: 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: Union[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 # 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) -> Optional[str]: for path, ext in associate_files[base_name]: if path in self._camera_directories_for_file[camera_file]: return '{}.{}'.format(os.path.join(path, base_name),ext) return None def get_video_THM_file(self, base_name: str, camera_file: CameraFile) -> Optional[str]: """ 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) -> Optional[str]: """ 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) -> Optional[str]: """ 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) -> Optional[str]: """ 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]) -> Optional[str]: """ :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 = '{}.{}'.format(full_file_name_no_ext, e) if os.path.exists(possible_file): return possible_file possible_file = '{}.{}'.format(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) -> Optional[CameraDetails]: return self._camera_details @camera_details.setter def camera_details(self, index: Optional[int]) -> 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('%s >>>>>>>>>>>>> At %s line %s' % (datetime.now().ctime(), func_name, 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('% s Call to %s on line %s of %s from line %s of %s' % (datetime.now().ctime(), func_name, func_line_no, func_filename, caller_line_no, caller_filename)) for f in ('distingish_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() rapid-photo-downloader-0.9.23a1/raphodo/storage.py0000644000175000017500000017653513645661365022341 0ustar damondamon00000000000000# Copyright (C) 2015-2020 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-2020, Damon Lynch. Copyright 2008-2015 Canonical Ltd. Copyright" \ " 2013 Bernard Baeyens." import logging import os import re import sys import time import subprocess import shlex import pwd import shutil from collections import namedtuple from typing import Optional, Tuple, List, Dict, Set from urllib.request import pathname2url, quote from tempfile import NamedTemporaryFile from PyQt5.QtCore import (QStorageInfo, QObject, pyqtSignal, QFileSystemWatcher, pyqtSlot, QTimer) from xdg.DesktopEntry import DesktopEntry from xdg import BaseDirectory import xdg import gi 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 GUdev, UDisks, GLib from raphodo.constants import ( Desktop, Distro, FileManagerType, DefaultFileBrowserFallback, FileManagerBehavior ) from raphodo.utilities import ( process_running, log_os_release, remove_topmost_directory_from_path, find_mount_point ) 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') PROGRAM_DIRECTORY = 'rapid-photo-downloader' def get_distro_id(id_or_id_like: str) -> Distro: if id_or_id_like[0] in ('"', "'"): id_or_id_like = id_or_id_like[1:-1] try: return Distro[id_or_id_like.strip()] except KeyError: return Distro.unknown def get_distro() -> Distro: """ Determine the Linux distribution using /etc/os-release """ os_release = '/etc/os-release' if os.path.isfile(os_release): with open(os_release, 'r') as f: for line in f: if line.startswith('NAME='): if line.find('elementary') > 0: return Distro.elementary if line.find('CentOS Linux') > 0: return Distro.centos if line.find('openSUSE') > 0: return Distro.opensuse if line.find('Deepin') > 0: return Distro.deepin if line.find('Zorin') > 0: return Distro.zorin if line.startswith('ID='): return get_distro_id(line[3:]) if line.startswith('ID_LIKE='): return get_distro_id(line[8:]) return Distro.unknown 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] if path == os.sep: display_name = _('File system root') else: display_name = os.path.basename(path) return display_name, path 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'): media_dir = '/media/{}'.format(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): if distro not in (Distro.fedora, Distro.manjaro, Distro.arch, Distro.opensuse, Distro.gentoo, Distro.antergos, Distro.centos): logging.debug( "Detected /run/media directory, but distro does not appear to be CentOS, " "Fedora, Arch, openSUSE, Gentoo, Korora, Manjaro, or Antergos" ) 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, onlyExternalMounts: bool): """ :param onlyExternalMounts: if True, valid mounts must be under /media/ or /run/media/ """ self.validMountFolders = None # type: Tuple[str] self.onlyExternalMounts = onlyExternalMounts 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 """ for m in self.validMountFolders: if mount.rootPath().startswith(m): return True return False 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 """ for m in self.validMountFolders: if path.startswith(m): return True return False 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: logging.critical("Unable to determine username of this process") media_dir = '' logging.debug("Media dir is %s", media_dir) if self.onlyExternalMounts: 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: l = [] 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 += "{}, ".format(p) msg += "{} or {}".format(self.validMountFolders[-2], self.validMountFolders[-1]) elif len(self.validMountFolders) == 2: msg += "{} or {}".format(self.validMountFolders[0], 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: logging.error("Unknown error occurred while probing potential source folder %s", path) return False return False def get_desktop_environment() -> Optional[str]: """ Determine desktop environment using environment variable XDG_CURRENT_DESKTOP :return: str with XDG_CURRENT_DESKTOP value """ return os.getenv('XDG_CURRENT_DESKTOP') def get_desktop() -> Desktop: """ Determine desktop environment :return: enum representing desktop environment, Desktop.unknown if unknown. """ try: env = get_desktop_environment().lower() except AttributeError: # Occurs when there is no value set return Desktop.unknown if env == 'unity:unity7': env = 'unity' elif env == 'x-cinnamon': env = 'cinnamon' elif env == 'ubuntu:gnome': env = 'ubuntugnome' elif env == 'pop:gnome': env = 'popgnome' elif env == 'gnome-classic:gnome': env = 'gnome' elif env == 'budgie:gnome': env = 'gnome' elif env == 'zorin:gnome': env = 'zorin' try: return Desktop[env] except KeyError: return Desktop.unknown def gvfs_controls_mounts() -> bool: """ Determine if GVFS controls mounts on this system. By default, common desktop environments known to use it are assumed to be using it or not. If not found in this list, then the list of running processes is searched, looking for a match against 'gvfs-gphoto2', which will match what is at the time of this code being developed called 'gvfs-gphoto2-volume-monitor', which is what we're most interested in. :return: True if so, False otherwise """ desktop = get_desktop() if desktop in (Desktop.gnome, Desktop.unity, Desktop.cinnamon, Desktop.xfce, Desktop.mate, Desktop.lxde, Desktop.ubuntugnome, Desktop.popgnome, Desktop.gnome, Desktop.lxqt): return True elif desktop == Desktop.kde: return False return process_running('gvfs-gphoto2') def _get_xdg_special_dir(dir_type: gi.repository.GLib.UserDirectory, home_on_failure: bool=True) -> Optional[str]: path = GLib.get_user_special_dir(dir_type) if path is None and home_on_failure: return os.path.expanduser('~') return path def xdg_photos_directory(home_on_failure: bool=True) -> Optional[str]: """ 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 """ return _get_xdg_special_dir(GLib.USER_DIRECTORY_PICTURES, home_on_failure) def xdg_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 """ return _get_xdg_special_dir(GLib.USER_DIRECTORY_VIDEOS, home_on_failure) def xdg_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 _get_xdg_special_dir(GLib.UserDirectory.DIRECTORY_DESKTOP, home_on_failure) def xdg_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 = _get_xdg_special_dir(GLib.USER_DIRECTORY_PICTURES, home_on_failure=False) if path is None: # translators: the name of the Pictures folder return _('Pictures') return os.path.basename(path) def xdg_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 = _get_xdg_special_dir(GLib.USER_DIRECTORY_VIDEOS, 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) -> Optional[str]: """ Get Rapid Photo Downloader cache directory. Is assumed to be under $XDG_CACHE_HOME or if that doesn't exist, ~/.cache. :param create_if_not_exist: creates directory if it does not exist. :return: the full path of the cache directory, or None on error """ try: cache_directory = BaseDirectory.xdg_cache_home if not create_if_not_exist: return os.path.join(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) -> Optional[str]: """ Get directory in which to store program log files. Log files are kept in the cache dirctory. :param create_if_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) 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) -> Optional[str]: """ 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 """ try: data_directory = BaseDirectory.xdg_data_dirs[0] if not create_if_not_exist: return os.path.join(data_directory, PROGRAM_DIRECTORY) else: return make_program_directory(data_directory) except OSError: logging.error("An error occurred while creating the data directory") return None 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 get_desktop() == Desktop.lxde: return os.path.join(os.path.expanduser('~'), '.thumbnails') return os.path.join(BaseDirectory.xdg_cache_home, 'thumbnails') # Module level variables important for determining among other things the generation of URIs # Pretty ugly, but the alternative is passing values around between several processes _desktop = get_desktop() _quoted_comma = quote(',') _default_file_manager_probed = False _default_file_manager = None _default_file_manager_type = None def _default_file_manager_for_desktop() -> Tuple[Optional[str], Optional[FileManagerType]]: """ If default file manager cannot be determined using system tools, guess based on desktop environment. Sets module level globals if found. :return: file manager command (without path), and type; if not detected, (None, None) """ global _default_file_manager global _default_file_manager_type try: fm = '' fm = DefaultFileBrowserFallback[_desktop.name] assert shutil.which(fm) t = FileManagerBehavior[fm] _default_file_manager = fm _default_file_manager_type = t return fm, t except KeyError: logging.debug("Error determining default file manager") return None, None except AssertionError: logging.debug("Default file manager %s cannot be found", fm) return None, None def get_default_file_manager() -> Tuple[Optional[str], Optional[FileManagerType]]: """ Attempt to determine the default file manager for the system :param remove_args: if True, remove any arguments such as %U from the returned command :return: file manager command (without path), and type; if not detected, (None, None) """ global _default_file_manager_probed global _default_file_manager global _default_file_manager_type if _default_file_manager_probed: return _default_file_manager, _default_file_manager_type _default_file_manager_probed = True assert sys.platform.startswith('linux') cmd = shlex.split('xdg-mime query default inode/directory') try: desktop_file = subprocess.check_output(cmd, universal_newlines=True) # type: str except: return _default_file_manager_for_desktop() # Remove new line character from output desktop_file = desktop_file[:-1] if desktop_file.endswith(';'): desktop_file = desktop_file[:-1] for desktop_path in (os.path.join(d, 'applications') for d in BaseDirectory.xdg_data_dirs): path = os.path.join(desktop_path, desktop_file) if os.path.exists(path): try: desktop_entry = DesktopEntry(path) except xdg.Exceptions.ParsingError: return _default_file_manager_for_desktop() try: desktop_entry.parse(path) except: return _default_file_manager_for_desktop() fm = desktop_entry.getExec() # Unhelpful results if fm.startswith('baobab') or fm.startswith('exo-open'): logging.debug('%s returned as default file manager: will substitute', fm) return _default_file_manager_for_desktop() # Strip away any extraneous arguments fm_cmd = fm.split()[0] # Strip away any path information fm_cmd = os.path.split(fm_cmd)[1] try: file_manager_type = FileManagerBehavior[fm_cmd] except KeyError: file_manager_type = FileManagerType.regular _default_file_manager = fm_cmd _default_file_manager_type = file_manager_type return _default_file_manager, file_manager_type # Special case: no base dirs set, e.g. LXQt return _default_file_manager_for_desktop() def open_in_file_manager(file_manager: str, file_manager_type: FileManagerType, uri: str) -> None: if file_manager_type == FileManagerType.select: arg = '--select ' elif file_manager_type == FileManagerType.show_item: arg = '--show-item ' else: arg = '' cmd = '{} {}{}'.format(file_manager, arg, uri) logging.debug("Launching: %s", cmd) args = shlex.split(cmd) subprocess.Popen(args) def get_uri(full_file_name: Optional[str]=None, path: Optional[str]=None, camera_details: Optional[CameraDetails]=None, desktop_environment: Optional[bool]=True) -> str: """ Generate and return the URI for the file, which varies depending on which device it is :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 """ if not _default_file_manager_probed: get_default_file_manager() if camera_details is None: prefix = 'file://' if desktop_environment: if full_file_name and _default_file_manager_type == FileManagerType.dir_only_uri: full_file_name = os.path.dirname(full_file_name) else: if not desktop_environment: if full_file_name or path: prefix = 'gphoto2://' else: prefix = 'gphoto2://' + pathname2url('[{}]'.format(camera_details.port)) 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 gvfs_controls_mounts() or _desktop == Desktop.lxqt: prefix = 'mtp://' + pathname2url( '[{}]/{}'.format(camera_details.port, camera_details.storage_desc) ) elif _desktop == Desktop.kde: prefix = 'mtp:/' + pathname2url( '{}/{}'.format(camera_details.display_name, camera_details.storage_desc) ) else: logging.error("Don't know how to generate MTP prefix for %s", _desktop.name) else: prefix = 'gphoto2://' + pathname2url('[{}]'.format(camera_details.port)) if _default_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 the filename as part of the path full_file_name = os.path.dirname(full_file_name) if full_file_name or path: uri = '{}{}'.format(prefix, pathname2url(full_file_name or path)) else: uri = prefix return uri ValidatedFolder = namedtuple('ValidatedFolder', 'valid, absolute_path') def validate_download_folder(path: Optional[str], 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(False, '') 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, absolute_path) def validate_source_folder(path: Optional[str]) -> 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(False, '') absolute_path = os.path.abspath(path) valid = os.path.isdir(path) and os.access(path, os.R_OK) return ValidatedFolder(valid, absolute_path) def udev_attributes(devname: str) -> Optional[UdevAttr]: """ Query udev to see if 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() return UdevAttr(is_mtp, vendor, model) 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: """ :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 = 'file://{}'.format(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 """ 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) # Ignore 'bind' action: seems to add nothing we need to know if action == 'add': if parent_path not in self.cameras: model = device.get_property('ID_MODEL') logging.info("Hotplug: new camera: %s", model.replace('_', ' ')) self.cameras[path] = model 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() class UDisks2Monitor(QObject): # Most of this class is Copyright 2008-2015 Canonical partitionMounted = pyqtSignal(str, list, 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) -> None: super().__init__() 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: if part: self._udisks_partition_added(obj, block, drive, path) def _get_drive(self, block) -> Optional[UDisks.Drive]: 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) if drive is not None: ejectable = drive.get_property('ejectable') else: ejectable = False mount_point = '' 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 not 'UDisks2.Error.DeviceBusy' 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) 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 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 = '/org/freedesktop/UDisks2/block_devices/{}'.format( os.path.split(device_path)[1]) obj = self.udisks.get_object(object_path) icon_names = self.get_icon_names(obj) can_eject = self.get_can_eject(obj) return (icon_names, can_eject) @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 as e: logging.error('Exception occurred unmounting %s', mount_point) logging.exception('Traceback:') except: logging.error('Exception occurred unmounting %s', mount_point) logging.exception('Traceback:') self.partitionUnmounted.emit(mount_point) if have_gio: 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. """ cameraUnmounted = pyqtSignal(bool, str, str, bool, bool) cameraMounted = pyqtSignal() partitionMounted = pyqtSignal(str, list, bool) partitionUnmounted = pyqtSignal(str) volumeAddedNoAutomount = pyqtSignal() cameraPossiblyRemoved = pyqtSignal() cameraVolumeAdded = pyqtSignal(str) def __init__(self, validMounts: ValidMounts) -> None: super().__init__() 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 self.camera_volumes_added = dict() # type: Dict[str, str] self.camera_volumes_mounted = set() # type: Set[str] @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) -> Optional[Gio.Mount]: """ :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 = '/dev/bus/usb/{}/{}'.format(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) -> Optional[Gio.Mount]: """ :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, download_starting: bool, on_startup: bool, 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, download_starting=download_starting, on_startup=on_startup, attempt_no=attempt_no ) def unmountCamera(self, model: str, port: str, download_starting: bool=False, on_startup: bool=False, mount_point: Optional[Gio.Mount]=None, attempt_no: Optional[int]=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 on_startup: if True, the unmount is occurring during the program's startup phase :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, download_starting, on_startup, attempt_no) ) return True return False def unmountCameraCallback(self, mount: Gio.Mount, result: Gio.AsyncResult, user_data: Tuple[str, str, bool, 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, download_starting, on_startup, attempt_no = user_data try: if mount.unmount_with_operation_finish(result): logging.debug("...successfully unmounted {}".format(model)) self.cameraUnmounted.emit(True, model, port, download_starting, on_startup) else: logging.debug("...failed to unmount {}".format(model)) self.cameraUnmounted.emit(False, model, port, download_starting, on_startup) except GLib.GError as e: if e.code == 26 and attempt_no < 10: attempt_no += 1 QTimer.singleShot( 750, lambda : self.reUnmountCamera( model, port, download_starting, on_startup, attempt_no ) ) else: logging.error('Exception occurred unmounting {}'.format(model)) logging.exception('Traceback:') self.cameraUnmounted.emit(False, model, port, download_starting, on_startup) 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 %s", path) else: logging.info("...failed to unmount %s", path) except GLib.GError as e: logging.error('Exception occurred unmounting %s', path) logging.exception('Traceback:') def mountIsCamera(self, mount: Gio.Mount) -> 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 :return: True if mount refers to a camera, else False """ if self.mountMightBeCamera(mount): root = mount.get_root() if root is None: logging.warning('Unable to get mount root') else: path = root.get_path() if path: logging.debug("GIO: Looking for camera at mount {}".format(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 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) -> 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 :return: True if the mount is a valid partiion """ root = mount.get_root() if root is None: logging.warning('Unable to get mount root') else: path = root.get_path() if path: logging.debug("GIO: Looking for valid partition at mount {}".format(path)) if self.validMounts.pathIsValidMountPoint(path): logging.debug("GIO: partition found at {}".format(path)) return True if path is not None: logging.debug("GIO: partition is not valid mount: {}".format(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 """ 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 if self.mountIsCamera(mount): # Can be called on startup if 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): 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): if 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() logging.debug( "GIO: Volume added %s. Automount: %s (might be incorrect)", volume_name, volume.should_automount() ) # Even if volume.should_automount(), the volume in fact may not be mounted # automatically. Unbelievable. device_path = volume.get_identifier( Gio.VOLUME_IDENTIFIER_KIND_UNIX_DEVICE ) if self.unixDevicePathIsCamera(device_path): 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)) 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 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[Optional[List[str]], Optional[bool]]: """ 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 rapid-photo-downloader-0.9.23a1/raphodo/thumbloadbalancer.py0000755000175000017500000000335313645661365024332 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2020 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-2020, Damon Lynch" from raphodo.interprocess import LoadBalancerWorkerManager, LoadBalancer 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() rapid-photo-downloader-0.9.23a1/raphodo/thumbnaildaemon.py0000755000175000017500000002141413645661365024030 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2020 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-2020, Damon Lynch" import logging import pickle import sys import os from typing import Set, Dict import locale try: # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, '') except locale.Error: pass import zmq from raphodo.constants import ( FileType, ThumbnailSize, ThumbnailCacheStatus, ThumbnailCacheDiskStatus, ExtractionTask, ExtractionProcessing, ThumbnailCacheOrigin ) from raphodo.interprocess import ( ThumbnailDaemonData, GenerateThumbnailsResults, DaemonProcess, ThumbnailExtractorArgument ) from raphodo.rpdfile import RPDFile from raphodo.thumbnailpara import GetThumbnailFromCache, preprocess_thumbnail_from_disk from raphodo.cache import FdoCacheLarge, FdoCacheNormal 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("tcp://localhost:{}".format(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: # 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) except: logging.error("Exception working on file %s", rpd_file.full_file_name) logging.exception("Traceback:") if __name__ == '__main__': generate_thumbnails = DameonThumbnailWorker() generate_thumbnails.run()rapid-photo-downloader-0.9.23a1/raphodo/thumbnaildisplay.py0000644000175000017500000030365613645661365024242 0ustar damondamon00000000000000# Copyright (C) 2015-2020 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-2020, Damon Lynch" import pickle import os import sys import datetime from collections import (namedtuple, defaultdict, deque) from operator import attrgetter import subprocess import shlex import logging from timeit import timeit from typing import Optional, Dict, List, Set, Tuple, Sequence import locale import pkg_resources as pkgr import arrow.arrow from dateutil.tz import tzlocal from colour import Color from PyQt5.QtCore import ( QAbstractListModel, QModelIndex, Qt, pyqtSignal, QSizeF, QSize, QRect, QRectF, QEvent, QPoint, QItemSelectionModel, QAbstractItemModel, pyqtSlot, QItemSelection, QTimeLine, QPointF, QT_VERSION_STR ) from PyQt5.QtWidgets import ( QListView, QStyledItemDelegate, QStyleOptionViewItem, QApplication, QStyle, QStyleOptionButton, QMenu, QWidget, QAbstractItemView, ) from PyQt5.QtGui import ( QPixmap, QImage, QPainter, QColor, QBrush, QFontMetricsF, QGuiApplication, QPen, QMouseEvent, QFont, QKeyEvent ) from raphodo.rpdfile import RPDFile, FileTypeCounter from raphodo.fileformats import ALL_USER_VISIBLE_EXTENSIONS, MUST_CACHE_VIDEOS from raphodo.interprocess import GenerateThumbnailsArguments, Device, GenerateThumbnailsResults from raphodo.constants import ( DownloadStatus, Downloaded, FileType, DownloadingFileTypes, ThumbnailSize, ThumbnailCacheStatus, Roles, DeviceType, CustomColors, Show, Sort, ThumbnailBackgroundName, Desktop, DeviceState, extensionColor, FadeSteps, FadeMilliseconds, PaleGray, DarkGray, DoubleDarkGray, Plural, manually_marked_previously_downloaded, thumbnail_margin ) from raphodo.storage import ( get_program_cache_directory, get_desktop, validate_download_folder, open_in_file_manager ) from raphodo.utilities import ( CacheDirs, make_internationalized_list, format_size_for_user, runs, arrow_locale ) from raphodo.thumbnailer import Thumbnailer from raphodo.rpdsql import ThumbnailRowsSQL, ThumbnailRow from raphodo.viewutils import ThumbnailDataForProximity, scaledIcon from raphodo.proximity import TemporalProximityState from raphodo.rpdsql import DownloadedSQL DownloadFiles = namedtuple( 'DownloadFiles', 'files, download_types, download_stats, camera_access_needed' ) MarkedSummary = namedtuple('MarkedSummary', 'marked size_photos_marked size_videos_marked') 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 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 self.prefs = self.rapidApp.prefs 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: Optional[int] self._resetHighlightingValues() self.highlighting_timeline = QTimeLine(FadeMilliseconds // 2) self.highlighting_timeline.setCurveShape(QTimeLine.SineCurve) self.highlighting_timeline.frameChanged.connect(self.doHighlightDeviceThumbs) self.highlighting_timeline.finished.connect(self.highlightPhaseFinished) self.highlighting_timeline_max = FadeSteps self.highlighting_timeline_mint = 0 self.highlighting_timeline.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('Missing key in rpd files at row {}'.format(idx)) if self.thumbnails.get(uid) is None: raise KeyError('Missing key in thumbnails at row {}'.format(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: Optional[bool] 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 rpd_file.scan_id == self.currently_highlighting_scan_id: return self.highlight_value else: 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: device_name = devices[rpd_file.scan_id].display_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 = '{}
      {}'.format(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 = '{}
      {}
      {}'.format(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:') # Translators: %(variable)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 += '

      %(downloaded_as)s
      %(filename)s
      %(path)s' % dict( filename=rpd_file.download_name, path=path, downloaded_as=downloaded_as ) 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 == 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: Optional[int]=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 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 gen_args = ( scan_id, rpd_files, device.name(), self.rapidApp.prefs.proximity_seconds, cache_dirs, need_photo_cache_dir, need_video_cache_dir, device.camera_model, device.camera_port, 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: Optional[int]=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: Optional[int]=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 not 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: Optional[int]) -> 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) 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() if download_photos: if download_videos: download_types = DownloadingFileTypes.photos_and_videos else: download_types = DownloadingFileTypes.photos elif download_videos: download_types = DownloadingFileTypes.videos else: download_types = None 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: Optional[int]=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 if select_all: action = "Selecting all %s" else: action = "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: Optional[FileType]=None, scan_id: Optional[int]=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: Optional[int]=None, col2id: Optional[int]=None) -> str: """ Generates a string displaying how many photos and videos are in the proximity table cell """ assert not (col1id is None and col2id is None) if col2id is not None: col2id = [col2id] else: col1id = [col1id] uids = self.tsql.get_uids(proximity_col1=col1id, proximity_col2=col2id) file_types = (self.rpd_files[uid].file_type for uid in uids) return FileTypeCounter(file_types).summarize_file_count()[0] def getDisplayedUids(self, scan_id: Optional[int]=None, marked: Optional[bool]=None, file_type: Optional[FileType]=None, downloaded: Optional[bool]=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]) -> Optional[bytes]: 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: Optional[int] = None, marked: Optional[bool] = 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) -> Optional[RPDFile]: """ 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) -> Optional[RPDFile]: """ 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)] highlighting.sort() self.highlighting_rows = list(runs(highlighting)) self.most_recent_highlighted_device = scan_id self.highlighting_timeline.setDirection(QTimeLine.Forward) self.highlighting_timeline.start() def resetHighlighting(self) -> None: if self.currently_highlighting_scan_id is not None: self.highlighting_timeline.stop() self.doHighlightDeviceThumbs(value=0) @pyqtSlot(int) def doHighlightDeviceThumbs(self, value: int) -> None: self.highlight_value = value 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 def _resetHighlightingValues(self): self.most_recent_highlighted_device = None # type: Optional[int] 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: Optional[int]=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: Optional[Sequence[int]], col2: Optional[Sequence[int]]) -> 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 checked 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 checked 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 = self.tsql.get_count(marked=True, file_type=FileType.photo, job_code=False) 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): def __init__(self, parent: QWidget) -> None: style = """QAbstractScrollArea { background-color: %s;}""" % ThumbnailBackgroundName super().__init__(parent) self.rapidApp = parent self.setViewMode(QListView.IconMode) self.setResizeMode(QListView.Adjust) self.setStyleSheet(style) self.setUniformItemSizes(True) self.setSpacing(8) self.setSelectionMode(QAbstractItemView.ExtendedSelection) self.possiblyPreserveSelectionPostClick = False 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: Optional[int]=None, index: Optional[QModelIndex]=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) @pyqtSlot(int) def scrollTimeline(self, value) -> None: index = self.indexAt(self.topLeft()) # type: QModelIndex if index.isValid(): self._scrollTemporalProximity(index=index) def topLeft(self) -> QPoint: return QPoint(thumbnail_margin, thumbnail_margin) def visibleRows(self): """ Yield rows visible in viewport. Not currently used or properly tested. """ rect = self.viewport().contentsRect() width = self.itemDelegate().width last_row = rect.bottomRight().x() // width * width topLeft = rect.topLeft() + QPoint(10, 10) top = self.indexAt(topLeft) if top.isValid(): bottom = self.indexAt(QPoint(last_row, rect.bottomRight().y())) if not bottom.isValid(): # take a guess with an arbitrary figure bottom = self.index(top.row() + 15) for row in range(top.row(), bottom.row() + 1): yield row 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: Optional[QModelIndex] 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)] @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: index = self.clickedIndex if index: uri = index.model().data(index, Roles.uri) open_in_file_manager( file_manager=self.rapidApp.file_manager, file_manager_type=self.rapidApp.file_manager_type, uri=uri ) @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) def paint(self, painter: QPainter, option: QStyleOptionViewItem, index: QModelIndex) -> None: if index is None: 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: Optional[str] # 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) 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( option.rect.x() + self.horizontal_margin, emblem_rect_y, pixmap ) painter.restore() def sizeHint(self, option: QStyleOptionViewItem, index: QModelIndex) -> QSize: return QSize( self.width + self.shadow_size, self.height + self.shadow_size ) 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 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.mtp) and get_desktop() == Desktop.kde 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) # print("Changed the checkbox-state") # print("these are the selected items", [index.row() for index in self.rapidApp.thumbnailView.selectionModel().selectedIndexes()]) return True def setModelData (self, editor: QWidget, model: QAbstractItemModel, index: QModelIndex) -> None: newValue = not (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) -> QPoint: return QPoint( rect.x() + self.horizontal_margin, rect.y() + self.image_frame_bottom + self.footer_padding - 1 ) def getCheckBoxRect(self, rect: QRect) -> QRect: return QRect(self.getLeftPoint(rect), 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) -> Optional[List[QModelIndex]]: selection = self.rapidApp.thumbnailView.selectionModel() # type: QItemSelectionModel if selection.hasSelection(): selected = selection.selection() # type: QItemSelection return selected.indexes() return Nonerapid-photo-downloader-0.9.23a1/raphodo/thumbnailer.py0000644000175000017500000002472613645661365023201 0ustar damondamon00000000000000# Copyright (C) 2015-2017 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-2017, Damon Lynch" import pickle from typing import Optional import logging import zmq from PyQt5.QtCore import (QThread, QTimer, pyqtSignal, pyqtBoundSignal, pyqtSlot, QObject) from PyQt5.QtGui import (QPixmap, QImage) from raphodo.interprocess import (LoadBalancerManager, PublishPullPipelineManager, GenerateThumbnailsArguments, GenerateThumbnailsResults, 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 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: Optional[str]==None, camera_port: Optional[str]=None, entire_video_required: Optional[bool]=None, entire_photo_required: Optional[bool] = 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, 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) ) rapid-photo-downloader-0.9.23a1/raphodo/thumbnailextractor.py0000755000175000017500000011031113645661365024573 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2015-2020 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-2020, Damon Lynch" import sys import logging from urllib.request import pathname2url import pickle import os from collections import namedtuple import tempfile from datetime import datetime from typing import Optional, Set, Union, Tuple import gi gi.require_version('Gst', '1.0') from gi.repository import Gst from PyQt5.QtGui import QImage, QTransform from PyQt5.QtCore import QSize, Qt, QIODevice, QBuffer try: import rawkit import rawkit.options import rawkit.raw have_rawkit = True except ImportError: have_rawkit = False from raphodo.interprocess import ( LoadBalancerWorker, ThumbnailExtractorArgument, GenerateThumbnailsResults ) from raphodo.constants import ( ThumbnailSize, ExtractionTask, ExtractionProcessing, ThumbnailCacheStatus, ThumbnailCacheDiskStatus ) from raphodo.rpdfile import RPDFile, Video, Photo from raphodo.constants import FileType from raphodo.utilities import ( stdchannel_redirected, show_errors, image_large_enough_fdo ) from raphodo.filmstrip import add_filmstrip from raphodo.cache import ThumbnailCacheSql, FdoCacheLarge, FdoCacheNormal import raphodo.exiftool as exiftool from raphodo.heif import have_heif_module, load_heif 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 libraw_version(suppress_errors: bool=True) -> str: """ Return version number of libraw, using rawkit :param suppress_errors: :return: version number if available, else '' """ if not have_rawkit: return '' import libraw.bindings try: return libraw.bindings.LibRaw().version except ImportError as e: if not suppress_errors: raise v = str(e) if v.startswith('Unsupported'): import re v = ''.join(re.findall(r'\d+\.?', str(e))) return v[:-1] if v.endswith('.') else v return v except Exception: if not suppress_errors: raise return '' if not have_rawkit: have_functioning_rawkit = False else: try: have_functioning_rawkit = bool(libraw_version(suppress_errors=False)) except Exception: have_functioning_rawkit = False def rawkit_version() -> str: if have_rawkit: if have_functioning_rawkit: return rawkit.VERSION else: return '{} (not functional)'.format(rawkit.VERSION) return '' def get_video_frame(full_file_name: str, offset: Optional[float]=5.0, caps=Gst.Caps.from_string('image/png')) -> Optional[bytes]: """ Source: https://gist.github.com/dplanella/5563018 :param full_file_name: file and path of the video :param offset: :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 = 'file://{}'.format(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 seconds into the video, if the video is long enough # If video is shorter than offset, seek 0.25 seconds less than the duration, # but always at least zero. offset = max( min( pipeline.query_duration(Gst.Format.TIME)[1] - Gst.SECOND / 4, offset * Gst.SECOND ), 0 ) try: assert pipeline.seek_simple(Gst.Format.TIME, Gst.SeekFlags.FLUSH, offset) 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: Optional[str]) -> 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 try: orientation = rpd_file.metadata.orientation() except Exception: pass 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: # logging.critical("%s, %sx%s", orientation, thumbnail.width(), thumbnail.height()) 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 elif rpd_file.is_raw() and have_functioning_rawkit: try: with rawkit.raw.Raw(filename=full_file_name) as raw: raw.options.white_balance = rawkit.options.WhiteBalance(camera=True, auto=False) if rpd_file.cache_full_file_name and not rpd_file.download_full_file_name: temp_file = '{}.tiff'.format(os.path.splitext(full_file_name)[0]) cache_dir = os.path.dirname(rpd_file.cache_full_file_name) if os.path.isdir(cache_dir): temp_file = os.path.join(cache_dir, temp_file) temp_dir = None else: temp_dir = tempfile.mkdtemp(prefix="rpd-tmp-") temp_file = os.path.join(temp_dir, temp_file) else: temp_dir = tempfile.mkdtemp(prefix="rpd-tmp-") name = os.path.basename(full_file_name) temp_file = '{}.tiff'.format(os.path.splitext(name)[0]) temp_file = os.path.join(temp_dir, temp_file) try: logging.debug("Saving temporary rawkit render to %s", temp_file) raw.save(filename=temp_file) except Exception: logging.exception( "Rendering %s failed. Exception:", rpd_file.full_file_name ) else: thumbnail = QImage(temp_file) os.remove(temp_file) if thumbnail.isNull(): logging.debug("Qt failed to load rendered %s", rpd_file.full_file_name) thumbnail = None else: logging.debug("Rendered %s using libraw", rpd_file.full_file_name) processing.add(ExtractionProcessing.resize) # libraw already correctly oriented the thumbnail processing.remove(ExtractionProcessing.orient) orientation = '1' if temp_dir: os.rmdir(temp_dir) except ImportError as e: logging.warning( 'Cannot use rawkit to render thumbnail for %s', rpd_file.full_file_name ) except Exception as e: logging.exception( "Rendering thumbnail for %s not supported. Exception:", rpd_file.full_file_name ) if thumbnail is None and 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( "Unable to create a thumbnail out of the file: {}".format(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): # logging.warning("Extractor failed to load metadata from extract of %s", rpd_file.name) 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: Optional[str]=None, raw_bytes: Optional[bytearray]=None) -> Optional[str]: 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: Union[Photo, Video], force_exiftool: bool, full_file_name: Optional[str]=None, raw_bytes: Optional[bytearray]=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: Optional[str]=None, raw_bytes: Optional[bytearray]=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: Optional[str]=None, raw_bytes: Optional[bytearray]=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) -> Optional[str]: """ 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) if orientation == 180: return self.rotate_180 elif orientation == 90: return self.rotate_90 elif orientation == 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: Union[Photo, Video], processing: Set[ExtractionProcessing], data: ThumbnailExtractorArgument ) -> Tuple[Optional[QImage], Optional[str]]: """ 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, 0.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("{} worker started".format(self.requester.identity.decode())) 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 = self.rotate_thumb(thumbnail, orientation) # orientation = None thumbnail = thumbnail.scaled( self.thumbnailSizeNeeded, Qt.KeepAspectRatio, Qt.SmoothTransformation ) else: thumbnail = None if not thumbnail is 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) except: 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()rapid-photo-downloader-0.9.23a1/raphodo/thumbnailpara.py0000755000175000017500000011334113645661365023511 0ustar damondamon00000000000000#!/usr/bin/env python3 # Copyright (C) 2011-2020 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-2020, Damon Lynch" try: using_injected = 'profile' in dict(__builtins__) except: 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 os import sys import logging import pickle from collections import deque from operator import attrgetter from typing import Optional, Tuple, Set import zmq from PyQt5.QtGui import QImage from PyQt5.QtCore import QSize import psutil import gphoto2 as gp try: import rawkit have_rawkit = True except ImportError: have_rawkit = False from raphodo.rpdfile import RPDFile from raphodo.interprocess import ( WorkerInPublishPullPipeline, GenerateThumbnailsArguments, GenerateThumbnailsResults, ThumbnailExtractorArgument ) from raphodo.constants import ( FileType, ThumbnailSize, ThumbnailCacheStatus, ThumbnailCacheDiskStatus, ExtractionTask, ExtractionProcessing, orientation_offset, thumbnail_offset, ThumbnailCacheOrigin, datetime_offset, datetime_offset_exiftool, thumbnail_offset_exiftool ) from raphodo.camera import ( Camera, CameraProblemEx, gphoto2_python_logging ) from raphodo.cache import ThumbnailCacheSql, FdoCacheLarge from raphodo.utilities import (GenerateRandomFileName, create_temp_dir, CacheDirs) from raphodo.preferences import Preferences from raphodo.rescan import RescanCamera from raphodo.fileformats import use_exiftool_on_photo from raphodo.heif import have_heif_module 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 hey 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 """ l = list(range(length)) n = [] master = deque([l]) 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 take 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: Optional[ThumbnailCacheOrigin] # 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: if 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: if 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 as e: # 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 as e: # 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 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("tcp://localhost:{}".format(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, 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='rpd-cache-{}-'.format(self.device_name[:10])) self.video_cache_dir = create_temp_dir( folder=arguments.cache_dirs.video_cache_dir, prefix='rpd-cache-{}-'.format(self.device_name[:10])) 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) # 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 as e: # 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: 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 as e: # 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! # If rawkit is not installed, then 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 have rawkit, download and render an image from the # RAW if not rpd_file.is_jpeg() and not have_rawkit: 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 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 as e: # 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: 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: if not os.listdir(self.photo_cache_dir): os.rmdir(self.photo_cache_dir) if video_cache_dir is not None: if 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() rapid-photo-downloader-0.9.23a1/raphodo/timeutils.py0000644000175000017500000000713713645661365022703 0ustar damondamon00000000000000# Copyright (C) 2015-2020 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-2020, Damon Lynch" import locale from datetime import datetime import re 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)rapid-photo-downloader-0.9.23a1/raphodo/toggleswitch.py0000644000175000017500000001503213645661365023360 0ustar damondamon00000000000000# Copyright (C) 2016 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, Damon Lynch" from typing import Optional from PyQt5.QtCore import Qt, pyqtSlot from PyQt5.QtGui import QPalette, QColor, QFont,QFontMetrics from PyQt5.QtWidgets import QSlider, QApplication 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: Optional[QColor]=None, parent=None) -> None: super().__init__(Qt.Horizontal, parent) self.base_height = QFontMetrics(QFont()).height() // 2 * 2 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) self.setStyleSheet(self.stylesheet(background)) self.actionTriggered.connect(self.onActionTriggered) self.sliderReleased.connect(self.onSliderRelease) def stylesheet(self, background: Optional[QColor]) -> 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: QColor handleDarkName = (QPalette().color(QPalette().Dark)).name() # type: QColor 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 """ QSlider::groove:horizontal { background-color: %(backgroundName)s; height: %(height)s px; } QSlider::sub-page:horizontal { background: qlineargradient(x1: 0, y1: 0.2, x2: 1, y2: 1, stop: 0 %(highlightDarkName)s, stop: 1 %(highlightLightName)s); border: 1px solid #777; border-top-left-radius: %(radius)spx; border-bottom-left-radius: %(radius)spx; } QSlider::add-page:horizontal { background: qlineargradient(x1: 0, y1: 0.2, x2: 1, y2: 1, stop: 0 %(insetDarkName)s, stop: 1 %(insetLightName)s); border: 1px solid #777; border-top-right-radius: %(radius)spx; border-bottom-right-radius: %(radius)spx; } QSlider::handle:horizontal { background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 %(handleLightName)s, stop:1 %(handleDarkName)s); border: 1px solid #777; width: %(buttonWidth)s px; border-radius: %(radius)spx; } QSlider::handle:horizontal:hover { background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 %(handleHoverLightName)s, stop:1 %(handleHoverDarkName)s); border: 1px solid #444; border-radius: %(radius)spx; } 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: %(radius)spx; } """ % dict(buttonWidth=self.handleWidth, handleLightName=handleLightName, handleDarkName=handleDarkName, handleHoverLightName=handleHoverLightName, handleHoverDarkName=handleHoverDarkName, backgroundName=backgroundName, highlightDarkName=highlightDarkName, highlightLightName=highlightLightName, height=self.base_height, insetDarkName=insetDarkName, insetLightName=insetLightName, radius=self.radius) @pyqtSlot(int) def onActionTriggered(self, action: int) -> None: if action != 7: if action % 2: self.setValue(self.sliderRange) else: self.setValue(0) @pyqtSlot() def onSliderRelease(self) -> None: if self.sliderPosition() >= self.sliderMidPoint: self.setValue(self.sliderRange) else: self.setValue(0) 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() b.show() sys.exit(app.exec_())rapid-photo-downloader-0.9.23a1/raphodo/toggleview.py0000644000175000017500000000761313645661365023037 0ustar damondamon00000000000000# Copyright (C) 2016-2018 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-2018, Damon Lynch" from typing import Optional from PyQt5.QtCore import pyqtSignal, pyqtSlot, QSize from PyQt5.QtGui import QColor, QPalette from PyQt5.QtWidgets import QVBoxLayout, QWidget from raphodo.toggleswitch import QToggleSwitch from raphodo.panelview import QPanelView from raphodo.viewutils import QFramedWidget class BlankWidget(QFramedWidget): def __init__(self, parent=None): super().__init__(parent) palette = QPalette() palette.setColor(QPalette.Window, palette.color(palette.Base)) self.setAutoFillBackground(True) self.setPalette(palette) class QToggleView(QPanelView): """ A header bar with tooggle switch over a widget that is switched on/off. """ valueChanged = pyqtSignal(bool) def __init__(self, label: str, display_alternate: bool, toggleToolTip: Optional[str], headerColor: Optional[QColor]=None, headerFontColor: Optional[QColor]=None, on: bool=True, parent: QWidget=None) -> None: super().__init__(label=label, headerColor=headerColor, headerFontColor=headerFontColor, parent=parent) # Override base class definition: self.headerLayout.setContentsMargins(5, 0, 5, 0) if display_alternate: self.alternateWidget = BlankWidget() layout = self.layout() # type: QVBoxLayout 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: return super().minimumSize().height() rapid-photo-downloader-0.9.23a1/raphodo/utilities.py0000644000175000017500000010514013645661365022670 0ustar damondamon00000000000000# Copyright (C) 2007-2020 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-2020, Damon Lynch" import contextlib import locale import logging import os import random import re import string import sys import tempfile import time import tarfile from collections import namedtuple, defaultdict from datetime import datetime from itertools import groupby, zip_longest from typing import Optional, List, Union, Any, Tuple, Iterator import struct import ctypes import signal import warnings import babel from glob import glob from pkg_resources import parse_version import pkg_resources import arrow import psutil from PyQt5.QtCore import QSize import raphodo.__about__ as __about__ from raphodo.constants import disable_version_check from raphodo import localedir, i18n_domain # 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_version(arrow.__version__) except AttributeError: arrow_version = None if arrow_version is not None: arrow_shift_support = arrow_version >= parse_version('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_version('0.14.3') and arrow_version < parse_version('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: m = re.search(r'(?m)^Cpus_allowed:\s*(.*)$', open('/proc/self/status').read()) if m: available = bin(int(m.group(1).replace(',', ''), 16)).count('1') if available > 0 and not physical_only: return available except IOError: pass 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 confirm(prompt: Optional[str]=None, resp: Optional[bool]=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' if resp: prompt = '%s [%s]|%s: ' % (prompt, 'y', 'n') else: prompt = '%s [%s]|%s: ' % (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') 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 = '{:.0f}'.format(size_in_bytes) 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, length: int) -> List: r""" Break a list into lists no longer than length. >>> l=list(range(11)) >>> divide_list_on_length(l, 3) [[0, 1, 2], [3, 4, 5], [6, 7, 8], [9, 10]] >>> l=list(range(12)) >>> divide_list_on_length(l, 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: Optional[str]=None, prefix: Optional[str]=None, force_no_prefix: bool=False) -> 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 :return: full path of the temporary directory """ 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 = "Failed to create temporary directory in %s: %s %s" % ( folder, 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 # Translators: %(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 # Translators: %(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 seperator (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 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""" >>> [list(g) for k, g in groupby([0, 1, 2, 3, 5, 6, 7, 10, 11, 13, 16], 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: Union[datetime, float], dt2: Union[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, '{}⁠'.format(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 commonprefix(*paths) -> str: """ Python 3.4 compatible. Remove when Python 3.5 becomes the minimum. """ return os.path.dirname(os.path.commonprefix(paths)) 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', 'r') as f: for line in f: logging.debug(line.rstrip('\n')) except: pass have_logged_os_release = True def extract_file_from_tar(full_tar_path, member_filename) -> bool: """ Extracts a file from a tar.gz and places it beside the tar file :param full_tar_path: path and filename of the tar.gz file :param member_filename: file wanted :return: True if successful, False otherwise """ tar_dir, tar_name = os.path.split(full_tar_path) tar_name = tar_name[:len('.tar.gz') * -1] member = os.path.join(tar_name, member_filename) try: with tarfile.open(full_tar_path) as tar: tar.extractall(members=(tar.getmember(member),), path=tar_dir) except Exception: logging.error('Unable to extract %s from tarfile', member_filename) return False else: try: src = os.path.join(tar_dir, tar_name, member_filename) dst = os.path.join(tar_dir, member_filename) os.rename(src, dst) os.rmdir(os.path.join(tar_dir, tar_name)) return True except OSError: logging.error('Unable to move %s to new location', member_filename) return False def current_version_is_dev_version(current_version=None) -> bool: if current_version is None: current_version = parse_version(__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') 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') 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 = '{}{}'.format(dte, ss) fs = '{}.%f'.format(fs) tze = m['timezone'] if tze: dte = '{}{}'.format(dte, tze.replace(':', '')) fs = '{}%z'.format(fs) # 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 python_package_version(package: str) -> str: """ Determine the version of an installed Python package :param package: package name :return: version number, if could be determined, else '' """ try: return pkg_resources.get_distribution(package).version except pkg_resources.DistributionNotFound: return '' def is_snap() -> bool: """ Determine if program is running in a snap environment :return: True if it is False otherwise """ snap_name = os.getenv('SNAP_NAME', '') return snap_name.find('rapid-photo-downloader') >= 0 def version_check_disabled(): """ Determine if version checking should be disabled or not :return: True if it should be False otherwise """ return disable_version_check or is_snap() 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 l: locale.strxfrm(l[1])) except Exception: logging.error("Error sorting language names for display in program preferences") return langs def installed_using_pip(package='rapid-photo-downloader') -> bool: """ Determine if python package was installed using pip. Exceptions are not caught. :param package: package name to search for :return: True if installed via pip, else False """ pip_install = False pkg = pkg_resources.get_distribution(package) if pkg.has_metadata('INSTALLER'): if pkg.get_metadata('INSTALLER').strip() == 'pip': pip_install = True return pip_installrapid-photo-downloader-0.9.23a1/raphodo/videoattributes.py0000644000175000017500000002154613645661365024101 0ustar damondamon00000000000000# Copyright (C) 2016 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, Damon Lynch" from tempfile import NamedTemporaryFile, TemporaryDirectory import os import datetime from typing import Dict, Union import raphodo.exiftool as exiftool from raphodo.metadatavideo import MetaData from raphodo.utilities import format_size_for_user, datetime_roughly_equal from raphodo.thumbnailextractor import get_video_frame from raphodo.constants import FileType from raphodo.photoattributes import ExifToolMixin, vmtouch_output 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 self.file_name = full_file_name self.ext = ext self.et_process = et_process self.minimum_read_size_in_bytes_datetime = None # type: int self.minimum_read_size_in_bytes_thumbnail = None # type: int self.minimum_metadata_read_size_in_bytes_all = None # type: int 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: 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): if self.file_name: s = os.path.split(self.file_name)[1] else: s = self.ext if self.datetime: s += ' {}'.format(self.datetime) if self.minimum_read_size_in_bytes_datetime: s += ' {} (datetime)'.format(self.minimum_read_size_in_bytes_datetime) if self.minimum_read_size_in_bytes_thumbnail: s += ' {} (thumb)'.format(self.minimum_read_size_in_bytes_thumbnail) if self.minimum_metadata_read_size_in_bytes_all: s += ' {} (variety)'.format(self.minimum_metadata_read_size_in_bytes_all) return s def __str__(self): if self.file_name is not None: s = '{}\n'.format(os.path.split(self.file_name)[1]) 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 += 'Disk cache after metadata read:\n[{}]\n'.format(self.in_memory) 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 for b in range(start, stop, step): yield b 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 for b in range(start, stop, step): yield b yield size rapid-photo-downloader-0.9.23a1/raphodo/viewutils.py0000644000175000017500000002745113645661365022720 0ustar damondamon00000000000000# Copyright (C) 2015-2020 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-2020, Damon Lynch" from typing import List, Dict, Tuple, Optional from collections import namedtuple from pkg_resources import parse_version import sys from PyQt5.QtWidgets import ( QStyleOptionFrame, QStyle, QStylePainter, QWidget, QLabel, QListWidget, QProxyStyle, QStyleOption, QDialogButtonBox ) from PyQt5.QtGui import QFontMetrics, QFont, QPainter, QPixmap, QIcon, QGuiApplication from PyQt5.QtCore import QSize, Qt, QT_VERSION_STR, QPoint QT5_VERSION = parse_version(QT_VERSION_STR) from raphodo.constants import ScalingDetected import raphodo.xsettings as xsettings 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 '%r %r' % (self.row_to_id, self.id_to_row) def __str__(self) -> str: return 'Row to id: %r\nId to row: %r' % (self.row_to_id, self.id_to_row) 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) -> List: """ 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, rows=1) -> List: """ :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' ) class QFramedWidget(QWidget): """ Draw a Frame around the widget in the style of the application. Use this instead of using a stylesheet to draw a widget's border. """ def paintEvent(self, *opts): painter = QStylePainter(self) option = QStyleOptionFrame() option.initFrom(self) painter.drawPrimitive(QStyle.PE_Frame, option) super().paintEvent(*opts) class QFramedLabel(QLabel): """ Draw a Frame around the label in the style of the application. Use this instead of using a stylesheet to draw a label's border. """ def paintEvent(self, *opts): painter = QStylePainter(self) option = QStyleOptionFrame() option.initFrom(self) painter.drawPrimitive(QStyle.PE_Frame, option) super().paintEvent(*opts) 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) 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) def translateButtons(buttonBox: QDialogButtonBox) -> None: 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 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 QT5_VERSION < parse_version('5.14.0'): 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: Optional[QSize]=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 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: 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_runningrapid-photo-downloader-0.9.23a1/raphodo/xsettings.py0000644000175000017500000001545613645661365022717 0ustar damondamon00000000000000# This file is part of ReText # Copyright: 2015 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 # 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] 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) rapid-photo-downloader-0.9.23a1/rapid_photo_downloader.egg-info/0000755000175000017500000000000013645661366025067 5ustar damondamon00000000000000rapid-photo-downloader-0.9.23a1/rapid_photo_downloader.egg-info/PKG-INFO0000644000175000017500000003177213645661366026176 0ustar damondamon00000000000000Metadata-Version: 2.1 Name: rapid-photo-downloader Version: 0.9.23a1 Summary: Downloads, renames and backs up photos and videos from cameras, phones, memory cards and other devices Home-page: http://www.damonlynch.net/rapid Author: Damon Lynch Author-email: damonlynch@gmail.com License: GPL 3+ Project-URL: Bug Reports, https://bugs.launchpad.net/rapid Project-URL: Source, https://code.launchpad.net/~dlynch3/rapid/zeromq_pyqt Description: Rapid Photo Downloader ====================== Contents -------- - `Description`_ - `Install on Ubuntu, openSUSE, Debian, Fedora, and CentOS 8`_ - `Install on CentOS 7.5`_ - `Supported Linux Versions`_ - `Software Requirements and Program Installation on Other Systems`_ - `Satisfying Software Requirements`_ - `Installation`_ - `Uninstallation`_ - `Installation into a Virtual Environment`_ Description =========== 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. 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. 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. A helper command-line program accompanying Rapid Photo Downloader is ``analyze_pv_structure``, which analyzes photos and videos to help determine how much of a file needs to be read to extract its metadata and thumbnail. Rapid Photo Downloader currently runs only on Linux. Theoretically it could be ported to both Mac and Windows with minimal effort. The one gotcha is that that Windows lacks gphoto2, meaning when run under Windows, it could not download directly from cameras unless it used something else. The program is licensed under the GPL3_ or later. Install on Ubuntu, openSUSE, Debian, Fedora, and CentOS 8 ========================================================= To install Rapid Photo Downloader, run as your regular user (i.e. *without* sudo): ``python3 install.py`` The program sudo may prompt for your administrator (root) password during the install process, if required. For a list of optional commands you can give the insaller, run: ``python3 install.py --help`` Finally, to uninstall: ``python3 -m pip uninstall rapid-photo-downloader`` If you installed the man pages, they are found in ``/usr/local/share/man/man1``. Install on CentOS 7.5 ===================== Consult the online documentation for additional steps to take prior to running the installation script. Once completed, the steps are the same as above, except the command ``python3`` is replaced by ``python3.6`` Supported Linux Versions ======================== - Ubuntu 16.04 or newer - LinuxMint 18 or newer - Debian 9, unstable or testing - Fedora 30 or newer - openSUSE Leap 42.3 or newer - CentOS 7.5 - Any distribution meeting the software requirements below Software Requirements and Program Installation on Other Systems =============================================================== The program is installed using the Python tool pip_, which automates almost all aspects of the program's installation by using PyPi_ to download Python modules. Rapid Photo Downloader requires: - Python 3.4 or greater, and its development headers - PyQt_ 5.4 or greater - Qt_ 5.4 or greater - `Python gobject introspection`_ modules: - GUdev 1.0 - UDisks 2.0 - GLib 2.0 - GExiv2 0.10 - Gst 1.0 - Notify 0.7 - Gdk 3.0 - `python-gphoto2`_ 1.4.0 or newer - pyzmq_ - tornado_ - psutil_ 3.4.2 or newer - pyxdg_ - Arrow_ - dateutil_ 2.2 or newer - exiv2_ - ExifTool_ - EasyGUI_ 0.97.4 or older (0.98 has a critical bug) - Colour_ - pymediainfo_ - SortedContainers_ - rawkit_: renders thumbnails from RAW images from which a thumbnail cannot be extracted using libraw_, which is especially useful when downloading DNG files from Android phones or working with old RAW formats. - `Qt5 plugin for reading TIFF images`_ - Requests_ - Tenacity_ - intltool_ - Babel_ - If using Python 3.4, these additional modules: - typing_ - scandir_ Highly recommended, optional dependencies: - colorlog_: generates coloured program output when running Rapid Photo Downloader from the terminal. - pyprind_: shows a progress bar on the command line while running the program ``analyze_pv_structure``. - pyheif_: open HEIF / HEIC files (requires Python 3.6 or above) - pillow_: work with HEIF / HEIC files Satisfying Software Requirements -------------------------------- While Rapid Photo Downloader's installer will automatically download and install most required Python modules not already found on your system, there are some it cannot install. You must install these Python modules and a few other programs prior to installing Rapid Photo Downloader. The Python module requirements are the Python 3 versions of: - PyQt_ 5.4 or greater - All `Python gobject introspection`_ modules listed above The non-Python programs required are: - ExifTool_ - exiv2_ - Given `python-gphoto2`_ will almost certainly be installed from PyPi_, the development packages for libgphoto2 and Python3 must be installed first, e.g. libgphoto2-dev and python3-dev - Likewise, given pymediainfo_ will almost certainly be installed from PyPi_, the package libmediainfo must be installed. - If installing pyzmq_ from PyPi_, you must first install the development packages for libzmq3 and Python3, e.g. libzmq3-dev and python3-dev - Qt5 plugin for reading TIFF images - If installing rawkit_ from PyPi_, libraw is required, e.g. libraw10 or libraw15. - If installing EasyGUI_ from PyPi_, ensure the Tkinter package for Python 3 is installed. Installation ------------ After `satisfying software requirements`_ using your Linux distribution's standard package installation tools, you should install Rapid Photo Downloader using the following steps. First, you may need to update your user's copy of pip and setuptools: ``python3 -m pip install --user --upgrade pip`` ``python3 -m pip install --user --upgrade setuptools wheel`` The following command will install all required and optional Python modules not already installed on your system, with the exception of those specified above in `satisfying software requirements`_: ``python3 install.py`` **Caution:** *untarring the archive, building it and installing it using* ``sudo python3 setup.py install`` *is* **not** *supported, and* **not** *recommended.* Uninstallation -------------- Assuming you installed using the instructions above, run: ``python3 -m pip uninstall rapid-photo-downloader`` If you installed the man pages, they are found in ``/usr/local/share/man/man1``. Installation into a Virtual Environment --------------------------------------- Rapid Photo Downloader can be installed into a virtual environment, allowing you to isolate the Python packages it needs from other programs on your system. Virtual environments created with the --system-site-packages option are not supported. Python 3.5 or newer is required, as is an Intel or AMD 64 bit platform. To install Rapid Photo Downloader into a Python virtual environment, create the virtual environment (naming it whatever you like): ``python3 -m venv myenv`` Activate the virtual environment: ``source myenv/bin/activate`` Then run the installer, passing the command line option telling the script to install Rapid Photo Downloader into the virtual environment: ``python install.py --virtual-env`` Once the program is installed, you can then deactivate the virtual environment with the deactivate command: ``deactivate`` Rapid Photo Downloader can be started without activating the virtual environment by running ``myenv/bin/rapid-photo-downloader`` To uninstall from the virtual environment, simply delete the virtual environment's directory. .. _website: http://damonlynch.net/rapid .. _Python gobject introspection: https://wiki.gnome.org/action/show/Projects/PyGObject .. _python-gphoto2: https://github.com/jim-easterbrook/python-gphoto2 .. _pyzmq: https://github.com/zeromq/pyzmq .. _psutil: https://github.com/giampaolo/psutil .. _pyxdg: https://www.freedesktop.org/wiki/Software/pyxdg/ .. _Arrow: https://github.com/crsmithdev/arrow .. _dateutil: https://labix.org/python-dateutil .. _typing: https://pypi.python.org/pypi/typing .. _scandir: https://github.com/benhoyt/scandir .. _colorlog: https://github.com/borntyping/python-colorlog .. _rawkit: https://github.com/photoshell/rawkit .. _pyprind: https://github.com/rasbt/pyprind .. _exiv2: http://www.exiv2.org/ .. _ExifTool: http://www.sno.phy.queensu.ca/~phil/exiftool/ .. _PyPi: https://pypi.python.org/pypi .. _GPL3: http://www.gnu.org/licenses/gpl-3.0.en.html .. _photographer: http://www.damonlynch.net .. _pip: https://pip.pypa.io/en/stable/ .. _libraw: http://www.libraw.org/ .. _PyQt: https://riverbankcomputing.com/software/pyqt/intro .. _EasyGUI: https://github.com/robertlugg/easygui .. _Colour: https://github.com/vaab/colour .. _intltool: https://freedesktop.org/wiki/Software/intltool/ .. _Tkinter: https://wiki.python.org/moin/TkInter .. _`Qt5 plugin for reading TIFF images`: http://doc.qt.io/qt-5/qtimageformats-index.html .. _pymediainfo: https://github.com/sbraz/pymediainfo .. _Qt: https://www.qt.io/ .. _SortedContainers: http://www.grantjenks.com/docs/sortedcontainers/ .. _Requests: http://docs.python-requests.org/ .. _tornado: http://www.tornadoweb.org/ .. _Tenacity: https://github.com/jd/tenacity .. _pyheif: https://github.com/david-poirier-csn/pyheif .. _pillow: https://github.com/python-pillow/Pillow .. _Babel: http://babel.pocoo.org/en/latest/ Keywords: photo video download ingest import camera phone backup rename photography photographer transfer copy raw cr2 cr3 nef arw dng Platform: UNKNOWN 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.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Topic :: Multimedia :: Graphics Classifier: Topic :: Multimedia :: Video Requires-Python: >=3.4.*, <4 Provides-Extra: color_ouput Provides-Extra: progress_bar rapid-photo-downloader-0.9.23a1/rapid_photo_downloader.egg-info/SOURCES.txt0000644000175000017500000000614713645661366026763 0ustar damondamon00000000000000CHANGES.rst MANIFEST.in README.rst RELEASE_NOTES.rst install.py requirements.txt setup.py upgrade.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/analyze-pv-structure.1.pod 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/sr.po po/sv.po po/tr.po po/uk.po po/zh_CN.po raphodo/__about__.py raphodo/__init__.py raphodo/aboutdialog.py raphodo/analyzephotos.py raphodo/backupfile.py raphodo/backuppanel.py raphodo/cache.py raphodo/camera.py raphodo/chevroncombo.py raphodo/computerview.py raphodo/constants.py raphodo/copyfiles.py raphodo/destinationdisplay.py raphodo/devicedisplay.py raphodo/devices.py raphodo/didyouknow.py raphodo/downloadtracker.py raphodo/errorlog.py raphodo/excepthook.py raphodo/exiftool.py raphodo/filebrowse.py raphodo/fileformats.py raphodo/fileutilities.py raphodo/filmstrip.py raphodo/foldercombo.py raphodo/folderspreview.py raphodo/generatename.py raphodo/generatenameconfig.py raphodo/heif.py raphodo/interprocess.py raphodo/iplogging.py raphodo/jobcodepanel.py raphodo/menubutton.py raphodo/messagewidget.py raphodo/metadataexiftool.py raphodo/metadataphoto.py raphodo/metadatavideo.py raphodo/nameeditor.py raphodo/newversion.py raphodo/offload.py raphodo/panelview.py raphodo/photoattributes.py raphodo/preferencedialog.py raphodo/preferences.py raphodo/primarybutton.py raphodo/problemnotification.py raphodo/programversions.py raphodo/proximity.py raphodo/qrc_resources.py raphodo/rapid.py raphodo/rememberthisdialog.py raphodo/renameandmovefile.py raphodo/renamepanel.py raphodo/rescan.py raphodo/resources.qrc raphodo/rotatedpushbutton.py raphodo/rpdfile.py raphodo/rpdsql.py raphodo/scan.py raphodo/storage.py raphodo/thumbloadbalancer.py raphodo/thumbnaildaemon.py raphodo/thumbnaildisplay.py raphodo/thumbnailer.py raphodo/thumbnailextractor.py raphodo/thumbnailpara.py raphodo/timeutils.py raphodo/toggleswitch.py raphodo/toggleview.py raphodo/utilities.py raphodo/videoattributes.py raphodo/viewutils.py raphodo/xsettings.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.txtrapid-photo-downloader-0.9.23a1/rapid_photo_downloader.egg-info/dependency_links.txt0000644000175000017500000000000113645661366031135 0ustar damondamon00000000000000 rapid-photo-downloader-0.9.23a1/rapid_photo_downloader.egg-info/entry_points.txt0000644000175000017500000000020013645661366030355 0ustar damondamon00000000000000[console_scripts] analyze-pv-structure = raphodo.analyzephotos:main [gui_scripts] rapid-photo-downloader = raphodo.rapid:main rapid-photo-downloader-0.9.23a1/rapid_photo_downloader.egg-info/not-zip-safe0000644000175000017500000000000113645661366027315 0ustar damondamon00000000000000 rapid-photo-downloader-0.9.23a1/rapid_photo_downloader.egg-info/requires.txt0000644000175000017500000000033413645661366027467 0ustar damondamon00000000000000PyGObject PyQt5 arrow babel colour easygui gphoto2 psutil pymediainfo python-dateutil pyxdg pyzmq rawkit sortedcontainers tornado [:python_version < "3.5"] scandir typing [color_ouput] colorlog [progress_bar] pyprind rapid-photo-downloader-0.9.23a1/rapid_photo_downloader.egg-info/top_level.txt0000644000175000017500000000001013645661366027610 0ustar damondamon00000000000000raphodo rapid-photo-downloader-0.9.23a1/requirements.txt0000644000175000017500000000074213645661365022135 0ustar damondamon00000000000000# This is an implicit value, here for clarity --index-url https://pypi.python.org/simple/ psutil>=3.4.2 gphoto2>=2.2.0 pyzmq>=14.4.1,<=15.1.0; python_version < '3.6' pyzmq>=16.0.2; python_version >= '3.6' pyxdg>=0.25 arrow>=0.9.0 python-dateutil>=2.2 rawkit>=0.6.0 PyPrind>=2.9.4 colorlog>=2.6 typing>=3.5.0.1; python_version < '3.5' scandir>=1.2; python_version < '3.5' easygui<=0.97.4 colour pymediainfo>=2.2.0 sortedcontainers requests tornado tenacity pillow>=5.1.0 pyqt5 Babelrapid-photo-downloader-0.9.23a1/setup.cfg0000644000175000017500000000004613645661366020470 0ustar damondamon00000000000000[egg_info] tag_build = tag_date = 0 rapid-photo-downloader-0.9.23a1/setup.py0000644000175000017500000002700313645661365020362 0ustar damondamon00000000000000#!/usr/bin/python3 # Copyright (C) 2009-2020 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-2020 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-2020, Damon Lynch. Copyright 2004-2012 Canonical Ltd. " \ "Copyright 2014 Donald Stufft." import os from glob import glob from distutils.command.build import build from setuptools import setup, Command 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): selected_languages = open(linguas_file).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 not lang 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( ( "share/icons/hicolor/%s/%s" % ( os.path.basename(size), 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): 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", '--name="{}"'.format(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.rst'), 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', 'rawkit', 'easygui', 'pymediainfo', 'sortedcontainers', 'tornado', 'scandir;python_version<"3.5"', 'typing;python_version<"3.5"', 'PyGObject', 'PyQt5', 'babel', ], extras_require={ 'color_ouput': ['colorlog',], 'progress_bar': ['pyprind',] }, include_package_data=False, data_files=[ ( 'share/man/man1', [ 'build/doc/rapid-photo-downloader.1', 'build/doc/analyze-pv-structure.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'], python_requires='>=3.4.*, <4', entry_points={ 'gui_scripts': ['rapid-photo-downloader=raphodo.rapid:main'], 'console_scripts': ['analyze-pv-structure=raphodo.analyzephotos: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.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', '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.launchpad.net/rapid', 'Source': 'https://code.launchpad.net/~dlynch3/rapid/zeromq_pyqt', }, cmdclass={ 'build_man_page': build_man_page, 'build_icons': build_icons, 'build_translations': build_translations, 'build': raphodo_build, 'sdist': raphodo_sdist, } ) rapid-photo-downloader-0.9.23a1/upgrade.py0000644000175000017500000317153013645661365020661 0ustar damondamon00000000000000# Copyright (C) 2017-2020 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 . """ Helper program to upgrade Rapid Photo Downloader using pip. Structure, all run from this script: GUI: main thread in main process Installer code: secondary process, no Qt, fully isolated Communication: secondary thread in main process, using zeromq Determining which code block in the structure is determined at the script level i.e. in __name__ == '__main__' """ # This script incorporates (at the bottom) a large binary blob that is a # base85 encoding of a zip file. The zip file contains the .mo files needed # to provide the translation into non-English languages for this script. # When a non-English locale is detected, the contents of the zip file are # extracted to a temporary directory, and the GNU utility gettext() uses # the contents of that directory for translating. The contents of the zip # file are generated by the script generate.py, located in the 'tasks' # subfolder, available in the online Rapid Photo Downloader source repository. __author__ = 'Damon Lynch' __copyright__ = "Copyright 2017-2020, Damon Lynch" import sys import os import tarfile import tempfile import shutil import re from typing import List, Optional, Tuple import shlex from subprocess import Popen, PIPE from queue import Queue, Empty import subprocess import platform import pkg_resources from distutils.version import StrictVersion import argparse import enum import locale try: # Use the default locale as defined by the LANG variable locale.setlocale(locale.LC_ALL, '') except locale.Error: pass from base64 import b85decode from gettext import gettext as _ from PyQt5.QtCore import (pyqtSignal, pyqtSlot, Qt, QThread, QObject, QTimer) from PyQt5.QtGui import QIcon, QFontMetrics, QFont, QFontDatabase from PyQt5.QtWidgets import ( QApplication, QDialog, QVBoxLayout, QTextEdit, QDialogButtonBox, QStackedWidget, QLabel, QMessageBox ) from PyQt5.QtNetwork import QLocalSocket from xdg import BaseDirectory import gettext import zmq import psutil import requests __title__ = _('Upgrade Rapid Photo Downloader') __description__ = "Upgrade to the latest version of Rapid Photo Downloader.\n" \ "Do not run this program yourself." import raphodo.qrc_resources as qrc_resources from raphodo.utilities import set_pdeathsig class ShellType(enum.Enum): single = 1 noquotes = 2 quote = 3 i18n_domain = 'rapid-photo-downloader' locale_tmpdir = None q = Queue() def append_locale_cmdline_option(new_args): """ Append the location of the locale to the command line options :param new_args: :return: """ assert locale_tmpdir new_args.append('--locale-tmpdir={}'.format(locale_tmpdir)) def extract_mo_files(): """ Extract mo files from zip file encoded in this script and write it to a temp dir. Delete the zip file. :return: the temp dir if successful, else return None """ tmp_dir = None mo_files_zip = 'mo_files.zip' try: tmp_dir = tempfile.mkdtemp() mo_zip = os.path.join(tmp_dir, mo_files_zip) with open(mo_zip, "wb") as mo_files_zip: mo_files_zip.write(b85decode(MO_FILES_ZIP.replace(b"\n", b""))) shutil.unpack_archive(mo_zip, tmp_dir) os.remove(mo_zip) return tmp_dir except Exception: if tmp_dir: shutil.rmtree(tmp_dir, ignore_errors=True) return None def clean_locale_tmpdir(): global locale_tmpdir if locale_tmpdir is not None and os.path.isdir(locale_tmpdir): shutil.rmtree(locale_tmpdir, ignore_errors=True) locale_tmpdir = None def python_package_version(package: str) -> str: """ Determine the version of an installed Python package :param package: package name :return: version number, if could be determined, else '' """ try: return pkg_resources.get_distribution(package).version except pkg_resources.DistributionNotFound: return '' def installed_using_pip(package: str) -> bool: """ Determine if python package was installed using pip. :param package: package name to search for :return: True if installed via pip, else False """ pip_install = False try: pkg = pkg_resources.get_distribution(package) if pkg.has_metadata('INSTALLER'): if pkg.get_metadata('INSTALLER').strip() == 'pip': pip_install = True except pkg_resources.DistributionNotFound: pass except Exception as e: sys.stderr.write( 'An unknown error occurred checking if Python package {} is installed ' 'using pip\n'.format(package) ) sys.stderr.write(str(e) + '\n') return pip_install def pypi_versions(package_name: str): """ Determine list of versions available for a package on PyPi. No error checking. :param package_name: package to search for :return: list of string versions """ url = "https://pypi.python.org/pypi/{}/json".format(package_name) data = requests.get(url).json() return sorted(list(data["releases"].keys()), key=pkg_resources.parse_version, reverse=True) def is_latest_pypi_package(package_name: str) -> bool: """ Determine if Python package is the most recently installable version :param package_name: package to check :return: True if is most recent, else False """ current = python_package_version(package_name) if not current: return False try: versions = pypi_versions(package_name) except Exception: versions = [] if not versions: # Something has gone wrong in the versions check sys.stderr.write( "Failed to determine latest version of Python package {}\n".format(package_name) ) return False latest = versions[0] up_to_date = latest.strip() == current.strip() return up_to_date class RunInstallProcesses: """ Run subprocess pip commands in an isolated process, connected via zeromq request reply sockets. """ def __init__(self, socket: str) -> None: context = zmq.Context() self.responder = context.socket(zmq.REP) self.responder.connect("tcp://localhost:{}".format(socket)) installer = self.responder.recv_string() self.update_pip_setuptools_wheel() # explicitly uninstall any previous version installed with pip self.send_message("Uninstalling previous version installed with pip...\n") l_command_line = 'list --user' if self.pip_version() >= StrictVersion('9.0.0'): l_command_line = '{} --format=columns'.format(l_command_line) l_args = self.make_pip_command(l_command_line) u_command_line = 'uninstall -y rapid-photo-downloader' u_args = self.make_pip_command(u_command_line) pip_list = '' while True: try: pip_list = subprocess.check_output(l_args, universal_newlines=True) if 'rapid-photo-downloader' in pip_list: with Popen( u_args, stdout=PIPE, stderr=PIPE, bufsize=1, universal_newlines=True ) as p: for line in p.stdout: self.send_message(line, truncate=True) p.wait() i = p.returncode if i != 0: self.send_message( "Encountered an error uninstalling previous version installed with " "pip\n" ) else: break except Exception: break self.send_message('...done uninstalling previous version.\n') name = os.path.basename(installer) name = name[:len('.tar.gz') * -1] # Check the requirements file for any packages we should install using pip # Can't include packages that are already installed, or else a segfault can # occur. Which is a bummer, as that means automatic upgrades cannot occur. rpath = os.path.join(name, 'requirements.txt') package_match = re.compile(r'^([a-zA-Z]+[a-zA-Z0-9-]+)') try: with tarfile.open(installer) as tar: with tar.extractfile(rpath) as requirements_f: requirements = '' for line in requirements_f.readlines(): line = line.decode() # We handle PyQt5 in a special way below if line.find('pyqt5') < 0: results = package_match.search(line) if results is not None: package = results.group(0) # Don't include packages that are already installed if ((package not in pip_list and package not in ('typing', 'scandir')) or package in ('pymediainfo')): requirements = '{}\n{}'.format(requirements, line) if self.need_pyqt5(pip_list): requirements = '{}\n{}\n'.format(requirements, self.pypi_pyqt5_version()) if requirements: with tempfile.NamedTemporaryFile(delete=False) as temp_requirements: temp_requirements.write(requirements.encode()) temp_requirements_name = temp_requirements.name else: temp_requirements_name = '' except Exception as e: self.failure("Failed to extract application requirements:\n" + str(e)) return if not self.match_pyqt5_and_sip(): self.failure("Failed to upgrade sip") return if requirements: self.send_message("Installing application requirements...\n") cmd = self.make_pip_command( 'install --user --upgrade -r {}'.format( temp_requirements_name ) ) try: with Popen(cmd, stdout=PIPE, stderr=PIPE, bufsize=1, universal_newlines=True) as p: for line in p.stdout: self.send_message(line, truncate=True) p.wait() i = p.returncode os.remove(temp_requirements_name) if i != 0: self.failure("Failed to install application requirements: %i" % i) return except Exception as e: self.send_message(str(e)) self.failure("Failed to install application requirements") return self.send_message("\nInstalling application...\n") cmd = self.make_pip_command( 'install --user --no-deps {}'.format(installer) ) try: with Popen(cmd, stdout=PIPE, stderr=PIPE, bufsize=1, universal_newlines=True) as p: for line in p.stdout: self.send_message(line, truncate=True) p.wait() i = p.returncode if i != 0: self.failure("Failed to install application") return except Exception: self.failure("Failed to install application") return self.responder.send_multipart([b'cmd', b'FINISHED']) def check_cmd(self) -> None: cmd = self.responder.recv() if cmd == b'STOP': self.stop() def send_message(self, message: str, truncate: bool=False) -> None: if truncate: self.responder.send_multipart([b'data', message[:-1].encode()]) else: self.responder.send_multipart([b'data', message.encode()]) self.check_cmd() def failure(self, message: str) -> None: self.send_message(message) self.stop() def stop(self) -> None: self.responder.send_multipart([b'cmd', b'STOPPED']) sys.exit(0) def pip_version(self) -> StrictVersion: import pip return StrictVersion(pip.__version__) @staticmethod def package_in_pip_output(package: str, output: str) -> bool: """ Determine if a package is found in the output of packages installed by pip :param package: :param output: :return: True if found, False otherwise """ return re.search('^{}\s'.format(package), output, re.IGNORECASE | re.MULTILINE) is not None def need_pyqt5(self, pip_list: str) -> bool: if platform.machine() == 'x86_64' and StrictVersion(platform.python_version()) >= StrictVersion('3.5.0'): return not self.package_in_pip_output('PyQt5', pip_list) return False def pyqt_511_2_compatible(self) -> bool: """ Python 3.5.3 or older fail to run with PyQt 5.11.2 :return: True if this python version is compatible with PyQt 5.11.2 """ return StrictVersion(platform.python_version()) > StrictVersion('3.5.3') def pypi_pyqt5_version(self) -> str: """ :return: bytes containing correct version of PyQt5 to install from PyPi """ if not self.pyqt_511_2_compatible(): return 'PyQt5==5.10' else: return 'PyQt5>=5.11' @staticmethod def make_pip_command(args: str, split: bool=True): """ Construct a call to python's pip :param args: arguments to pass to the command :param split: whether to split the result into a list or not using shlex :return: command line in string or list format """ cmd_line = '{} -m pip {} --disable-pip-version-check'.format(sys.executable, args) if split: return shlex.split(cmd_line) else: return cmd_line def match_pyqt5_and_sip(self) -> bool: if python_package_version('PyQt5') == '5.9' and \ StrictVersion(python_package_version('sip')) == StrictVersion('4.19.4'): # Upgrade sip to a more recent version args = self.make_pip_command('install -U --user sip') try: subprocess.check_call(args) except subprocess.CalledProcessError: sys.stderr.write("Error upgrading sip 4.19.4\n") return False return True def update_pip_setuptools_wheel(self): """ Update pip, setuptools and wheel to the latest versions, if necessary. """ packages = [ package for package in ('pip', 'setuptools', 'wheel') if not installed_using_pip(package) or not is_latest_pypi_package(package) ] if packages: self.send_message( 'These Python3 packages will be upgraded for your user (i.e. not system-wide): ' '{}'.format(', '.join(packages)) ) cmd = self.make_pip_command( 'install --user --upgrade {}'.format( ' '.join(packages) ) ) try: with Popen(cmd, stdout=PIPE, stderr=PIPE, bufsize=1, universal_newlines=True) as p: for line in p.stdout: self.send_message(line, truncate=True) p.wait() i = p.returncode if i != 0: self.failure("Failed to upgrade essential Python tools: %i" % i) return except Exception as e: self.send_message(str(e)) self.failure("Failed to upgrade essential Python tools") return class RPDUpgrade(QObject): """ Upgrade Rapid Photo Downloader using python's pip """ message = pyqtSignal(str) upgradeFinished = pyqtSignal(bool) def run_process(self, port: int) -> bool: command_line = '{} {} --socket={}'.format(sys.executable, __file__, port) args = shlex.split(command_line) try: proc = psutil.Popen(args, preexec_fn=set_pdeathsig()) return True except OSError as e: return False @pyqtSlot(str) def start(self, installer: str) -> None: context = zmq.Context() requester = context.socket(zmq.REQ) port = requester.bind_to_random_port('tcp://*') if not self.run_process(port=port): self.upgradeFinished.emit(False) return requester.send_string(installer) while True: directive, content = requester.recv_multipart() if directive == b'data': self.message.emit(content.decode()) else: assert directive == b'cmd' if content == b'STOPPED': self.upgradeFinished.emit(False) elif content == b'FINISHED': self.upgradeFinished.emit(True) return cmd = self.checkForCmd() if cmd is None: requester.send(b'CONT') else: requester.send(b'STOP') def checkForCmd(self) -> Optional[str]: try: return q.get(block=False) except Empty: return None def extract_version_number(installer: str) -> str: targz = os.path.basename(installer) parsed_version = targz[:targz.find('tar') - 1] first_digit = re.search("\d", parsed_version) return parsed_version[first_digit.start():] class UpgradeDialog(QDialog): """ Very simple dialog window that allows user to initiate Rapid Photo Downloader upgrade and shows output of that upgrade. """ startUpgrade = pyqtSignal(str) def __init__(self, installer): super().__init__() self.installer = installer self.setWindowTitle(__title__) try: self.version_no = extract_version_number(installer=installer) except Exception: self.version_no = '' self.running = False self.textEdit = QTextEdit() self.textEdit.setReadOnly(True) fixed = QFontDatabase.systemFont(QFontDatabase.FixedFont) # type: QFont fixed.setPointSize(fixed.pointSize() - 1) self.textEdit.setFont(fixed) font_height = QFontMetrics(fixed).height() height = font_height * 20 width = QFontMetrics(fixed).boundingRect('a' * 90).width() self.textEdit.setMinimumSize(width, height) upgradeButtonBox = QDialogButtonBox() upgradeButtonBox.addButton(_('&Cancel'), QDialogButtonBox.RejectRole) upgradeButtonBox.rejected.connect(self.reject) upgradeButtonBox.accepted.connect(self.doUpgrade) self.startButton = upgradeButtonBox.addButton( _('&Upgrade'), QDialogButtonBox.AcceptRole ) # QPushButton if self.version_no: self.explanation = QLabel( _('Click the Upgrade button to upgrade to version %s.') % self.version_no ) else: self.explanation = QLabel(_('Click the Upgrade button to start the upgrade.')) finishButtonBox = QDialogButtonBox(QDialogButtonBox.Close) finishButtonBox.button(QDialogButtonBox.Close).setText(_('&Close')) finishButtonBox.addButton(_('&Run'), QDialogButtonBox.AcceptRole) finishButtonBox.rejected.connect(self.reject) finishButtonBox.accepted.connect(self.runNewVersion) failedButtonBox = QDialogButtonBox(QDialogButtonBox.Close) failedButtonBox.button(QDialogButtonBox.Close).setText(_('&Close')) failedButtonBox.rejected.connect(self.reject) self.stackedButtons = QStackedWidget() self.stackedButtons.addWidget(upgradeButtonBox) self.stackedButtons.addWidget(finishButtonBox) self.stackedButtons.addWidget(failedButtonBox) layout = QVBoxLayout() self.setLayout(layout) layout.addWidget(self.textEdit) layout.addWidget(self.explanation) layout.addWidget(self.stackedButtons) self.upgrade = RPDUpgrade() self.upgradeThread = QThread() self.startUpgrade.connect(self.upgrade.start) self.upgrade.message.connect(self.appendText) self.upgrade.upgradeFinished.connect(self.upgradeFinished) self.upgrade.moveToThread(self.upgradeThread) QTimer.singleShot(0, self.upgradeThread.start) @pyqtSlot() def doUpgrade(self) -> None: if self.rpdRunning(): self.explanation.setText(_('Close Rapid Photo Downloader before running this upgrade.')) else: self.running = True self.explanation.setText(_('Upgrade running...')) self.startButton.setEnabled(False) self.startUpgrade.emit(self.installer) def rpdRunning(self) -> bool: """ Check to see if Rapid Photo Downloader is running :return: True if it is """ # keep next value in sync with value in raphodo/rapid.py # can't import it appGuid = '8dbfb490-b20f-49d3-9b7d-2016012d2aa8' outSocket = QLocalSocket() # type: QLocalSocket outSocket.connectToServer(appGuid) isRunning = outSocket.waitForConnected() # type: bool if outSocket: outSocket.disconnectFromServer() return isRunning @pyqtSlot(str) def appendText(self,text: str) -> None: self.textEdit.append(text) @pyqtSlot(bool) def upgradeFinished(self, success: bool) -> None: self.running = False if success: self.stackedButtons.setCurrentIndex(1) else: self.stackedButtons.setCurrentIndex(2) if success: if self.version_no: message = _( 'Successfully upgraded to %s. Click Close to exit, or Run to ' 'start the program.' ) % self.version_no else: message = _( 'Upgrade finished successfully. Click Close to exit, or Run to ' 'start the program.' ) else: message = _('Upgrade failed. Click Close to exit.') self.explanation.setText(message) self.deleteTar() def deleteTar(self) -> None: temp_dir = os.path.dirname(self.installer) if temp_dir: shutil.rmtree(temp_dir, ignore_errors=True) def closeEvent(self, event) -> None: self.upgradeThread.quit() self.upgradeThread.wait() event.accept() @pyqtSlot() def reject(self) -> None: if self.running: # strangely, using zmq in this script causes a segfault :-/ q.put('STOP') super().reject() @pyqtSlot() def runNewVersion(self) -> None: cmd = shutil.which('rapid-photo-downloader') subprocess.Popen(cmd) super().accept() def parser_options(formatter_class=argparse.HelpFormatter) -> argparse.ArgumentParser: """ Construct the command line arguments for the script :return: the parser """ parser = argparse.ArgumentParser( prog=__title__, formatter_class=formatter_class, description=__description__ ) parser.add_argument( '--locale-tmpdir', action='store', dest='locale_tmpdir', help=argparse.SUPPRESS ) group = parser.add_mutually_exclusive_group() group.add_argument('tarfile', action='store', nargs='?', help=argparse.SUPPRESS) group.add_argument('--socket', action='store', nargs='?', help=argparse.SUPPRESS) return parser def which_terminal() -> [Tuple[str, ShellType]]: terminals = ( ('xterm -e', ShellType.quote), ('lxterminal -e', ShellType.single), ) for terminal in terminals: if shutil.which(terminal[0].split()[0]): return terminal return ('', ShellType.single) # Base 85 encoded zip of locale data, to be extracted to a temporary directory and used for # translation of this script's output if user's locale is not English (see the comment at the # top of this script): MO_FILES_ZIP=b""" P)h>@6aWAK002*BhEMWiMfJFHlPZ 1QY-O0000_W`WiMi7FHlPZ1QY-O0000_W`WiMi9FHlPZ 1QY-O0000_W`WiMl4FHlPZ1QY-O0000_W`WiMlMFHlPZ 1QY-O0000_W`WiMo5FHlPZ1QY-O0000_W`WiMo9FHlPZ 1QY-O0000_W`WiMrHFHlPZ1QY-O0000_W`WiMrOFHlPZ 1QY-O0000_W`WiMrPFHlPZ1QY-O0000_W`WiMu7FHlPZ 1QY-O0000_W`WiMuFFHlPZ1QY-O0000_W`WiMuOFHlPZ 1QY-O0000_W`WiM!QFHlPZ1QY-O0000_W`WiM!TFHlPZ 1QY-O0000_W`WiM%DFHlPZ1QY-O0000_W`WiM%TFHlPZ 1QY-O0000_W`WiM)BFHlPZ1QY-O0000_W`WiM-CVlPlj 0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNQVlPlj0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNQY%fqt 0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNQZZA+v0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNRV=quk 0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNSY%fqt0|XQR00000PiBTt0000000000000003IG5AY;R*>Y-KNSbT3d# 0|XQR00000PiBTt0000000000000004FCWDY;R*>Y-KNSbYDVJFHlPZ1QY-O0000_W`WiN7X FHlPZ1QY-O0000_W`WiN7dFHlPZ1QY-O0000_W`WiNAU FHlPZ1QY-O0000_W`WiNAbFHlPZ1QY-O0000_W`WiNAf FHlPZ1QY-O0000_W`WiNDcFHlPZ1QY-O0000_W`WiNGW FHlPZ1QY-O0000_W`WiNVYUqenWP)h>@6aWAK002*BhEM@6aWAK2mnuJhEPd0_8x@;00316001ul003-nV_|G%FKJ{iOhaEyMN?BjM@3UFa$#_3WG!%LZ**@h WN&wFY;R#?WpXZUZ-tZ3j~g`<$4%1-G|+`E<)=7UMU|+^q)FJ8GA*b-cDLQq(9mW}dqCoC>`Y8%>|oCVXU5AK=Ob E}S?cp&t1QxN_&~*lDU>YRU7l-#kBm-t5Xd2%ZFg0y+3M_&oSujFU8jj+JJJf4CX)IRZWno@j>q-;LY^<0qP*TV)}Rztih|Ilg-p ^QE|6iS+Rf#q}#}ISxl2jQ!wsdyV^iy;!KnYb@yU!`JmdT(=fME}F6=E%=yJAq88PyJ{ray7^KUh6LNVGc&HXl2@vf*i}+HWi;D_ w9!o5oGQlUiFI{H>HcaOP;>)tU0 m?-!7Q4Z7cp!b0wjSR6gg7(-=C8P<@pgSz1?%UE;(t5v{R|_F1(60Az3yZM}!@!!)<)})xM0yjVQJjohnkmt`E@#G8Y2W2aq!;Sk r9+e9y3*)kPmd<&@)DBTBU82p*V5~#yg!|;Lr=zgon9yHypwj`sKMOQqjV =DXz`AKYEIOdNlEF+U@aPFYBH<-ob$TC8?ziNe_$^s^YzNuf5h{18J46Xu@;KsqkB5Fr|uZYf(?wCp4{U K0~+Bg!YIu+nBm}8~e5-enHwPxp^NCaS$O8sN5mTuGD2Q4?EvI+RVhRNI`7VxAL~FD+C?Nse@tOeYL+B4XE(f2%7RIbnp{SIo5}f s@g83Tqdi$V{GGv?0G{jREN!nvV^Z@V<<)E>1cjz`#(@i0|XQR00000PiBTt000000000000000761SMY;R*>Y-KNVaxY9nUrj|* Q$a^XQ!h|U0|XQR000O8PiBTtjmM^I!G{0Y-KNVaxY9nUrj|*Q$a^XQ!jF1aA{;MaAOcuI?_Wu4?O5fsLRnF1YWCD7c$VlU8Wy0Nt3yi6*0|j!X7^Ci}#h EHjhU-#O=d?tS;YdewlM-{&{~&%d=eZ@tU8=bruE_k(x5_7;!+9vbI)?$)X|<-qI*XZoSdTPj`6&ubpC^> p7&NdKY6<6HPiXo$9djWbbiJ0p7#wpf9EXEn?~jQVz%e~3zc)=$)5Ljf`1@5MDX{gc;3&r-cvpATLf>K>viS$DNJ#z5i^yKk01Lvw+~c2(CFB?cAW}+X(&>!Dkfyl;C@~-Djgc Z(rHGh64*K_Z g>OF>^?dYPlr!mElslCmk(W1*;716~KNs&WQ+Uz2sOPeCfyb)}zM0^i=b{~-J{SGndM@hOaW3%j%(=kx56=Z&f1&sPrq|!rhWGa; _*xzpf>#i1Ab1(UM+v^38g}%@J?}y~KQ7~WGYIY^coO%EV4Ciq*iPjToZsPjU!vQTl&BcKGcWzj_bqy)B8YIi~CSt4?$v$USA)^e}EvdMDGcGKYc#%dhq$c|Iz1z&K8~zzOndx;J-rfRIaz=c^SS=kXWEMOz>Eq *8%9}V+4ssd*2OE&O6H}|9xff#YTmvmVvLL!u~S&;W~n?OuuEc|E(3=e>cH#Oh*;q`=b@$=imzZe^>?dJ5$e3s({YVtblKwR{@`1 S3y5-(Q+Rl_yMl30=$2_g7N=@p1*M!@HAl=#^FSQr|~%J`8~^k_lK6DT|>(-KX)xd{a;^(`Tdh+$`6(S|9@YGah$mv_*+1bM4ETw a?t-X1OuKz7Z8tN{1ZHp-~$(69RB?R&}U0O^^IT$L7sBY5ImINp({{c_X^0x LbT^5f-?#J^M$}~dL@k|&y$sqTQgUpo!OO2*DF!p{VP$=)|H@(Csu-gzqAr~e*Y@KLsx-5PhN$2*0u`eT&r*s!3o^{Rha+JuEMyz {b@a548|9q@ntI`Gl!2;R$dLU1;Z!zJJot1f|_@k4@NAo!+BK_|~#it+gSr5J}dU50+Yn_xH3 @5|8Ns|jAp<3eyN!FiXXKd)O4IzM1N+IPl!%&&9SgPyVkKg;-BuYBSPvOL_JI+wpsj#Hat-b>7yYdRua|^)}2;NEX D4y4P{e4#gp9frtevH2oc${)2?jLz2>YH{Y@PFc!pr5n#`qC>=Z~01$=h`bV4{p8^lLofet@-HOVrb?^i=kF1s52zxrz6{no3YkDhW3%I~-ae6?~7+I_8Fzw;W<(`Ta!t@_QRVubVdL_-p{)zPthS_reDB+gVF@+E@j)A)|N6Zk1_0=?Y63FUoZ6WaInP2j&j*o6N4braT}Rd~7r3^XkoL*CU&Ohn<_DH$O}8V4hERfsT6b Lc6cN3wpy11W7gbp4Rgt?ne7ccSE0i>2J&j3hcItXBbaAA5G2#V`_n@x H~TR3i7z}1{p-I7l4LA&Je}J|kW@`?-^b9- wU1#QUGo_5d)s56x33bsoZI~v^u^pZ(A`bjFfO~c0pCB{2D`0w2za<_2=DJ2!aROK&wn=re*1>c0}ls$9(q6v!9Nfzd>(wJV>|G5 ({}X#;qAcJ*9em7<9&xEx-7g687WR#OB@2&X~`tf6e A0;~Z`Io?_-}D6Pd+QTu=X;(2K0fq>`YZJMBz^7(y*~X3;OFEgK*wi20lfD-fpJ><1mwmY`rPOAxnX_(X)W(tPk?@Y`~>F7ub;p? e(OI|p9o$?@NRC`S1?aM{}u4n|NaW-^N=UeufRX}L*F6dRUa8k_)c5bu>v!wGj9;{D~)_ hkae^dG<-zvESBuCO!o@cGy$k*R!9(b7ww<_s@9>?{`0idY9_;;3?46D!qU6Q)tHqegB@PQ2r+repa6w)cc>;a(3zcr}X{mQ{Xe- Cb*656oS*JLk|)Y*^da~-@Z<=oC^BWDCsnG|ApsCr=jyJze#o%lxkk?)_yeLps_53A5IwWM=NF#$8G=2(gdF>)UlXqZPxmb1?iM(*#k7p2MKGyR( ymt{n=F>Oo`A&k&@2amueLvLl{-))<^YtmwGsY8SyZj7-*D@a>$aL%PlM*?5Z6Dxy`98qoefyxCfqj6l$M-?I{;-eYcVG15 y##sQOxRb)ks$Mv#RQoSa{HqE>-GgcKd~>yivS={{}&(v+uqE {rlq^(2qBzF>d>(G0sP)@!nYkd7kA6GQYTp;P;vD5M;k;=8Y+DEyoq!l=5iGc`v>><*noS`j(V;J=5J=sXa6=o+G#q!C$>S f45)CdxYiuJ5xlnL`UzY_R{_TAeg1=uX%6E`ye*o>j?1L%M`yM37@r}2BC?)#pb05Nd INVQpq>_2Z5oG`7&k2$#;*ESbCGzrP2Vh)Q5M+L{o*?^AuR8$a+We7}=z+%(WIMk^@Kmb*J0HQg95^21xRxO6n;XZY-fxe`IQ=U@ =KH@Vcs;$>G$AE=;qZaD{~dy?xBZeJ>kSJVF#hK^VE#PVfOdYZ0ps%rf<8}^MvU8pM$qR81gG+QjTrCGHi9oa*$BSz$40dCJqM+{ B?J#S2-mM6$Z~mrAj|P%4#vD$e=z9u!Gl3B|3Z-Uq;C@>)Ol}eN_h`3ekP{8e`b6We4OAN&7g-RlZda-b3dYgSPy&KWZ-4dWYAaV WZ;VIEWk5gDA$a>%A!!aL!bvWq$HAi6n-K_8vM*wfzk3cq^*(tl=;xcqqQC!jEZTYKw3O&;XA)#Rjc@3+3z^CyXQEJvXvnFiGOlD==H>zm_O$c Wc~2+nZU=-XQJGhvoKG3W?^3U&q9AMp9Ollbr$5*-)Di&=AVG)3nyT{U##ahoPc`oJpue=pV^?Fp4oWsGJ+fczIQh0>!=ffulXn9 {wjj3FW*j(?ZF=tWWD7hC#A$5{O%m^=c7+Xzm7i{c*vfN{@-yj+VlL$p!c7jjQ+iJGV1&2DJiiBrk#TOTTTIA_?p7soC18l`Bb!f 8bP*Omz;|EF>)&8{I3+geJ&H^w M!LU(;2CuO&Q{F-d@JbX+E&cx`&&VGL#?2f-UTV|-w8fTkXW?$g@wTTzn+m2yX>uJqJ1mR1fRKrAp4a!6XbZ_^Jk*`w=DuaPFMtd p1cUxI~QR*Rw&%G2>kbPeg2n=Furd-8}&32yq(|?XM*CLE;ke8c+p=8vORN38|L>H+kl_%61!+z$Ng+kt-X-vRw)ZU_3)*#W)vdVMe$UFgqX7yA1xf^3)mwhQww*A01gZ8z}uO@eISy}bu~^zsQs@bH5WJuCsOnPin@R!makzl_w5SODTv!BtcNRf6PZ4Cl%J+-VfBn9c _ep}EBglCrXPpmuHMx{xmE7wnL9XQj=mjek-WxzZJW22ndhQni=y(4L-_(Ic4+@HM?bh>0E #<#o@^?!0D=F>M;f^PR+h3DS23V3c_1-d$Z74X%%3ieq)!K<0h33A-$@{6Fy9C0z^)9i~eE*lBnL*v`H8v5DSNcm>J@O##weYtg@ =XLAQulv^lKhG0n|B81>O8iA@39{e)cbA|&3ok|cy9hqV^XO9aD|;E}@b=3vKb|MZ{-+-i+(PhUm!tmItp~q7V?FeMFRjNoz2^$Z xp@Rr)b4$+N_qcD=jm(Ej=x?Dn7=M1e)R8M2fckJDaY(*-1i3PEoa{VdVcqfDQ|$@ZzI@91oXC>L02ss(9UZJ-pTY#@K)~6?U-+W yB+vjwGsNzo9;+Se#p1)zwxXY(BFKLH7xjG7Aoy-&5an)B_~IbwV*79s*spd>->;Ey3FeK1}e}1W(wW @_tTm@(%F3{ddxPY`5(M-RFlfKEuP{6W<<&-2T}x2c*^?)r0?;(8s`K#d5`#p_%-t#o>ANVx% io>2pJC4=+^PUDjX?q&|?0XvijP*~0@89<{pc2HpK$;fJ4rUUB*}kheY0pxmpTLAjfsL46ND1HSzj!7p+{HJI4^@TV*XMurEau(cp2hrn`*WD5?|%;Glb?fJ n);l!PtSk$9Q5wLJqJ4c=<|5~^yl&Z+0UbW#pltU3!cY&S3D1SbGJVKg5Lk}^JwSq^!!f>(=Xuq`(8l14|oCBC+YcdFQ6ZDUqHPd e*u0c&Y@!Y&wtE+Ka|2T%Yc5Olk@a^+&I9a2@)&veyrCe_k@n`qU*1tAF&1Rt9tKJIzO0x|3&B5>HDnf{6g=)SFiEkoN@4@vTx}A 6k-DW_f!h;2mY%lTu#q^UXPi#epkzTREc&r*JR*hIQx6><>%7By!N2SAztWFPAK}sbcOd)B^jV%)GRAa%0$u;9UO$t5|EABM;*@(NJ#)I^_UB&hAM?ro (c^cgkk9oo&VkfxoWJ~6r@V1=OybR(#{NC}y^ro+tL0y*a1Ft$^&Qp&zM}8`f`0qy_4DYNtMvKV1V5?QXXv#L>pSeHXPKBA$Np-P CG=yTTHiRt*393%oL9|sLqAfxy>4zdU1vM=3Oa7r@;{q^1NIfJOd%%mY4$UY)4b>u@`YF?a(sb(F=uM~hy{5!X_;(0_0lo(R<<`- 2RM|=NyTd-9!b}Z7LY$MxMy6kb60{+oWx8#$l#X7=I`oph)d0;YsBKcH_|!lAvdy& =JuwL$J#`&QOjUI1gS&bg>*h?9OA7vM5`B{_8odWcN}7~6H|ymzogf{uka&u{Qzy#YWm$m&;K@s_!vl&b-n-L ameN8zjrC*oPDzNPnHQ22VMAFS7tI^!+Udz%!_ Od*GW|2XzwURg=M+x6sRy1$l=e@DlxXT64>*LxhtBlE{=Aoy*bPaa~@cZ|at3)Vwdc+tOY^dpl^WcU<%j?6fZOb+j$6!JTsb8!48 I%c2Ao9H)Q>%5PCWTJad5G2*ldo9x?K~iJ9c75h>9#4W_Od-dC|2U_86J1~8w1re!@ztcqA=kvyy5Fex$rSTaDRF^&4~|3L^81*F Ic@xz9^d7Z+m%922(M2$N$<~b?z6u5Z4Y?~?E7N7n{8DxRlUE{?@&4p2$IU{{XpMY&NyHir{g@qJGHMBg5OIacaQ(hqT{dgoTT4R _1YU)Hqh@@J?C{bY}3Al;0*fR=g}NWPj@cfXMex&l{o`~_=7IPjrN844Yv#Yj4sJe0#~+iVpzYpQ;Y)g5ay#gFVG4OI92;VLj(rMjSMr)Cw*QXed8qHQJ@hp5uW^Xc@1te0JxFGjcPd?H-FzCsb5qFY;lG>4 A*YM|)o;^x-cOMI&|je6+v(mZ^gCSdaXjEhbbQ-5#QOi!Lyl83w}t1Dwr4Pf+!D55@1kS&KOU}izQ&>93>`0KeUFZ_1dpR1+uBvV zib@VlH8-`oab~t(*(;Rf|ra#PF+sh*ESBhm`hT~ap6CI9LM~T1IB)vrF#9=6!I$AcI0^9AGC~(djH08$m8L^oeFQzXXZQO%zxK% -&4rPJB?|<=_C7mj-%gpedkevQ|Naz^GtniJ^jw1^K~h#xBEAOztZQ|XgOrAd!P1@leI4$-#rfbHpe?{VL#Vddi(*p{waFqk9z+~ =2Kjb-v5+`^>=^P`+uh2L9A=g@3s_jL_SEzCoo^vc1|Vuk#ShRQzZCNy?z}%a}E8Dpz~)u|qE I$l2xIV2o!oo>qXkT1i396$Lvy?Z+jt=%Ljf(rr@_{{h(MXXFL5$kSlci8Gl)(l*^X;{bHBjQOcFGrCg>ZJ++vhmY$l=O`F<2 ZEmqM*OlwYlyk*`zaZC}ZJ9c$eVV_#CtL8#Jz2jim(TjkGl8Ga1ZBThp3ZhQ`I(N6VyTlWDHr`*Iq-Y4;~vP-*Wf<~yl0epE)6dqa=UDFB(de7+KtOG2_uMDV>z OMXvgS(g6kl)jqgrYD?VDVC3EEtj&{GLHRBUtgZ6SShi$Nvh(Pf^0t9!Se?NGIlcU#Y$NQFk6lk>}$y#u74lyx{Vs9Uf Aa%5}Qj$3-gO=%!l2mKCSfXbN#ALE16cyxpsl_F3PpqmYznu`3EAwP5WqY&yjuMmLO&Ca-IEAq62yOik_=2EJ}rdn$@;Hea; x|AhaB7*Da35zj>zveC?5On8v=K6%^bu2-mUX~1dLvh$+3P+wby8+pv$V%|{)E=%pl)|=a5I+?Ujv^i5%x>P<%TOTtCtE0 bM1K|4`Kry8J>v5g+u=AQ!!~Jjxr`!JCl1~iMUF!642BS8Ar20)dHsi;*3E)C-b@UJZf7Yh06eD^O?RN%O#eVbDcaK;kx(mbY_*6g29pb3vTM|Eo}(#vV&d<=j~*Ysv5&C?DNy_s@H55Lxzp|Rv)11Q;ABR4_Y04~`y{gkZ2?P$ nzl;qq&+x{vAtOC(Y7o9on0xh)a4n_WQz#jO;`GuMmmXoF)AH-vpg%f%Qn}YO2Xz1ieAw?l0ve3H+^R0%RR+PcMsRfO`>0KrqD0c R-Q<$;eJgLlGPSs)Ck=?`n{Qc>VQa)41{93kR?2@WGc&$k9d!y-!7Qk92(V}uVdOKfSF6ta1nvfrpl%iT0 t(7@KlfNumVpW;+I7b;29V%0HG$^ZpiR?n>J0V1RbKN~y5vP#Eg;6>#aq(Eo$KJ-n!6tGgB*QwaVWy@@^>ZG4-Ca!Vvyc7A> %=uFsAveQ!^fGi|c~6eyBjLY`)DkFUOawt+wj%0c5O#1x9cQ sbLtxDji}_F=0uVY>u)rL8r;82++-?W4WZ+LEIp`NDSENfQgW55g}`EHL+) E%>u0qcn~<35(BszKJ+hrl9PIskI2X+nEdc@|k|OVT{bO5QdCMv!8b7R9x~>aX}W91;z}@(R3w&MM_68Y`fo=Ey>j3{=E_jjk?B= (DCULYq8N!muLC|;WR9PtTgPbD?cLE?(1ZnF9?K3BU2!Om|;GS(PV|FSm?@i v%($G3yC$T9<9ofRNG`}fRrPm`ZU-MjUxMTa*T@ZP_^unJ_amtsCPVMq1xq-)o>DIm2!~;hbkbd^3;-Bz>TE^(+!oX@gk$0NZGeU*M+9$0utzd7R G!XtVcO(s(iB5@vdb6rLMpa)Q_X1VwxE=G1!gYoyT&;FipNJXH3epKg)WuSyU-6Ee36m&SSSo%|VI)#(C_Qo|>LANOvY#s*Z0|Ke C7{0cih94i7;5s6)@d3^`=TSUL!o14qK{@n+K5I6U(vjrR2AT?$y^m#Vy+cS>S_`k=w%j^Bqp3@lMO@0aVAeV?d%8bTZ@$)K9zE| q+Ya`qafX$rTN#Sx=g&y(7ltID|{fiX`%L*T&OQ?7vZHMo(Z@_vaOwn7`>utCN2!4&hu;R#%p48nH4=-meM@?q4U|UGL(zxeBgUs bY5Z&JwZRHoye|2ErztBI+s<)gteL@oFOz#(xjFq&vVss#7ra|Xg7mqJZr=qic49U?SdB2S!_;AIi?|wRaEFy|9CCxBRY2NG+_zl lP($L$Utq1cq7E?lU*J}^)83?CHZ;9hoR5Lrbq%=@c1$*k5P$1Rvb-!1JoWOCh1m&*nW2<&xS&wSeTeAXNXVbR!ESbP;PX*zG2ys aaGGM^pQI4ks7o@sNtcR8rIYpBQ&>@Vk4rbxdPz`gcfOwal)AfIm)$G-BHYoi&mN=e!RvphS%8Z?B?kg#{n@`D-gvbW*CNM6<1wTb30KjTG?Z#nMumB=jn2ug8lTYs^xkwMMzG^>%`^Go-Vmq5e88!Z;G`C6P&IQ3zIg 9D3&pG|J2hYR63laYUeETB}lK^%PbX62@J9abz{n6k_8e!R4e*)N*Di=`oOQX)_;U{)X`l{Ay$1k8fZvNn>EIG|?qCSL~%WocRso 8_0gl6xx`vO2js3lt=o5#!mL1$g8AZl=xgA-%DdryiOM2~YSnPcR?j2_d+1rgdWw70^L*^x?2S(d%7gkAsJqC**!9D7WRxS?(H-Bsare@nUFZ yp!@t;*BrqQTR{~9ZD3L(ag?B5D3wlx!$J4KqO`_p~FpDyIh>o7&vcDseNmTzQtXyX%M$E$Px*6@66LVyIi_) 8VO}@!s&ffz75IDBR=3wm=}7gpE+Tn+v_@k2Cv2YCni3&g3f&dW+)F+>hM#N_8q#@r+*(~%%i9R4LPW@t>$l?*2vD)j6H2J*b2J9Ej>WX*v*Zpbja Xo=K0Pzv=XHy_^Pk#Rbe4HoG7#~wiH{sGg@#1k!3C-JRm;%}KMHbzNe0Hgv}y1K{+VXaTnvN(8GaqUyVGaD_<{yZ4~xTnM+Z~bK& =p>sWH*K$4vJlBDCO;~WC@D`V*Gz5p=hA>V4{6E^+0F0(wMKJhY%^x|WD4ENAt#c1&$A$#0hA&QPaBLo|V@4lV;& aNgrP#4)qW+ra9kn?hJMWDT~XQesuwNqpdTh|`f+oD`(5Hk()Hbg4tot&^XDb*&|atXB$)_RN~3?0(OaBx@EluzRi48_v*Kq0-_a V1_Z~)DvfM5NJ*l1W{W|pNW`3f)~Y!Cy7Rpl5$`%Qdl4v2;xVO2_8+-na(X6y97;Hdzl3V8Fd)}+X3Qu5zpy#7dtvU9Ex$A$;RU< ;dS?2v8(#5dT!0~UE7Hl>aGLKG^|-JA62P9ByvU0i1* n?*BGpAaXB8O4e1_9kjcU%t|<9L9FTjcI|q2_E@LMoK{o4H4j&RPDwE5HhByvL^8ei;Cr?T$!^u%EjgcfdHDbb45H|u5)I(X@X^l S~4Cr$S>C$rT=dXga-a3xTa1@IQ(2j6O~=LvK>7rrTq+hN!O?=9uH;w`ygWK6W54v#_~3c9DmiuzxCBlG?OH8Kx4VYssxmdowya`Dge{m~^IcIxocAMGS=GcV}K> {hF#&28D~2D#mHEmSq%aw*`?XESx#Sc1IN4s3Vswlbr92+Epf=%6URyz1ab)3n^7tgm3cFQ 4jOJYoM$A&1VSbakKK$qQQIUJJ+g7(q3=Q(bls@0o1xZ)5N|u#*fS)Br)Y8x?ikb5k(sd%$7H_7cxUrYe9EWLadZALt bkJZ)`hO(Fjo-+3RPth~@N}H13AUM~S$oX$%`<-8nV|_Jo)2Q@>UlDeB#v!UMN>0AQo_au2TWs!iX?J*vJOqy_Cm4#0;$zr%)|wR E9{a*pvd;XEyOJ%qk3kg&x)!ncq|Ofp&S&PqMxEaZCo#Qjxam8QeiYRcr6uohNFLsEfD%3r~vztTq&Lf)kJJ3OXbBEI%qK367= VUx(9c86S2xF>VE@Db?aiI4R4`}2qln0i=5lzLeUbVZ}PHdbaYBYb?|yhrp|;u!O?Og`7?EYt|4YRM_v$k*DEsplmQ MNrw|(BQc|YZm=KckZG^3iyDEY-f%Ira6n*0srGSAd^05)Kkg-353t;CFc6E6?@?gGjz3A!i+oIe VQGPC^-R2QmfUO~BnV_Up~cVf`5wO%yYoE+8GeGuvM2?#5awtao6v2}@?9D>19M*}iQ}w7q#Z&V^&lT6N)&pSO6)ZuzJu fyJ+N!Jl5hIv-3=UaX?X2NSX3J01cNMH#H<$#X6+W?6EbC5cJd%yOFuHQkH(Q#+W6h{B4Mv9X18CR?xvDKCgx_~Sck${8b@$KqFY WU|yv2%2p8Nx5nD3o~ksPLrAkIhfPS#8`G!E!Yv$#XW*W2Sx`s&xb1tUF#jPoM#@Z>9MN%Dy8l{u16l;vr0HB8tE_77A7sJq?N3! RT5K0{TccW4R49vE@+cl0(+PkZG}-lY2{>-$1n YOvNW^s%L7xub<*oAkAfo@=vd6o_-#{D+tEisti}z<#uhjPM1=0fLnU)`cUo+PHC|PrB8#NjT9d+IhmT38XPZ!feg%^CE)dqAhyf ;+;@X$Cu>XMzmA0o};F)vkoYHQ#?*lUP(8_8;iw4cH0Sid7k=L5ZAYtdG1@8nsgCKj3$%ctl{P*3El}p_!H)fu^#B@N!%zFZaCGO {=|B;ipNaG8>`cVSSr21X+-w8kq{$Kwr~;%A2e!(dZAF16quk~ir=N93o>lg5ausnyO03s!Pd-L#w$0SEIZCPHR&Fb5Xj}kUW(Yj *4@Gn^%W&xDih5a1iK4}H~aKcXPq$Ln{9K8#7EEpf33y{$$VeNlr_610m<-bm;>|#4|c1_HqY++fg{HZ5-(^*(wqanCadLnDyzR) 91d*gIEzoo9MZ)?WvxcFD>+tew^S^aJ+n!QJqRNSJqSJG&2VI!>pog=wnXt}hkjh#)r7j(`Z(!c=sONA4|v7J@JZZzz&MH>^lJ2? 9jn}se_AOR4|03IS+;2t!E+^7Z$!#JdkRVGuyJ9VOPkXGa4+~u%un49JuWuqXD7JboS13RpD;VKU(ons6taTVK Lr;nGXY6C)#IFD7vaE48&L)1CClV=ilWjCRy7h`V=d4sZE^(;E4FQFUYvQ1|+O%wjVyY}jw#PgwxfMAtCkii_;)fIcM3bhX2ycqJl7c+G5HzMS(;VMvS%Xnvg?Wn>%5R<^6V$bilUMf*q0gV5E0f2ND0R8A(4HPOOp#Eh0z*H>g1IzfizZ$?2Jt4`Lzk)wiu(XGUlw--&Ah_ B8>Sk@*H1css%Aqpc-Jb%{uMGM7Kb}pSxh5RlM}!ga?Uaxd==*vm!eBHfEU#XQ|_;)_1{yO=7vt>GVSEcjEZpbXy!Yt`edcNKn^3 9!PB|@j57JmT9K#u1Qumj(uknhS2ikxrOIDMU|m5aT0L%y@bQ4`i$IBQvze7+03Y1W*m69f)V3)DUs$zd?xjYSa!PH4~$U9tFcfF%aMpj)ggPo%SKa=n4$u#k% I+>`7pUoHhI6dFEy_I)#xbEb!yx2rJI&GqPaK@9DiBzIxXo{P7xTX0TSZFo!#cbN@ehg5%zIFzt|O9ej4%;XTbO-$wksV%^Wyw(oKXEGW vNgpBS~)v3a&}ncj95V@j^wI$D%5~e*=-(Aa)>+RT~nQtB)U24D{w^qsl_6~8a*P_I8~!UC4uuY>2Wxmhf~;v?M#a|_xMRcw!-N#wcCeip)P<|>===H>!UpUf1poU>fB_n}?^huwoEGIOyvPNuz`1y@EA$@LoN+BSNpu_}F< Brvk?ERw{iKBAyPiu)wdzL|b#PMnrq&cD!YiA@sa#2&2mh3bEw`+A{AnSR*u@Y+TW97S>&>5;i+8gjZX<(+jE&%h6cN^LvXy*=!i5+kyp>a820HAYf7Jz#U_E 3bU6&!A8+#|E$oCj?ALf3aACeGXR%Y=6hNR>%q`u1XG&J!y^s_Nn_BG0VH_cVncCSxSAh;+9LmuK4p8lqKcSt>ZAT$Xq=dj?c;+WjR-!fGK+s6yVS$0Vtp3h>88A9@a*8#eIZUL?a< 7FAIXb1RJVGTeN|af^kspWhaC=%j6!OJ|yOO6CHgtpx5kFTUi*&B_Ru2HEFaW-BYyp%(G|^APvdOb*`hllAX~JS*+Z}|Ab&gO~x-*O$C##v6Cajc_o=X&9M9NVdFvap)mM7ac4H&ZnyUi-3yR2;RM1QO<~_+`7@OhV=i)06JWB(lJcwX@xtEmz{^_1*Hx E2QP^FcC}*AGr5}_;PF0uOP>lpy1^Do9kf{&dI==Z}c`drJ^OB29Ik=k8dz*8q?`Bbh}wHeRN4AFZn1c4&^?bc@{yCs2S0heXbS2(ueh7a5{Q3b5HHW_D#F>s6nY!xHR{bG=X|I8*(nRH0IXO-Eq3hTvqFRU?A 0v1F=ld=)_EAVhq`-=IBuy8uWhH<7nJ3c>jz?zpJ!akojrQp!54c`3uCxZv8*T-={1?Ntd!NM Msg*JNqb5N74qT^H%)@squnb)bqc#jPC85ix3VC*v0>6S6BxgRt;hRa`ApEGSDVo^X@q^t`0836+25MYl!#Q+M=SWnmF2QnbvZ9q h4b88XR#sS8xy?Y45wCvqnU)gOu~D*@G*KhafcCJnWg)bBbzK!cmEi(p$j8J(<5MY1zv1R ZhOvmoLx}8==R@Us|5DcZ_!%oyKZGKf5t@m#JA9bizFN+%xf|!`6Az{aP?TU;I-y1uw^gJ^~pb>D$`mlmHL@Xh@P_-^l6q{JjEWm pQ9Ewn-^UL-Z<3uY$*W({myomY_YZ#PfEnoUO_IkVhK3Hy3E +!@L4!`ben5^J)JMnKdiFiAmEbJLK7s^({4!d=#_s?KOOz%od@HXed7GcOnUR)TrNxKm{B#Mx%k9DPWPU2p8XQIrABEPDvUNKjP;}=7YZza&HgqGOK)BnfN LT$3jz2Y^Y79Xx2p6$Lm&t^SFYFs|@!B{z8W3_7iF+kvEwC~W3%c+Mu}X=xr(##v ?rLxt51ZGqhh0DQKc+dc8WNgg*V+EB=V-PkoNH&Sqf%COMvg2kPG0K~(w?XTaE)WhI(Ns}$BieHD2gij(OY+04cip#I4Hx3Pv?aD 1!CoUat-{U2=Vd@2BKfLI53n_oKTUmU&C-^msy$-RM?Fp$qIGMlgzSWt}~Ez$~6VW%qQKrehxBLcx1)jWf2wT8O1+L=bOzwF6bBR +3cujzjuR@4(zLAa?-mKlfiC&WlviySrD Z}E^I;XH&~Z0)Kfz9p+TD4kVklfd9weMW8G6T44KGH!!0_g$%8*vp4NF)KQs(Y?w(RP)6<9vA~gn%q;WqJppj(`0OIoG#=su)_P>z@ H#mzGg#8OmG5SWr_R1Nht>_kDNTS4t2s6EFW_7_99uZ3yOA!b13ze&4r&^iLBKqbc(7TazjpNkpXB584@wyQn9Zj>m~5D7qx3;4fe!)IGP0;C_8m0o3vcI;lrA7?uA=?${t+c`kP`1;&}1_>kxbu!?Jp4|Hs9kj&C_Yc>AI~wxvsKg>q=V)&McSmxUe+a A2edGMTxFRZEANk`)6X0kFW_f+4jCeMzWq?u_t?AyU26owUwbgX4!%830cCnfT{`d;6hZ_j1c8Qfn?!v4QzOHbw!-ON_UPiT=Tdv 9`~z6lG+dyIW;>7BlFmwG>bKzdsT!>x-@sQ`7XPOMy#BO<76zmc5mKH-Ydg#0@Rk|_(KvujseRjvI|5)DKcH`Dg;x`9zAMRoZ3fa zt^saS0?K0z@S-!0#V2M1%GzB3U`Jj&ofraztoiKmqjMfvp g#{bu6#Xy3e&>S^)S6bEBWw{-b9GlufXN%wYJX7txq*v;c g#_F1Iw7}QDPRLLU76^%-{I97E%g@eCK;SNoCr 7`2i=8;`Bl&$zF|_aWz=mPbv~} o<32N%Z|&kybgzvwD!n;JGy(tnc|X?0K4_dTK%n9ii!1{`$?!up%hIjb-${m4jEmXZa@4Ms!&p~ZV_d5K}QLps&aNKYP+wdlm4LV z@(g9m*hBgm6yx+WOXZAA+ow|I>#4g;$mHuf~bI^otc8m#_G1&HG8tlVz_RXnQg*0P*OaiGWaM&F{%PMsc@0KFcL}9W{{tmm4p&c &5hVstX16#H(``5vy&I-H-$R^>%v{KY}|w?8Jp2RJg)WWtS61|y4-xiWc)$Te+gIBCy<*k)~FP_y~c{AxCZUw)-6Q3rtLePkq4$s}4jAD}f2k^SII7FZz-d)Zl8EKPNdsFG9c 0TEx&0j32uiN+uV*)<{8H_5%k7Amk_YxHXMsIg*~4Yz1Pwr7&Ix0f}$-{i6Z`RHz@R^sRm6t(&cPxwG+5&ABd*`!laHehhqmaFSi ch=~4lBrZ{?2IyoO!#GVsMEzhyZQv%XHms5)3eEZFCg4OK~{b{d1kU}hI~mo@?ms$g@x+vRDQ0r+~b|8n_ai}8^%L-`^;Cr>ESMD E4(a-R~r#sXU%8k^hrWteO_%=@rG;mbv1mmUvKq`v&6$qZ4}=rH%c_Z9G2SiqS}C!1KGQ^oC%i3KRoAt%1(ED$Lw*pYPK=KP>_XN `!;)v7SaE_d&I0+bRg?oWpOM2V=wa!1@?T_tcjDI!zqUz7M}4A6z*M|Pn>-8ltV6<`$v9hP`Y5hE1tBH^Fj4&jjMubShlfn_Tz|t<<_Ld99YWM`pz<{64Trf=Ur@%SR=G8&yK9* iP?6x^ETH#AnsmHTKoj2=X6@XD47X#Uw7lR31Xj9#c1%d7H&G{AwWf06dIh)_iSwY+};v1+te6K xX$KUo-9W4e@(gp;5-0F`1@`gtKLxqLn`jBe;$Qp0&SOGO)_)A# `Ns%3A43A>7!2PrGH%D@coW_7G0<#|!5ALHV|Wb847{2t;l*Q_ULakPf2CbP?gIYd*zV;S-D%o(oEWu7sy(_|<|v6rCR=`)fI_*S K+%(m@UOq%q`96}Y(J}ZAwKoB%5S)ES*DcB6w0d_&9cFXb2=xg{nO%$-J3?Ja^l>eJJ&h!_)2#$aY3=g4^8Cbx=E+aHxpT==bb)r K2a;bJ&`vCZSkiZGUbqoha5_r&p+gdmdQsRdY9en5*C{dhquO)j ^jQ;6&G3FzeVNXQycroG$?f!E6AwAupL}%7l*#DySrgSB- 4lWNTR48ssYx(K5TBOu-85-+1gl$+uFQ&N_R4F5do~5@Nxw;)xd2$_VsPk*2#f-e2wVgl(g1td%Hlyp&>VW%2X~xn$+&XSBIyX># M6f-Kwp51{U))YKCK+KPGCl*Nmjf|A7sXiPv0O(d(r2zFR{bU!*`eyA@iNUo5#p=EK9^bNIUWO|iQ8#_E~g*S!{{A6V%!?;!2tKV y1lku_pVkJd&jAkdlRd;nF)HN`j`yxAd}RHP^6#@#5+PSjwmj+jINfE9pd2=gcB-vQBhlbMk^2JYI$L3^ip4lZ-`ObB#rRXg3BQx r`55(5TT>hb#OR(iCp0sMng+yG6OAjtpTYfAn86k6*q(k(qX{##Z8dofS{nd#Za^}`oK_PI|hBH4LmvA&yV|Fn%nV7dh!zC7ItDX q6W|=9;%&;Yh@xd{4#z_3YKsOxNS@+!~&S*ph1Er#vMj)1IA3oh)D_TX}b&?S6HVD1AYvR)qxmoq-9VOD1=)W(ij*6I0co>w0N0N 0gn^^ADebm%Y8~@qZ?#AsnyIuR)f!QhlGBF7;31)*IBv24AxM{+eX)=N7n=GhAlJN2mGI`-dw$p8$=Zh{ABf=RQ^DmbtF_pgCbW) s*jkiCl;UP@^7P;b{IyoO9ck1Yw<~>OzoRi{e+;F=M3THQJn#Ua>!geWMICG%Qj1uQ7${E6rx15%a9RcKyPgo#yu!~UW;kV6_6;C 3Lb@AamR5`%Hs}FnaL!Bksk8XF6k!-v6}^7jNYzzl_qT$$${2MZ~0bSKrmOQ(jJw&R6LI|(HrUo qawCH%#02K#}qV1qnT<9_mNpm2tng%sN&*RSR{|kb}4ABb_py|@yZ3q8h!)XDOCu2rExRJqSsgvS#Nl~X@^V#a9+X88VCa5r?v^Z X~8|ps75ReYW<2Q#Uyp`QHM?~Zle6c5BZ+UBBxI3o5m9&UA;?6yIiQ0CpD%6_mU6d)qw!*)L6$cru1G1nT%sg<0uDAli9LebTZ~5 YePl^IYz_G^YgLlkbD$HS|9oPyiD#*DxPZD8CVTZwXID+KcfzF-b{W}y#_39ht)YTbN$iF=%Hab9$gKdAj6!%w9?MZ5RS1kBFrqqB}x`a0F6FOzW8yquJXG>jnYSTw_IaH|=bxGiIBq jhCrBgz`Wt0Ws1Y+%g`xdyIxdl^pC>*H`bV-cr2@8p?)<0tHHe$gUBZEQCdlZ%1{^r)|;nURbnJ99S`Rh{jWS@kA<|cn(-57Z9Ip m^|);8H`L8j5q`)<5DVN>>0+-1CYr0S!Nq`6^bR4Z|E01eu_mVKPxmJWfleoxs~;pwW?@ALPfZcFSWu*+JGXr(z9sdYKVIj3=F7Z 6V*StB7?=`en9SrCXCb+Ry?|{NwgkqbTX&&MH#pw}-K0BcxEA4DmA+0oSRkF13|3O0rgCetesKlJw A||I0x)6Zjq(aJ%hz7CKHx$Yun#HInZ6n5uUbOj=pH#;Htg8{rC2WY_r()tm5NW0QzT;ewaxG=>|4^{C6}!8@yWHd@_y07cQYW>Z3Q9FJSf6c!~_=7u$oL2eB^ TtSZG9&3wh^`_N&X23H3gTjDfreGKYPN;0mJbY>w;A+jCP>S5IhWjrk}jY(GFUptM_CEA0vvmZ6HW^1Ug53;v{ ufpU}+TlTuSps(^IFf2q7UVMv9kQ0d?ii>AHBJ(TOrl-dSeL~nc??`tek}%*83YlHap|Q&v$pz(sRS+n>nf}^BA&&|w#It<;7~OJ rQR#1skI)R8XI_+hoTwc?k4-*gVnpI#I$+ig>c-11HiZO6zmYDGXnc3*}E_-Es<%5NxZH`&8sz))Q<JH%@WlMyQI1n1q*>FCm*akZ7c`jsnO)H3AiMU+}R#Z7TAU|k=8}^0$f$TJ;ZX%7Zph+JUlo*zVkBc?uj6Qa(-Dx{8J9-B0IBkQz|v^i#{sg*Pq-?920jHP-W%mGIq !IRdnqn_eT!X$al4jQ>)lwP+NL&gaepKEX!@k^jd8AYbysH4?#jTpY_6Nw?cVKd8_B-XQrD4cDb;a%ckd|9MjhoaI6Cda+RdhV~@ UswJNt21WUcbS0rW)e`Kij-vrqADg(g)09yfdd)kEXf%V%D0HQ2=h$_$KaV2C&OY)WJDEP7$c(o3>#dEt6z+G>*;ak-ZrqDq-Hhy =?LrItuZnJT{1FTj59KV)Sb}DH$XYCYS=pE$=h|{)}o*~8q~`)Xz*p~y*6m#oOpN0fJz2!ZNSJH;~2BL^Pn|VAhDzR{7^)jNt(LJ V%?9tnaE*Zku}K4x|u>JXI#8uJZ|C^W&MafvOTo3tot(|m>aR{ATuI9uVG=gJUbuZSVeLuj}5Lz)!<6k(UD?oQ3=`&eKH%~Ec|Mx b)YoWc-=zHKkUb&j%A`4bEb-TqU)*(K$!7)N2Z;Sz&6Mn8i6}ZAfZM@1q~a=9reTctD$*BV5&QOBPXrvfl)ek$jtbYBI7n#$AghT vxMQBt(}Y+fxBd95`)A_1JZ05P#}i+z3^rlUB>(F~)P nOHNhm9Af1+*)(R6sn0S`l@)Z9o^6@!S;KUG6p5s&R6bFGC~lF7bK_gnhh({Ef#&qiKvSi-*vPquQfDg8LrV6!kCJ*;c^McusOF5 wvNwqlo-F0pa4iGF11Da)o@3N(8UqKqBEhFX*Zu}Ps+C5Vyl2_vXKNtG_fM=0fH$^Czm>bNR{#8x2PFUQfkuBdmMfS|3__4p&kut LhXk%icxsf8Y<1U+FORNTfO-O!V% {=5*E%qWGHxB?R)0THN(Cfd89ieQ!_45880nC)gfVx$uB!X>dob-4MVRRZO0u&E{p=n%DW_eWe~d*=z?!?dURX@3qIM9QJemXST0 rAWMp^kgs0EK7iE9O4*O!Qu|T-=M5XGW4V=G6+@VEM1O{YChGF=y)S4%T1n-*j6+*8{y8XtM0i|!bBzA0EuSl7}I}j2QgaNpiHKw U5=3{ueb@Ik)f!S`nEqxHU0o^U|vEY(s4+#(#^e u#15&S_tA>UvkaBCto$-`)UAP7%$D<3lwe@__WSU%~Ys1I5f?Kt?{ X^err#AtHkl9^qI*M#(%SO`C2jKq+eHoA7q8XuE%jBJkkfvovct)HfoB->PdQ1_t;ukEc{x+b0{+5gaq#l9Qjn2j+lhM-)nG5*$? =-xowgU1O*qhaJEsq?OHE6H(D4HJ3RN(S+el?OuAY@It(L>pim6!W?zcoRd7ZEbbXRqRH?`~VHT4@2{&aY#02#EwJw PG>fsWe0SCnq)oTWV(5<-Cbx3?${M}bW;>rY9PMH>DrAQa?t*^=og6_6g^z)MBVrNn3a *fV5Wj$LE_0M-%zkFK9QMi o@i4-BWkplfG;rz!?LEJEOS=--jp`81!%oSHp#w{@~sSXN<6aE9AX6SOTB!;AIzol?F^u6g-UO>l3UivJ3ej$vBYmjBINqA`PyC`sg8%t=l3GsIAE<^HhGS8D|!Qm?o4*?>!i*s%jEL1_f(f6 YE)BE-Bn^E_07e9M44hDiBvOrWF-A*GUPftvjyfJLczSZgwC~LL)92KGu7lX!u(ZX(}YOo&#)S`vF{D@d%PP>gy&=tpX0kB+YOJK {K-0>qJi&o7z#a?lX**l~_}7c`k<(DS7N%Nt9q7 6x-a!)M5z-s51|@6MTg(bW*e9|&WJHtg_Gn3yH@S|6>P?OqNOX!`+XIr}4u_gt%hV>vc$(+j G2AT9z$Pd2xwAcVXA-d $7Q&aLT$sEOv0MSJ-StcaiJF~?kf^AVLEqAQi^om!iPG_vVtTwnx!vF0Cxf#mF$7gr;u)gwGx`dIsHJLBdBb1>8?$jAiOG;S5B0Mv(-rXg9Y}I5iqneDG1R*yZ u{R}$Q*}ceClQs&4az7ZzP%~#p@gvkl6Oj<^zePj;Smvl<{r^{}AUa)MEjl2EWA^)kKg>0nbitoHYA-M4AR4XkZM3&zIqtLM>tYfhG0}M1fy7{65B;#G_rWb=sg4IX*FD!%?wBU{bqw5MvGWeqk?2G-1jJ4FBNa1S^JqU9el+eQlktJcLLt!34FV>>e s6;~%qfwh?(>qLY;F6nbRFp_CX2_3uw!=}4WqA#SbQK#!vxAXtUt?&oxsIBJ@U$@JLB@Hqk`WD|Cuxq;tqxujNshKJEDixzDs`E%Zfui453cJGy$OI#_pOomf&{G=wu)KZH|vfe;qcxdpF{J3fYGPOfvflQD0NgaDSJ^S5R*oX7&E fo2bjqo{f{edEqX;{lI2i(lrN3%_A}(C8b6>26~-LJhgIYSTgCPhKB2R8%`gu12B?m*}ghUA;RPUAsG2Z~biY&Ioor-sO10Sp-a- xS8i~80zP4*0!HV(I9YV0s@iXm4LvsRDiV{&Y`tecDq%8@L-c6x*dYX>|Eh2v@zK`14%n&I%$*24l!i4aU*tm)-*HX39M~V=$16u xG^V=_3@_Dj*aLz+>5i7s<=jrUqOLX7exN0_O*W#TZAx@2fw8ydY>Fi6+pNR^*8r}0$!Sue^H_7h M=y6CFk>%ATq*rH5rd(_S1G$FwXA288{aI@T`Nm*~I+qaUoYckHyNLp{G3Nwek(Y9XGjw78I4o6pAreoFD 6!Hp(Z@V?_0+V(!$a$jOP{rmJp*G-paCb*y^{I-AwgFsUxwFc=NDRKtPM;=gX7N#4UG^#yB w9~N2NSb5KI*q+rR}hA&!pz-KvwIbsX}ehzI(DVHV{MYtQ1*~Bs}iKspx5^l+L&;tG6Wt3xCd}h|E#NLcZ0>(R4M7oCSK7hYly2W%)KMv+<%-Cw|H%D`64PamZnVQdf)AAs-V%apNaZN&3HG?2O&Y|24)<;+6)w!o&DCLa)bwrL#DtYTQpu UH1*kK6YpxMC^__UYw9nk{71#HyY}70I40CpI1}dR;zmKc|-TU4O_*vz7sy`sHPcuSK}-H2A$NDdaL2=oYeJ!(H-sUu9BKmt=ZXt cbd7k>a3lN>>p(Pc6P$)GCQ@#*4eq_ZVM6SASAb5=1xTByi6yPARaPyI}~oShqE@>!(#EOyX(YgG(pYPi4FE*Yu%G`3SX6?BWfRu r;usLs`OzQ4LkiEd&7A6jIt@Z=b*D%D!yS1%QQ!$jN~2c&gR_an2?F}h(?4hGet*XUZ@RIA9-@n*+vr*wxq4I@y!_hh|hDPkK2SC b|A(T*WVmeK_qB7*q2CbM05)<*i+Hq(9VDZ76&1pf>VK>t_J&;`Jm5?}FL4KjfyiJ) ULK6RoYbp{krCO;hQ?pE`=y$-J%jZhuG7IiDLY(EVmC34B(9D{ns%3dO$cVEMT>kYUX*LZbB$wG)GW5v9uZ}FeN66+VaUYooR`Zd otP$jAx0%2$>w9#-7IL(s|}rb?gCA(W|P8NJs|c>jh0Y@xslpARqq|u!-kFV6j?hOJ9Ps}wbtp-tF2gjPSTgWFF0;)o^BjWwR=K@ Oc189**DG6^|n`?eTD3nt4>g7Ft#gQ^PW^^qZD>E%FC;%{tA+jL*fZ-b^8E-Py0e0w( NIt2w$&_U+{1~nXQ$=QAgD|a^}&_w;#bEL4UOE@CDq2B%u)4eg13`5Pq7MJ{C9Gg1c@;_q?@Y$$dbCaeWmf9c#FB+L7#G5o)i52>*QHdUSVMs;+kNd0>~spMCf{?f>2K}h=Cjt$YG&*39*ytXmr#`2aC>BQ?Bdps>&9OAyv-M*Dkw|EQ@(uh6@*;m&yHRP!DWioK-j_;6-ufZodZ8%W90cW3oreM^ygjud++CJEHp0Bra5RGn47(T_jY+nLCVe=>Q8IREtCrs%AwxzNIax9h9-R3D_KZLHo=z21`#GGX(^&@>G< 3`RIazXZaL%Wb3K$Bk8qkWTG19&_v9wD#QpY42Kkq&l*6uIpE%dc+7cMPle)%p{B#vzkrsW^a|D+926rLAj?#mL-a^4C+-6?U_Mf Oc$*Yy-cV|xT+U_A?{z8Uotn&E6#~Har0(U&~C|_Qr3OOjmL@e_|A7GuIJ3Ao*ZRPLx=yX*AKm$%$dU28ue7)HC^PD>p=mf*u}s> %_Nq|d^bt;v}MmT)=M^dQjwikWSxV<8v%C*AnCaUKP5QXSNGUfJF3X4N$2cWbt8EN-x2MUyXN>n6=nB*uG*}>@i8rAlyE5T5{kO9NX!RD`^C;{lO@{6K>DRQIEW7Zp9FITn=tJ1aY33PT8SPt3^O{tM G_NJyAv6q#sEZQ;pN1yI9YxH5QbQI3G(;#BlSTz}@kplq62tn5t~-U0$!hq%`~Njt!c^YA1}=KkeaVj_0(_Diz=VoVbcq?_Y7YBu C~aMQl0|iN-dMcqWgG^+uUz;FR{#!EBuQWvjk$^>ci#%EbH-9EPh&;HRl>yZ=ZEk-JafQA#jCIv R(MbBD{7?|#8BH2P5Qt!)cRYvE~=eFJ3BPay{2k`1YwrT!Nw(*Yr6u_KLrYS)0ropaTE0K9aLu)RD73gW+mq`gTIS_5p1vav5Z_! eh(cZ*D+?cHT1DRqp>IIk&4Yq(tNvvdDPWDUv5{`GPyDB2ihp4%73S}it*w}mD8)3cT<8uI)&MM7kYfm+_55*~z1|Ao%vlV5nr{kSW4|8+1t^SX@gluB@`awfZEO#0O(kkY0b+*tF~=V?E1fcb}oT=5br)BEri+W0fst}ta1J^tAX;|>~hiY6h7r-B&3rWDkR&b1C?GlO1`lCl9EJ*3qPJR2ZIVA1gS{?#q5m|Zkva9Ion4Y7EG>&y`K89kS1O<1lcjN@eoE@zoP+WDU(q5Q*SLy8qDhoNq#RW{wib3bz^jvbfpF?h <$m57BEOGuRh7~Z1JH5iu@5h*-p}!eI4!JO$YuL>i%JUccvztRnVz1>>s7s;vBg|nwBk0aEza@*?ZWb;J&7kewJfH9<;JUf-&6-F m#NP*^?Q6ia$qjSJjyriS>KyVm|EiI3rC*Y)a?BqU}p#H5UNBHGKc{KaTq;A%~1!caEIiqYUq+qEBX50H$S~|V{7x9P9<5x;(d;m TDWU7^EQ6qn<5~n(7d@jvPlj2{MKi{o{TLR6?FAFrtMONPE!t)IzCNyOY&CDBZOBJ?dhIGY|Mz5w0r^Ia| JydqHn}JM3-ov6h!}$vZPzw(RcAoz*@r6=j7^D{uA^&CpF)zsJonU2wU^3PS)1-AC%3Jzfd2VTU*!nqI~RC%l={#CzA^ h7pqn_A4OfFudM{H`JvnU93n4ptVij&D{A;LjXE5RJvu;$|1VSq-ZgF-sxGDn+vPW<1M<0vP<=v1(8^TK51#l4?W;RUEbl!xNCSLyBUmHn$WeXdj9m U=Vo2bSclF7VVK%*Hk=mrY*Q`Gx#z|e-%(Gh-27tz*v1gTujTP1C}SJmSmkwh?IOcR|VyZahR^H`3mE7?aWy&`qf>dVmR>(SNiJC {7?Moa1f7fe0A-{EjTDvPCR^T>-r`DUQ>Y_l&yKVvb@5vLj_`%P(~aW!nj7@`a1d_LPU7SSW*umTnA~T9)aG}g7=DD!KC%s8F1Rk jCpew21A@Sh7ZBPQ8ZLj4mxf6n_=ZBCd7h_K)wT>TMwX+muM$li=Lh%WCP8oS(Y~#8_G{@O0WrIgtvM04?=I%+HmNI(c>h@Njgda `PV3~5ziy2w&Y8nO)|qi?mCtxt7f;S)Bx5PGP{kmif19?u+t;@2+zM_BP9*otTJspAiM>`hD8*Fz#sYUndR%5{Nwes0A-m$Dl5#x Jt)gR!9I5a^xnd$_OQhOhbZ`9XM>$Gr@82Lg)Z^p*s|)|J+U`J^x$rq@~yC~E?ElVbe{4Kc_`-fE4-SxLW^&BkFDgHYoMh?*4gst )kTa7tyg;sQV!m{i^>#=_~>wzAEa>+58*x0@*0peWpd=eIB>|P*L+iA?ivnx*mIr338>4cy5FEsrMll3F8*^jy8jtJIvOYsvMWSR E7@uGA@v>;J`<`A>{_%c&_{AcXBp!8J=r}7g9=&(DB*E_Keyu}um3J&g$|u7Jv1<(Car&eUikL~6H0P=njLNhp$J-ii4X1ZM>!9Y 0&J_iCQC^!A5bPI6)cm(Zc}yQDmM&SJ)$7+#C*wG#*SoLbSpujwD*l7p%vZ}&UiQ!U8kkAw}r%9u!B!9^!~=?56$?fo)>Tg{%N9E oNEJKZZ|PVg!DebZ3|1;98mxg7j`_Zfda!I<57P(z`1UfZlY%=9KlrcjJ)P>p`btBihfw|FQ(^DRd&}2de&GM`wPxW3#@?$NnO+8 KxI!ywN45#t|QlRLD&qo3Q35D{aY;b4Ih2s$?WrlPP_&>FPp+=>0f<9F8Hx0# _|+?tEyK*xvz$608HPb{_{gxODUS*ZGBARG<1GTBap0t;tWAroBa7If;dWiQ#H%7*ZIU)}e@A|^lOO?zX|kmAc0$PkzBGHw9+3VbEz3L%w;M(cV=uwfSNfr~DZ;VYJZooQS8hlPdx?P}+z{CIWC%=nBO!@b S;9a+R;G;P41m|b(J~8_Z<{j>rx?97_W-;Mwu>;BM6SNmYr$L-9nVC_gku{5Je~K^>}XOAk@SjP67_LE!)y(B33GsUqqy4*>Yq9h |1f4NG=i%xt|VnqO^CTrW2wYvaGHU_L=zJeJ_u{YXm42T>1ENA7}XwS>##V28ffIIx)&%!DeivBgk(B+a{p82B3Z5CMjnYnov0HA Axlw>Gm(SAIGpE!(i%tMe_>f2Vl!vLf`EI8WDn=c)H_7pRnlt$niK%bS;|h$Dha9*(yC~j;;wa)1))Y$$_1Y2DQRP bh>TB1gb&bCYqVv)oS>h%FC8}&(JR@0DSL?VPYq^-tUhvZGS8|*k`@g@JU6v!x``OCSLv}{OV{5RqZqXHUl(fY(#2Cq_4YjgoO@!(Sj9n`*(HR4G@yRxL_N<-s;S3?3W qYJOefIs{(`hhjwXI)|#MzJk6tUR})N%SwM>b4B{dn|*vs>&;#h~xLK{?=(^2WZ88#=%c<2AC!I^T=o2aS9{u)m@c+W*;UWq2^75FU%URndCIyD1lzj!A5xeF|&u&(s(L23vDU#!U 8r`AXL)A`*nt#78^s^rHlhcD144Afp{rY*aOYu`5D(fd=jJjxeBk*SNw>IhIPkQwb~pq)vOY1udm?e?Mx`j+AX!dWgW a9g#4skQVFM%P(NwanTpMo;Rc9fy$OJ09WMB(g{qoT4vaT!aVQS}9!35rzO){*JRw3fh8|%6Mbu6V#eUX?EXf+PG|+TVyVaWE444 W6Gz;sG*SvT8+_<4OvQb|FooxQw+E$YI>G({PzSUN;SVNco7*Ml^x&L6Px!RHu#uQ3&J ^UICf8(Wd=a~$3G2{B5dp+UdZD|WyZSw$s%Zu?l&5MiZz&Fe;R6SUKKr9vh!HYtoXlmc2Ux|CcO*`TuIp?pmAy$5-e 0{1wUI0;UEG>i9T@53_;3QAc*9$7aASu-6Y!VNNn0T>lokv@z{=btvaW5DZQS*SjbUs_3;BRlmis(}U2BJIm2KHABLwKd>6 QA{QZoh^2D8dZ#!MZJVJP2k!0a{J?mfJ&1Vgs#6{){Wp#8fZ^0O@qT$M@H5|Drc1UZxTkP-LZBO;UyJK8xuenSgA%pfC6G;w`v89 ML<s*H;`qQ16vp;{$ZxYGP(gUcxTEcazu8i5lh=x*Cb0TXGK#91N%k!6TPJGWYQl)yb57^OSh%3g+V(B_#Usz%^34WtEYRWom)a|KEQKauH ^oh*H))E>Y@FTEP4@ul3QSUJY!U)8kYvpO_D9)v*iWjvTqf)*Or;4N~JVin_Ug5<|;ziucSXzELEOr(SBM@>v{{da{Hg;v$TX&;W z>nQM>ntL{1jdaUYl1&^XI=*6azl|udmv0E6 Mh}t}pftX6W{u91*()ZISVmNrFdPuC-ifNEw4G|kD2S|27RQOKmM4`9{ix`NsWnizp(K8`SERKp_x!}~(zKiu>28{sx=ns52pY2i ?LZ7aP#XrICzor++K+e7(ID7ad<;U&CcWsn2 j}5nw)OHhWqiJW^%F1eZ$95{ME7v$z)Ujd-ApK_T+$1LyCk$@~Dv6V2Hw6pV#jQp)6gG&QMfYL&ukZw5J%5P6+b00K{exTciXE(} tX39w3?@V*K}MZehq=VPRp}M6QB%~zGL%RI>T(Tt=j;@b4|K0t$BerPyhPK-!G-RW=*e-F0(4lVF)uz;02FksfdJj@J#qiE_fpjaH`XaQ`&=Q)hkcF?5~_>EbCZAw+f3f+51)t;@VC|qSn!fKyON*g6kc2(176_RYfG<3 bONfD?1QmLtWq!>k7B1T{gmNtXjPf+rQ461V8d*sefQ4BkR)-aLQh#Kw+sQ4tIfH>>i8nXwRu`(vxTW*eH7~|`1&&%=_iIp`Vm$! R0iy;YF36+S)LDUz#9Mt_d_g7?Ocp98US1)6Aa5Lmp86mxOVI6S6^)2+yY(T!r$HA{OqgGH*RnK?#tVocVf|$JHNm}D4k4zSoK}jZn*T={K|!mkCCky-rM!_d6JfgF?rgVhCRaPs7G-q*Pw}B!vwFn`C _lg`#QQn>?krxFyGK>J!irHXQwQ1h~Enl*u+@Yc{7I)4T^1mnwSc-fkl8d>Ico&#=!%-XYD5Jal87YMrEe)oU&2E||J*?6hkH&B| =><2oLs+D_iRl)L=x9|%W8TawP=4n- ;X)e+tr>~*38KO$UK2O4tB1FBNblX|%t(ZE$G$~b5y^gnaDElswbCz{ZL|`gwLmJ#z#=rKm4XSVjCZ1Pr|&z=a5o0cQQ6OGc;2?Z uCG-0<`gh_cc0UlYiUc=M-wsZ7>Uz3KiC!WTrb*VJ2_3ujGPDMJ@Gcd;8A-N!nvoH3Ir=^euQ6b)T^^x67DhN08xW0GYA-lDT+7O+3px5m4aoi;j^xo Jh{$H;99Ig=b4@odv48@o#XI4E~_VO2t(!IP}2QVB&87-2IypgSqJ|*-`7?u!oBy;EhaCjI6#6-(I<_PKDM?yf)ZPdEx!cDNi-N@ rV^|m!>LTqrq?%XQK?SM26d*|#jz-X*=KEyu#z7++F+IsdKdH02Wt-rP*awscrY}fWME928M=Rv`9S%RP4}D=4k$z{0dy{?%&ZT% oB-(%vkf%85UTh3A$j^Naeh`@89joiscnrj3y`lmJ>r+8`juSUb)+Dwz^az<>D2PLjTx8M6O9K_u9bH1wUmvk7++L+ZQ5Of=7?z+ $&r{>Akr^pX%k+N_t0n(ME+#P*WK~g4JeD(U&fj#I)Hc}OD>@3fD;?3L4bH+l%W(6>S}VwkNbSyQH}o#Ofjlq_>}yf+Zaw0PR4x1 D)|*+ynl;!B?{`!M*NN>^Na$*0IOJEP2t4eIs`pL@Q9gG$Y7w%Hb<-1BB!!A{aDQuadXY3sJRD+L^R7=S?Ywzjnl@|Ozhqs*^M9Y WSu3nzl^gWP$racNU|}&ks7~0UuSnCyH-exrWB2ELEZ2A*t2oATjZ)H4syEUPePQ=&!pA3aMY^~9GqD%_-`(#o ){bBL<*zEI!i(@?8jtqeF4vsDc>dx)UHa&E7eD&Pk80O?K&$iBCl9~+6a0wS0d(k-N0d886oLRJp#EZ~A3XI=> gaS@w8$iPU4?0xQZ;;k}v)e&q1bz>A>c)5EwS( qRmExafAdz4AWlnq}8#5`Ea?lBx(UCN&BtDQ=#lapxVpPsd_K0Qn3W|B1Je%(Tg-{v%ml1+QyyhmpKe}tm8qoUX^VYaG?eKL$V+% J+hxR$VSIaQ%{P8PxB^c#;qd323Y<$Z0!&rt*ty&Qsk=OI0O=!RdFYy6663+q!zYZ*f?Pds;QSr>m9`<74@=_z?UyhEDzbG?0;zM EOOq_4_IR$EJm&5uFE0N&hF_0b*uqhJc1=p#@9&Kf~J4kyZU)Y0jbei#rV4qD;1t4KizhYDgiD3@MYD1oi27+P~OdDEln@GEB3No pO=lG?jCK{YCK?8>1Dr3^U7f@;KBPlEcqTU-KO3-Qa^R?JupA)V3$7fS>-U9WA({^v5q*1STbBU0S=776g0C952QQsz(|kI=->YJ *Jkq@*{{!enP;P~uU@}(@6aWAK002*BhEM@6aWAK2mnuJhEP0~IG=O{002=6001ul003-nV_|G%FK=TnOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#? WpXZUZ-rD%Y#T)so|fA6ZcBkuep;X%DA1&3Q#<`j-GX9bw{?_lOl(5~s>Eb>Vo$rf5t1B2+0Ay59k7Z0=NnAGr-M&UjnWN{01-!_#Nv1 i2GjvZwLGx&;k4h&q>DeI2p@x5AGkySiZ4LUxgGhR{sbfn3Bni<*fi37iTiouNv~afckCZxqxzw_OGG+>!|l8;w3zPFJt}u0P$16 djY>dzHd?fea6Oh4f(I5AO9lH`mDu`S$n=YYvb9TwR*d293D1AU`~SfGUyjYkI@j`Ua;;xmTx)lqYxQ@!R&O_+dniAQ @?);`rvkXn=o5VJ#GVfZCD!f<(-Xw{XvRUr5n}65-eq127-M^&VpX1I&0B=3at*O0W-!{eRd` Y<>r07vlXeA0jrVW|*9re7m@Rl-PdB-e7Cq(IJ=zVD2OK9hk9$*xGJ0n^K1>-Bp~Fx?09e3z?897IVdD%+B-ST82C#*G?XOp_!=k_QeOOoPv!oic7Vt35ahY`E1+K`n T%ZB?NI>29=}0V+uIA||Y`|&r1HM`?3$7V(Fml?sHk+VlWOj+GWhH=oj&(#xYi+3|Ez9L3k}QO4z>7M+(B(taG}?*}bI_0>yGR<#av*5dYL&UEQoTaJ!TEU;KX^Vr-w&YgwfPx}2M0XWTp6lJE^`&Il#^wq5|Ol0Qd9CA542Ye y=S>H^(azh0(0khM=I_4X-kCO)7@6;HDnRe8p|ZQm;~*~R?I{+7RcDG&3bcCV`J@=A@4;xo-a&zg@TtqObbVg2aoK_!*FLNPlvi*z;!gk}jHfrq7O;ZQz5N{`E6G7@7_wbs;&)b*==Wi7(O Sl*qI3A{k?=VAvGG-Q8&Ct@NwMuRp}Dc4Un8z;PpH9h0uB3E7|fmZ~{E7FMtq1`jyFbdB+amd*)2S>g90q;Pb=JUnz37dm6-btQt _5b)s7P=w|X<_1MAwTMpvRvr*92@rBODr(W;xi~94LObWunto^Y7<|Ez14_@1A#eR>|N24Oi#n-`=t^BENbu|AqWw`dy6|MSaH*q qEEiolc!}2G!b1CL0j}z6`2xA0ErQcilw9swdq|>0>S8_=~G6Y=`szSJy5uHlR}Cx3<1%#I62*o;U0ODtfB=pl2z20e)#W5^i3_y `YjBx!cEiD9t1g9n5AiBnLsP2CMeQO7EEjsB&ksY$)Js)qsBAxR<~ZmX?CDyB%Iw+bmG4aL{anxF~wWor_@ G~KLEHD^ksWInI&J}mk{^`j`=AVqoARK>)f23;rsgTE!+&rM4H15ir?1QY-O0000_W`WiMo9 FHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiMo9FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(Z ZftL1WMy(LZExJY33y#q)dqYLaQH5W3Qov$01J&I>A)bQrI=1oXxh@GEud0wa!-;=?hx*|w`p2tWT+_fSY{}olu2X~5QHLpp93nO A_}5_Gct+ur~kXwyY?AwZVIU1|2+Snr?=}2d){l_Ywz>SmYbgE;cuT!Ja1dT=ePE}g`0Zb4ZC~#_p8~S_anex13uN{c^l?4LAAk#%dEQ-sU59wyF96?usOLQi_#)sg Xw$=odES4^{ii(d8I*I!;hy&w+@JSp&-)ne&&Yb-?{WV~ujf4kct;=F1h_iqd0PU09&jhXD*(3#++gtMfat2%6nNe?fZG6m4De%s I|7yso(0$n_+`Kk0zM141K^(leZUX(d)`N6`~Wk6hXWo7mCVu21CIpHiOnjoSU`mi{7x*W`&eU$Sx^ HTVO-_W(Wv*ar9#;3UB9j_|zylKBRFJK(Y-nEr6P?>~b5E*`;teGYI2;0=Ip1N<%E7BUV;a6G*sw(EUEY|jouEN{0Vrr#ZK6PX`_ `wlT*=Md**$q?JqYv~JCP6hD&fX7&Q=K_K(yh|+Il|vk->kQs)?fCW($MH!k|7Vu(_e1Q*YgYf%0&q{p9dKvB0}8CCV6a+XJx3Kd PbUDr3-Ig$+j~WU<8^(3^?#|r@qVbl`oCY`ygg&@U$f_LFEanTi)`1{fNKD^2Rs?@3xID&!zPtLLxLY=j1}OmfCm8n0WgF2`wpWV zypBn8w77Eo_6R1A=-+|4^};|1NUnIzc1~ndERFL*RSxrj{{B~@w}OUM~)CLZv&hP_+7vbz)eDz0HTSWKT5nh eU$ThFCbWu_cg%d0XJU-8kF~deL}CRIG>+f&2g&$enaqjHS^Ct%Jb&QJRHS&Jo_lp&!tC^j&B3J4De}#M;&c^;~3Bq;Kz>P`1S*S 7_fW{>-p?49PhIL!J@p2kKug(1MmlcI~~jV{&FnwVbkL{|8EEUDBu>y5#RSYj`VPV-47nedPa_8y=NcCaxOlO_UyAyU2RfL+pWd;X(S IiJs;N_qA2sch$#YsfdYUc>gZtl>CKU&H<_TEqE0WDW7;(lwlqn*bqtz251e9>7rW<#Xi!2Y;S&?)cA>es2PVD&hU)^Td;noKAW>5>Ql-wSZvt-lKpyp@TC>=a-$q_rE!V?c4rL&dXtEvcG+2l3rGv $^M;xCgtOGXOa&;b0)`UyR(QFZD(;@r=7+2uK}C|c<))9SMO|$A;7!OX2141oBjF3*?fQ6*(`7E*{tvSvxztNoJ~Bw?`)3OpU>tz zyBPAEz4)L{o4$HmF;EjO0NPEs9AAIf{&cpWS5}&4@%l^+jm-D|6a1X$x=TiQkb}r}rmUD?Wcb&_AZ?OE|v*$my{J*e# FP=+0-ts)o*KX&r|A(H(@>ie7ak=F@;^9;0vAkaZE)smS=bh(sT)NI@I}bmf{B7WT)^j%CreJ_~p3m~{y?}J}%mp0R=PqFXU%P<$ K71j|opT}i*ufVv-Qo7UbRqk@3hCtc2dc3eR^TLxGVJi3DI{__o`sW >o{*!dq294?Ky58=Y0*}Zh)7pqkZt->qsxpu4DiHvW|H9o@|N3h!|0Q_XX%=fbabx^`x0!+-!0@Df4+s|bJ&-_n}H8Ueu;X={kJmR v$t~GmwcJ!RKHBTTKi?{vp0R2?SJoWeE*T#IKBto#(6#XHn#hdfQyBGZlhfI)@`&mw!0m?8gSk19G9)`ARn4|2g|wX4vx$1cd*`v ?fFxHm&^R#!FrCrlX}DF?zHrGvON#qN&5TUoy4oZ-)Z=8C+Xn>cX58^-o^3!^j*|rP6GUb4GKaRYc^L6yy q>D4|W`D1<_Yc|qckd=$ylD4-yPNvphwfo}_PB@Ra?m|&|0VaZ-8bGtdim--%>T$eoZs)?L%e+c9*+Mj_i+3+y_az7dr2ql_cGre _i~(O-b*^`vgeEMB_I4WAXGc=BEZvR9=}R^@0PEU&;AAQ(}45tW4YJgM?LA5`>20CcOUht9qz}N0FMs8pX2%6uMv-5{~GJt?g6%c w+Bd{9S^X-hde-iEB^rb;EfNEAN}M3w)I(VDk Z^KUzpH6*(`uhb>(4KqY3G&13z7Jdk{5;?{1y2CC1b*K21LE;Fe@Hy|-Vce7?|G8+-Tox;u;)qg`4gX{o$~OL)aSSOk@*XLM0_~= N7PH7G`PuA9KZIbNIxS_u^*2ZeC#RG_0vyret!8B@%qC*h7Jfg<;T>kzw%?^^>aVw{J#4qoUgrpLObZ{pK!ch`U&&D`)T6KE>Dxc tbUr$FL;{r=ccDQZjU@oz3!)g%K*1}hV>3T!+fs+{z1z7De-sHXF2YBJj-!f@GR%G@T}QC&yrr&K1)7!|Fh&v@A(<$b!Wg~z}Jx6*y?K$@E#^*S$4?V|vzw;dN>gUfW_eULkby68X%{FOe_2_!8yK@|W443tuL^T>LV}`(cBRzRYp?!OQI5PhPfu8T^&Kf9Ykm>venn 56l0ySNQy0uQ2}yUg7g??0#o^Kk*gzXNofH@`yp^?;>&%3W -~B4nb-c><%y^aM?Efn3=`z@3={{lam%qyL0()P!{3~8HJM2};r*i=>03JOIh=1PUf8aXK!LQ>vCZP3C;7_=J=r52vfbaVoa30Sq e+ORRe(!%mCN~SOZt`Bk{XNZ1-h0rHn_;YjMR;F(N0YZTo?rgXCY5hr`L8Cg3HK*vn$$mh(q>KGFw&o~d6TaDc<;e`l=p4GE%5$3 V8#akKC@Mm_gB2$_5DpAM1Z%`2by$z{|G4b{LT+HDSd1M=*u_(3jbLSD0qAfpvcb)0fnF64k-NL4+cMg&Iljd`$J4O2q@!o(uY{y oq$4jPXY?Q{}WK?G=t6wA3hOK_{oicLML}`&3Yf*n(h0QrTg2~tbf9Xn{=LYA7(pO+x^-PGyj(WWuCqcDD?Lfpz!h60H*_PwM~=a +af^W*Xsa9F5L?#{Q2jAf>;08hU4`1ZJQJyKC~^{ztgrXzs>Gv0t(;k0u;TpZ(H`K3@CJd)V6HL=eA|J*BHEUTaMT5fFk!E0~EQw `F1S#fbCdsx7~kgJC;AV9ot(46uo0Dpy(YB0t&wV*Y+H@_iWE`+!;{#`@Y+AKIQ`oJ{PxVJ5~S+-X8-fbnqEK(Z^4YdZ4(#8KKHELfXS*l+EO#%T<9&e7 b{=9d>vO)2@HsBW+Viu0w*O+^@W$tOf8F4B0EKV;2oR>G_YC0eGLJiw4rlJvq<;9>J2&aN;M0KOf1e29auVJj19&>%rn@wGU`gIN y8{1&ZYMT*7s-6JGE=hf6TjQ`;5>EgLAvY%6o1-Pfa15FvuBg?;gkG0Yx9(W*_3m f%_1@KeZ40S=xvAwt64-|HOTm?}z)4&;5BH*7MO0=3CG~e!9Ga^LIiA`~8g$j@S1L{uS_E>Cdz#)pMQ&6#ZxS>72jyfMPFC*tf~M R`70L()sQ)Sneu7(GMP+!Et>1ejK;W_v3i&z8~8)3sCgRf&IugPTG%rWBqp351{}25*-}ir@wDB)*hxP2-kIdjyUiqj+8t|c9wqp`Kj~y8gtq8$Hyl9veF0GHpl#(6LwmF#ma<_x27ZeZXykCDX%e&RmZ8(_t{A}RGUmi^Q|NX(FD}OQDHFq)R=iJ5Qw+{e{9W=F@<($<``nVKO{KMDU^PPHFZ+j2hxnB>0&b>}kD=MMqJ-hO2n>;K3hq|<{8_5+GN eEcCS=SPQ-FZ|>Xj>pdrA)WsA5ccb3d;h0H*slLQgyXgIp~TzE4`sdw0G}4R1r-1C7Y=Lkt_0lj6HV$LxDD`pz)e5Nal07sDWN++ @jtEq6vyR9pW?Xx=2IM>KYWUG`At42R?_Q=W_LA?M2`Ki(b-gTaZ6E3Nx<1bD{e67??LLm{Q++J=X+ZHeZINUDjxe}7N4)-Aj`Vm*j^*5x&(ryYCNJZ{D7-2$+9$zC{w${nwt_|wwQbo2U&SD)zT_?7zEu9f}N6Ho4^opGL}`+7ge=gEH7|588c`49cn C-)j)x{d+zpDsYLlluoqPfrd|E^ac&`Pgxg^SEe`de9kwPm5g!C?Pl(9YK8Be2Dn`$syA1$Pn@A#3A6-D-UeUW&7caih;Y?1wZxybQqr`MOl{nwKmY9F<65De?iTE*CVmmJ?aeVG7kuQI* #BzUGqJH>diTGA7vz?~^ia+x7GUsR0Ve;!Ohgr|A!yM0#4HJ+0huN;XhDo=NTl&|BS#Rb@&cn_IJCCG(wfsox)yEyl`oDQ3@#MK9 *{|1+B>la;!ui_0VsfX#ey*vIkA1PidVdNi{??|D?>`%IUak+#{t8Jin^&83y=}0{dH+?Fc=m}J_z&=*QX}8^{fZ{_=Wjd0`oAzj Ir78^)4z8m^^u7y+1@oPN!M#v62HH?lJoq?O3K|I07^W@7Nf+|(NWq1za6FCaNa7)jb}76JMTL&GG#8YS#OY)tra-AJwFB SQCz7x|ffle(|@XNQaY-COs`Zn)7h-(Zs9Ek0yRxbu{ge$B!mo+U^+2yT!+_ou4^|_Rvd!61R2Du^iXg$8r91$C3WdIgahS_Bhsa kG+55IL_xL$8#Rue?0H^J)Znw;qk=BmB+JRryo!Le$DY5w|AdFyx9H(j^|z{kRN^g1itSw_{kF}ABRrh_#Jx!>FyHCcgG2=_iHB* pC2>$>k>fwCvPmi8PKJok0s9(Nz8tHnU&#~N_KgV{x_&MrzlRi&= 5duy?`_KM7_0+pgCw{zgI@`C)8Km3r4C;yZok2Q!{S4B{;F*+%=blOWedk#$XHUR?NAq0qL^yLXPL+3rW|X2NXa1Jr`2$Z+=me`j;01iXZwLfPvJHNt8H`djP)!xbwxd 7hVHAOz`0n>JR5#!g1X4QqD)urNozSU&`k_mvJ16lbUE?j!ONNNsmqCXzrLLP{DYwaHa2&b-C9dq;YbXc)at+7#pleD0 qt|kNz5pox`gdH%ehys6epIg`A3OFsmV3r^q=!eZquuq&b;P@qzCiur?k|v^{Si?7p6}OU(a%1 x}M{<<$ChRz1EX2e`-DP>%8^UD_>ntIym=+CXLVk@(sk(7j7iJfAA*Se+vwTH&L!#2q^1EcihDGZFV!CUwX6g#hYpWKXEhP&%dR~ yBhGBTd1d>@TDg2>wusA68pXAR`SP_ZY3RGd@J$!id!i^zjQ0x_1LW}f736M-);A0=G*nl9Or$%%y~WlQ1%Nf09-2Lbz76h4;&6C >yh8SjpMNE?JVarw^Q#p{dUsf1%S5#zIZ$3*A;iLA6wqZa@O5Rf7MoZHEG<-Lx8eDV)QG-zjxo=r14j4?&kbv?xFs1**(-d{Clal ?Rqcy=3+poX5LZvlE1z1Rl;9=mF@cNSDEh*U*-7x?W^pscORc`b|2Gic^{u|b07KsF82}d_PCF7V)lKcqr>kby{)!%=iEoWd!^;S -OBsgeVniVxsUVzJwRD^{^Na|-=6z9F5d#YLCXCa>0`48sCRto0s5Jqet`X%@*wAXj|W+P{y~m^zwg|@^2!^SueO1BdC~@s`}rHp{|+%DS?dF&o0Ke~4=zY5oX!3VwgW vtl!28E4`7uW`K%@`z0O749EwW*npZ9cuM&Vr{+|zZRq^+4HYSJOyAcV6&xp)bc)SeQCn;uiGc Ah?9+z!VjvQ%4(74Uq$-OWdE7Wna8~y5ZSuN?4#D-y%XcTq>1am_(6>r8hGFKA+H)a`<2fU>T#HR}Em?gQNacN6!H9BlQv@37n=RHFzcVe*nnWLuZsuMl`4b&a{3D{1 %YMU&mhNMgR&<7$cy?ej!eP_ZTZR2lsz(;{FEtdnfY!7;v{lp6}t=9Uk{g$-3Nj =%e4vy%6#zzMmi9{AM_ja8r ^ocYdMjdwvKWye+5bdLl!C`p5RTE=fl7Ex%>{Cbs^ToTm4qsrps_rdzl-OeLM)_0llX!vmS-G2S!Z?bvEYGMtzZGy#ynD>b+#A=I dW>a|cm=4n8t<^%CX8piO6C#2Pvf_RmGOr}TmB2_AllWYnq%)b2mC9ZJ)OWM`IB|lLKEYQ9>TjLa4l=9vM%;{kNe;56WNS+Q<@o9 eJbE5@SBX^#rVy~`-z))WBxvXXTMF&*d0fV$iE&yprLRqlZCrr&M_YM!;QBn9gP$}rR%Hj=Uxe#@?Rln|F@-w{4&eH5z+)``YnEm!Jio3EKjg0+&;A#`N9|qJ +WUDoM$L>f8piwoYG%w;^6y)Cz6w9_k-SsJ(aOmo?Q~1?cPncrynhF-7u&t;Lw*X^1C~eD(R)3KjlozobHDU9fWHL%IN%MI4<@Wv ZqS$HpV(}_Mw%bvHygiqHZh(@{WmRr6_wfejmjB&+z+&jG^GPr4ya@=go{!lfNtR`ybrzhF=zG?*x2Y=(dUb0p#y> z|-;UEGGk+7(3b4%spfBC${Ws_$?OMjNkEi_Y=Uch3VU!bF*&0 ^7@(>o85=|_u}_iOC$bH@qLMqe;a-?t=$rjHpA-L56?q9p<)-b3O?c2f#3gHI@#a8r{z0!9DER4;o`b?vr)zutxXa`^)rzJO^nkMdh0-kS*-;2235$V2F$2;r)_G;!n+jA1n#J>NA)%C7K ewgg)19gAr;obIbobWEQ31cedZ!MnB5_xI&m*D+vxPMS^7{9++`5#V{_x8HBPTqvEvts9c(B7@JcN_3~AIf+?erMs`H}KmP*PGx6 )80D?_s>~ce-rNQdOcCLoPqFVEAybl^9QV5gUuR3=RMKPcZP 1w8A){Vg(=fI9%*YIR?eXwP0v+$YkCJkJPjH}l+wXRQwLC4{)&qnUB0rvd&H_iqFI9DYSyUuEU)Z151vD}KFSHZvaa*e1pm?}d7P Zt1oanILoA#64_h*mH@y{X#S2dgX6XlP=$R2UxjJ8axWH+47uX@IL$=#_wYMP8QjU-#;zAtcPvC3D3Kbzk3t-ATgA8H8bYe{oO2M D)Wv!_cb$K`asM3d%)u?|B+IM;D+7bX!-BKvm@~AFZgX?^LaU*osZwHSUQDv<};y`yqd1nKD2>CAs +zIfz&5X@`q?s|*;)gpPzwPk;6+AoL%K4f>@t;q!cKsReTaj*twJYDm{g(3Awh3cS|6%XGir=Hw*JXINHLhhXU_M|ce&UDj#P6s0 eaZ67!}Gu5_dVPng5PIweMK{4+_wV^@azP@&o}Yhi{#%+cy=M)T_j~?{KVh9lHZpN1HatwXG^30aHZT^2#R5=pYLiOa4f{ Q1G+E!$G#XX4!ljU#^8Nf7tFHTCQP2F{v`7GM>`z!O`KMQplHvFskKr 9WvG!a}<$B@#t+XSds6OilkZc3{#gK2r6;W*+N)G&Dl!dpqB0?v=+*MjTt9P*;`&Ih05zfc?1Jm2>PoIff~%y_*2_6SS$9H(Bn{> (~Dt1HViBqko8w&EBT;0Duwq|@|e7Qwj(pWT$quWUdYdw-aDhKoXhtsdSZZj^2MNI`lQ|&{>Wg!25P@YvY}tdhE!1~bYBraxX8nmHip?26y8;c%0C^N4T}E6EN8w@=*0xLv`?Re#<>>G8Vve|(53DwCOc}KkWAdbJnGL@Bvrr6 n?uJ`IdhS)lyx1{tThmGzddfnl=Ky9+QMLE6=a7INtZCkJx&y1xpxf{nIiP4ftyqZ^NMN%m2z#^KVmo-P-L!TNBn#d*aZF}ZO-IN VKrOo3&u9u?*Y!T%HhE>ibC=g`CL#=C!MX>%5>5shfs#aa;e!vtzQcWh35ckq|a{9WDG0iqAPn6a0MtQi5+u6)=**sGrM+!-edqGO4~S$2m~^1#Jfz3^{v+H#r$Em#SPs=29?X jfuM-f;D5hT~}t8{ZUNfNVZg!$pd@r3sBNXzDh!O4c;$BnrSk{m>pQ|^=FlH94C-@RZ9)BVIIv0O3F-uH|!;nfku1LtS|sUVfx0* SBzR2>vK^!Nm%RcFBftsO_C}_2nHbeyb=)*VyhNbD@x|AU=l^6KYuX00!$GzCcSda&Fpeytz4bfU9AK`mDeKl3ZQ(W-eRj(C7HsY 5cCPpiH9`XTdwK24FuIx!M>HeKMF4SGqbC**$SU@_!*4Y@Qk_T8pZ?&uLBSUN7f*b0`Rdy%@yw0ic~Nd6oz$7vtgJY0L7K^$id#r `%x(_F^n0GW10s#%$6Lv?5NCD2jmx6Q5a1$7;L#Xj2T2nO&)U6vZHA-?5>tYvX#J?g9?iZ^F_3{BJHWGs@3nsKtax9iYh@dkUU0! 6c565tH5f#^E1H1fl9Wh47pOPV^7^dDC{RywMgD75KiQiE5;R)Z&-#6IC@%jg%t8bGR?`-L$(}97+TUW$uXu+8lEAunOPhFwNyS6 C!z_pVw@bDp7k?>m7ss$od&Db;f_g@a@nHLYN>Cqy%ba@RkFkR+@xH&uT})vC>l@N*%fAG?KA^9K>dCy+4M=-8SUDhI_eyrF^_d8 X+xU10e!2n990p=R)oDpGEG#Cj3Gyr#MLY44mD_ns3^j|B4*p}hN>q~0i;P-$SXbPj;Mvy5IKQCAv+u@+pCU9 p-@W0ps!ZVgN(t$s>WdRAz2?#uD6yim-4Fue{ttBe>eZYMRWF74ptu4L1O6;pMJhysn0RsIJw^+WUJ7_ WH6KnGku`RN>-`RWod*BF~tITLC2u9c7IL@1W%en-PVeXD&sNtcX*AQInZez)Rk+tM 4qGVFbWB^dc4%A)#t2hj(AsYNcW$jBno3diXjep>H&YuH9D%$HWhfIedL+=X3);seC1vw&i2f})(n5l_Mn0Vd$miO?U~Ie4un}yl wxKoBuStrs)oq2RDxtF6f-3eup*hNI%QBa`vZ~o5MosjM5*kI6dCEhN+7hQ$RdI}R`$!qUhPCwecxa?->1?bGZ2)3 g2*Qt08?rwF;U&M;o-6>%}(yitdN4Cp%k+wq^sN1diG9HG@;5mdyysEX~B(A_u# F-Av9tI95RK1U%^%nuC0q*YtW^gm`ajsc@1DEQRT?U5LJ*@BT`tCX$O5UJpP&hOPnNeWVisJpgd04le6EUu0`q}m`zc-Ak`%8)2P3h5Dc(SY)BXnRmaUJ(ZrOl 4TH6H=5l#?E|V)ls4A|gs6uLp)avsP({5fuF}GP#AJj)1%%qa4x(+xLxJ<4++2gwIn_9702aslLwgigK3L6a;s<%YkphJzAo)iN;OIH>XLvFH{GX-bnKL)OoXCY%5e85OS9UtFndGsF!G(b2u;ZhKm_0v>YEe=L=BVLut=^-dALoQ1Abkqb!?=YOCo1gI!~*acH($Tw@+K=S|KhPZ6KW@ $(eM+3_Jw}6$6ugY1!@bUD9c`$VrT)Dlxhvs@|UzFC2ajkh)w+^{c*P%c#@kOX^T1Bhgx;3C!gy=wKOK76w4Aud0qmYl3R=bn`-W-IF$*ke$G=n08tLkTO0y9HyK8zt^XDz{jywW|0l8(BJ;-T?I1 YRtI4%~T#5HCOpSObt8hgBj}3;n rj|O2Np_MeAKKG=31h_BPPN6kLtKLr9%ie$uUt@PnKnl~DlHqq(`eBJ1~;9!kPwlyk6f*`Y(*8mnyrZZiWjKn^(QP=F<3Kfq%ost gmfs?IVz+&8dTMflZ`!@WBj2;5500V)p0z|{sVGG4gZ=|?yfMwwjhoKnIE+oyWZ|8|%6*{u=7$SGWU_^3*O^-=!r<5-%ZSlgfpU#n DxkIsn5e3nup~yxl_3yGR+l4Zsy=SZF_HS679)}0iKv~0@|B?;pJ);15xCa~O>$*LSnYA_Cn;f;g%ymQH`6FmngPk$w982060N7f yqi}9<_}0nmsiFb|K`rBg147UOlKTD)LDKLCQ8`J}tKxdpmYFcIfF8OB 4N~}HQV1Utg3z%`kabI#)-=NQbmF)_>F2VLP9Ek`==(}oU7oK7(lwb$X-4$Ks~ct+cWBWNZ}P~l;zWbE)HP5UW^oGr3!3%^(pE0;Pi?mq!A9K_xI6zQJsAy)$XGwKq(?B1j~s*%YPUrBe*=_I9}v&CT0omc%&}01GI_+humSv@4XfaL6x4OUELU vI7t)?zMFLO}&?gma3Q!LknE$t(1p!367>fA>Uh($e7UE<$$0tjQ_>DP(O4hMrfCL10_+-R5X%Cyj>!Jg+7H@3|K>_yR&lHJ(M42q6&nUHm3(q%>JI89o6D` Dx-cU$7;zix}QU`WrJmq(6Vv`NVUtMXwXC`#^P5Wh&-9T`DfM1ExZ)yRE-^Pc@9xtX12wfh+**Q2J#oFkEq4_sP|F7M?J;?G&ra- wc&C+1xO?m(^k=7Cgo?mrIswIGvIXzPPjzUh0yMIHMGBbN6kCe oes!|nlWoITN;oAN;0#YO-uK*FMKx{DP++#P)el#Zq=i2kb#3@4aE864TL~2vYgy|KUauoyBbFn2L&Y}l++;%uB`=G)+oGZUcWhO lXXfOIt;ADn89gb>7GSaw(_!qFgh6qaeY>bG3C#W^|0gsbUORgyrj_>gcdME*}A+=MN3(BIxaRQo<^~xN;3M?!a`l%R@aDfi*y9Y e$ujymtZku|6)O5*4%jktPYB**|&l%2{t|m`0Uja?#D{eJa?OhiYrLOF9WgsiT9J&9iG1&OjxRIE%GT+}*E*Dg}$hyV+WJkyGn=;BM %5Gt0QM{=VrweB+ITr(+7g4;F^aU8Ii=k!ptD1jRqAm*>TEZwSG?bo3<(mm-qxPXkNzuBj&4#m$gz+W2zLq1ik7%=H`+JB&Q3CE20%G87|ZYjKf6TNUk@MyXiPeN*R=r6&epf!b`^ns6e&c-asG_=OS8B=Upn=(lsGsh*mO_CPP6R&eH!sCc+kFb>Y*Gz3gF%(WGTpz8cLQRo_v8MVJpLuiph6C^Nt? ncn=SNi$VcBI;9FvW|y@PGl4D9}=lH4u!rki8dli#+XEIy#{C*I@j3$305)#)U2*-sisL9qa56~s#p@{|N8 3K^2?J;gq+S&TPbgGvs_m#Pc_pD+>nTL{Ag?>c?k)S*Ulv-TBUwfQNZIY4#N{m{~L=Z^}YW<7`Xo*2?O_2Vc_j(SU&`m )A&18TtSry&AT}cicg#nwn#~l=Rpc`D@;nx7NKR1{U}V0aZQPZk4P_#gPV4hjT1##$?X&GvD>zxH{!DkDq5SBsMA#8(rM$?X1vZ^ PJWJ2#UW89=nIPd{op`Q0CEKjcM)VfVp`0NKtuUH2_*BR(2#oa&w5*;Z`-HdgQ6t>Ycj3Dx2Wm`BFX{4AkApRqaXujMpAW Oq$#Ov#a^Rddn-xS0$}H6vHsFRVul2CaOd^a;*=Ah7!{|aX_N;TUvF+D;;GTZ4;X~8c6icByRRh)Xp(iamDrjTshQ=m5vW3xAE($cP6}T0|EHFV>2;6d6Lt2z))~Kbp)mDu^b#c$>aAygEZq3MuW!;i+(a-i(z{}#5FGnDf Ene?o@P8=H3r85p!F5qgtoVf_QVZ`!T|3h=JIbqjoIrY8%Q{*qxr^nL8wsRqp_q?>1JoD1os@@6*B!ZcEx3Z{E+T*Yp~SkAjZvYaABr 6uU%y6`|G|JB*_2OJ4VWj_Bq*`1~h4JlJeZ~ 9#xWP*;MOeFwHBKT

      PikZxUay97i-8{)!qH{b)yICWH5Kicjawl`>4T9pdlivBdVu>Z8y62*gNEnPwxkQ_(W@E#*4 J7m>YR?;ge*X?!=Q|h-e^F*m86_aJwl?9oW+IVZZrPpNcFyyM#K^eW1bh9QIe^#ZqZ77Tx&Lp>cAgteeoi7fnX;l+tyf3QNm6>db Eq)~065Db$zT0?mOC*<$CMGDlh=nqa^L2Aqym=QpsqYnFl|DZ$Opo#NT|$;EGkOu{E2n9N}_D1#f>c) 6H<{CRg|qxOkr=cXX9U2*P(|RkP8&qD}0}#XSOg^`Olxotr=m9-D*5$sM5+F$=K9w0gYccoE`flj)3MnX{=tg^{8iMoKoYr^CSqu LM`iFrD}~IGx9o-!!}cuOAhskt{qAOvqhs2V#06)f`7JQBNDkLHOC>6=okZE#Wo#WqE@2hU|2jorM|p#OlyphD$cSVnu`Ksoz~#o ;j(B&N1h2xX=e~Al8KcWTr=#-pPw()R*EiJt>i)X(#_RJQTs*{YieMT-JT!mG;cynx1JB@AHty5=;_%e-rv`d&X50t5bDamw6Ck #jHcJMC+Gql$MF91NuQP+|O&g_?-5ai`pJ7G%qZ1t0V=I?DsSBXWyf^8$nXlI85yAc+%rdD?&t{xDM)%4XITI-gG^h_+O|*6w^|2AjTMOT?Pk=VprP m2oPSm+Me1N4n)vWGLfYqL9viA&Z45yI93^8Cm72iS-Na`ixd!RBv~yFzJ-ZYL;s_QKINX3dcYhnVAZ+X-}qCb-Z59P2YETb7p#T 5=WTTS?TJsP5WOHM{&eCb5_UuZ>)Qj*diKx$mfoU<8~Z}ewbtm $C;902xi;xWQIn?HpmpG!>}mwcB>-eMQ4lgD&gMJb=jpxor<>WF=PLrF-#ecD;q6%6a2udt16r%$@~g^lD798KJe3Ths0xb((dwT`ylrn#By2mX$-Om{F)(WCP_b rmaX;S+{aNO0%(!hs|xUc9n=z3S|6CIsH!z3p=rp_f)r5R^8H==z-1^Jy?qt0(eFtu@=@JBUatkM{|&78m~u3h1;^V)K-z0m1HbUY@Ihmg`|r@k1TT?t!UWnBJ`)5!NdE{^!8WoJJpX_*JdiQ aIt?J4ZN{u+IWfNFypY8&6g6vG;(aD%SKBjx%$B-RDFqk_ZR9Z7Q!6lk%kVI<459NQ&G_;eyG()%OJ_2G`g%JC8zk8cfbMo*Vfg= |J%B|aiMozU2+|$$1e`H*P~}51PbdgNP=0+>9ayYmU8L~vcpkn;FRRFmUuH>q&yeP8ij{>6g^e5aP^Pg+;;B(b=7grZBUNdOddAl &Ffz1&Fkj@Bx*O8OYupQ&Ofce!lSb1Q#J4GP+&75uJJfLz;;VS-g7(AoE7#W+5S2Cmhgky@)M)xKCwyklrS=J0R4s{|@VeCq(p-Q9W*whx04%dLR8IurUtsns&OS6SL7Db-~$0GWn4?-8$ac BJ>N#fs6I0$5=tafKdbeakCff-_XNc^1FH#MS8m>ZjcaEDn*dV=o~N{ERmbM#RW6j;>%b!xQrFVTYDz6glDlO*0AizKJi*K2)p2x O*?-IDsM#;6>XMlX4GA`ebX)HCk}{;oi4&om_DcaF7DLdEZz4~uIG70J=QiEY|N8eKw*Vk#J{37OvhuP&#K}Rj`7$yVI$G|(>6NZcBK6fLC(2Km#g)fu!(r%%GAoW2>YpC{~))IMYpEAyNSvM@ZD ZIuK6vS|x3D3pgq6Ljm)#{T+}>$@9URtDx6*`&8oxV5TmsuC;1c1Y-wGY`XNh@W!txY3Q87rh)9raWxyu*L`$%4TS4frg(psF*Ue WH3J*ZI*8LqxIAHr5?eRW6Tc`L6(0)6IB?Q)w;og@>lnV94(az=Mo@X$iX_qAI3x}_o=z#;wlZ+4de*NDq0|ce3m0V5i1JNfYmg{ h1%ij4V25H=2|IN|4^hp-N78V=)F$dI2MBl^v22R-bBtbp6#&u=;X`c(dwWT4BjcT%5}FoyI2qHbH{{5QX)R~m_@5xwId2-RP=o0 WP)r-@x9&e=1Q+)i-`lB<4TntCFoX`b<6#AhyBFtJ+Z5u0W}?7WQ@maZe>}{ilm5Mi4x=;G}Ajs_EnewbH;Ohc*C1W^OnMr=F3^I Q=Ouzce|(V_DJ19DCBshPrdn6zUNC2LVdJ!eRxCC{V37a1G3x_CRE<}CFbU`@zbQxyWl8Z8ND(`=;^$$b7kY|kYGtM?4$)O%m$(n@0p+IG l@Db*Shf_%-p()#BLPp3ArJT2*oQ`<2qXTqU PCru@eQ7h^;s^E^Fj0FXtg&b`Cah|p9#|I>4~=EyHvO1+gj!^s3>{tEZ3?ceblTHTcO^FK2NVh yf$r|Ep9KQmMpVGVOH%?2#PEv;O#!`ll9m~JsvBc)_Aik%K04I*&D!k#Yn`C4In^RPOQ5*1!`CF^4k N~n#UO)AcZ(&(Frn~%fA(An{&WSwwK=|qu1Ap9>e6H%JjV)(yo6Y8cz3I#{;htc`U17nTzWQO=@hqtg~9ud9T*nxn>a#(d|EZa%S p^5|fiUvc2#)b@RGr1Q^nDaunwx)3$sV8+Y9v)*vvxT?1tgSKE y64LsgF}_HZUHBs;ug^oAHuiIyUc^GQc(@ok--pu-*~Y#VzNdW*)aYc;lP5}S0mE520b$3m<+`Z{aFZ$XqS Qdd!|D0}X(LeKWl)4}Of8r?<%7PfjM=nXN4M`!f-q0VYGYoBm&wny~!0N5y2NUP}@k{`)vHDoeg@?ZxZe&8?Q@aPR8zq2zGjJlNu Fdn6lMHT2!DGSK9nJ{1tIB7@VY8&NT=)`g%)v-nBnEKuocUUO9I_^fHD1~ZhZgXw=X>wnmdlM$bzidGd<2SN260hqeUPJ*C$%pg~ >7m2i9KDIZpG!=6($*saN5vcASEprE>xCa=v3T6GG`eQ$mQRwmUAW^!c>YzvB(ZrGWM=(&#BG=_(4P?T0=ibnQ)u{e)IEUX9Y_sM1xV!^0f%sIt*md5apaX9(IN)0?Tl_r@W{@!DPFD(=SP2He)F*5p>g 2GImEN3yrw*MrA&A>2%;c%ucwl2l7*u-!wLLNUk+nW~1R$3p)u`_65TfG7cM)%DH@IWxPtc&>W8cnkIk+n=B6cg1kh%#)~rYj23!wD?&#mL#f=6nK03v?3KwZ wa?#7nCK4n%49lgxqMk3W#vMisMaG-6n|h`Espp8x>(l5^(TSHD`wzh17+Dz-R{|;MFe`bQhb>{FG#&p_A(nS@kJlPsoNp)=EG&9 BI~xpjw$-hZs>>$wBs`C3;KU&S8UV_-55Kj5&!8;CX3@(#n>gL4{0<+ZZlfOYFlWe_L!EbgCV&(qq-Xjebfz9wBLgkXTGZZG)A%b ^i^q^D%p`1>~^2oH}tZ;sT@Qw>6d_jtB=uUDz|mC>Q2IUF|j=9NKV+_NML(UI=)Z8>Gp3dDWiSmf?A_;DQd6kL5!`nuXj)$(t@|H Rdt1m?GD|8FzU&KrNO5-TX+VE%ht9@X3gtSvMkQ)-hPbJr}h^!CIAJ+{XJ?nCA2&Sr SPoaR@7QryTz1@3t=%!xG8h)1O&3$>)qS!px|cVJujF{?&%=4$8i8jk2Hj&rAi5>EB>G^h8WJ6R2%ShL&uuT2hw`c>)$`a8uRFgo DtjnDtpCOKPItLd8Py{VYNcT1uR(?3grZ WMrg0{biU;#zh!rTvHOK(~PTj%KZ9^xNNo}k1@lf1SMRROSV92i`$lF_x3$`fb@ulMaeix9}4oYvun1$*B*YaL`4>|RdE_b!;(7G !Pa`;+!-g-E)xZ%_H;xm+@X9VOGT>-2HUjzGclk!ogiC)vxDHP?i2}YfZ43k=MBxmjK95?QnU4VrEYZ`CXeCC #zDmq8yk~I&nt~S0xfP56#~f*e5UV!iPeg(qx9J(-hv*qC%aRXRmTBFmOFZobUE2aU6L^+vNdi3_uj?d;8yGGjmwbZYV6Y~6T&x6 PA_XJgF7;*J31srR^n-y=I8}a;2tcrq>f6JN||% vOR(LWU`ffW4FD0)XnRGo~N=$tE2CjR?_erx@BcwP~BPXR4D2~s(0O#3LQaOWgTOQ{L_fgY$d@L;#mZ*&V6>V$YU2&Rv?^b-(UTs<%H~l{qm2|je)XW5+}bMNs?XWspVHz2zqluIZiVVl aaD4pI6E|F(VY2;O<`WY{Zxbu7ETz*$5BOkOQLy8x@GrF5q3{?^bJ!->ScqEnNBb}!eajU2^94>#D^=q`7(lVLL(i>uaqdLc84G|3)<=uv0t`b%~Q}VE;GGsjHzua~3b^^5@o637RVb4sV1B(V2PwpC^;3 C$dY$*;$o9KVg?TCb01#5HYT*nBhts&##p3B)(H2%w6>v6DjO%@{HZ6Dg2@e_loOBn&a=Ga07PZ8uDQr-IT5Sj_R&4>yz-!Emot A0c&H1QO#U-6r-dDdojndSil#)H=~H^$Q}ycu`JEQ`ftFOE4K$a3x9mC#5n93oetgbOmbI0XalhiHM3i^m!Y!56>7*KO;+O&n ({V;wT&>z+jhe3>@Y-9P!#E<@g>yM^P^pzV>XJ0jl6Z1UI+9(OPUD7Ah)klO-F?~M!BE98UXM?mfRKF??k;+4lChTYk#?C`b@ltspQR0f6-yS9n7YKV C!z-E`c}5uk;#bp9E&oy8l>Ut`5ARv*Hw(vnY)f3yU#Sog>6jhYM@(1hm@Po1iBEnaXJk}OCED9t-tGpa98@_lBnl+nU07HNm$k;^2al4U$hFuYSuN+|DJ@}i Enkf5Nq(#~8DGGi6{+(Mcvn{s;}Tpgp*P+K`?7|5=`S#F6B57C+clbgX3l#}P_#_!`e!}uY}i%`sI!$iNt 0#E9|Zh09!PkzkE>xl#BT5WTii^NIt0(Xv3avRK;@o!I;rv4J+QpRiAvLI-u`la*b$JxfFZl^--jX4lMYodjxPi|?jm#wEfCbYjb I?_yK7Q{IUa*GG#Ox5}*W?gA$+#UB}P}-J}@QOdTp4vQL%Bcky%Q%TMQ!HzZ#SF&2QXa1826le!-Q3uE=3iSVn?-D9)6*pSM2Dyj bzjbDO@BgOJ&SnamJPaS9MFDwgqrjwNl`NpYBZOr3F@vM$sd`e?19-4LU>zdz+?H`+-!e%kAkM==nIJ;WHZvaF7UalB9}p7AXekt9D5Pf+NO&eyFgM{)Me_;B7z&c-L- CLCU4OG+%dH2iQit@gw?H!MYIGTIOA%6U^sBkg!>QvGmQVl8TnV~>*-*|=PLAHSeDg3)52RTHTzu&y{r9z9QxLJgPfnzv-pqB)Ca b#~A3mXxC9ch%(^ID_O69$ANQAduWgPJh$E$NdRFDuzGje#3G=|^f%bUIS` twbWk-wR3HBKgWz!YbAcH!h#=?gOcFLw(RW1VXtr9rfSu|bN$E(UNfqhtq}1Z{q@63lfGDTIN-@uLEA~z^ ?3tf#{mi)azx4RQHRI3=_`%sJy->mvci-~L#u|J14Uv?zn2(384l|GV+ufce}S#Pd=zWQ72mIjKV>^rDhT82Npbj>6S5u(O$mvt=p-`ryJYLw>0^|vv{{2AL|h;yi9G}OC9fR =W8xg|FuS!L~A{fW?in-DO?O4k_|9=(fto#qDe*zrR*e`K)@gE4b<$Pf=LfoB4E5d_0v1i3X?6Yw=tg=GU#uXV@j0~?9cZR>`gj97G%!qegokiS>s%eO*g0(V*0(sl1G&{tD>h?J (i!J`ZY2T1Z}(XiRyIz|lga*y9fQ$Y#}bPT&$D=oMOpwzgOa7S?vV3LRC=TH6ze_^k~q2RKiCvIQT^X)Nqm&MTNsVbnu`yeiW{Qe AaUWKrHmaB5ue1RO--8ml|->SrF_3TxfZ0HG;v&9ECJn)lx*VTUv1;|qLaLD9YY_<|&r+$tmqAH^gL8O>uR+cn_#77{?!_jtP9vO*>>l`Gl?(@v?A&YuaS|Z?7PxK6js^wt|AK?iR$=#OD HR~!b_YA)PJ^F0-$c_KrFhjCzKp%6=Yu(oY>wc8tqrTT~jWArQt>O`e|s+V+_{6uCHzY(hk@mB!by+dbuhaQT5a{A=#*|^Yih4e5X`7e4bFAPNY vuC$WNnB3deUJD~POwbA<$c?feWp%cIc4(Rlk46%zjQK7gJ;VVl`M~rY &1qDT5J_z_u5*?|osYItg%CH@Mmw{~g%h3LrI^cxgVVC1eU{fbJ3~8w#i`t!4cVhAO_$I!>W_!U9vptvJv~^-%}NcN!je1MT&Yf^ *aD8KPVZK#`%*{aZ>gxPORVh_vU)Ib#cE8heI>u`E@h8*^!{Npy~Bb^*$xtR{;YA1bN7r%diLRIPq#OF;@$9c+@}ys^>`|+{tso< 3nWIX<*PNdrm^_lK!vl3iB)F$Lr|hQt3}fMjh7^#ESf&j+{v0BHLBg%e&!h7|Oo9b`SE&gPq7xsmijl2m8OULP4oI3Q+bq 9TfCE2XuMXMtAzVw;EbJDBx&+;_4OIN(5HJ9qR(+q_(xncp40x?M61e`)Iq2lBbLnYDqit*6}K #~zxG55S}CxiT;#(>1SaPTb@v?UOUJ`M!3f=VNzdH2z2kJ!5ODc6`JzEigT40d %~vyrw9Qv49M0z2B-~PJbd@HQA~A?A1SckEy#)$pyjgd+ymA?3wHR*zSFOdw*>2-hG0pQ})_> pX}5=|6LQv@qD)~MTypQYy`QB=~zbq(~{O-IsKr7i=zdxjhG$ZSVJNo;@Yaixy8&oA-LR+d*Ye{?RVYb&5>U89{qsq$mUW7n>)plkQ(~(l|DJ*I{I34*0%%pTGKVCdg=ET#QicR6Jw#p-&_k_{={dz `rLOVrQL(T=L&?ykh=3yb!aGo`#z-~8&rAsMat-Owz@Aua#JuDD|viMeDGbW21_YtayzG~uc~tl7iMIp7xFWv_s-bx8Too(4g4^dtrj~pjB*)-JQN~{hN%X5e^m`S@2aXl5Nuc{ iBV9kBA*VCYV1f#T&=2U<^IGF7DA;YEV6&Yy#u}3N{e64>G?24mS~QvC<6u*BM@e*t6JKpPeQv~_AOa`C2#-jBHppsNWi^rVG_P>Ymgx!9WXPReF|}a{;5bt-=y8&V_ui;qrozXH-r}POQup^Hm9G 3}rfW113gc7;GX$&M?sPXxo&NRI(#&GdZyXmD(`UfCDw?08DVUf3Et-B)$4q(@DYgH>|5N;miPBs&BAV(-XWxpYNb1uF&m=MJ*}R M%dSl2Bk~r*FaFn%3KqFTn&?eMZinJAvgAVY=zBApz$;brRke3g=2N_^gwSXz8sv~SfNGC#X9aK$Os>wF#TGTq7!)mX54I2%K_F`nZHrye+-q?G-uEVk#3K_a8 DD9V`?KGWZJUeUsk|$JCR_D%8M~X$K`-ReF3!vN#1id<3Xlo#2yg0}YQp|BaW7Lp%I*eB(P%$KBIo5&kRF1bqW*Z7tN$6KIf`St? QHlnsBpWlNi=om?1p`uK0IToM4WbNp)yK5$6(b6tC9Ika4s~Zs3Qer)ovVC6M~hFqLaCxR#m34K*uJdgEbEWJeHJJ)u>H?)7&cu KtE&do1z+a>Ds&V)m0*7N{Nb>wCE?@wOw^QVpw>DGHsC+kcPTtsj65ZNEV2w )T7HPiQQp+gV4lQ0e7+~UaRw-Q5;eM4U|VxGyy1H6u(Km7^s;T;CRiJ(diq^2Xac+fF9(KtW}J*sv?T;T4=mQ72rxM@^qDO;5_k3 xJ*gej;S$1FGpXn-D4R%k3iPO&N=cNN3Q1xRvsDWnN4DguZ%R*U*@6yw6-vD*c&4$XsuO_~3LC2=@ToEV$yg+YRC?{u_urvK9zyspkl@1J k@8@{*Z3iS@uJ!Os_bB)!jXf5UQm67NG@!NVwcLEwY^rHBov`mVXHqRIyXwogn@kN3*8MV?yEeXM06V&s(VG{(P;=m$hF=`hD+kC c(qjk1tNg)G-^svSrtISO2(R)Bcl9t*1{3A8V#z5zfWv%HY{w@riqq5928Pjs2Y^)PKgW${G=q7Aga)~2h4i6iYRNa8rUqHC(v3S 56ohUCyFb&r4`JqBwj?ZcNLwx1BOT*$0w jLtPaqbQYWR4DmhTbCT;R0yeocB{o{EW?aG(;tJ_Nb)DHYM3*_L_kwwFe;kT5pvmftd`L&2G8^R8co$JaTV1hGKdIg#q}7${cF<^#sw7Q>$u`6qxE8C^{rG=AAM% 8WEFpH(_|7xtV{1!waQ=#mPcO#O&o;rlLZ|e7>%GOVy9(ByeIJ&>qKXOgdo*4&tIjd6jBjf^txpf`rjoPehqyk3&dL8Jt$XZIx8Z 0q9mz)Ee7idxS99RaZ&*64G-dsuFMym^K(QJ}K+45n_xp1Hc+b)KUg64OL@pu(06{6ETUux{;X&bzP&?KoYT3R>ByvwOVytMB0=l suSGpcuHwy4>GkP*tr$fn&RfYvMxEOYR{PNMk+EBwd2iqJf2!qu^F{VTVwSv-B+zObyYX au&!!%fXb%V< 7$h`R3G_oBFeQZyi&2bFtPxTlrL#xeCcUC<)%3H~k-J2gU)=Nt4OaHkux)7b0-m`RCW?@y)=JLl^2Sn( hZAvb=f<%&d+(d^mH8&;NlxXLnN?ZU4Um+*yRi{77TCYl^^=u9Uw(Nm0+O#vR*+n_C`50h{miHYM?BHjYKBWp7fgHfRWvQwi(};s &77@u@&j`{tbA;{*FR%=v7d8Q4GQvbEL(>5+k!NMMQ1AvEn6B;`v6`>xi{*h6_`xO7_Q4OO_(hM?r2u+S=)tczz>BTL}_rO;3V5f MeCU!w!w849BqjsQaqpT*Nlxyde9d1>kpH9D!V4FEvHdZbOGHf{-a>7V{q{P_BV+wPSG&hB%Db!nv;`EBJ@4G!+b%20BkmHUYtsm!5-Ou<%oQAU7mKm^VOm*Kki}7%#*un@5erTJbeW1 HJQ?lck+YTy(I6nc0yYhNFa7~{TF)V3{8mI1ffD(un!*r4;`s$QA5yP>Hzkh?QNLO)};TIg)1_G5@W=jY{kdwHg I`U`%{DDKLnC8x$qamaf)!vUaCPFUniLp~Z1WBl2QnWx&QnnHFAuS&LS!jJU#pY5iM3mAk8CUPbVTC67s!iIq?Z|c+X;j!W6k5SH Bj@Kg?i+(UhYAV-bY#_UXxl5fKT=E0RZ$PgN-A}W%s`WulE2(V`=_bdT792RF zT6}(c~3NcFL*y~tcryNdA`*+ZPO%Kj!oSsvp^>)u5M{~R5)Cf2BiFYtP-o))7Wh9eplpF_Ck+zJ*`c43yM&>N^HB?iTkXEt *}x0^w%*qEF5yb`K+6@K#uXbfo>fip8(%-ZK8a?;C!O&My_V-rd;A-BxasoVX@d0aH2Ty)emBsLFGZ+L+vcqW81szp!(q6{9SU!UtG;m8P%r| pb$#y_^i9~mV;Hz-wRlFPo0+h{`Z1_l}SXu-}5|3Pcu}a;KN$whNUnc(<(P2k2CbZ02F#ro8uGw)2=mpo|j#yWi^scXrf)5xSQnX %U^XfWK219UB-*oiNg=)OIoj#M#6K=J&}774MiDKs%pB&PFZ=Ut!_$Jk@{j5a=}hGI>(Yr|Lt}j$a0}041J?tUYeQJ^g!k+9rUZo OyCDPZE=^M!9x^p!|sr6*N6rz24v9Dce=l6rwZZ&(+VekN7?M#)Tz@c|636r82zXbIejYp;N%yKI@#%$~zqr%&%{kz=B +M2m{2e&vO{O{S$LB(oEc0k2^cSt+Qc233Z=zhPXEsR$Te73anua=#iVb1t5XgnLPlGqJr4nxUb!S+TRAl7Gk5a^!x}BPm#T%1XT(8F9u|a-SyfqL+8- 3${A5owM@d0`?taJn$XI-0iejS3J%KA?)h@e3n;N?o-}g|FppOewAmt1cKE_7k@!V4TPekkE}6*FbkKI2-Ix`)u4&dY?)sFSl2-M xc2O2yRXRR8KgeH)NQzz{ayBV&YHn2MoV;dxX)2m_{Djh&$0)QvF;zvWPU(j&;NCsR1ghv#LJHdDn85+{(;+6VuXWUo-}^&dsKpi qd~&hUm{+z2mQaFWRC|=9*^9<*ZDAa_Q^kewkU?5J&`N+AK#}_PvCoaTs}Fb%<+Qb^<(n8!qspjxXJ}2j|VAA@TxAn^OH55e&-N= V0FSGA`F|ObDVf>Ej)p17u>0}t$q@3`7-7%vI!EWHM?z#H4c|XoRsA4z1V4U&$s%YDQfLmg5+S d0HZ_q?VwB;SoD%e-3{aDG;I^i7Fs^LBoWDd-+RhSk&8Y!(``Jkm2HFjND>lP75j^1cqNy%NviP8)QTHEuTu`s%U72m2h~NTsf7O YtE9nDn}ylW69Rh&|3AS?QtIblL9`$G_X}Lg}4!%<^^`$n!t#UP+Om#8$n`dUi~;{__f~-5S4Fh{JPHJ_Crkc|LaD9TtXoP-SV84t^qzwRGiV=b<=`@VhGO(402L9)um!60#@z-nFk2?u>Jo(Y&d+D93>@_ avAPWpE?jtjA1cY*w_xqhsdCmJ&0)u$8aYjVpX$~SAd#c6YO_b&!c;| p{DC798p5o(Di1%{o~w30rLUg0#i`oF4#8<&fVkA%dL&;9&vi2ZbAYwm^Bn4PndD0n;Dm00zu=G4BB?>6YQY)W{w6g(wqWvT^H4t I;_!I^G5NiOC~_t3wCg6r7dqYxB$MWSDNiGUedeX*UGMI46fV3FWs)b*Qvd6#-2v%;^O0S+7CYDu8ww*sQfn#bU|jv!hX!Vdfar$8r!YQeSq@XCj*bcoJ7!`l-XfmE#q-;puUgp^6K<+eMw7u1Yf<;R~YXoFIRVi~lGhHu&qE>DeLq_OC cdZjV?*K9y3P89QWaBV)l_PxIzK|lt`#)tZ`C@P{^NN&R2_LK|T$DQA;CWPscF+z*U*{+Nk?i{g>HYSV`*g|@b@Sh>X!37MHx(K977#2h1 #@89sk&V2Ga$O;gjftTExfc!DgOnaFtBmh>UAmo3!q-OpgM#!XX$Ybh3O!L8)3yy^9-PV>M> 3+hcRI9`n1PJE@k^=<_~2T7s#4_FMoe@LR|m@Mcd0kf;9As&>)n$hLyZ+sFbLIHLqkXiGAcHY1n_sWe6sq4)EK5KVNcHUCWAKI?y vnA1-M8vEd*b7pW#Nn7!j8U!;qCONGBOT*lm`?>QwO`Df)iJesSwD=L=)+S1T4)Zceh! AR^h9h;KBKgFTn0Naw_y3U-d4eZl}GAhJ05nMzrT?#9bQUK4!j;(mp0p$3{i9i0CMRX+WWvzriL*Cj;b3XBw>W)QKmm?TyFh)BK8 (c%^AG*O39C&bxAlx2jDd$dKED*;v1s^WQcfjk^Hrb&dfPmlZL;&$8U@{*F=gIVyWoOW8qo>S1mwY{HxRfH5}5B&6S3kL5qNHENh !zr~ti=yz<^+~)-<0C6#wR9J|;h=qWm>nXTLknN_dpaJ^r=khU3Vu#;JkipoJ=8a!1}nsHc<((h?$Lm&7)u`#-hx!G=rRFI-3)wC eUJrPk+@=89^#S7NeZ0FHll?vW~W0yut1_wib7HMWTyfYB43Et#v~(0*j&1&hpdJkWi;d!xd3R}2p`NMH#^LH?_m0bo$qNmofR>5 JMvrB3U$diyH1vAcwFdq0Pe-&Fo#7dX2%SUJjWOL(-!Ey%$^m4mD2^6`8fN->o>g@v`+W4RLnRD{F5`8_Opb-;VQYV%2X2)M}t@0 ij@6t|0UC4rRlC!B#^!<`_S2d$}&iA3?kFPvZ<$zFN5 Cg+zHYovY3O?|p!#zC{S7iI4#c;sfnxWJJm+7Vp|fuX0-lH)o)$eSa!@E@mGJbEw5AQXi1Hk|MT;5n4fgP5z873sPhsC>D@g?NYY4=wCGQb3`nsSy=CmDx>tChqG;}5*2AcA{%)-VLQiUj1AcA) Rw08pa+ut}5EngvIKQ}XGetj5dxNf1vUI6j<5OL@$+Uq-B8VOG?9sUOW2o0v0Bplml-mfqK1a=p0w_g7&;Kf6`_S1ND5) bUE1@php%++HhS)FtJWVbR=N;NJ|$~kN2W+p1t1AyZ`w5=P4qp5$}=B=61SNRe-R7Eho49ns3$>8yt_>%W_H578-0LZ3=tL*_r#_ %a>n$CI7e|00<1+ob`$YTEhSB?3&cmVowjgVH%R?U|YA7NHnMIvgE_P#_^s}^5oW?&Kq{RW~Prezb;%uIYb=qPtP=46V71@+S@pp -AzBIMQQeHysWrJsmHww%4R?Nno}WJlqZT8HojJmbWfA-Q}wTAKfYi5aF?-CEqSuC*Ad^4xbBxG6Gy$jm5(y`+*Cv~uYWQ-JU!f- HsoZ^jv1OwJ8`x8bML66S>WUzE63meKxBrz5apj@XpBichW#-WOL9)8A=G8s=DA-Cm1X#GhwK0NGugpbV69{4Mi(mV;X3`IOlqlyJ3AxG{_t?;S2a7SXvpFlBeQ98+=E=Q=@rz({2XAk@hPPu0-Ma2LF_n5q_`05R&E-8gI!6qBkIFQKso CG+rJ!qJQf6eA!3aY<|mn3Iv6;AOJ9dZ1f@H->S5a)`s6`#SL{+2GfgSvwGm<~>=KHhSoBS7gq)sR!-+6nnM=WI1iw +9ce0lpc%UrQ#phgKLF{TP4BKSjaef$c0K4Lmi0}ahMtX@ i`T^={n*e>bfk#w11fRrf)vl3nCPPCdCxsaL1a!z7M?{~c&mFAsIr*mgU4+`2~iLahPH`QSTH2--3#AqehmXZLl#V1X3pJjlUy-n ?A@z5lDvG-M9w(tJW9B^dutYaByR+?&H{q`Fmtf)6P8Nme)i3`N3V{*%}$HOM~zrk9d1zzMs1o|hxOmieUL@cMW-yb?z(SFq@BoPC0m}sdTY3(x-~90&iRL6k5uHE91y)3@yPu#INIa9Evy#e;l|O#mtkp ($JE^;NDk`({C6W>yTNF3CB4kerz(2?a0l%+cZWkHnK>vQ_g8SshkPRV!9Ge)9jUK(D;~hPJae2Z?d3D$a0m(7;e7o>GjXm$OB6b -Gr<#$ukqt#s_4tRtm_HbNhM?X$o&wPSQ-7C(DzZ)oP~>gOfYpxVCPA4UPhiWz!lReT4$#j)h3!9`Et!kO +-I~sJItQJyZNwZb}2T#KgI?Ss-j8^VC@;r`%1&#u45H$L1H&wT{ycN1uoKuVfWbfq_dh?mYvMNR>7j*Q+{KM+Hfisr=su0LLPxD LQx^fgCo8}57&WW^8F71H^fTT^XKk=y_YZfzrEAbjH-3vKlJf0gKL;j_{phOEe?t+85y4Kpb!z#c4uCXuhH0M#gm TR5ZU^aFLpXiBT8pn|8R0>^pTTEIYO_k2av(Q!!OjI3ZJ59HJ^Wl1dCAdl^{yC~oLOrEUm9;Rh2fLEAaFqPfzMtaFL$nKsGi*FTabu66sD{5{=o=~A|{!66TaAKM{a$WL+Ocp (E5fhDlM{#3I`z=pBO-lNS{sij!J_nz|t%MJM^(>H1B~Nrmdjz`H6=^N44l436#H9Suav(WgY28t QvzD34rhYCl&(?yWskR&vO1qH7?w@n9a`+kbHr6KLse5|CtlckC^Y?re)a )qpyng5Npa!Rc4ET!i+2k6db24Us7R1AxX73_CG`RKh}5w))sgUXhpD?O_aexzZt{j4QurhqK= O0`}R@Vss=E%QZxeAQ!W>ix{;!qs_uyxW56NH6m@C=qCU`Y4Gf=u>79%c)b#%#GRW@0Mh)EhutA1<;zW&fZjt@34_A#eWJ&soN1n *}aa6H3|Q=AYM%#N9ve0_o3WVdZYMy`??ne57$Ts%2uz6tZ~ndenxpe#1W?;-TGEMx$(ZgA7QAYKWa}P9$!?)x4byK0piFlpMVt) sz@av=*P@6QO7w({vVQhF_X72Rb;=dvD%BLQ C~ex1W5r1rjVKy>=>B)V&Ya=#@?~dNSWoucA7^Ly&sSf`Kkmmd%1qQ3Jnv|cDLcBXF^?=Dq{w}@EiH=sZkMJ1Kk$-4ZFkZAr%mU- @iGJq*o_w+5^!Qe+&{`2V;j{TVWq^YHQ65xdcr`U*@OAaSGn_vj2mhAq(%kJ+jF;+u9o2tnKwQeb1x%hG!y0@TcX0x24{QCs4q0O -wVP0p2qR}*{fnj|1aX2S~%omSSDCZ;)_a*FcWB+YXIpGFztcsgOj=YolnUZJ+3vMCc(`61P7fk*^6K+wnT6?o^1w_`0|n4gC~*J *lTEbek<#o1~3-guH_|OPbs~OiB2q|nFyK8qo$(*K8o35{Ase+t+z%$vU)_Ri3zTYeY`2|e3HZ1Pw-xyi2cbUmFebx?0?QvX+o}t g-!GD?BL=S32e$fYdb;~QF|0`z!=reFMqwj-ugwSH?wWU@7|kEueWky@R$Ffq7(%PjQZ|YQ-~#3Z+4BefGGKNeKeNEsa^w(ClDq` &7~&NtqI`o2A>cZE1ljMMmLvOAWvjgu|UC^zRx`N6N2=V#^uwCeFBMQ3X|)QeQ3HyW3O0cQ+pNs7oHbiyw7QlvW*>=;;wABcj{0c 3y6iMlKNh7&R@-;{_7tnJj=Ulizc+?DIxP-Vrt&YT2z*1SQ3qRFyG>XIFnP|sSv%#9}MDrS{E)Ppo^ BGVKrlH*+n$uX6wrlKgDZSsxVhU)|aVbT7ou;fYprXIia #H;>FP4#W%2IXW-R$92o2$)1+`l~AZG1clMAT35b9$d}qCGz)|Rt@!emMc^XZC-h|^E@8u$^#_;^Qp3nzTr)eu5h~G?QLI0Kq+1x e%>S~co+M)u?Ge`m}@foQ~gysvwZ34`Cp(O4Fk>}Hg-`&b5qN8H!*6JJnghAs0%~HhvRG+Q)gvS> 1&Gf67K11Dx3+hckbO%kc+fE=WZ&94SPjcL9m?qkj$oS7A=+&Sg7-{o;DuDBq$r;FGdzx>pZPxKNPZFj*Gc8YqnRVTzM=xRyJ);vzNol_O4>lb^2-%vLW8{lC9 ktBFV&VB&4sUnb!KuPMK@l7wn4Jk0i@kI6U2LY0`pI1UP<~ot|d5V{{K(vUk2=J@op{ PZB-#j;{$sD+%(fBRY0t!j$T)ZOQS0t+mFNmW2fm@x~Pty@#hTXn;1kx9g_KmfgC6`1KHrp~|Jb-&h`+R+Ai2P(vX_)_mnZga{zqoFnU)^h~CEbI%&1zJiojP&g@H O==dqxK#;iFHa#QFWkcg(6yi05Vm(o^+Je7F3kR!SsTKw%{w_5*}T>Ljj&1W|=u9z~^waB&7zm%P(TEioj v+OF>b3AktL^Y@zR~7lHN%C`ikbO#R40KJm4n@05>M}{LpgkzEJuX7L(fR>>9EtsFXrQt-(cmNOp&n)`?^RYqh4n8BP06=p@``gWO_7zYcO!?Ho %cIW!`hCy!SdSuxoBfl1X=40s_^5?PAxn7|{LO9YCVMyK!rg3txc<0BYFwqZjP8k;I^eIX)+O8>sy9TJk{U+7eyJ%9FMez5c?i0_ U)F}j*~d3&8}nX5`Fx+>KNI+DpqmDQ+o#-%!HTWMwq_g^HSe3`tW$tZ#S_T4OWfDj0JaYb1O?*IjD{&~XP;$Z$1<}Hc%8@{Y0I0~ hsJ2f-vSQnw8~1E(%5Olg*bg+TBLXIX~IDca^?>6s!MQjQfIr#Ws?41@y^zAY+tw=&V?On3IsC5YOovmQmiE7xv$|JH3ynrb%A&a `Nk!usM3TcuK_k^Pat{6htUvjlf63p)LVUDKVJc~L)X_zXMNOU0ZVc`U<&06%az;jyjz9hSOd?#b}tlByBDa|5SbH558zkfby0@D Jm?;-y=RiRz-#h5ki4XTSzNw~e1@(^R=ip%BT@%X=xf@5tGB2l2x}F`9tvc4ylD7jwHNv=V1kuJZ )aLBWsp*t)M1tUmeDI!`{iQnmApb?(seKHs#gZzEPErJv>nC~BXRn~1#S7Tx5auV;#uKXXm8$G?(?W+9Y|_th$sCUtCGL`_4xJi*PTUy9IE-^yI=mJGjmn}NrUnu2W&X2 FhIt=o 9i-s-nv^SgM*~{u)7Mc7UGh)YyfSK>>FxMhuL=AYwy#Nj5*pZ;eBZu)*?GFccJ_2p6l*768C8Q=zot8boHrn$z>p<<+tu9H0KMpY lj_&6-cMM#RONcfYAZ!c8{dyUA}1?W_`r>!E%D?tpBW6S=wJpyaJCx076-ABd3p*ZMCT87lfbJ;s{Vz4R>)++3 ;4Fus00%p6joJbImi^h5pmNA-UY{{#C%q`=w5gDVDXxBc4*A@;)FgEUSuhF;U2ftuMZTQ?BE;?Z7CNe?Ci06x{)kLYr?yZbCO3``lwuXl8+k!=hADBBra$euE!~2S)NQ7)Y1P+U2~Qs2iI-2pA9-DQj7OZz_To*6SA@)mG$z2dfs9*S^RX`I6{Ah;>Uy *-b4#qX+kn$vMpLU02PDoc4@(>ZfXSEArB55p(K`JrC3--zZgp<;-DUu#?lR+jS1js#tK+i70R6g097W7C5`Hqb(zFyXDK9q^WDT vDiDSJy(*eVJZ)Cv2#&Z#|r6hJbaD%_v>F%t_`a?^=g~T(_tcR@R1Z8_6}))%IHBpODUf0mJ_2z5_*fqCu|zYM0*USW_|9yY*H#? 75Od7gIgRNRM^Ld2T7bNn9Q?E>%l(>ONk$ZCYBS*t6P%JT}!D9r3Im&8%4xuX6|>s|6vPHir4~<#Ie?*vbV+5Ud_@eTz?zZ0CrGiD9CcOyi{| Qh84K7!kR5Q6=|LvK=G3!wTPM-)&yt<7Ns_ywrsth8?CngSQhhBkKqVn{Cq}kw|f=JQK7%|DG?1Y2lnU3QD*rFWhb;{#b#Fp>ME- +#>zJ^;nv-Ka_kjeR?BNqQB+#+Hrnkqg#sT1%@G_#K{)|6jn}}HkwmF+^ioH6L)`Wi;%0{qU-XP%p}}kSux$l+D5yEEjX_86M0@$ A-jzQ+XTxM=pc2Kg1S*Xh^`+zEYfOxE5pP`QlJP0s16HBfm?L$ZP)kwG@V&&u3a>JlQLDc0N$Ouj6ThFc2@HyD6 BJwOqmaOhaU7sa%w$N0*LYz(Pj&0Y43{5`^I_jTF)pEp21L`T37i?Z4A1mTo6h$aT2NV2@JL17!?SDVqt20pU`69dmf?tRc>ng7Z<=HSQK4o7{xxjZR*y=mtOa;`&(j!g0t^N?3cc Fx|~hsk{P=WY9Q~k&|2#out5Q;Aqd@QLcetRuJPBVj!+NqS;{~p}dK%wb04zon#P53P1FDfOsI}eWqJ4zgQ+Bl6CzzvvxWOn14_O f^c5P9}mme(^I&KucT=W+7-iSkuZ_InKiOY1GzQ5K=b+VY-$%J)ccU31Y>09VNeq$=7zMl&;x|em5NTzj-3-^9l_(M=0oJxP=*3Y r<^#u`!7WRvTM4Qb^tB<$@Ndz;a}%fF{O=~DHceZmU2*mc0km_dY`mFLO+la*rh)LNDX=+B#t|5l`uMi&uU0}wfl=o>qRWZUjb#6 h?<;yQe45u$fwCHN6ymRolD*rNt+k**+8@sk)IXkxKtnqIh~ZFCAdMPrS8`smWwG4?O}JJw>#x)H7l55TnoH#av50gosH@!I%m>VeOXR1_GiCPDIIdCI-4N9QC#%_@%AHL~7CS*eI=iQ5-#+V|?WxT4%b9)jyjYph3ml(q ^!jmd#N?juL(8)60<74`qiL$<1fnMjLzA#b>)382V?zD!yFDu{lhuB^^ztV-BrE^8TR$cskp&!Dv@jtCt*X2JB{u|M*MsxhpSUiU ;I>zLyUJW1l8&^Q-$>3Nxi={KQ_2i0JXD=`5v_{md?1Ev{265wIAap!b$V-95TqoH5xLL8Uy|v}HxWuFRH$J9LioSagp!DUbawV|DkRfdujU#abB%~AS_K#{QS{H(w Ln-40=oD!CTX;U-7G8{@c_GHe1Q{ZDU&A3$B|Z$ULNK62Z7Hm~&i(QK{`db;0xV1aOyU6Z@(IrW0El#{iu1m=xG8suUh>%1PipZdVS|0k}j7w^1(bU-$QaDv{@{yYp85qi8sRd&{Blz$B{rd^>cR>Sje>ndT kVyCcc2SI1(|l3NB{Axq^T11ponX)~HZJv%2I#-HW-im01h3Q?GM&ynbE)fC-@1q4wnHpF{+@ZiK;{K3a2i%dp<-%RUMG$8OSOZi7 NJl4d4{7aQEnGLu)5>376%2_2lIsS*kp$;Bnc4jyUT|NGBdv4G(aa8N8;2ist~#@#ukl`d DwVVlM;BTuF~l%sp}Y6IVkfp{SGE>bQ0D6(9tqCAKC=cv2GVxiWytq2vg*X3k5)=j!@zO64Fs3Wa|Yht-pgWGx|JW`1KmhSi75(s #&`G-l&3^ObJ%sKr%XflW2W)6FjZ82svEPy>OBqKUB9kj3u+nXP|VPCIbT!KR|w?^=+zMKSg6d @qMO_qImniwhUNO4WHHEx81xwF@qakZ^*JycNEaoFNN8p`BQEImsiq)cL9w@V8 G0PFpDum0qpq)l*88C5pP^tUP2;$Jh@jP)H65A-_XR5SRe*pV~sk81((C1{c(e6YE9fSezFi*b}5;1gLsM`=%5Rr01Vwh{$5Sy$m 97@4VO=d_x`HB{=4_!A0K}H=Letv!{^DFs7|@LZO!rb=4J0A o?SZj-W^0E<;OGHrx#TwS!{^0w(Z~?d@#EWs<hu2ZZLC-eHPD=bRp8%b)^L)IT1SLJ-z?hm2fLlC{$Zc9U^(5s 3fcKp{8a!?%X(pyEIxf;Rq&8+O$yn})71`D5kx}=l48end%D^IuPzLzn@F3iRf>1+Nh&_2NM<9YCl(ZyoHnWTfy3PU&L@CJY K#9n;RooGnYi^*ff7bgAu7JNt->E!@Nrk%AY@LX0#VYi(cZb3Itz?%PlzO$APS=#m%+&0_4{UuIXrVH4TV^_qANXGnGs4;9KUc-X -9H^=BdQaIzXDGxj%AEng(Xg^4E}=)lLB~|>*@;s;fK0&f#CF!Y40Q5LCWG0*C}~~Mn7_U-Xor{kHU0)^fitDBkxFfq?7kiG>acK cu3i8U@)b8phg%0|Dc^UaT?&i_|vjJ+Ax@B@I}v@QfYGH0t{BUPDJmZplf=s-EMR_r>GL1K6HKMe`Hse*FU+gzq-uH>z+~WsqxHo &Yr(Cz7MuyzyC0qmmi8BI=kP0%ok-|Eq~a{zW*VBtyOZOYM1@Xx-zr>4^T@31QY-O0000_W` WiN7XFHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`0001NZ)0I>WiN7XFHA#UO+`~vK}SVXFLGgUX=E*MXm50H Eo5(ZZftL1WMy(LZEvMleQcdo89yormi22}d%Jd%gD_>V+jU)q?eev|wqu*UYuRlFoiKQN-_zT}?tS08_hW4rBL?ITPzc6AfCW&O 7>xw{_yZFoLAS+{><=|Yv#3LjhJcAN2q96T{+{=F?pHTHj5j^+?|eMxInQ~%&eO9iFL+epw}`eD?av=k>NxP(i&XO4+M-knxD9wI @D|_|z{9|ez{h|+z!S3mJ75>^9U%VH%1e~$2Cf5M2^<1m47>w)IdJw8rh5>074T6Y{?tqOtN@+{UI;t`{4nqp;75Uf5;|?2uK;$C9KhAUQD8st0I&`CfY3j_g86)l@LxRTyzb*S;5dJ?Ed0rNNr$vr4vVK%(m-H#;rrMbQWo|6}rVf^4sDu4C+rjs7I+(85!SV+(|2dhzSN1(5^G|m0y}#DMdOY62`h8Z;`GM^Fp{$<}zNdjlfWMacTqn=(?_|DrbuypX PWG>IC*SWLp?jp0_5P&Le^2ON=wyB`0`L8hQa|hDINh^KsrA5u-~+2zKhLk?^|Py34{xtx`=?g3o(F*+2W|&$0p7Wq@AFmQjlic@ vp#+gyb1XFYL@G&F1ByBi{+c_Vm%$`Vma^VVmaL|=2!0GdoIZM!7h%kN4xmmU+?1l^8GH3-zA`?bG!K5f6M+GyIJmuZsvcmoAXbx o8^2&)}QKT`Mx9L7rS}?>28+uY&XmON8$5oH{0{?-7NoG-7Mcb-K@`xQyjQi{)86#SClQ?md06z8!Y r&yj-DL!v0CGnABInJb5zCQ@QChKni2g#l?e^n2kzom!uJ1pb9GCtVDeqej}ynB0CKlk^rzdhc=a(|)@0_WY=ES!~MN{&#&~dT#xm#e;)5;z5Pb$Ug>4||Juv)ye0Gh l6@ETv3^$f@x9l{SocZ3?&EU?`dCk&mi6s2zZ>{4>9J4ZppVacUFhEw{7)bIZOdB5OV=`=p|u=uH>_p(ZWBDXR^9<1!dQ(c_OkFl6)2|P;3XQI4`s}@VQQK4$VQ^gmx!dUU6*PB_haUHy~DQ>)X)A(GDxl1=kCW5!@n3_6*T-GA8|(73UqY(Z&YZrUl0Y 4+`!=%cAX7Z1f1X?8HJCxKhit91@ k^fVD_({dNUI5yh4 #*6H%HG#^OO4_wW8-?7J9icAxPmEdM^^$I=f|P;J&*?h)^_2pCA!z>Ld6fEI+kE`Au?V_s@Zvt{q+$O&=PzD OZ|%c#)Br%fjPvIJAJ5LW1$$$VGswkg#e_Xo`9%%Q}8`k?b?OEbS}r=bUu$xGRozsZ)|ZcQo9x_umm*e>Tu2vBDg?8IKWlU{+Q#+)$HgH_Rz(UzvsP}3;st1-S5M9k&%m1XP25xgG**q%NxIRkY}#B#~zR+3TAjG_af&Qb2reqwV7g(?s)#Ob`hO7^dkhAlJ^XF=NO19=OKzK5QmkctrsGi$p`b1AHeWcF&jr23j4v>-9;fXlItL9nBf-M>OFB_&NCPw!SXY-?KKjk$3a-eWmG;^zU;nr~4>1m2Xc=Pmh;?#*J)2B9FT`(aOL&r_~F?_}2jJ!zUer_ry*N5HU{czZF T#78RyDlM7L`gQmJ)qr1?H~!&pN);$^cVXz)L;UN3YgZ_Zh%x1_N&=y>M8m2CMZzABiPdx#`_*dOxSbj1DLuTlSd>A}5^-i`Gr=h>Kx*($7HMW#20;dWE^|#WIZ74|i>u7*FqmuhZ@{y%HHcI50Sn9@vr|*rqpM lNlOJ4-5?qv{3R%PX>+`mK->LMvpl$I8~5~tFws)vo5lc4WodlLVf*|cgTYxZv+Fc7$Ya9Cyi6i=zVziJPUJOANbo#w%-qmbsF5m Z^`Y>jn*%=xqqN#7-4}YJ3WcFKBFVpV^gJsIJqu~HhA6*QTkCWr7@R#lipZqc&giW(Hfp&oT@yY{Zw^#dz53>DboDI*dSD@{X;Fw3L+C0PTmI>fLAvyII%XTo{5otN=}_BFz;0tHSv01D!8jzdIBe$yzl=hjhwi6^1fPKRG=GE u~a}nFCDWkihtBb2uG~fN~)uz;9=}?j)H92u31DNo`G4*@|}2&Ls8>0h`Z{|EGmzg0DAD`6_TAQM{iN{6qjBH4&ZNWESnWTXC%1* Dw>KqU}LhsKJgr~ZzZM@tR{Oy7a9b0lcS6@>l!?qqqb>Q<}zxx7X`i>7Ytb}#>0xV2;p?z!G%2N_x%Vq>Jawfg3V!?xI_jl7;+4S s3Pk)+MswNld!mEp%NoXYIU2zTb}qsqW_pG*w7(&a@loo8Y{hD?TyO@$qs&k6gZ4$wC-xqN>sBM$~nkC;Y2}PBN%pEcuIx*tpMIw A0Njb)pE&~YPs?8WR%o$CmzNXOW29Dnztoq2B{AW!a^L7oyzB0mI^yIqD4(-QMN)}sJu38(k=!utkF1zK4mb42d8YUlzSw8b!N*s GegZYaj9DR#a@ww9~*0^{Wf3--=hy)jscx|=@(P!7i$zgi15%xNj#bN3Z}Re<7lbHP(B9;D!f@-7@|C=1Ws58tYPb+tg2uD#{j9s mXY#sXHp&3d=*KB3&a9Sz2w*uYD=hFrcNENX&A+qtqx-P|0}deM^-I8?o=XEQxJz^V!~xX>68lC=g;6DGD>E&F|6+!FDFGUeVd|f !p936G|f@wuJE)|tsxT)y$h|a1{u*WQ)=~ck)NE_Jj|%!81g52DM$%v8cIuqe{DxRlf)DRZpyCJc{&V*m5u^46T{dcvGhSizKC#) @kMnRdyp`$koik+mG|Za?Nv}MLMS*MvT{td;s@A5F9N4MBb#!zWI1MyRG5KT{>1!mZ%8%-HKj$r&L@}MGnF5n8mktb9LQWxi5ht@ MmndsLfB-p>9Mgi;whU=!YYX+`qZXnVK>B46NtZ4$E`-$=`=qqr=GFZcZJ@e=$v?iM(|&}O)60?L&3-<(}^R6_$Q~a6xc`%%!0v7 8*h{{)P{#B;c#&ZEqIN|l(GZj0zNZakIK4?4c$b;tcvqaR;^m=&`osXVNGSKf;RAvQ&`4}Vbp&CP)h>@6aWAK002*BhEM@6aWAK2mnuJhENMhy8fjr003EP001ul003-nV_|G%FJxgaOhaEyMN?Bj M@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ?$^~d|hRk_lcrHaRU{E8St<)P1__*(xgk$Eor)>ZQ8U+ThfJca__nKp5B{tFXx<_ G$1O2z&L=S=;uC)KouPEb6h~3Pt=HhppN2*;D+lcE+9H8?#};t|Ia!1+$_L1Ghco^_c`zWzR&)==jlVIp6~_>e>XH(*53kt=-HNa *3&F&#~GIS`{X&6bvEFq6n+;_n*Iv-H-KlHYgx^JU4W+pjsd;|@De~9@GXGn1AZLvVi^zE1i0rs)?a!a$G;QsG{7&O$8~cfc@ulox|sIp3Cs_EWmdGJ`eCVz!L#K2DkulTF3vZmVW?vGT@`<^W1;X@ux2&dbRhaUTFY74Qx~kifbZ@C3jI06`k-TYx}`^^o>|S|iVSBH(iXU);!jHa2pemPYP>LnHC9 yOHNVpzUR?|GP%g@fw}y-GJSI9|mjze5{e@ID3(0WdP4z#Qk5ji0i#=5%F--BGT*jMWpZDi#Y$IfM)_euKiDKA|B3Y;(5+%;`l91 Jm((3C4$!`;`!xGr1PtrIM3}(ocEq4((fxxJm*8&{})>SmnPzI!D6K=;Ci7eV8767G5Pc6#XSGri;36o0lo_G$6CI43HLjx@N&SF g0Cf)|D&=i^%b(-P9*y{GF@6qyIOL>lOEF~WQsPLK1 +{Y=+q<*EbdZs+IhD5;oN;_*usBgUg7IL(7PtOO|mzuUy9SUI*9-`1)nk3->JJeje5Se_E#aX=D2-ZQS3AHuB8{3bSpT x6(#_oYMX`YyW%NNY9@EHj12Rzth_}zOSA9x3it+J*f3Xg_G^1_Z96t{~NUYrgqZxwsz9%?snq$>+R&1=XbFGc^%}>#t!bYxr6)Z >L4Dv74~)zUt2pU$2q{wfJZxsmk)FhA9r=A-T}N4@Btlvcsc2jUCwnbT~0c@ayjvNgVw)&IrnvZIp@7q;T;O^*8cytoa=piIp=>^ $NfUfztZyWmvcXVTF!Hw)XDbec5=NJb<*CP-AVabq4m2ux!whx#9ywH^IX!&d9K#-wVlNCn>$Ir4|P(neY2DM{ADNU@kgEiIbEE$ v5WPcUBv(9F0Q+yi{thJLe*JEx_Hj3yLg`0Y5zAUd}|l&+>KiPWEbV(vt7jZ16`!|qg_0A!wR;axPtt1#tQP`!WHbdMcWUo;QGZC l+PPh(7t_e1^M^OD@ecJtl)W1SjqLyTuD9BzLNXevy$sxyprcQwvzIAh1S1G>))}G>)y7K=lnR}TL3??lK356MLI>RxQ}aBDSv4B 4!|M6udbq;EL=@IcCBW=^{Z9xSCejsR`a~xYVPNy3SX=JkFVywKD3(jzDw&r0|=J3zOtHn>KWa{M}If*<#n^)YrDDLJGv=1w|Db= UjW=FeA`WZbPkjuMBW2oB+JPhy1o<4bK~{;l8d|!+m^Y4dwG8z_o&pwbZ+rwX~P-SW7%iujTkJ uO*$oyOwy6!^wVLw2tSn*O9-LX?@o^;&;P3uDfj=>3<3I_}uO^BmbgzA6E35xf9iAp8V)A>a#p(O2qwDQ}S >z~u7{!}0F+t^2ccSRr1JJd(L;%UFjwBI#4{;hqS?|2{a{Qf@D?W299|F`?NzmbjH_x_FC*Wr!a&zM3_+bbJ6--On`d?U|&mDayn $G=hQ-=^i8wf)wO+{Zs_{l94WQyXayKCkP132<2WQ`cGCPd(SxPyX-gXTRZojvwvk_)I_7&1-$RpLCwm_Urq(kJsz?xA$}Yn-t!r {XU@WAJ%z3uI+d0_%HO6zwZaU5suDwspCvPME &fG@)oxhFkOSh5!%eN8VtG039YqoJed$y6z2X$OY`-j`8$B*f}H|Y4cZ==6{<2LHSo3@dDU){!Yeq$TufoReuihoXY@V I;{3Vu2UQ&eXks(e!q2)>wbQa=XgNJ|3vG5H%Pjku#@Fec5=P5cJf?}J856CJL&JeXD9jWJ3EQ*-vYiK@DDq=|JUr|Ja61Zy4XKifq<`OPlsn-hn)-pNDU#|wvu_j86w=M_VwPmjV~L*)C+5b=NM5b1G^wjUoN{ysKDe0)vo9~+_^oUohr^{m|--?v-ox|@7* a5wSe?B+U^-8|Rd?`B+b{ciHl{ktirKiExse9|7+4!}iw7+-jRn}jd-@El*?!+k!qhkWvT?Z0H0=PeDBUY8GZ|2GX2Uv~|2pZ5$? 4!%B2y!~{T=XzwAe9T(XM!3)0M|j`yYi&PgFX7U?q-WP&w)gI(zVWsFI)!iCOFZ4Um;1R@ ``xpb_;`3P@o?%s;{Wu0tY5Q_<8%ACPGukY;HCR0C$CcY`h7g#JNEJXAKXWLd}JT-_qlzf+qd>nU;a$%PutJ_OZSt$t^0ZI&i&la +Wpi6eF_KmbALno$=}uel;f%WT<^>Kxz6{r{21V?1^*ZD{MTPV{(h5|->c;hUchxftME$~Xnc7A=liC@pDO&l!V^cyZ>NuPzJ;S4 *D}iewrP2#_Uj(yxwejSoxxG!bKfZCHZw{&xJ27;(0SiB%6;Cf@D82l-cjQJOQYn=Z;Vo3{dSc4=ae(XIsN-%spmC1YfAav(^TPvN|HnG+=LaZ1ztZ~W93=ivJ*f9J2f5CcgDS@dxgX~s@e&^7el9;q`|_@XT>s94w5OjwNO^u# %P%~{@`gjiU+xg+4-XNKS0CcK|ETcOhq&&K4iR5J*Zz+m;yNcER{!@f<py%U&wH1``!6JYe|90y^_L5|ual2({AouhH|HLqysre@0GK^OI^A-F^6>@j|H~s>@6Si5FQ0u8_kaFH )Nd;;;yul=i+KO>PZx3A_b%f3AGwHn@3D)Bzf&FRjTbxg`&T;DCpSCX?`HrJdRq56)F00pqyOCwh|t7(*%Iz`4H?>%uK@Z&=M3$_!7TUv&Mf)=E`<+fiI-n$`6QR{T$k(gxTJHh%XN-w{Uw0s0=~lK {%&$fmk(&a&$^V`uen_RAwW;~BZs{JUYDcY{z;DKZ^^U&$~^VP`aJQ!IZt^S$n*R=^E~&c!m&K*Thwuva7^&%alLnW)JN~}DEA-rbiX?OJ{|XHo)M8DJX6|Ne9Bj%{k2+_vq8kIpIMa0Z{Yb`w4dETzI&$5xjtSDe_yS=TBkOUPd|dEkm@74 ^m+O&dTkJGufp>&yg!U*2i{+X=kIll@J55aFVt~|8i-?&KjF0(Yx~mxSK~R1=NgoES@gZ+@9$9eF2MhV=gnFN*0i=XP+yGzejIS8 &UG$e8=j#C`m^#~>fL}3ShW8_lV9U`2cGv^yeqi@&xPpc==|?X;p6^zA9${7pl%%oJO$5Z@qTp*NAf4UaFW(N5Aa_BAHwr5crMaD Ws7%K-^O#5*1b~UYa8gNkK;i|Xu%z`UW%uyf%iu8_YAyGHfX$t=R;b*3eUB=_CTK{0tPP`5eRFm~rt>29P ?RefJZGeB$`m6E$4a&!~{6UL)z7utC1^kOO`|omvpTqNci*dEs)>mN6OYxk6=LaZX23SmuyK)9@H>KX?uIo#9uF^hN;JHKFmTTQR E&A9$u_$v9o?f(7@tlU|f1~UJUXJHKEEBSszc=CeGM@Kp`Dkk0oWf7yIgZCo?NRjU&n?DZJz94=o?{KPf$^W*N8M}jzT|uz4|Qif 2k$S}K6|xZY_aI6uj9ED&k0&Dwy3*-ckS2enCtK$Jhr~4WwF;UL7yK1E&$v=1D|rw`nbM}Enb86w`*DM@I{x3p%N&Bo#?L%yTrh#``zrZuqKzl8J-@$VY$`{~y8{QWIK1;_|0RI{A)qwx5{Xc={HF!RQXHx_H8u@z! &sH7xMoax{lmk4sXrCV{d{p5&v|WMcAMxG~_%@OzXh%Y%;UMFfxhUafCv|@$1M5;m+4$DK>a-y?dtC=`b#(BIV$rt&<=bQ &z;)8jJnhDgm`u}@O$BR@l2%f_Gvr_<&Cd@VygaEcy7XTP{sp}r`p8d+ugwX>m6D*rtNTFErdwcIa;o2`+%083wS-?3N3#M&mO#= DZGv6wmWce<$Bqf1~{o+FKh%KQ_=8{-)Ny TxbIb*WUW4)cn~LP6iY%72VT7-(CL1hJV4LZzg_PpVmu^nM1!0Jh$P!QEVRISvuz`z#cr)cwgASSmw`omf`)6fH&(r5+j{FLmroC `3T@I$%)`cb%;%@bb6ZAa5mJ1%vwr9A1E%1+kJqOqJqYgCS$l4;9%B{!O?xM(peM4s>H3Qj3-o$QqD9`nK|Y_0EHo3p+?=iohSN9Cl4 X%E8ah!?rzGOeG*QY9y;v1S}q&OYw>)yS19eM2X2+{v5sO*)|+IYrmE%f21gAIUnAY`}?XRgpK2s%Bl%RCWjol2IMAM|J2ZIq$4p $kswPQ}(k`sc-1$mp9|sp+RDdjBqBF=Ib;k%KY+?j5F>Aj`Y~bH&&Cfp%P5qj}Z4WoBR33>Pn#;m8Evbys&b@%etm=pLvnW>iC!& %-mvq17Fijh4#?9#66M=T*CtZDJIx}oitBXX^2ggBT1xoW8- P<9sD<4%+*V5P?1N~JVqHEwlF75sYnLJ3b~_o8#-w(^+0v7B|gt;U`1WNT}yz+(}9%U0vA?RYBS!hS`CJp}%-8ixWPzFfuBdmx^I D?2K9p`9s|K@U?~o&X$n%x}@Fuswh{J0Ys}7s@5q-d_%I(8f{haf!9W9s$FLwwuejnaHkIaMVgr&Iiso#)Xj+L{__?mA~NA7^zxT T-O29E5>+S)vh(xtQXTgCP1w+Ay4wM##^^$Y~5DRkGj_^8(Syh?1mw5119LTbM9m^ORw#tG~ouJ&<=#z<5avXc{D*Q@Yl33Txe`bZQL$rGSwh}1bO~E;}=-H*{nR!1U6XRkG!0RX-i(wwU4yh<-k7DAp#f`T-$}Rz)s{feVD*L>90@a8z164;w)Zkl31hNY5Ue!jWQx^_t!g9bgR}HmeP{!(*;F28LsS{|WWn{51IXNcoMx9XPhnh4859f$(#E|o taWFdNGsSO=jCyrtkvfQQ9(F)qnzCq71FKmQ30yQ2MdI#C}pZ8M=&L*rG|u17v1C?_$XPi>fBgx{5&uT9udL`+o`+($3Ae2lev>% qBV|P2;AJ-a~Fo^t}D2KyJnfQ4hs}q-~xoVotZo<^To30VxP7ckh)qUpJ95E^c1i?rbD&D4mi@xKIVwnZGc}7Q^@3`{8%-LFbC-F n6k7Oaqy!$u5b)zl|XTvu}05jScfESwMWZUgA1n=mVx$hnJ!zdLdNV&vT8gh_JiLHek)VZdr`r>1)@6fRxM=>S%t>}C<;nSI2FR+ 3t=D@s;>>MoThE`jFyOPL^DRxW16$F0SIKg2Q7=q$NaVy@AIbz7M>0=NhDSJ`PG)zF0yj+dP3V0@+z&FMo%bEFR463uUiJu^yD&?>ms4`07 B!26*HYZ^P)JEjskiwtUibOm(b}%7y-aISzh`A#)ltvFh`moX5d{?csS$(7ArRI7Y&EaTAvuWVek6P#L>eoCdc8V>98#&mnBW6i@ kIBX(^njBoKdKUrMX?X)XWYah7XopnlWsNo&fgV#QU7c+;t9x$>*rzFHXG${BuQ`*m&-olhRtxAlR<&-xIKinVS2(_`m8NRxH{|_ muzu;xFkXZo-*atBu!6TC-e#n<;mEa8F#!|I53G5mnSg{*hNeu+k^oYS=+i5|5^qI`P(u)j2BZH9F%w081JpdiaO#ZV2J>(S=yZ% 7~W+Ky$%kME96eb2H;O4OWZdnl<7ZTC|bEn^v8<9Pk+&xfHEtGi5dqQX$4Ljtr+Zkw(H-hUI}2$EM}B h3(+nMbSDc&o#^N+HAwqi9K2m3R0O&W<+o77l`)2xC1@}CIXmnO3;@x6j7pOY92#bjB#Sq%v(l!Z11ynI8ebIG0&LN^14!IU1@I! wQAl>t+j(ZIoOAP%MeFdpy1%3o!nKR0Ix}Y;4BfyixU*NZ6~ZL`fRN}oY|nFXAOGrC`u*AcO|491YQevlQT9Z;^dh4Tk9meUTp0Y m9R6ddUuv*#2CsaSOiUB#epF5#=xI(W1s`9om3=7T4NFDws!d{t(F8G94;2B46vI?0QD(cqUIBm2Jh5%B z11lbaljK^F}h*bq_5m28K%P9-T19yF{p)c$EVR$=gDxk9@3}@YnB~n#SH1`*6I{*YgGs!%FJ+bt_&a88bUPV8hwXG4VmYSl%$j;(Sn$L66d9E7N SDL>AEof-zH4cHfF4|LbX=|dt2OhcO3n-VW2A_D1g!=t%&Z(9l=TN@lo|`aecBn08Mr0$KcFqNjVlxBbUcI;wLkkrUG%xV{OsQ&o Fug-;hAAB{2U92qS(K8Y1(c~y^_q0=aG#wkIblI-Te&r}iDXoKSul)<6!Gq)xv!d(`zjj6VLDYrozixP@^0KX48sYw*AfGsdAiQV iHHOcE#@bQeCgbYA0;<`a`<%o3j`rH8FnwO8p{ta3TH{ma+JWs$<*o$!+R4CIVpr65!(UQ4b3tYO(@`dUZsCh9IR a h?n-H-3>nK2gKK!BYoD03$ItS8bpwS<+!fhi>Y+ !>~u4N$Xy)u!+^}i^JqyzQT8Q(|D&JarTIbwnrc?y58QQp-p=>_6~2d _WFrp%}5wK$Az5)&f;D%#1B(LGIAeiShlX(^SucARmK=oWwd9rxxz;mxl_+L#=iSTSQDiK3{{O+0WaK!yU5#zNrd^rVXA)k?$-Pvt(4Vh;yx}8bA!~^?G7&0@aGRK%g+!q=%;7Lcl>M<9~ ma($@o$XSx+C*S{t@AGHZY1?;N*u!YYlzW?#$wdC+{=mH@wl%_8Ja^+G^XDb3^iLh4>~*0RJmwU+YwO+EAQTcsF1V(T=l(K&Ll1G*qJLTNE;C;;Yr&lGTOn)SaBnc-Q;gthvA4?`09^jrLgx-$q9z U`JdxI%>i@6Vu60QY{S%l5&54OMB|IV|iz-Btd_=mF1T9)g5ie+S^vO&1i`gW_rjRbw^T*97!TTDIYMkll$xxnj}+3X!MoxNtRsn=nQpRXcfZ5eT$aT(!zq3OJ#`59EjNybGp&;K$XD2chORcjrnarw5B2#Ku#~j0+AeAZN2GhArMf1V*3G$Q@G|ksxE}YfnF%`|5 F7nh9nOwi%##^f;GUevTV=^!7`9G7$l)uyT)_3N~2#%S?6k|KIo2HNZ*}!G4QWLl~=2k)E%mk*aK*uC7MZxs( oCKy;W3LYtowXXb9-TfeSxlSZOBSY&PZ)+bSxiMuVwz$O)AVszU&&=U$~30wE638`nL^23!8GL{@Fb&YYc(v&tu5S8L@Rl;9EG*C 8n?LPR^xCbF!v9x5I^~}DCSObsw7sx&bB#BV#1z{-)0vB#OJneHe%9{kl!QIgao_uUnc_?9d@=y}tcM!ZsP`p%;+X^vqsQ86d4Q9 H!LEWG$^4Dl#f*jq5)qNZOvs2CHi89PW^E1hG?GAV6IVsJ-JpMu3uB6K{RHJ8Tr0BeP=cVnuYl_2`U0*0>ON@wM9Y{#M6%Ce+5<_ G(g_x=Zft{zm88I2Mfdnb3wU1R=m?!LDvxZo-rT(R844$@UVgV5V~h(78H}9w!`@d%7&l7TUk<&lLWPC3Ubvrk4V?eF(LOf?83{m `6snTj=GvTHI+_^+A{@SD0xM@GJT6(^qq?2V=CjAWG#eWrsSH_I>o3e@=(WAq9j#pz%&U5ETiBkAGF&2RfC{%KEzUEj3UOy+)`95 83M`$Tfr)k2Np&A5<=C39zLn=(4u%UR$ovBDYGst28vNCWor7$ =_`{L7LvrN6f>c+Y<}SK8LJb4n_wQbjyY6yb>)0Yz&)d&<9a>)%(87}85i0lO~q0f#}C16k*RCJx#yg^x7Ic$(qXQU$C(wCw4@h~ >n7q0i@5VLL2c1wP(`XBOX!z#kCx&zDp8ALZhlJkD+v^cYJ8JC0%_%M7*5}rH-z0=L|a7PB&?y7-Haum3KA`BJ}brIZFr8vkLV}q $waDZdM6h+t#Z*K_Ay&EiB$VU16I)ktO|W?=fn!T$=qd@~J;2$$Ji)&UK~(#VBTof>?CS!6vfx~is~+uIUf&os@UwzKnn;{5NTAe9}JW@DL_0;^OvhaM|=6Gn@KwH|>pJ1vTB^%+qr 0`+B+5!EY(*x*V?V61hmPFzUCc}1tB-yQBqO=iCQZaPLD{iS< Iii}idW~C9XCU0tgzEotC5*~h!w0$>CyVeujBQ5Z1n5&tC?7{eIOwnEYDrSk NiM4L)3+FVId@MuA9VHl0d5e?SG-P(pl5#UKut6{B4%Dt`@VgyyQWrP(VR7%zK{j48uKu2O7veiR0a8gb( 8bc^cwaDFZRbVovOs8TWJZ57BJCv2QxV*mD85fNjSFbOMThWG4+1eqomN2YlPZjI3ry_B3lJqI#G{rA0z(*8okrNLex=JrZQq`*Y ftSs;WSvA(Es}K}+ncDd_>D0`z-L9NFYV-9*|Z_Y`0|m&Hn|MrWlQgeUS1tWDzQ$V5YZ5@E#&RYpQ&lTJx|KB_66cJti1RB6c+ k6{)McN^qWla@s?Ar#$aw$K`ZV8xD4jQmtETg$C_lGG}vJ`nAVOg_#WUUre?VOw7}#W`AXu=Hkix@^Y*8nz+E$Fnn}dt_8r2rRh6ECJl0h&_ dg56QrAU@=fN{B13Y!;*a!eF%e7y-JUoDnF94Na`1iiU7Qob)`q3(^jlw>PW&8@Z7=US%LT8J;yXmrAPt{Y6~%llDwEP5~lPi0W- RI}?WBxp#TH<{9MOXbH{m)xo%7$_X0Du|0Fdn)i;HB#FVC&|@@7Kf)MRBg{`ZV}6vh=A@NFf8s}x2ZLWRTCyVQ2y^Dox2uCw45v* #@2wBljb@yzNn17LsL12CoRet6($O=iahh~!e3nPVvC|jgc!iK8BaSe`e$6?L-YSM=VGE6xl{C3=eYNrtDE5kAsqc#$qOHkV%skl v~FDLR-y3xVlBHWa`V2mH*rzpfvK8$H8Lhwf$_x@-3aF5=+O$E?}$QwDl>4$#&^OdO>V=Jj?pkYHK<=`qt~n>eKqYr4zpqWdNDa^ BVZIZhSk*QtYoX!R0NPttx|snBxRI8Z!Fks%WaUj&UrJ!?0wwzHFwT1uFHEZ`L7Mrcb3d;Wi6vbx5gWYtu@b8HqOvJj>{%IlS?Hl )b<$rIYy$*CB_`1{yRON+U3}slhxwix*2B*h5V1PFr8Or7^BXR&7W4)Z|Ge=G&PcGRY?#s7#ph=8mpviinhr&tldKo)*=q${igT*u E>Ui>HLI%5x#Z5oz2Fw&Et%X xrOOFC!|xoYZ|-7;=TuStrXwu$h*1NF}7O>;VaG(j*#VZtx(>rbI42Ulc8d+n>X0-)TMy@_xZ%>?hB?$rD_FGZX6}u%7l9Iqq$Y` YJ$Qf4vb&wldt01|33*>s#wz_W>?Kjzbej`eKla`K?tkAT2lo^f2Zz0MJ@a8Y!}enIL!?G_427?g15*7sI$MDHQROGvW(#UqBy&W V{EdnN>f?Od}9~yxZV7ASY_x1%ZVbBZ6%)#tsGn+CR>^C5Jk%@F#%TqwNS{pqvBNhR%jG>5~cbc{&6M@lVCAdmuQt^o>k5W^z2kC s@t9j-gvI;$H`XpSm~+706pT__E>btXZeJzsI#Y5I5mOCY!E(AXnv%S`jS$6)r&WSg2=NXa~1v*2D=d~=uFjoq ^`B5n0|XQR00000PiBTt000000000000000761SMY;R*>Y-KNWaxY9nUrj|*Q$a^XQ!h|U0|XQR000O8PiBTtoXkid+NA&hvGf4| F8}}lY;R*>Y-KNWaxY9nUrj|*Q$a^XQ!jF1aA{;MaAQ70jB N+3WW>m-7)5p%b5cf;-Nu6A~HS_u(tvJgQc=Nt_JiC_c-6lPL8t$y>C3lafTC|v8&_sQ261yInFoe{k>l}PBXm^ YIB^U>3zfu$9aU_Z`s{(#!y+u@8vl6Q@#)X%5nZp@XTL3&J6_5*vD~RAvj~E<2*@l^uCTWgyMhKbDX>RJ>xjfQGV_>1Lf`<{@nBXl6pC{NzurBL3-zPYf;7`U>X~`~ks*In?VCf?E^3 n;;F9vs%;blt=zv9_>Ah;Fk%WNAMd2FC+Lhg1;yD6|P4f^?E3ecD;~Cd8_oju7LRKDg0ppcr>_xe8(x=iQonVrx9!-*ghrk9e_r!>h2VDy zN`6trRX>`O`Hvii1*zh`e{Rj%|+CswTOP)rHK4zXu9?y+R;@+`4_X hv@HZLzF)`#JEk{6Q#e0AUF83gB|A(dc2(eYoYh%LmlT&^d9`iap<2j_P36+J;9X($8q|@fVVpm96>Ncu!Z2s1W#eSISl>Mb2!2)1ZfI6 OAiO$ZE^(0eJa772~Hj>LHX{Ydodx7OJxncy==VVs8?jrleFXw35+37*C1s&Ip2Q17bmBJ4fVSPx^s!2Bpx>`8#{5g2g!+B^B;-4k;E%bylhBSmP6ECa_5H|`(C-(VgmJxtAT7zx!vv>r yH7@V@5va?IVWRX`_0Ly=S3%ju3ULC>T~nS=%kHeqTUakigjTX!OIAy Pjehvx}9aGVf;2a9rf9bV95A#I@X7mPscj=-7_$M#}On}#3`HsJh|Zv%(r#U#CS9l+=AdC1oz|lLXcPnXXCRl-w!(r-yb;(^<4LC jL*2U(e9nk#=P0*Y_#)$v$2jYJR9`-&a=@^>zo7p`0hFA-%Za!J7y6a&*N|o#`iUX4U9MEpnV&ki*}7a7vIBkk>4TbqP!E%1^%3W F7WxHbJ1_lpNsMSm%{Iy2e|opn1AEW1K#d&9`Zd*;bMYAxIX8B9^Q8z#$(;{fmc5}AMI~GA9%10!7T}nIUjsNcs|Del=Fc<=bVpr U#{tI)bJIW{y|Omr}Kf&AD@qL`}PHBf9nOvzvBY*%PAKCA8)?^`8`N*D#0f;yx~Ih%T^bno|7&Fo!jj~lrxv$mxvIaeIfF{;3CYg J1;`N-ggn&|MW#jS9dY;ZMqorY~;m=H%Y^HzZmUpCrGTRv){!i|E`OH?@wyH?_Gj2-qV@q8mViQsWG=?)_J#AR5g_q-hR^|Z?|zdj{+ 8~67WsLvZ$V4OF+664!&CHiYif?Yh0SE4^IB}hxN^D4om1bcsnc5ZSN=Gj<+S;nKQQ19ojLjS&c71F&;kXQ+)e6{kGS7ZLwEy1{L vIOhH*`kslE~sTUW@PhUyJts_FA<6IE7~^yy9Bq_j`@E @>;a(A%YVLK2C63f*UPGIWv~x`=0tfb1C|D7y+??RaOCfKpSc>`d^is6<{iVR$uPp<9ZnzBT8<(M;TP*`V j$a14Fk>0;@i)s*{wd2){)Njh-j^){-uzj=Kd0&6AV{K_^RH#-_r0$}KC`dG{5$G8q`&GqjMrbTQ@VORtw}U5$6XKp@O~2Rh7sKH M(|aY8_|yoZv@_)s_(o09_`)p_b9*cd$juyf(P<=|6cL(CVX$W3G-#tO=y4XO~_}bn=n77--L16|0cBe@S89W$J~VVVxgvgQQ_-1 LEd;<-`8J`{{7B!;M3scsQ;GBL2q_ij(L||j&V6^ImYkYCN%B$Q5{^U3J Y5e<8uUqcJ{C(*@;N$!Ep&vfH5A$jL`!RlF?ni&`c|Z82`2;WFbOecYauz&*d0GD;@*V#m@F#c><5_+X^Xc#h(eAVL`*MB1`$5d7 m-YR<2f=r4@DS?L_z?PM{6nb!qK8oL3m?KfTlNsr|KTB(J01ewKJyU9;q`~mkDn_1=EI;5LmtNbYJV8%yB|h>&3+j3^k5A?>|xN; MFfxH{0Sb-{qaYP(@TGZyxH~$==d1~_a*q|BglWsqu>+U9tD4P&Z8**(MQ40ed96kMY|H5MR<4QW9aWs{sjDTA4ffQd>rlD{c+59 |8exkp^t;#Tl6^S?30g!&VBg_v}fBVz=w~20{wZy6OczQeFEve|0KqL?{)!+?5$70!+ff5{e;#D7Mf^YfZOEl(;rv!h&~bT{^(VdbJ(lE lNSh*sPAn48u*>1uc04izm9T#|2pvH?bjjKjQ$(ZOoAs7EEBx{Z_w+Fdjs=g=^Gf2b>76dwY~{_+4oKG7r8glt`pwGym;wNwBwyO L0?m=FfTS<1$^0hm9Ar}F#mU2h54IV1^nBepil7VRggR0Sp|7?>|3D2eFPT}eDy8R+49@O6B2xk;J0Y}&-pv%#kKDMe{OsS`25j3 pda6R7kE7SU92-b??T@C-Md(yK6n@7IP5*(&D{6ESKq4ejrY*c-+LePapwD=>sP(6eB?g>xBLg_$Jl>hJSYDH^J9O4hZ8*UACM0= `~dS};s?NoSs!40Px%1y+&UkkAAj*7($D%3_;tjGpkvQ!_&-0yI=I0{=+B0az@N4f+=Kh+Bb58VM@Tp0pG1>6zkdSXJ3q#Fob)mJ >*|j&-Vc6^aar{-=G&(q11~oI1oW@?3C8=k1iPsJ7ZWVd`@cTLx|aJF#_h#_VZOKh8+3ioe*^E{`#0uQ!)oBwwAC2DeOII0&ed3N %d0W}k6w-TUb$NN)77fKT@CzuVKvsNw^xII{$Mr6H}9mJJqcb!buf&Lqfu()ZU*Nxe=WIFsPlzMPWw_7G&cFpD7L!6Je`qyD^!Ak)w1zXJH;S5V(q2ueE% a=(5+ko)5k4PW=Gh_~KX5&k`b+`k(Wp=~FQs18?$a2H0TFx5;nXi6F%bB=-O8Agn2=aQl&-#d$Umxkq>m&Vv>!aL5HT-CTjK_=DN4u}kcu%a4`aG@qytF>b`J2LbG~P%0 {Zq}a?i=|2^=}~kw+S-c-H0Hsd&3EyO8C@4@I#)T8xWpR$N%G-Dd!e~8+|9`%%Ja2(;_;7;P4-$ock$!_779eX7oOOqm*+pz4!b$ <=ji}gWQz!4|;!aBqVw0qaMi-**~`aVU?(ygP;<)7xuDBL7E6 Vm^F8@C<@qYC(SIwjln~1exyCjl%r-#we7(=_u55yHS`YQwcIXE{#IHE*XXTuF&`|5M+MhQ+@y8Xw1tkMx#Ev5ae|!OOWM&>qevA Kim%a47~t*1vFNv5#{z#ng3Qm)9*glfWGv!csPK1Vk^l8$k^djYqW|t33%d2Z#(P7*zpvq+X#VSNkMA39k9z-X d*nA_d(@*v;gsz$&iihU{^{Kw>qFo6n1_cEWIpJa?a^P)5#;@g54Xp-|8sk^qp217k8DMKT3gZ2JGLUfJzG&;mwunyit#$Q74+rA R@C=`R*c(~8viy8e@x-CTFxu2XxCc=S#JB3;F*jE<5JFGnujgpQ_j^ikN2HK<3Sbv=H!&*EbXWOzLuzk5pdy^h`;cyK?#(VQPa=G!*ggXjvu&OOjCU*9t&a?FMV nZMYbAoEXm?FoAQ4nfvuey}IjowmJF4sXG|PmuY^@Rum(sb8XBJ|xKe&+1<)UhJK6e#v;TH~M+^UtxZB5oG@CFoMenUPJH?1iOE& bY!2D@TWWNgLH@NgLEhE13bBAAK=Gwf~=>%ognjDo6Sr)#A-Wx%tX9#`vPBf*%$TOl_1MmyYGv6e)zt?>$CPnIXCQ!^6%Lf;|JZCzq>2!P*~^& J)hqV{JFjx{q&sx^Js7Y{-ikoo($LUZ3E1|)&TXJ5dcs34nSA-3s9c}1N7UO1YLqx2cSQH3@|>=C|n(&eVgou_O$E=Jo&|bDCgk) P`||lSzdj2Kh$S>56a)W2jk@F`w=~8-?2Twlhb=Jt~d9f{!jLxzyI2U`fip@$v)(0g3ParIJ#zn~ZM?-_zDUw=Obx<8R1 ?{^h*;QM}@$GpBOkM;HM1X&-jVFB~|$O7>3&H~2g!vfZ|pU+B(9Y<*v+VO{3%2&?9{Q7w@C3=x|f-G0ORYbau5cRn-#5g}4qF;Vk !usTvfRCd~;OqA;0Y7Gy5dRVlf2D+R|CAuh)$5f}ZiOJrdrQiQ_i-8Z-(WWALhEeg*E<{If5B{w*R`_||E}4y2|Cj-Bf+w s{%aqDwyBLSCG$=3i|bx3f8xE=3?AN&PD$F&ISJE<^o^m%|$uS&IP`$nu~c*H!mgf_y#T@U;W9KMusY H1a@{KjuL6$3%Ufb|Binm%_|};N$WKg1(jBw_snBapQXoQoS)J64Hp7`#uL1T=4D9mAg<5xpuZO%k9qUX@#w$w2`T3}g5N(u <)#xbo?ki<`25ool^-FmxvqiwW>5DMFGZ&%%I~DQUtWxS2QP-4JZ&+?<2Q?ezn3ls-*v}g)Z;IUq1SnHF~&7_63RK4U?)}NsFTn?@0^kny>;6V4?9ZXA3b`eC2*(2g_CL%vs?hkn`c e5^Oa&d0j6+xh6vJ{Wer$is# elhYp>tf80s+Gky99J}pG&~69DE7z;3UE(cz2dO7kLdpYXWdpXvR `IlopoqIXTzxr~F$HSLnd|$mB`m5EKqn&M6U_SX*sNUcTq@QyI=E>n#p!`#=0N!161@gWB3bg0VD?kUnaV6%#URRIlB|QoFMDh>#hd>IPGfWf9usK@1Cncr@p-ecr$GY_{HOv01qA`xP{85=l}nNC&84XS50<5z{R!4DLw{aKkoD>}F9V-E@jB3>Mb}|`PQDKF?~dz0pWnI;?Rx(@%#R7z gAZAGJ=(GQdd$b|ZU7$4CCK(ar`&*goOxqP>`3n+ID+7pZUX(m5Om_k$iF$oqnO-<^_uoyL36ulak>AD7*O`h9c{+S_q2_=MB$g+8I~KJcmGec-$QbRXu;H|_`i54j)x x8?m16hY9kzfUysg {7vIO@{d?A4|)Xq35P#|`T6Q2pgUiF6nymdk3wGWc~tS^QS_7Z80OP>g$o`7{yp&+`u{tB!hT8HpOF7Ge*(UL>v6RIw8znoOCATk y#8_U$15KPom%&alyfe@O`gDfSos9-_}wRf7e9Ftbbiv4sNXeD0zdxwB>MHIPodnFr?3v3_7vvbRZn4l-1QXt`{k#AKdYYtKGy#k >(h~cM!Zd*rhcLRYJD2~oc9dMx$+s{`J>NZd_H^z`Ty)$^vCFDp|?2fS;VV*4*ffXAT2S@r02l*{_QW=_nG-Twfl2JmwQK@zQ< x84B#%&Y?JT7`Pnh;Wzck*r-oiX}-$MG~Zy~?YZ=t-2Z=s)ddJFoE -nXzH_`A2TFEHlqlyft|r{BiBJN57Azefn3!1Mkc;N4sApj|ERf?jO*F3RtESNDtF)%~J(b-(Cc)aPi0C%p@NIrm-E@8WmS{;M_q ^&0OF@1oxKz6(5jNYg#7>Heza{!PO_((r$4`Cony_4(R+pqt-)5BPV`dsqh+yodRD(R(Q8w)ar}o$n#P2j5eD^m{1(+4q3oufL~! =lke~!S5qo{rkvg*!yVDR_`O9(eI-^5A0?<4=+^?m017|-B+tS1M&4}Iza{*UKj9U$}WFVgQu9z*)J71K~EV3QQ=`JQu< e-BbRT2h?%=y|UcY(zHEym%k%4bA@*4SP+~-QvI=wT`~~^m~EFp5m10_rp5aF7V&56!ypYk4TI|Y=N^OefR5dUStpYkx1cm(r+sL E}`(RP<_8azi+2t<9EB(;R5=tN8e|rl5JR~FsOq~Kp%bIdJw|$^h_+coOL@&(|tg21B(0YI@orM<9z~c-;D(Kr0+ydoZ~g@JWcm{ 3bq036C^gmIfkBj50FTQbF$Wf$dmJ|rW>u0mNaK4`u&>9Au+-E1*c`38+w0-;Kl?=9C5ZG_!o-*cM3Z=rFL-iHC ^u3^QUZ&p;6qeTT-L%epc8Bd2_8J6xyc;zBbd7fe!Mz9JY~JDY%zK#o63o`YUW8=<-Y@;LDW?whHvG4fH3nh>M86BQT&D5F`Z_SD>#2z^hI-csGwmM7cdv6`=(#+paG!E}A-Aupr>tJ6}KL~az{P&Pm7O^?bLr(JVFZBIs>z(aM570EXYuI>7w>gEKui-!C _SV5h=hyV@M#gP=&(ZG_tU-NbIoez*B!Ui~VopEjWUzs&WeFcO($kDmWn2bj|5-&6P^g4^o*5(hT8{Ksq5!5Yr?Z3k%i|Dv$1dCt-M w=Enpf4paZx~BUI!A%B}CIO5u;!;XF&q8iz)D{x^mHhJLfGK4?h6R@D5xt#Ccc cXRF^jXPGucjb9e2Rk&j<>UQI-uq*D;TfJcgJA2(e+Q;uZzlDwgDqGyk1x|Ddf$+B8Jhpk2@a*-&*=Aihi!p~&mcHe+jlmFGmr2k djAzYFQ(rv`t7_rwn3sbgy)5Z@%p+Cy%#C`0{T78w66~51o@Bkp-0nu4}H6k;J>WCdQ9uI1?Ba1dfrIC&DQXT74lhR=F?gS!A{cr ^;!M<9r`wi=}aALf8W<{d)L9%?N4>E?c%?0QoN7p{ee0WC7gQ*UPr$=`dyyFnQ8tTM(|pmm-^1UYa=}muEY5ywmo6_^IUqbr{`&m Lv^r;XZc{OI@qJ#q~*@h_Q}~J&GRY>J5itcZ00>FoTcMGwtZnfWHtRh;=UdPJ4_i1`tjaxAqAVuP9}E)pn{yOBA4I?5OrHnA?v8C{USmF?4(I>O->2s;`jHsnTwezpRo2V%8BIRR{zq%HtQIYS5M==iMsA2s}|6!+~qobzDjZ+&|Brq*#|2j}$pOz)FgmvIhkmvc-5Qm`|eO6mVv hqI{j>R{t}k;Z3z)pmn$uK!dm^Un&|R_S7^zxJc|I~>?dl87We1$LmczZe8N?7YT3MeBDty+6g}4T60p|FJz(6NRySRUr5+`mqel `#=9k!M^c0#zoD8<$AWAV*SQG{GH;HxbD2K-+!(7o=d-zHEhHnJ@-d(AEn>2s&$ZcD9>wMzo}un(fc)ZI6uaJKc(j*>34NXZLu{z >$9Gq--i@-cOC3LN$i*Xy^T2iAhxr_d1(GSllzF?J%V4;dXPBcJkRZQU^je`=DiDr|Ad}h$|FOtQ^S8i@M8xyv&-oDV$P4(BznI} %ekN47t-%0`W>fX%Nf^roap)3I{17rf6dmouFJGepV@x8o#~yv4_2JsP~jC;KhC%E`0^l}0Xczwvs19QmGt!cuC+EUw9@>H!dKV9 _VqRgw!Exodx^r{)i^BAu@8&qDC`NQMcRgI6|x=Qs5XpffhB}&&o&xfaQX6omRC-nXY3V+xdk53((IWm82Z@87_u~!}Jj5pP9SJL|x^t+Ot8!67^8a{*P 6TOe3wBOPC&Zp=7>3Igr0tBb?I$Q_)?HB5BPH7Rr&8z0f@$^2H(wso{Z57JaJ%Vyg<#7d*f+Bdnf(kL!tO36JdYoR {ej+ZAlPc<|C&CpqTiM&oG%KkeA)lW->mpU>03t~&S(5n!-J|m<~@>TDs!TK|4j<#tmW)XRb2b;c8%Z8^qtplf(O>YX953RMDO!b I1|uHzi-mFN38UhD*ROQxt@OOSalyob(%!)$LsrY%8Tu~Sm(p`YZZ;VHH9Bb@R$_r_gNQMw(8Bg+{YZ8t$K%^@6&XA=JPFjXC2eF RMvg;{4xF525m0IIgWlWr{F{25lzE(cW2e%+?4rao&EMqE9mzDJ-?8`IRX1`N6P=JybkC)+xgw0d48Xs|DyHXg~Gq9{=B|(zG>I`o1AkyywG>^ ovxRwxP@ZAJ?r;|jjrbw{frxQ809U!-gc`C=*L ghk)=ihi>@J{xrOa8xQRD7pE9pOf$IL`gACQn-oyQDk!>EZMT@)#;JM%?2TrZa3ETa~=6|uH*(-K*OYUYs%OQ7Izkbq~?fE&JDSyu9 `=~>+erL%bP>pdKcxb10mwVfD)Z$R8(@xz$$*5yd0neT76$8Ii;mkXV0S#W@wWLSqvt!buv%#3r?PI3oGeM`ICw0*Dpx191J+ys{ +t=-*g3|6jFLbkBSfZZh*nWn_ucISh%t$Nq(rLYZ$;)^p&#mthY)-r0Y^sGx Kl_5eG`IaUbvar^UozZZCRRR2iF1CRRwizKNTivD+cafD-mTCe_IbGy4<3=n4xe)B3rd*irov+rQ!_bDsn2%Gx4Yx>8T1oP^OEH1 dtpG;@N+^;32)F!ibiv^ovIc3G@)qt`i)nNT4`-_FH@4R+}@ebW+*p~Dl>vHfTB;%0Rd^*Du<<_O!Gz}61_VA+-`3+5k(p?Zk4HS ddRGDzBH<>RP_B4o_W#B(#+S{+uJBbaiY-A`W;Mj;x6^t^JVF`F29t>*wvhOpp0|wIB%}!6%o?nrm4pYVHkli;!Uc5u*@E<`7luI>&A41ZDbRZUUg7MlZcL*elQhs^HmAsV6&|Y=TEB=Ch0#D0fz9_8XauRDx*lTCyh?H!ww3a{vgL>{ `$c3G2EA0{BG;#?s7AM)I*QhL8ls}#>vI~NfLI=w=#~hp<;_hK9(EPIULnZEaus=M^Ft;-iK2PsEfK=;`ed>(nFKZS&<>}TmP{tu pofRq&OJoU2?;}u8rl?N^w7c>9?kSLpHNHIXW&FMpqhchH2J^Jo>#}g&H6$h=)Zno#O?TSEiB-88MojKCkw)h?QtU U%nW)B2Q+MD`*y4zV3k5N9zAhVoSh~F%pCYza!|Z7&$*$KO-hL-$4v1A#_-#Wo a};5PYue-c1+bwic=i*Pt?upXrc8M*LoDg^%Gr{Vg=&WKu*9@T2Fq}Y9mL}J7P87PmyCFf&)VB8R)l$~VWC_s @CyXAkQq0(6id{UE7o&i$Ar`X{bIOb1JX`s7KIOuO3NERri^r=2*lklP^ia)%sK uSwE>k(e!&BTB-{XExhNl*-E~Ibv+hW8GER(XJSGCge>Sk!Ck-&#CH_m$D0e6c!pWD4^*|3l=dQ`MBrcBb-zAMxRZBI$|N>RxUF7h|h;qV}dkn$#Vvg0bd- PG{Ccl?#Llt(i=~;Y=HuhbyrrH!2VU7KCELfwUoOA#1CUlZ7a@j3=l|3p`C*LUHS_s`)w@r%4Aw3*_Z!LG+l8V>Fo|%I7+RE@rqB d?Aqr<)f8Zl42Vp93bY1us#j4L!-#LuOJj%b;MeV`j!%N-@r+Y3uTZS58IzAqnh @>s3YG?Gz5YsHQi9WxVMR2!>}aCFcWO%0@|5O0kpRMrv`mM^NRN%}y8d7-3b!m2jOFj>}CQlDlj!2L*KWra_<#OnT9ih^{zPxG%) d70`ugZHjgU7-WDs}^&QwKH|4?nd#c)VQliYg;=ZFwJa&y~!qlpZbuiTmN7b{dUeatA fC6tuHOTSe#`WN7FDe@kJ5%UGv%4X0%`RvSb$zuq!VnMU(Bo1}v6MkK4Iy=Onudc`MW33Q*|1TDHFpA}uRR7Vt&4Qs&DXwR}x&^-`ZA)?hj+Nsc8Ur4|uugL3HyuUlS(^B}bz9)@JR?8LA mBP&PRIT_WQGFbY}!cRo%0Bb=@*Fa*fAS>L3ULi*` HY%kSUROzZD%lO`&3Iw=sI{zkoSjry6w_8^!6-!aBmRe$<27-frr%^72OwM%rMwv-L|8Y}}BEcD8S}S)MFB03` YM}|J5yR~lgXtJg2@R#6{Ec#zFcNN9v|WF(Ke?X00j^gmBG- &s1a}6pMn;;6^Q70!K82R;m&GQ;pD6+;rJf0oPGAfY@%48uqI-Hzg$2BbVVoeX=9=@(ZgXDIXhoP1xXi)kRY6Dpg;i$ho{Ige1@m MOZyX14XJiV7dHE)%j73@pwY85+X$xex8Yuul@|X3=PJ7rcg*L2m~pmKnMhmv=#lEsABR19_{I5f0u!Yx5_)U$+e6w{=;NKID$;Z =P9BOlvTl#Q4xGX*Ga`f;)rIle!W4}>{611#`9nJ4Qq<}P!;hvP$B~x-QhAt_}v(M@v~B=X#NaW{Ntc#{#ZykTv3q&Bc#k2D>Zs1 ^5~PKOuZ}5W)-1M@IzTCgeJ&GB6N~~t%?|O1Fbm`DyJBAU$sv);VSgW+@wI$b@`u GvegJ9=A8vVp5r27p*(yGdFv!zH^|)>J7qBjRV_@`5xKkhP;ps+KX&`7CJ+A^s@!}pG6Sa>uIGP8Zx;n$NZbDpO_=gkZ4tNhD_m( qbbL=-_`Gvw(UyH0{x$NhU~U8{n%bF+WVSHbjlerHC74Ai)^?%Lw->XDB(1pFfZ(utfr|ZP8G+pM<}5rI}BWlMioTjrpyp>N+8*7!$*@PhNJuqgFRD;IanHPW)fK5bUEKqbjU*a+)OMd3Sc1d%~Uc$(KPG#AkodtiUXs0XFceobA~r>)$NRKgJs|@ UaqT5BRj?+p?5TkZjgGm+k^z4O~&kjG%cft@~1H(1&XU?}p3O6At6{ooB!0=1@Nu-~Le)R7&uYiN$%@xYh;Hl$lY$9#>pV&~lhe)Tu7Iw`E0sK0dvFmLz$kl025eHZ#Ta2gRPSWoG(%(UM*%$}vbw!5 9arDzYIQPGN&RYyC~;*6C>UDlxVyQ5yp&RZGct2mGwzCwG7N{iVm&6fxn$8%PFjIAWtMD4lFX>*(+?hK%%4D<+p@_O*+6+5@{#u_`qRcknl&awAzT7k09Mh8Z}cZJcG+o8t`F bVHO#MEa%SQ9--qU|S)E3)t8Y91_(fOO@TQkQd`g*-ny8f8NiLz%mXYP?=I8!XlUfYn>8Uw2Lo`a=g_S4Lonog=@JxX9->`cPY!e $rvjf+iLnnFo+xfMU+N7agH}PePiU+uT;bka^sqYw`N6ez=m(UFITl>Ch?-#5j%3~baj`2osh%G>ur-w}<)c}|TKVB@1VTL_& aXS7&Jhb086U^^elL;e?m^#OH%hgRIrdKl3q%pE~>V}wICdYwNR&$K`L&+@JvPhFDtYDV;MD7O0_F`|$I8BIUUAqHXjSf(EqM|+s )utDs$;>J-IH5h0e$hU0#Lza8lRZ|USm25JS*S$PNOdgNY|S~Snfrg3QRwNG33@w(9ZO>8aID=sIy`KOU~Q(F9Y--Qv(t(?t`KQ; BCTt3Ytm#s-KvM`_w2218COc5G(Rl*U0yLmWKkp!b3#H!klW_|@Oh7M%wB8JdWaO31G$$@{MvV)WCo<{gwh)GjbraS;-NWL8Az2}eFchbXVmC*a Olw0&+AzIpMHEvq>BDy6$9Qoe#?qJ(N!LZ@X>mgbXeSL_PB!0UiRC`(md$x%8WmX|TgNY~(qh@L$FDwAWlb$>KJ&>QIgpl#n8~Dd nOKuDuLyH(?56tr5eK9Dt$}3`lB`8vH|N9%Xt+kJ;|kewSC^EUtQnhi8{wZ7)Q!XraNO$jwiOEKv5Y*&LZy6j4UPvy HCha02hiTM8f&T$t@xTVqT0u?YL3$X8v~)1U1B}u##{AaVkJ#7XF(|%J*dVi414`dK>2m%t0=YV)z*6LNn~Z6yb_*6`h(4vJ($W+!R~ELNmv=9$eeebvYHW3=J_Q*Vtzm4pz@eCMte&Ch@(#Wh&&b9ZEr#7Y2DuWB VGgeErB#yFDf-sx>cMJ}>7s++@%b{5p}AJFIm-&VIEle<%YJZ8XS!VH3pk4Dej!IOle|DPRjiXZFryJ{6@H9(^-#A+2SD-q!C?dE 6zxoKMn+L1(^*eRsC7W3n84Wr%X%VOi{b+YoAKf0$eKGkIxR1}@khLg^LaFFX{R-l;h!N?@v#KuWV3?(okW3%!_8#X8dQzhOPC^} Y!_Cb+2p16Bgs6XjpV#6fYpWsY9XFZN8+zYMMm!+0|uNhJL{l7W---e2Q@Ilu3bKdg|RI5#gs(re}=G&x9N*u7H1A;axrs+Dc)y` `_9NrMo)0}3Joj~Ct+)$ID&mZTgot|QBgS@%DVhk@p0f;)H}!pVYe@PrZ9~w`h@Y)f^O@?z-GEn)}EgOy2^1yNtmUo$LVj+fMYP&#H=r}`H{o>EUj`zPLC~s0mFL0)2L(}4-ti4eAXsXA7ETFk{eC-uAmg+ vERv9362b;Ez{@Nsvm-`)0$Hc7}0DpXyTdCvfKkia#TL{NuZwwhq}BIrdc@}Riq}6rp2imc@dN5>DmL8vxS2>FI$;wPGW`SERJKV NWuuqn(MsS#R|oIOk)Ipl+gjcM*N&)Ajqk~CE$S{9qnmz^dwyR*(}O(KL(b)HsK&p4=G)Kx%t`11veX YOQXL8cOYkEh}eS4K7ShYl6Wv-<7K9YZ$Ndk#gJ_7f`=3Uow8`3<{@-(c+Ak6F0n#Z=T~*H5yP>eLU;F6DMvsMYf}y70nS--tl_g &+GA{XQoGvF}xTbYouh?j<85KWsN-;Td4Y$I6F9uw>+o-CeJcsXNWQ`lv1NWubLZ4Y+=;ow}cZ7?M&<}Je7*d1t;Of1aF3VSSh0V 2&df{ajsF0%7`0R6osH5Nq7q4e^LKp=0&~+^h=F7sbB2%+|V9jk|5cXst5Ld>mPbyc+Utjde^T(7nemRORFkJ&6E%*o>JrOxWqez6bdAK1W=;$ibYTf)0O>(lK@yB|(E!JVQ4Krje;gG9 |HQ9^AwheP4N4WK|CECLMXpriQ&=m^if<10Kw6F$3|UB+=*LkYM%RuK=CeV@;yA!T)M6Y$D>@PvD(+Ome|eIl9rVPhgLe8m_@d?o$XOU*6I70cPm4RvN^8Q{{#w{$Oyne@J|c3g5W0^3*h4G%Ew-8h@S4mXvy4qv}(l)HoQ&x2zQE&>){Ps1I~)ktr~NISQUk)Ez$KpPu@RmRwym 2bd(0D=}A=Z78^yt)!g&0&9A59f8?-kOxT!Y!~Vcma1=g#%?BSzBNdZcIAZo9h#x$+$5B}>JC<~=ua-hBG!sF4_e +r|VKnM7QZ9#0)|nHgL^Z+-)`1?J>15sNY cDanC!gYFZOp@gz%~)4zmkA0M9gvTXK}B_pOg|zXvOgdFxgyudnpb2I)Zsg10z6paQ{-*a7-wgX)0`w4#pU>b*R4w &df+!in0A7njs!=PN>Gtu$r?;j4XRu*U!;YKF3pdz&tsfwFShQ+I~o6(y)zYuaYFU%3;M=nPG4bVRRrSe(d|n)}li);pLRo5!LPh %f+s>E=MB&2Zb=Ro3lHjpD;L}zMT7p4Ym_w$dgrTuu7KsfLKD7`9ZL6mqB%|TO%yEb4 `y@3uj=AhO`tGXjU|LhV(Qz`Vr*<5l@*$D$GrO!gPHvcpsPlx=i?&77n}YEXQCllxZ?gCI4in|(b3f(sVjUXJq)%jccjUS3)OaeqR=MGteL0wL{=lC#J ^xQ!GB{5t0lnp;LXn`7#%gY%f;=!xG($gG|*EAZFIjq+sKnz8sCY#NUz^t>5-Clg2Mvi52K2?blI?QOvL?mguYPShdCeA73#UxQ? r8QiUZ(e88Zo5pFIL(<9o#zt8Z--Gbh}29>&um6RJ5r$%tuBcV(D0g1mhXyK>prR9*)cN8KXG i!&2WuE+RqA#oC0!7kch(i?bBn?-@}1Afm?fH#wf5IKW5lZR$)HNt bnQLvD0AHk=hBL72V>jk#1el^RIt?^;)>Wbv?vF2rc!&_aA0YNan24xeMh)4Y23jaD$RLdoUxcJ6NCUW?I&#o_q6UIPB|YK2?%nM-dw0W@krH|6w1mo6iy1P9&YlZM!*>J7H!ivUolhdyqFeZ?Ukiurmtb yuBV@M}pPuvB`m+(2O+l;@6Tj*S;``wJec^lvsENpBR#ZQRa&&vN8S-LOF#SDW!BHRD5`=?HSC;y?A#ta&*uy8>w`MtqX39E!aF2 `q0&u^+W&NSw)pvTfB*5sV$}gNioJ+!WxbET@sIaw8V;NCuY7h8l6!Sj7-FXABpIV135i|t~oY_tafXs88HE-5}@Oou#8sM5I~DS%AnGFO135pe@EgN;h=+tJb-%XnAW+r)R*&vb8U!uDDqfQp1!3z9iJIEU~;rW>lnFrkYW6jb904B49awjTJde P7psM{4TwT4x5|rB-GiHd*#fYZJ`gBax}xTnTUQx`=W-%5~Vx`>ZMCCiNts>;z*3$KxBa>o($d5rP3HkrK5+^BYV}4_T()&B;g>1mlbn1(#saQy+(HA?Ik5dKbtQwCusJzmHc(sd&XXlzq~MqNmm`YJaYBO$w)hPr36MHA!c7bPqkXVk?SJ0k2L zC``NCW@LOJ`oX_o{;R;PdVIT%Jp&hv6Iavs{@($fTA127kwA>89;7fwxV{lsxOfW54yp5^X-oX3y@7 +cEP_dA_sC31hsvS>A?VqtxO=x`=oiGtWDO(IP5O%mX?*k8^hBvsk)*8{I**#mHL3`COJ>=7fLr(Bjf#SaL@g-doLrUk=PnpHfrzUU9HfP0(QygVc63xTq~Q_mnkQ(B|OX6`j|UHC_&V(EzXp2^lxbBcR0i-PnqIIzHaDc!UXwm ue}uT19mMY6meL%_j{D)y|4{)r>ymOIbOa0x7G!R_Acw&m)B3+~I+ spFifidXaITTa;w2D3_b&7I)I^oK<^!d$=EVfnR%{wHK{ruyuXA3{-d&NPVVAbchD+gU-tG}SRwy{bQL4PArBZH*C|cO{MU@U=>n )1twa_^CmmGqvB=V{PHnI-3R8NVz=jY1HDNjxHBI$I>=cw0W@<;TT8P&i}d;`d^nq1Gp4Qy7O5hqC`lMmPD;G7*S1O@tvGFMtp#d*qstnCcKgoLVHNDWL~Za~PPy5-HUiI;3@c>yu?P010F& b&2f233)=M=%fLUAVx7nC^3F1lA-pAVe=)lIbQbO62@P6gEZdVw?0IsSau+E#B!xjFxMCu#J7rA8`SaQ%c+IOvyQ-+pgoLBMiW5Y Rs?%HHF7GU4hQY?EwN+5D4xwN!(o(2`uu%An4s#J7{1Dp*P$7_W<(!rhlUy|PM75bVI)#b6@S(uPsDn56B_ZpdY95?NY-+5gxZ$% el9tCs@N<=3jS%Lkv&tGmqkbVc|>QM%|pMI#*>+Tqbr^_e<;x&xc_JprnV{b nI#9kFj85wS(G`A+GwA?u3;?2$jAO}Tygj;c0SrP%W+#Ny5*+E2|1>AdKHui3K1o;Zh4FHm8E%L!>-!?%q4X^OLgx924Z2gb9B?L FyJ8QPqLNf0ejQ1_5((+@t-eV>F0%=_mW}}Q262k(@B3$hhMsLR=OB+CI7Fls4iP+Sphm=Q70fY#Y1KD1#fAe!$h-3FtD@Oaf3X1K );4}jx@r~mxPJ5^ONZ#5->SoRYkv|U%CgGSK)iB3RJw_nXf sc3Ifi+luvP>C+QD@OM>h-VLYri@W6z8!4mQrvAP{C=_gJ-v&Q{@4I2R6B^9iOWzU)CzQ)zfkl {Tj@F;E%7$@Z7kwV3ouG#SA!Cfyj{rgxMXbja<3s%B|P6LMC21{z}ObCISur^;G<#_ZC?NA!bgH>?uHY>LaxxRcCH Vj4+g#~|!B29{Mj=zLl^a+edgPJA&@eYB@w3ToSHHoN0!EHW~-YOtV}oRy4oBdvhy1x#a%6fcSTizwptuT3^KZ0~Shd@d!T{QV-y H5;aHM8_uUCWghVJoX#Sh*DAZjyu%1L{=Oev(p4w-C`S6O&tZ;`bxd9)HX}x6WfDvBpiyzXs_b4^I$J(dM)VS@Ux?17buayc=BtD e3!8`6QutPRLJJaUHIsrAY5|7r-cXl;A24Z7$Fw~Iz=%k45 RwfK&)>sf{T)pcYm;2diWpgv$MgC8ce|GVjHa74M&6WaUu+vlZaVhqBUBx_8=UO);h9K4A^RsNcNcmZ>Al|Y4QXk98Y?$wNl;ubk yJijfwpVdt%nK&G6jo~S*SHn1WP5EOrY)aQ$L(BWRywj@wjxeT*hTSeT4>P3sS|e*YzhOp8(DTs+u741BWDJYaJFu37Ny!ZGpZ6W VG`AtFhhr7hpbDM4{^H>%$A8>-|q1%455``m);A1u75|Dx9q8f0l>2o+=wb=7-Bg<}mY}ou5^LMax)USQXi}3i+R@PE`pt sxxis6n9ct7~e^3g7{gO5IGP2zn-W@E#afJMj2A{+si>V=_|dqH>?;}g|UI*033O9bF5oGdAjON48p{qwf1cqQB`n1Eu7|XEbDez n9S5JAqZppV^8V05qdU@7fL?U<7Et!U@xD>c~w|u^|hRr89??FE6q@xFZau+O5>rHKIWK!xVABld5yD1oYtd;@Lj9g$>IV5EYqBd ?#-*|O0wOb(IvW3ZXA4c)jXP+^y_E*xdisPMysE=*}$F|xqt=6&z>-mAi*+?T(w%DfD#|vXNw_F>`?V?@qqz3d5aw4)Au-2O#RZ~ o9t^DN)m@9PYsGcBJJ`Cg`movs+>!$&5j{=7DCL?23zDdg2&nj-I|k8C$8~2-~O0jxq`>7x8}OrM5Zm<$pWbR5NPOYH(=j$lHx)kPPU(v0qSX7~2uY8ExV6sZ<;Y2xI%6gxe->Efl>_FWM&> V&A^$@m1x!Mw2TQ3Gq}od(7nhHO=nsauzQ>uUGVW@*|Iur*}eG2yA)5V`fP9;$zociW-_aiuyMRw9A&m9-m?aW8Qoc< x=P{*;eo^OX_9llTMFFG28Wv^2eo8Tbm6U&mKC1*WA5$yrLI2vc<`Mpku(B1bAnZjhk8I6ABknrRY=E)$A(#_a~iCCxB4uQ3NgVhd3=8A9;zhA?^_(I6OAiJj|P##lJt n(%#vx2ker#AQke5r^_4X3w1H6t3Mixv+7+ASlRbA#NXos4RIjl7vZcCGJwz4=62#j82%WA +m~rO(_{1L$XXsZyCq!VC5N4D49W#2$BA>(7~)z7l@g`Eoq|Cin~)oCnD&w9exqEKn^aHB(`q((g;K<~C({K3I8G2PbvE*pL*Cw6&)fjUugbBrbp(qZV3SN#kfbl{6Xg7s?GFY)Wi8RcbwlEi3b=_(shrz@PuS^u%#~9X7E->b{@WlqT3~FV87O{(OQYd06 lBK#aI#dp)IrVuxN(N&e;?vuWX-7n#*{4NYchFf9mljeNg5yiYECPD`O4tC)W-<4W(o{3j?Ct^AF>w|8dDU?(`XCFBdm#*OMyN$smpF?u+d_;iT^>dV_1vJQ=?#wDsGJ1`Q&n4&E(@kJrVp^AWX=YXXj3jqGg$x9*_qfR)R}DQ 5Sy!`M^nS{p+kL^XA^@kHWW=*@_()@Y+^u@$Io^~cUDy8lh97DNgeokQr5mr!qT1g&&g6cvvEz03s0EWv--JaE;1)0e?TUmwTc=E TK%Ky&D^%?JEf9Bi_NmLeL{R)tNDM >cnZ|TiYf&Gjfrk7cPkHuhC@pm%M#zjuFL4!~>(c^R$Dp;FS9B>LsPYAZO{M)TMUBWEl;hwG}Awqg_97A6kR4tyvG953wSRl>;?n *6`AijH@T4Vnrp69>bSg94*KNtXMMe%n;eG73_Sm1!%clNSy0u#YLuE 9M}YGvnYW&YvYa`h;fvqMb`M7nmk7Ju&uZ;p!{u(*2?A#zgfzS%KZQ8{h%4R`PQwM+o>DO+745qD(AN>U*V3bDl2rp(aL-oz{bP4 !}yHPdNe2bTGLjiIgW&@5Hksd<9}k`V=~lpX3TEQh%6EZ%V8NFnCM3JAa(;qVY5d>Q?}|*5iD+T6^-R+BAu4yAaTP&8Trp1!CnZn 6?H!ul_>ievOj|Yt1T|m(aw?{8pgJK5w81?hPTYTke$S`y)F$I=8%^aLr3+nMui8S91fS8cG-iU$Jb4waBU1_ola6wLb_g_E XnX84Gj>Nvy`Cv|VAk*A(`xKa**2}_@aSgZ>c-SGpszBHHo=wV0^QSGxNkg1xr YPE#+&U}?84KNU_j&`7it@bn;8B;{sTxWOHTgYX0j+`>U|FHv&e?yd@I%Ued`DkZ&lU=P_M6O+kk J2{fLM0;&B;;@J1GrQsnx|lqbXgey_{RDOIkTKmK3q4YBwQj@`8{$i2cq7)_a%>s2st-lUhtC(s8v*8KaY4-iw+*e0H)Af;Sg#;m8+3x7c}bzYPMdPb@{($~?a0Lrv;c50i9+rXJVBWJ7R+0oTry!A2JaEw{SHNq<9)Zjv|c=Z18E3zKA? @FXzq98uT+*1pQV71d#0V->aSt?Bvhb7rZAXf<-?+L~LZ(oycUoY7a^*l4*u{sOC_S6uy9HAx(r5d)3LQFrXIH?D|W3Te(zMKBe6dA%ytta9z@012UB~+kYFmOz(sb#L1HJ^OLnxwtTz?vmy3y*G#CRflg8C+>}p({csIKP`IE8SQrO3nWLvZ| ulMi<@DR=(4)}lsZk8^2VNc}jQ|B`ys98_TkRUM+tz)dQ9a+pn#MiPnJ9~|D_S%d7vFrW`6X-!akc!(;{x1sV4+^692@{%zTaP2Q *fM@&_y6`+yf+OWIbztH;ls8aR`tbfYS>9?gw3=HnHf3mq2f8oqm*bpY`o+B7{$f<21Kh#oC~+nzv&0c+ EDkHi92xK703#e+B_jV5lkE6xqndL%gHCxh3n)FzrvFHSqNz!+jQ=DKuW>~_C-3CgB!U0S$p^k<3$>8{N15u4idTcmC=iBGQp-`a GK~W6juNCD74W_0rBUFMM*)FHF#?ZrbTg#?angPVL_=wk{4ezigE{=eb9BpayklT))RBgZkK&euKmJ#q=|@VZ1YJ{5(P4_|14qYnq&CQr$p{E1IM< %>SCEgk3?VXk*29NjMwg1)XM^T^v1?3v%H$~%<4O;29+n=D4Y4M^WUIyHt7?W4ISz88gaacPdAk|YCpB#w $K$Hd`qIP~(PhNkb=&r!l-{#x7nz3zFVn;qn^8CPZ`R0`5yR1}J)2Y;!cB@&y7kaMc_T({-8pQ_5nBw;`2H4KZPo5?m1*B*i;j+M x7oIRq(5T#*4vKsMr^f3Lpt`fUMi-Ygh$35{i3MZ-1eXt9Vg6`i{)MtHF(2`m&hWY`=({Iv~mdrx;@^Ci(Os;a>?A4OQbwnONdO<=i-XxIlsg2DFwx5cf}cV`KBMDbt{+jWWCJFB`eRSf+-o5ovb_;KMloe MZ>_Q+O1rYrIMamw?XaNOSlwe8FQ7G?pE&MZk7Kv{S(@@3IZ+^MFN2ELZKcb2-JaVKWHL0|RAJ77nlU#k{amyQZgy8*o$U&;0g?2u B8{cb()x~|+nbAb$(g?=ORiAw`6QPH(t$i4y&j32D=sD^>REAJfkrzkCs3r^iui4&$wm@aGloPe(^z|q7!wnvg?V;y#>y$z1 AsnEEkp`z+Du;}LJ!SS=Pk}wu2mCQn=zwUlGY`*-HnvVCH6d0=gCAnEeI}9!87Jto+_MZ9NHZ G}1I|E0*7JHYMbCG&GMMN|lalPGd?-64h=3lZWbB%ghO~y?zfN^;}USGKNW--av9?1CMO4nb1|)OU3vbGM+J)79K%Q#@c}0VfSk7 IZ`sQMz*RXk)&SbC?ldQClzztt2EyjE98=n*}h!np+u-8s7YAib`{G+;u&$%in+ic8(C|#VET&Xln-h$iP(UZXA@SU?`5IYio2R< JWr;o*n<5zu9&3ISM6V5f|-LP_4Nj(FNPAH5&H5uzb*2tj2~ijK@kA|I?u8U}h-e_&9+0EO{V+v-iNdMEjh^e>t7oyWcB#v?`Au9==kquOG|^TvIgdmi8U4h59}u1r6u9edD?T@EG-%u#J?o0H!>O_E5S0 cmcQeQE^=q3w=U-z#3uCFop*?DIT9*K5Wf$>|w2$&WFy+<{ApvwR|{PdLk>YG3^#K6=$#LBW04v@+9d6bB>31Hd)b|6F{+gKl2 w}dh2o-_q%#B!S-(~_6SLH;bqsr-Dtp{=@r@F`~K^u|^UIyA4Yv7skY-~`irMLQ~JtVoQ?<9gq8x75#sDg3Ia&7gC8z`M7_6k|mK Y!R1WzEkijtX9=|0kw+MFuH)3X{$NUR*==&mZePFgW$+|!#i5vD=^RK@{57To}!0oe_mWv+F$aXhTo&QM0H--mywcu!98ZuWZ{L@ r}r)&Vs7lnW503_c~jK2w1#z;i{g4}%E-K4hta3m^<#qA=F!zS?MDy$ctV7s9!+dXgv*C#>l&?OjU%kTwgkNkjis8BUQkFMi&}=i Nn?W!!4qQ+1*Re!n4Xo$GtosSW!z##D;Qh1^}et!HWPl^E8hEh1Uv1=^qlp=>1IKJAQg*O8I;-@N>457PZ9Lq*CZ1#Nol>68xnQ2 Dygjp{ryBU<}rx{)?ctRqElTU&^24!qT$o$JD>Zzzfg0hyp6=kLn3?0S3`0{8O*y7`UxVV!Pk=n(2b3xB<(FM7?MfaeI(=yeT!Kr {F!Q)kd)QmtV8UStGc3XOLepv8xVdC=#L@XY69Qr`dGIh8Z15 hnl1FvGnS}8O@!17Y_BkQI3>5eK7C4uG$wF&!+WZ{kEb4eT1{#kTb%Y_F;=+|iiEocZRgUbbAJw^elwR(k5oy@S?J+NPSQPO336)`mn#4Sz8yjo97z9q;}^s=*YtQ6oB&T+XU31Te|u)ULC(lPb}+>R3e!cG&87(Y&Gsy8puKxC24Pty3&jq6PPG!U+Kd47P@GR(eP=aN<5;^UNmD8MaOdOXTN=rZtX#VlW)LSi=3-!xud3r &(;k$MmKr0BFK!yULi9D>xD(rq!1UyG)$0uhgyD)SPk_V-<-DLDUQnfb+*!b&*vmh*R@C=NI2e3%#fI|YasX25WX1_a#-dI_X=nn JBM+iuq%RQ{*>e?_B>XtiVZ8i^G1!~yn$Z7sA`?^KpqNNrpkTkbLaVx#R`MQ`~fo?B(?(JF%o@Xf!HwJ`mfiRin4Unm!!*^&QCDs (pf(c!-UU5^k8btIV3cuKFe+HDte)ty)WqL)Q`}nWl{wtd_*$)f;DdH$5lAYCP@XYTCC7;f)`aZ!rb=w-fXrzt7&_^>uB_&=VQ&_%jQUoQ+TQhPoH3Lcw4PNXxe!H1wVVb|8-T4AzOCM~v6v>2w#1xAIwq0z#2r3xH ^-5IyMKJ`%Mi;8$@ZyWlKTp0|eH+6)94rO;Dw=o2yMJBMlxSene4wxM;|A%GQbCf}noMoD*EXz9ik!r%Ui-VFZcl10nY>jl8<g-O-QwI$7xnHeEYd@FSDz>q>EEl{Yo2Bg?kXCGK^r;*)8K$pwZ9>%;-&)n+44G}F!fp1Zj(P7lU}`FZb2qWQ`G9~ayP>~noY_duy*p?}oj;@^tyjUGQh^Nvq%p1Qajk-T WTr_XSUJEUJ?`yXb)4>8mFav#q%+vqg_9icqF$3M!7JVWwJo6YhdnAWdyp8f8@G=>1BR#SrnofypAOQc&?kBSS&YTw8RRexy*_8h J;#*CS$Xwpz3P1vyA&7JUvNa3wI@3f2@7h5_K~OpP;KK4`t}usz^v`q&$o1tip2$kqY^<%LPS7rHlAI5cnHjM7b|=dl>GMB@n_Kt jfSQFGPXN;0=xVAv{&p7h{jmVi8`31Y#Q^JzzD4*+O>>byt`orjl}d-1C1|-S2>ywsqX#+ g2!f@=$xV=i$n9bx!sy7XwTnZU}@4??AAQg5DH8JghX#U^h*~HunaLdYJN^H@?YuutexcJp&YPMKf$-Hu|C3n_5OP`ZJS(G3DJINfxdgYK3~_20-q!3TZqD?cj}~PnF@`kFz+JA4wHq!Vm8DM+BQMoJ_-RL Lskv59L2a`Gbl{f;%V8jL7K3;=LQ3%TL>9GB@z^CdY1V-dA~^vd_2{3$v2&zx9ED>rd7*V+FBO3cBjimQ>nTrI|wftK>{OrFOj_PE_CHjU38Fmcd6^aep`83&B`GttWz^9JT7Zl(tBdF9t56IxTb|6O6+^=15$ 4Ld(1CKTQhkpOWOo}^!$o0GyDeKL)TmU$h=K|HyW(nAfn6}tjfAkDL$R(o5fd{5XC^b%xF!?46E=T*uoj%-@0^Ca;*OgC|brfN#u XzbY&7<{z1T=QrI_ehAP71DD-C**Y>wOrq@9ch`^MY8v%&$PH8`!S$ZZe8x_L{@KbB3QKNOQ+eq;Vo!kHjsB@Cbyc;W|MdlcMkCq 4k#oJ;;WABUGQZXh%kYRWQ2&pFb|yEcYfHAHl6} kXb{&;jhn_!h-3Lgu-HHp$?o;4#1W{^brCPov0!#W^mX(- EyQfq#b1ek`+bwweQc6h}G7z%zjfC(%g2+74T!5m=V2``shv+vBPo+&fLRDg9*= {2(Rc4L#3Ke>-+(mtIHf>J@#=rgbJ<+|1cy7}Bn|++=Hx#kNz+xuA0h#X2zyH*R+XOTZvcf4374`| >BGNmaw0T?YmhPF1Vt&nL)HH;6k{La5e+ia0yR$^esf9ui_xLyOwx$!x9>pjA7Q8NZ(4*5e {=J9fhMM{odu+18mMs;>&_NSX$sGJ`+`U-U%AT7d9u7Bt{KP!G;Kum)Yt}ZikKh0KlKMRR_=N0|Rrc`_?eYR xfpG<73)d#3eG;Rmln-CpI@&7@(6BuYQg0jcqLO8`Z*rhdd!(1v9ga}aJUqHuW!~1X(u-P&jh8IpUvz1wAi5Wx{DuB3)!PpQ#S{c E$~ET{s@n!nLy8{ck;)dB2H3Q=#vd;UGze99-gP2N>9JAeg5#>Te`sf&DqEA{zy7EZhrR%o?dwBluM$2tbmScRt5JidKMccZu~<; M&a;=gn`_{7*7Oi|oFWkM~s?-k0@!-_#skv-i{GeZRZ9!x`PB !;-$=UhSPf^fkQ1?|0X~`$Jd%{qe8)WuKlh-Z_6npY$;M^!(wcu&MJ`^XYu?Up`utlaC&L&37DpdJktFvZvzH>fzyp-PyB2-!n)s V8*Z?1;a7UzoaE}!38KeM%w3SZ=p7#mBIzedfTU@2kizPwfs63S8~pPnaz(eegAcp3nDUkwe!XdIb(e52HfrH(-Vi6HXy+pdwtt_ iLYK;3`@n(?7yMS69^rWg_R`2q|IIdmBB9EYBuSZ&Zz4Uv?oD8D_+2Sr#wKk ;OGRY70?J2o*za4)reC7l694>)p~^~HIqq*pgJ`(q+2LNKXxvQ_u%DIk#JIB;!61H(t3g9RqFP!CLQs1&R8S{IgEru9gR5*jo}p{ 4WdsFFsgpWjGg5cx^!rMah$r87x99zqi8|h7T3X}c94Y6-O2?2Lw$5M~hkTDuQjd*B$o-UuRlVqfJBFRa-4#|Fk0fXUBCQ13bmu67N9QH%pO~9~6 {_sCEO~mLs?J3-*kcJ}0C9u1=JIs-@R*OkrqK_Qq$rmOAYVOFWr9;a`v=FN#^Wmo_0{*G;XAL}iz9YmgeA#kkys;aiZKZBH4n?z& bEvg4htnBsP5AX29hu7;A@=VqZE)%MQu2e4w{8zZV{iLFO*OjNgEhU4_Oyz%oBlXDr%ghe?wtazLrJ5?YjpV7p)bL1JajlPpLqQ{ 7qcr+vCF+uF4zu}(uv&k%SQcQ#wfZC%WIS&KI->x-{V8gFP7{r|3@OH@LfQqK3LgoW^(1K=jyx0Fw2Vc&sOq)+Lx}((le2)0uhdQAT-6~Ox_->OYy{}fFr|xT-MJ-#asX(L=#}&wqgZ4{x31JJA1U6`C euulj{DPN)CkHIIHMNGzwoPl*^Hej})}oPug{2oFdu)QN!hRL}1RdQw|B(}qXLRqhlaBF07jQFNUjosAt@`Gql 2ob;h77IfDmX~IqDm)IpXJHb!vpXx7%i=Z8K2blEkhTmZ>Yz%~l$uy8A_X(_-P_FhihJyYnL&>{G&XQ_%q`Z``n%v-~#JlZw$o|ys5&DhMRXkFR_ I{4RmePl{;iFp&=oMxrDAtS*FU%7uZnGTnFXRa!=`cIuz1Qp3KI|*khxC+I&PmKl0o@G`Sp?_aS*A=riHkWsld=VcY>is;c$vXVt!&m~_<$htQnH{) ua}&;rQT@dgdJuO(wY&DR!5i{uNDtqov%U~j$;;Zj9M#+39yZFIg*5VFT)W_=+ClGa_eDbLV!vGR;;7NBswgzcW*;-uRh~tOswpp|Ie0CprQAR091;iBrnrC_^hg*=GLLYxG(p<9at-{SQoB}ocXqg-rJbGGHe{V?emb#! <6b%nQ%-#Uc0Go&(M+)xDqgdiNM!cF4f}3Tz+v`m7+yaJ2px%~y;7>6Z4mt~pjn`R8p}8Pep`2JF;%dd>YfmHl(g9tge4gT}ap+j`}Ps?(U2@vEl)Uj83!%Lgo=QV?E0SqmX^}{A (8s)x#htx~ltzw|sLFfJd&(n~4V|UFNwq89pndj*36P+0g-405_0@cJkhdJ)&RUN5o3ldH1y;A*2szx!_($ox&{Gm6x4*&t+9W1M @8$W=s!G~;h45+1w&64Y0o)itiLh@3g9!J^5ZMudgNOqrTJd2ML$kd4SGbsdPlElfP?tS*7a^s-dShWHW-oIJYkscDu>{OTVMuA^#Ujo0{P+{)nW%9YC41maznI@5H@|vHu8Yf88~b=MVF7;l0li(g=4uLP)h*a>Xw*E9R*HQSW^ZpAz?)T<8_I}+(6q^lAIas?Fd4j %rEgg61vmsA{TiSA)%?F?sqjwt$Y73mW0!kaHhot;3$9+{a%a`@t%4v7$0@-fA%08RlUbsgL`kab5hAl}<->fP s?&EfVT8$e{2LX43Hih@fI_Wl?(&(kj~KzM(@tsi-GVGmvO?{QexZLH%Pif3s}1U1){>4tQCW7o_xXJKt?wP@oupsZMc`ClmQBr7 b;$Ib_~6OyI@IFK!##PVbl9~bn>CJ@a)yxPCb=MTPz)$|&$tg#J!;6MOcEX)cjJp`LXTfx59O#sfq#X9CM5r_7`PwoohIM?_PafC vOw#_a0VD7-?mw|Hg?fnzHxjf7CQ}3u{X9lniulX+RjR!c`PXx9JrS+=JQo>+-t~8=R;3ZA}368R=mOSA$?Ea+cUtyR2|=#qs4Ui jc0Ot)7JPokNhBeS~Tl&3JGu#N2^vfAVD(G*9%XS!?F2@TQ6KqaFMc+8~c;;q^TssSCI%>U$2!jQ>{^U0d^9T-MhWA+zvr?O|(t0 I{KRX0h_M(76A0cL)Dbp^L3!O^~{rj+l)1yo{p73nU>#Xkf>P}=}1+wlZdE$F~803~ZXr Za$4p23fYK=`^k|L=gP}GPx{`;p%XofU(gro%g ?}{}X^Spf#qP@7tcthk|%X5Yc$X2$KknBfoPK?UMJ6b1WawEGXWLOsw~zRk;%M2R7L&HE{bx^QCbSX rAoAC$LMRRdXh?Xfc#ff&;qRsC}_*5Ml^lrjRGu5azo*ec5Keva3;gU;t_|3ZS7*} VzZekNB!_4!#!Ir8f&mWm$btw^OZsLhibDji02^{Hkk1s%+Dtnc*txf_PP=|zJdU0=JiUpM9Dq_AQvA25Usu;Xl44_+)VYmzto`_ 8X>Yj4ZR~kHJ#w5_9;nq`|`G4ZkPRIKmCzY)m_bkoP!$%h6YG-Th9?9c@$fb4=~`rTd9|ROjIPc#AwNHa7noy)?xdz{h>I8}+v2gYY(#dQeEXef $2GQEz6Y}6v^XvJKaU>qKl_g!?VmQMjX(D25g(E01iaa_6gN2j0dKmU6HR_$e9oIXo2D>|Dw#x#NNWfY;E9H_FmRuX)zjTf+;r!w-jL;TfAzmQ}csDJZGu@c<_z*}&NT Ky(eO6A{K&x_Q?Zh>ATl-q|_hDlR}R(5us(EF|J-O@%=e9RnF#L4ETD{_wqJzkAOg$8SZ)XqltZM=ZIOYDD(^GY-mUF1{lGZGR-H Ng-{GcGG1Y3SzPlkA^nuD2N1e_I2EH^4G{pU(M&!{ReGdbA*kEZ;!!o?ESM>4*7-e>}o~Tz2#sVg0{{q>5!}|BxavKWR4>#T+6U< dB7_nx%zaqdMISDpWdTC)qeFbTvaV)O)>mn>NEhPaYe$q>v7iN6-gn|4j-c=&ldm>%G3#T2`tqmMyYq|oE5BhxuUuEq?oE4>A9TV k~)uLSs#5n+(JbqI=>;{16uL;gAK@DUy8P{HLlZTeGmqQaTZoipvT30=K4mtEAcbVzvWEg)@BBSk-`VldaFlke}#`}aY*v42Susd!y3T{#?5j#GG^d(M=31nBlKLAt>}qg7n4;Cn%F_M$FVN%_!(q9iHb !q*0St!aV!)-g6>lDidFI0$er4R(k;6^jnNgku`DIj@)`NVqFu-W+T<9@lCHrq-ez?F1vBYw_ro@xn}prjjo7Po`7PtGoE5=bQh! `nB7+RFrS&>BQq2*)fCp1v_-gIEg})HN32~8se^Nm>l2$+pZwe-)H&mqWIljtGK3@GVILdI-EV%Nc2uL(_s5?@f2al?k%kl5gwjv TtvoYL5sd{!KzTZhnaq2+gV=T^=bhN5oP-Udt}7x#=j)`i2*-I^$Yn0O*%U{8j8aB4oE6h-W=;Y0QHSJS+nIez$8!c{|7nD&HRD0 pXlc=)1SXef1botU;Z6W!c*io2hK|{KtWH`XVUSHGzP+xz_yxrNe8oM)8$iRk6ALPmt+YOsx8>!sxA|#_d+=Mv!_S&zk8Yhba2}mRiI|X7;BbJ28pUI@emx-gotCE_ZQVFX5~lS)&X#Ef5*ewqIQfiT4s67;grSaViWp8Hz3}M tNi5ASJW}-;aNx`OjMNAYw2D (%Y=_yO+F8|1#g72^za0WoA0%zxTf;6>7aK7k9-VXcZz4wNx~RIMiVr-o88fQHyRt`g6dR@Oyvb5L}YNWL7pDX|{fJ$bNc@Y~|db WibwX-40xP=U0ExQlH(x6y56Q>x97V!~qAf!e%vGNTzIAr&gG>R!(yXI*oXCudM!DOhif4*db>0ZMANOSpS`qyw5`cg@sl1iDqNP 9oM1~A?=->c1RLNQw>5@ug3sSZYoH(GCu~WfU`Gl32(@l$;Z3rZUcy-#im5%WJ$mWS0?dq>KPh6nt?9jfbV^_sQ#&fMIzZ1@n=x^ NZovoPz-#zT*@IG)yyUmls%i1*+E}|e3}*ZNZUJV?0gPC 1r3k-3GF5uIXdyPPE0dG53D}bVVpeM&$deaxQlOC94PC-Jz#>0sd_A!7&?e4hJzTXp0*|_^J ZoA!!`#ag=t*lV?@0$p-OMRKV8GRoKbQ;iuS>%Z8Xs%E fPWQ@Yg2Hjh1}S6IP`Udu!LidW05V7;E!vOke4mC@^GQEYF?Wg3VXJ=IN&E{Lo0t&Ue4JKcM^F>)9ZS#=&1x`C0j|~i8oK|W=C_H ebpDinlEna`~i_*xsn}9lq=zNy|G8=eBBs^LbDMsBjhtab%_D+YM-WoCc0iX0VSr3f@cOh+YAzR!+4`P6J$miM(=<-bj;4x=~{q_ ro0Quk~wwlTAi`G=g9I{&{C6dKe2UK7g7tY$rvZ3sb{#3pHC@-E$OI n@t0?M&Z1dA0Q0q*mfb;ww3j7%+8j&dIRY0RD$zC-3?C=J`CBKTRa{SuIfwnZs~qD=$7lD^T``FT;!K$@Pw4WogH6_p-q?@6XwPF s}XSa@5x^1d_nBj7-&K(QGe*NWhc3JS)~Z;Xqa?@@1gWnhayxA{(3El)D(5|g3Zl9{B61F2RljevV)yFyH?j`XU9sA;;0q0+1WWQ mpD+YC)FIk#qh2h|70>U~)UuV207CNu2?CEpGC(es#O}OfaBG!&LS%Lr5Q^iD&E?%Y0rV **;JE&2YXVKQ0*Jwb#IJ0gjT1?NTJt4Ulbu+d 2R@)w9>bTn>X=*Vj|6wPIz<3n;c;i}(!hO{eVNiF+DQZDqXT|cGT*<7nePmu=YFa9PspNE^nWCoc*X>H4ug1xh;9f+oghx$0xajd !1x{H5wi@4te_$>Q_c=6I$Q}ySrYuh6(vT#O>6x;)4~+5rcfb4HIAuLIw`ZBJC5P@({wTbSea$8wO_#NKV|UVA svQKHUh}HB9&O>@5ua!eNH69q2MVPx=?El^rJV0XQE?puTs5!G2i;LQSA_;GH73<9hii t+8~bv<+K)Jsmc-n0eH;&RA>oj}2HsSJES>D^iZ3SqCg5^Nfu1PG($~f5T%L4aRPR93y=IE*9_J4)Anl3N#a(qGwmSMJMfAmsmyH7-VuZxaC*0*I!VUdWOjJsT%NwZmnwK?-WNXps--0tb6vqx2`Y7)D{-}#-01?efAbL*{!VqEA80*kon&wTyRxbU}bsDyw!P%sVa$K^lT#~8UqM$Reg-qT6g+iHI k%w_R;_9?_EnPW+`PA5p7kbAYuJ`P9k4Yb6zcYFlWIKP$Bt_W}&#&e{t~~nDGnB+ocX)6?8*{9_Lc@eBR`0E#9(8y~pF0O#Jy#Dn *D@MU9)IyUslfElXMM(37pf$JNVXEhSdtnA*^8s>P#t~;`Awjd4gz8n^Zf{rr${0jaA*G8KmT_&8C+o`i310DpaL9;5_OI3f|lQ+ y3Qh*OG4y=PHOU2S$HYpwznJw?vE(nl1oEHmlRwRDj+IkgDWc!y<(tY!GCf4TO(5BC%o8h)*I8jDUNY+eT#N|1VGV8lG*@mvlf8c Eaf8P@TW2hZ8|BCTSEY^7wgLy`W@#lO4(aqbE1(fVE1;$a&&P%BQ;{$2nisk9CXDmc)6xuYcOTlfv2C}t4ZkmM>$-MXm4E-;_Dz^uf6XrY;_K7= #rzUPr%?I&=csJYF+qWJd*uyCybPi4fJGx5j-#iJ-Ou~9qjge=D2b<>J^ONy`MrtJ8JjM`(x^PK9(j-ofG9)-b0Dv2&34z0aLLcm k|=okTj3^8UkiTw{AvFA8d;e6=Zmtusc32o^8dGlxPJXx`})R_cE_AS88Wf;)4FWicx$b~=Ok)w(w}w-SFl$`46)bE6zfzUYV^7G 1c|1nXbG(#Lbu_Pz!_{pNbXN!PvS{4GZtCaX(ZS%b4as%nkG=!YxJk#Ed-g(b+KF)?m%SPGo}DV3E#o2=jkr)-*0A7aoGa;d6gS(X|)1|Ow}llSpentR6`@B SL_(B6Bp8G!<-5)7_bU{)>okd;gS&l9R?3FJ(#j{s2PY1Pt(I%U8(=j@*pHGUZ6D6o=env;9F6G~Mp2TiL!Tcl90VRAM5GIVpkRKl2nD$^Xx|J3 AgoWInph#F%*C0C-apvcxx>{h`&ce{kM7bBH;(!u-PBkW$PS|pd@&TTXe;DBB`ddQA+iFW-MzECOCQ)@j&JE8pznhyB>D^lg85qRsZ#mVjHQ2f`rtozWaywRT=RjiZF|#BjsYXpZ7gr6^bLh*k88VDs !?{x5wwv7(6Tk$e7DZUqlbxI<;$Hgs7=#j?au5lnQto-LuOpqZ4+OZ62_K=t3ds#&lJz{-8ns_sDjyD;&H>KvEoRRkH3;@%LvER{ ZKwQEZkKZuRtaa7<)p%A7GC|6K?|%u%N7vDNGwW}BLAZs4#GOI+@#RaWp9lE_cB8p;QnM{%p}Ob?1-913n}UO%#({(bXjV7mk?ZWs;gkrpnLLN^v(VYju3jbLDoBDmxJA~0!QFe-6}0&<|>DW(T) |FN$>fl}H$NNnjiXn!Dj)FSsZ->;J#xDXshTicIu5H+T9T-x=EAUbaGv|Boro1RAm*G@?Ds}tbqZJ*RvHnd3>m=8oQHAOgiQrn&0 L&!fJY{oaqd$!*g{F|{pTuZ9|Mljq;Q_*T`|aNnbXg0P;0hlp9#Vz~_CtmOnu=C&9! lT%dZ_*bOtIC}S|vv+?w$)6nl_Vdga%M_b~Jtvwci^^C{(M}E)eqTkgWp`qE3rDyvh+yZHjM}b2eYSZ762Fw##F3~iysjH6w}*3i gy0a<#zWK1U7Z5;9XKYY-YS2w2~4Qmmg*!(FM16aAcGV_y L+k4N!N2$F(i8CD+QI1Xy9U7X+|U5I!fB! shX!o!F;jilH#MZ1n;nW$yBy9b8Kss90Q*wd_Q7$}@ZiCVzx?Q7-oT|k%`5Oa;r&d$6Nbwt**4u2TjhkK_JsTWNdK(qZChN|lOpk2 -$o`|#S$m_#3W@;E(|Ud{9P4$UL*!;l}XX@K1V;f5?pQp(e@yEo&Q~QZBlY46FA$bXRemjrWBePkQzh_o<^eM`%rHQkJ1qDKO2<% {US=9SC`(aXnsWF>keKlZ!WlE=6!`30>&%Q-c70?vK|?gxtMGrIj)Ztl)3Gj7Cg`h+2pu#?8}cfGn*WZ(04OB69xb= VZ6boh?WGLKXT}N>x2~oH*|C-F(Aj+6-ED8ICQp2H`i8`WWfO-M9g*G*qVw=J-QgAP&wJk$S!sC)g+M6G@N=O=;3%8^; 50vQnZzk4$%<5sQKV@-9D~3zE@RXMKNkii7FA)WZww9G_b%8e5{2#Y|p)9|It_ik@XticO YBJHnkceIDF|B*=a^OcQZLZ2rk{wHT;h$nFas}ezP**M4UO3u$6@_!ch+^Kv(m}*y5b@F~2eNVCozbJ5t}BH5+O#1HrE&`*KbDJ? _3wJ;LnY5DqnJ2mFbt}NeR%P3=Bp5fDU7NU^NS^fe}mY;MF~DaPDsvausAI}JdrV00T`KV2so8|k~)%x96geaoG^L@%u7)Id<}~p Ew**=>J~Q5pJRW@d)ZnXB%~nU54_Fd*~_~ Eiv_r@vmB8`H2SQJu`eetfNDphK8)ZTmT`~2=I4V)mjmxB@g$;y>7%sq{b=JiRU#j=T^v~5rz$J#;Av;M&qQABPc%lg9anCso^PM $5BL-I%~w`$IO*7v1Fg|q2zRf8)B^!#{;wdu{y{c5Fc$7AJY#BIM$hqR|pWTk?OyWcQN5TNsO=-X_J=45txg9!H;Z6yAht+qT9v)>G|P{C)N?QRH^+|Sc%Kq AXWO`n7H5;jQbE_Nd5eeM<8DSS}I>(ubb(*o~~Vi?WB-)mTV{L3i^%BxbW1m&*7zNuVY8 mT75c6O=y1mGVbI&_g%YYkr#ifoI0{g}*-0IrmArL(+o$#KVR@;g9)*HtA1faeboeX(U(CKJ`hkK|Ya~=Oe6HrS71QY-O0000_W`WiM-CVlPZXUrj|*Q$a^X Q!h|U0|XQR000O8PiBTt#;zvJ77+jdAtV3*FaQ7mY;R*>Y-KNNVPY>#LtjlrQ&T}lMN=Nr8;d~9+1<0dm%V%M>OQ<)(WVsgAW)}CfRfavO%XINNCRzWpv}-W@ucH{ {L>UV(@c|^7E(G1bV^eC8mGVSe&0%K8$#P1efpjE`QGQd-(Uas`xSmqfOhKsxz|gIl;dJz6l;LAX$UbVF-)eYRx!uMX& !t%|w2%jyi@0(hf-zDGwlJSRYhk@Lt>=9mz`bPu^~}euz-xd3a2?4590Y!IJ)i%N vhJ1jeBSHpSwEMw@_chEk9W87zKyMX->l3pwDSI&Tba+ipxw%HIx_FKGT*ngvK+SyenRk5t<3-Zt*oa9fdj;^ocC99-*dA52QvPW ;LEM7?;iozQ#{DM?`dOs+JUWPpEh2%t&RDaX=A(3wXywDZOnJEjqh`%e_Ze*Z5&4*ZR2}RwlP0nYh%6qG0+13g^a(@#`=3%`acmq {!7N!wKME73ll8Kxlh^I+FVP3gVG=A;&Uguc>hl6Pj#_>?348eW&II3Ps_R@@XJUHeizHt+s*de+RgTw0`>q8baOr~b+g=e3$AqYzHfB1 +|SFtm*kw+x+UJb`TnLJ=BKrX^G{C?k6+%y{BM@|9nzna`Pm*m=U@-(=R-X#-z`0SPp*gMs>r&k?7u_KyG!OjE&Cqm;e2>f);}os e5r@^^0@T>RPeN%^Bp<&xgNIn_vE~n<@_JZ{+|e6=VX6VFJo&j=ilC5zJFHwbG_`(ArLO0?&)RytjPEiz4D#`Tj>5?zVC;AS@-AC|8^hy`?)^$i}n3%@6mqVcXdCXGY!NOqf-5R{)c6}(9irX $^2*fS&t71e!ZXXd%Bnaf|ck9kT8V (tph2`=62V@5=dqFXJx?{uo#V{#4E{4|1Lj26^Adfuq2C2br&L4zfJY46-~g4ze8Q26_Lxh8WikF`w;2lFx=%FM~tO$EG3Pmyq%8 vhG?L-!sH|Ul?LL=pnv$X^8K=NBR%Tx~GRYex8;6{~+hRBKSJ+4j>gtB=?;gc>Ese-?xGJJ|*K134V10pZ7-_*dBi-{bywU`3)@R 59FK|1pisq|LX>}(>dwC^L?z>w)b&fxSf0m^fAz|;@GZ`+@Q~a3W|Rj!G{IEuFn4*Ass5VWdihxhPmrOUj!Whr9r<9ngD%7<|&Wt mG)N}_FW=qfp$up-sZa$+wg7~qdaki;yAQr>{k@q^@E^1Xg}yGnIru?DD4Ln*R9t||6b5-ifcKtSC@>}l)Mk15-2I-&4N^ed;# 8MF&D2D)G7ejVgC+&vE3*U)bfya`kUJqo%{NnQbM27Op@KCk~iuGk+bR;ECYgFMh7(8h*!9|bv}5cDu(e_s}iKo3d#m|#|L8KfKb{0`_A#qZg#fsTR>%iL!{zX6(2od1>- *W2|U!c{#2+5`GL4Q$+$Gso<#86OF(E3A5NVkE#!(Tn_GBv(YUY`alt&?%$idPlRmY$LfMXOSAYHD~|yIF&YX~zqU8s1}^iW=T; s_~lro*F)|R}CNZP2Tv%C4PrL7}=p3o;P{l1jTsSyeWIfuz5am)$oF*<|0;JuEv>lAQ;DgVjI9rqrohrAq=bW(Je(aY2{6IRh-FO j)*RrgajZfXBX@cGk$0Xp_&Y`#?8_0$td*7I<&LeacWl1geDtW8J#Uf6-yM4P?^Gjg%Q@drQMvxnzpJ%<61ed>N=i|51it?2P&cM xq)=C#W$Agg%%jh+l9zCIW=YbVUdJnXRyj%4qB~y#&pr(&b;SahblP@dyzELj?un~^={4Uik)NQTQkCd@vV%(9%K2DOWLu*q8)(q f{#h;uiwt>TS1h`dk$^O`bHDSSW>C^cA*%mX)sATn~nnLh_0WR!Cxx1xTt2pk(x29YD6=%T|S}ir8AyY^CH;E4K479zX&V^Av6uP j8*Zm(2D}=nDGN_w7mSA2z9Nhw^tjn4eF;kq@VDu&lz3Yp4YZx){Y}p<$bTb7J)A8fIw2aeBbkv6cD?P>vF|0Ni=K-TOf_>I$rSt (r0Lw4SJz*iG{URQtgg!BJt~PQfCwahN)4t8~?3^S`eBtx6_FJxJ68;*(tSW5B?IV6#q{wET9qhQYmVi*j{sPVEhHU@Kdc)HoU@dv}<5nmGa!MXl>G&3|Sj? %8k^=D7%cP{UjoihuZI55O)%dVB`SY#a9QQwyJN#@eb+;i6^!$|F7?Kyll)+QijF3NsTfTsK&(fCNX5!wWK6XF<6vL=GiForsDY_ ba2r3GLDJEW8MUw6U8wAt1K9YatZb%>utVBGQ>XNwLZCkM3*)7UYrEqVChoCoG+MTlz2F+EtKqvN}J=MO2Z8u+chffQL2HPM&?Qj UaOHY^0ps@)_EaV3yYq+*{a|kT`)+XVN?k{&q2-zC?*iVz7@o-d0DW!tgKxC!YS=h{!07W4JZaV+t4dvXIC8~cBRAGfub+4QV=^~ &4gA^F>OMc8ESEnA_W<1aWR#OAs%cPrU`-7{>)5byrDU<`Kq-ZMO))6_Y>ngCdQ7Bk8K~j VCH%+V@)HaH*R@@v7-%_9IemC{i7I&8LKyt55I1o^CQ?Dc&LyUzLXb#%Nz@Q!&vj~Uws>8kj6^(|^~y~L4@@lVWRHb ^axBDr=+u{Y^A)SE|;O+of#S0wr%Z#Yp~NTL3XRdSXQO_@2)0CP^?OKyzd~~b{k24+(+=%R-v_jb6{S`;s ?$uTnW7)xdgpW&`P6}S0%=_SmQgA6XPu9k;JTVQF6o*uI{upWg^?bGdrWNuk}+FynQfc1+3nl5XLgv0@vYl;=!q?xM^)q*#>8}`+qEyUCYiGx1`+*N@W~rs*cXr 4_qymF@bh1im!@mX4k4lK>!U?ALj)=WQ!-kZBEO=P$Nxp({|3R=*H@q9@o<+PM^?tl!w24pUKCC?}AGO@q)<*=C~S8QOP%)Mn2XK %F;6Kt=HO)R>N~eP*65*&CcWU;oW(2W(B*U6%!}d;k_k3&MBdI7&aw`y4XgAbXv1aXhIqt1aTuGNzel85Q7`GON~iL5K%o1!|X*t O4?%a=G};h-}$pooy4D3lckbnFITBdQIoDd`zQCJQeVJDjuX|?*{2>o`_yA5Z=ptxa)=pSjZkB(T820|`{X0OUPgU=_Q{8Rvy38& jbrH&<*rqepb{w1gM_rN=FY5`YE^>+(|E=tqlH{(hhY>{jf2z%CYMclnIwUN@eKk^!%DGfst{xae>zXYTh?mt}GGtD(1a?W} g}gcYP__vT4_f?N|nARy2^-t_>wn sV7dp5Hl0#5>!Pzf_-O+RPLHWLHp4gb9^oD`+x4nrxlMu<294Z*{p6J3t+E{D(Q5T%|eelE~Y1uJ!?9N!8{BSf2oxsQY{p?Y?qMV =&Um<%O=0tNWP^B;D-3psnT>_*PMt38hUd9#9HmmPQpjuqO_hw!Rf16(o(D$b;!|KOA8yx^Sf~MsH_7#n_N|+oQ|)U49rr_V4W)( B@-^|LMZc6UE|9%&MPR8qa3A{YQT!gA<5f;$(OX6vFY1EP1b5q`zHACG79aHdOs?cZPeE!CR9bKgc-ajiH923Uytwmp4qLC5Tl+;`;e^Q*jcbe-!v?!Nnd28JDC$Y*-P#SYt)xeH1^i%5G#oTAGyBn=mP}XI3&A =8iiT%To`^!g2(5)dGcXJ*(YVKz2rEIRW)ka$ctUk@n&{@j97u*&*d!X>p#fhYzKzP%l@Z8nB5~_{eQ2t#L!W@Q%baV!as1S3^F U4&BHh!a>`d)Eiiq`}qMh6c*wwI-Ftt39c`FX%Va-sjIW)Y&qTK*$yF#zKHJ9wNKpFs{I*eZev;qUu|?Y-KNSbT3RpUrj|*Q$a^XQ!h|U0|XQR000O8PiBTt@rPrIJP`l@hb903F8}}lY;R*>Y-KNSbT3RpUrj|*Q$a^XQ!jF1 aA{;MaAo5RZNMMcecrVDif$gixtq`L@8SWsOxIU|hk@Vh W2&`7qMU`;G&5(0zLOo--DY0f&Jnfj?c0ibsKiwlfd1; r}~(l-?8(*WZQpg&;NQK^W$}k|6uW3eJsa+>tjCtPao^&+xxkHvY+Wa(a(H8+0Xkf_wzaL>t}ga`z>9-KBCKx|7Jg*|Al_0_sh2b 72tb-&3=~i+n_}6BEIb8@ui)-?+16Xd}=#c@16$E0zbc#_3b;rY2a-Ge9pZCe9i*{tY1sOdw>@Q*nX}KFrBXtSUa@qel)=RxOtGz >mKC(%pl+Q=pc{ZH^_WBZO0!O~F*?*cYRo_8?+zXm)CeB%!GS9^CepYGYs{CxjzKL0V>|IBXY@9*#CbH2Zu{l|X;-wpg< ;344D5bMQTZ9hN6{QJ@n)BguUyzf_rSU&xRK%!el} ehj!5_^A>0SFZpc0{-y`^S5`D_a7f+ejc`XYLv$x9_9TnjPm)B#gAHi-md@hDBt_5qfFmlk23wQjWS*TJj(QZ$L{w%i~l*w^8eu| -(N`PN3Y~{5;zH*kSwo7$?|zf^8O9U@8V;U_q!~aFVEZgFG$wAt9Jftzym~&l=>KJP9&eq@5_y%+e0#Lo$q^A9KZ +?ywP-M}QbcTe)UlaoB}$RzJ`|0MHid6Lh&ILY)}vh62;Hwk{*h!6B5J`#^}w!L7H^kB%=pP;?P)}L$f*HAW4KA9RjBbXl_v+Xj< eJCGJ&3WA7lPJF=SgyZl`^bk}5-hXhw(lvyw)2Q!og%q~D0kcOb&DjoU$yl~iw%pU(1(d4bxRQ8VwEZL}@+I^RY@#d)mRZ)0FQa@k#RsxGvIVkF@;yfc`^w};elQX&-&<{;gW?O8Ed|oI+y195UO@Q(%7Z8wl=r6g qd4rgR9m6cZN1Cl1A^^0wr%o-v@zQHTG$Xzk#xdvWDW>zJlO)v1Z%k3#4FMrr)zD6>PSyDeo8&TYoD_WnzEXtEp(Sp$>%7)f;|IJFarK_Lm*h T^Z@t42*kqr=kvGbi)Z{{w(q1*QebtOzmBop^J_R~LjJK%^JITJ$r0d?nkLznH=$yNC fUE5@FrIf^8T;PFSV_-Se&m%s6^MMTCS9-MMIl%1icpqxy@Ab@=?+yCd444{TqrrEstRS*SyysRfrEjaDv06$D}u-iBax3I U3Vg{9q7)kw_E ;jd6wU9~_J2uzZQP}`JYuh$mb7J0)R3II>>_k-(+(O0I;7QW$s}1>pUXw)Sbvvh|4#4jkG0VYi L5_||-!MH0Fm@VDsu4rxFL@EMqY^lEsn)?RuiWAo#N$HA1K)@Z%M>jRw=UYkh+qjRy;~?QiG{M<)G>|;9Vn@E5(}`}59+66sj77d)>akn}oUo*zRQ4xj-Oq7N*GfhsC;K$0U0URYAKn&T^|sVHb4YQNuETO-9K Rvk$C%5klBK%60kIHNoKfaMQ-;gWAfE0$oso)6*9I-wFvP_&J}0}qxqe8|lx7V#&CZ;T1cr|tcV4OQ~Wo8%dc f2rcp+3?_@eH;?N9m}xf_&#)}44b!J6*YFMqDZbT?N#Z~O1y#bgK^_JlVX^s6&2VN!p)O6C`Lv}lUt@+IWz;%?fGQe5CU04spV&!3&m7w5%;q(=PRZe-kT{1jKMY#;Jmcoq1J)m8GXa3-s(#-|uZLZ4Q5GN3|;mS|jsH-$p;E3io}e0!uogh2B^3oN!C *CG$kSlgXSiu9^#)3CiA5lu;ztz^x!5|EdHa=OwD@U*}Imy@TfrZ-ejA_rv7mq5h1pjT9~L;yViP`%+_X}u(Okwn!M9_c*4wr n|Y9*)|?E;BXyls4Y-a>A*^_A=DxTRW>$0#?5@-E=9j7`D|HAr3xn%gUdo(>wbJSg#X31TGd(k%nLd=6J|+(y$sInJnLa!{-9^4X lc<3XatK12FKW3I_^Jl39Y5z^@WHV6V4`1%@$_U?lvB^iWe^fqVp8tojp$^}%j%%go|Ti0sH?D0m~UUo4&_*2I%OCb1SDZN89s=Fc@ZL9$tj}P);6Q^P;YYGmB1)3pX4$Ly-!Yl3eoOF}mcTX*oTen>l*dG=7+Vzru^b7hKlLMF2FD oyi{V+L|v!_BhYgVP_^$gI9nPNTxKu=$AYvolcashhQmy3y`Y5EuTntCHaI(XA|uSGuzj^rEEgM?+1aZI86PG=J_PwMhs;nhYyw9 w(zG-F1!*1?F2Hex6+Fe_6%h6Ro^RV@;PK5AhmfFUPZGP3Ojh($~&B7+;sV6uM!7N^QGo1@X^Y8>|_a^I@|`Yk1BhA<_mQ^e+Y)~ %Ud)fZ!UY`x9!;kyFd*$EH_AakMP6=h5w^z%h+^ChaCg5z*VNlFM0ag}(j0gvlgqpLVsai;kyB0;kS?4_!_KqERf `Oo$aC%70xq-?|y90VBB%AJrF@Lt&)&sPa$SusnYS=$z&F;VjcbGb5QR0yg=qic2#O74BAfT3T!H+G^RwHj>~43zN2NT@0?nD!Gg s(j5@r?rNvS606FDAa}+VGTo;;s9q+T2)lUGQ^JFI$1Dh3x?Tj&dn=i&r@k#(G+7Fy);P{N#BG7^e+x;)>&ayH*9IGO}6SphHKg_ 0U@$8Lt?uc+nzAhH6PJGT0nmDbBIUk7@KLctJQbtI(>(?^(7r*j$I%WE1jb0bczNi!9d;u=hqN{iU*rl0uTEYnqLg%{ye8>9*%XlMkAI>X9?BDvun6xs`saeD;*X?me*d~iAY-N$ntLtFS7Jgfg+Nl7l?Q2ulrW}$&9t{p7hXlit3+fpD?5%B*_U8w?lSMEBboqm!ORJijJ9%;V3dpZUCTqsDjAr`2r-mY_X#k=Lo1Ik0U@z^EI4~S=Uea>t(81Hum6j0#it6>QS7Ye$7 NZmqo_zl}ekd$<^j1CnSVQbX921>DF+c}om$wH2|#Qy_OO9KQH0000008eIyPyhe`000000000002TlM0Bmn#VQghDWpgh~Ltjlr Q&T}lMN=-=^2&<(U^EeMLYmayl;u(3C1g4#3No9O}t}_w^6)B V>JG&>Qis`+q1KXiQoV8`~9BpJ`C0U_Itne)>~C?z4bo*wJ$7n=&cEYl;E@}jx(FWkKWI5wxIWS_II2{dLPi@ILFcZuxXC-5WU}gfa8p$vQC=eIQLP$5B}6~{!Q@AgB<5Nf@l29ab6@i ZKmTqMsUQzjx(6zf5UT}yZJriI8Rf48~IcxdVjvdadxHmr#l_zb$b71)^YwoaHCm{^HqZP5d0d!rw9%t_y)lr5d7L~z@Y@cL$H}3 HQkv-a94sy5!{;K%?h6(SWmDf=Q!UYIE3I23GPMECD=*uM+A={m?pS_;2eV2Y4~>Cj#Eo;KZ2VQoJVj=f=70v{9kvYp4W6E{+-<@ ?^S}|B>3$->N_Nl_bCLwPS964pWwF%F3zJ~mk`{A;N1jisGLtU-97>G_X4!{D1u)kcpkwm2>zDfCIoLF_$97KfO@S7(5`0#l($yj YYK?JnZoZBfJcK0$ajpweF%Pq;8cPQ1ltJ?A$StOFB80t;Kl^+)%XwT`x6DU`|ky`i#v5B0hi!L1ZNW5ocm!8`m;0#^*Uw_>T}8* i13!pRehE8KPc`Ld=_!3I2-U1q6@c_LLmwU7EkE2<}So w>?xIRruLn$5}w%UztyB<#C{wy}6$Wrs?~e1iwu1Uxzr(YMz&eQky9K9|>}Ue|xy&{DK}YrT?1fz44ch^A~#09^p9j&lz>3`lEoidlMW+Fhj73;Hd;pW4t*E{WAM#g!dApDdem?8hAJG7>s)}!F>s~5~M0P=Mc>DcWQJy!Q+30@qY7H=+}*pC0fFGek{^I MsOm*r;f!q4?Yg_Yv^&9=X(=8i_ul#SB^)$uOQgScz!(k|3iY`B{*P_j^84T#~^}jJl_`qA5JFt2*GO?p}a*W0AEf!0r>G7g4^*t J^}OL{u3}?p3?V^PCz-EEJnG57bBk`i-F%wi-9i_7K5HmUyO9~^!w3^fxo9LMtSED97XVw#lWkV363N9v8Eq$BF3TpM6`R(i5Ra% CjyUeJrQ*8PKD2$i1GW7;3O{RB%)CqPH-CMce3N`!R)d8ivC!%6yKK;B=mO9UW)NNZz=kF`BK#9>ZO=xx9R(xOEDk+vJ~|D<)xT^sb#3&mdlXu 5Q5+5@|K|;)0Y9?iu(SmW$5<{mSJ4)AV^EH^B}>=-0o8m-hC>@bKa>~*N!+9^}Og*(3KUZqCUSr75((!sc7Hxr(%3xI~8~`^fZje 7=pBvJ3l8lkKhvohZAi1HSlBcuTk$czs9<-mf&v*rhnr&v~)YGeuMGb>U7j+KY}6S%jsAjUN{}=;5W{|{2fD(SP`di2Jqy%Gceya Iuqm3NN`7jzaTh^=L_%rVkjN=uT0MG7I__s@d4{vKe1DAt-4O))&ZoeGu*=afYcXx$*65N*HUIc$aFj$Upy>~g* r&kD`$McQg1cE2hr29F+M}LcT`oK#;Uw?Bc=GR9AZ{z;H4E1^SGK};0R$zSVR-nIjBG}2}xB~sLoFFaD&PxPW670Sl?HqUo=GiEM ImV+aQ1551K>xmU1=77ikXQ+)e5LZ0S7QFvT!nEPcoo)%iB}=t_N&mpKfem}=Jcy{K3q*Q3HR64=(i`X2L3;HHSp?f4gctB^z%m7 U|szZK@wS<`fKq0kZaK1BdN{lrwE5z8|RXGgqP?+g4&+1N~lFiSie$1YR6LaC?HM u7td?dL`!5lPl5QcUJ;$H(3Sz{N5_0uV00F?z{^4ICd52!n9Su$0Jsu{L@yU{0moMynnk2c=LpQe_GSON{~b|=i^oA_n%ygeCA$@ `FHHKNPoq(7_Yxwt912uv?kHK9P>Nyhxd_iw*$ewuLob%dp-Jb@%6x)U+epn8_?bZZ$SBl8_@1w5Il^>`v%3!8}YsFM$DJtH=_Nc Z$v)(+=%(ndLzc^kQ>q7qi@7G9DgI$i^ZD$Ifbv>2zlcTec${h^zYYi0zM783H9IUCeWLGZo<6F-Gp&D_9l$qxi?{4R}v)F*tt>j +2!}B=UxPBsUpq42jAIy3+VlGw}8HU|5l7c-L04}yW9%=A9*YI;Gf)z_Mdet>T%_*sMkZcV!phru;w=O-&VI_e(ii4=IuVWp`ORw hI*ZT8}hsCHuT%gw_zT>cpJ*y_;%#K&FvWX-Sz!v1Ovw3+tEMIYxp|^2NC@8YS5b@1W9yo<`DcD=erv8XZ#<~Zx<8n<#Gv5CcN40 4)8Na-HCJ;--&VA>MrCv{4Uhfy9@aEtGmE2pLrMB#mWMXx8>bRH}3`>?0GlZvoFD^1iS9WdUNC5kaITuqvMdM?40sP^jFP2pi|$v 2l-UEU5{uwGeh~Y4iIqek1Qge;;@s_@#veFX40qiFI-o -H&-$`vCGC`vCAK`vAtX`~c?D(GQ^AXY2Qy^!@G!FrQw~_jeuu-}#j_s89VG^v~EesQ;2RsP~0yFwa)4LHb+PsNAszc>B~EjKeEy (2pM}{OW_C4}%}X{Azm;>AN08f6aXm^Ym~HKk7ly(AHRGA{N9pBKxZF&1a$6;kD@)hJqkX2?4#(fak|PhJIN780vdD!7hUT(D#VYg Ir@ITz7P2u@bjkxX^J?<6WoIuaKJOb^Ciz>zW@GN;L|71V*S|aImpZN3APga!*k$UzVkedIpZn8{dwG;ha5KY1*|9D3*Z-zc>#F$ `xh{d_rHMgVPzrnH?=QK@#$Sj_UDoP4wife$pS763nYF;bLkRi=k6R15mFk$%qmz^`N82OayXhX3<@tbcR& jQQU3Z_xDv{|&r*=iiuDb)NvQrhbC)JNOfn+wlq3+wv!v|HplT_OAFu`O{BSfBOmW@7YhVPQCF7_~&(>V0;571>G#GYtg-&)B!aAW``$(=!H+WuGN1IVjZ;#ulL^iwxXBk& (%#twnJ&yB$at`X;E$+3ZzRa{^O-LJKKCWm_eFxzPJ-O8>j-jx{7b_({xafi_GN^BlOXr+)&zOHh7jcO9z~GxW(GlC=ZhNeD2=y7 (_f(ZT|toX`Z|I<|8FPA^yNi@Oy{;sr<{`ro=fl?f;(=K61w$gf=pMwwki7W2!g!seY7dswew~vnP0nYhH+?DID0enPq-P{*}ECq cc{W6_51Ogp?)W8`01MdJPrS?roTqRuhaKi_4^&0pLx3rw`o2P^inM9D+%b#tIc){jKU)~()58E8& {!+t_BglBXbaS-(GL84>=BUq;n$Po_qnv*zd`shfpx-~z{A#wq_f5Az`Yj1E-Q9{HuX{rY{)X_Wogk4g=igtU@u!Y|`>QGEUV@u` J>~2}-yfqzbT+|lzMXO|r0~VxNjVegedn!czR>$&-=}bTzwd`BX9!iKxHaK9!Se`NY3Xo&RGV^sK;O5hOF7Tbd*gN~(UWhnJ=K@s ck5HmUKHPLNI8F}?_E1k{VCslh7$hK_tqU#&MpMIc1p>5e)i5Ohn9Nh+Fj7kC+(V&`F{Scm@n57Wcv6xL8e##+!c8J?cGvB=Z5VD Jexw0>BrFumlNdm_1@ip|L+jw^4jjs#C1gl239|gK@quV(a3Jcj$qcMF$Ik#B f8oc#o2?1b67JOh7<6>VPcW}`{t5c)$e#c|Pb0|u;&lXh|NbR{HxWGNrBM*qA;@yvex2x_Lpp&cmv$oE)1BzAwVi0sKRYq*n{=f_|L~J8lyiF*`tzYK<-592j~BbpUu(Ni {<V-Mi6BE#nde5S9ccpaEgYXmBn~opGEy2)AtXuz^`x3LcV*>0w3Bu3-vu?7TWRJEcE{evoKD)cysu+vq7JC oQ?HrpV^?h<=LR?r_IK=TsRx;+$0A+cB>rt+bvl>UCZL^x%Giy#Kb<9HjH+fSw*b2l+ifko6%0ioly<5#OII;`_i5`AiQ%2QLaiH?9oPpMMB3-p_@I|6T}svRw(|l`kRw;RJa< ZD|SX*@q>>t1qLU3T5!KhnF#4x0KP2zmA8saow+D)ySc!h5d>L}F={T>hr{NgofphSf8L|;<++x1|ccJ&~?g+0LU #XacHn|hG${T{UY8}oplKb!}AttH6v&yaa&caMI*Y##7r)jZ(oZS#Pak81d{^MF^c&jVdvHxK1B_JS@=>P0<{B*=31)xDT+Z}p-d -TA=Vo#ta+jhl~tzH~nFxp_X?^AtheKYE=Y%fo{f(6|yI+;0Ks>as)7jt36`K0kU0`up`m5dS+1(eGmwPF;w6J%!;ywD-t`puZ<9 M1TH!A;x3NLs8F`Ly>>`p%}0EhiZQxiux`-6!l+mDDd>wLxKMr9fo;4P~jc~S#NOQVaVsK!$2R-Jq-1@_%N)?S009Tt@N)VQXh+u(Xx{>YhY(zJ1n6%1NXTz{ 9f@`B@gsrf%Z>v5x%Mc~@tUL2o_PunC&>0J#}YiA;1o&l7x<`}bJX_pir- zkTyq;Mb2I<{k-FG$bT1ttk3g~L;tQm4)wd|IHY@6;Y$ktbsW~kEsh5seE)dNqlV+5FW8kJ>$grk9_2iHJjUwm! {KMl>?kC5i+>I9jueKn_`k29sbp2k0cJ?kpyMCkbu3ZFv^ZrGs#|w*8&R>Lix=!=i^aNcOP5|CFpMZEXPr&@_(D$=Xz5u?{`lI{n+FbjN3O)LHl1n1$6HHQ_$bvUxINTx&-6h vP9R}C8)=9OE6#ly#(pMuoUC7*;3Gn?=3}nQRZ@CQkQ@afFd-yVyW0t9$xD0f9 `7(^x1Iv)_+GXG?-&uzClupGs9YgSLs>sO%S^xTz-+-ZB`<^q=FaIRS`gCdEW|tgEYOh~&O&`(JqviS%h})~ ZY5ac_ML-re|-+#uO!&Z`h;`QpJ$$jalidM@GGOwNBz3a2R@#DKH9s6AltXRaz5JGdI9*M+y%gkr5B(d&$SB!Bc^6~7yX<1r`?`x!-kOVn&o2>VJ^I@kZ{;PZ@2!^ruiv=@>(qCaW4v0H10S=?L636FF+Qg*NB=)b koB!!{w?^c-3hWi?_C7hKJ55QvHlOb40L?rWx)T#FT?mOz6|4W!DXNyt1kl{KYtnc_xJUE^a`v)tt&vkf3pJVZdd{O`1lIcclhNP =lw57d)xHA`*P%S=;fd!^=^VE5IpcojQ2}d;``LA QqBPc&%X-z_2E^RM+aYx^{@MC(76Y$1|9n1H7U`{Pq+r-v6$d3gm-_u26*$URp|GtSD{_cuEIQdZx#CS%h#emw!0Siz2~){H^&iV J@xI^BK`*i*=}aj-vM8;zk`1F=fA^x@!{_<{w>#Gz8r8J@b2jAKtC?O4t(88f~+5Z`#O}L6=;7RO6Yy%An^R&(xc|+N+b+Ht^ZKKkA^&cF3;N;wTTtKoZo&5nx1wLl1fM2&A;Al%0Y}`1_;r5(9!>oN`suVkp#QJ` 1J=dw-jNb}(%c>3^B=qedhfmNgdFk5J9VAE3-#aUF0?ne3wUzTUBL4j??QdvxeNN$fp-J1=H3l{|Hiv9Uw-sQlyfyf-oL852lM%t 1pmt4@5MZ*xew_l-3Phgr2DWwJaZr9*0J{k-;TH+>){*sLmxlu0mz;AJb?Obx(4%p>ou6q4QrskKX483`%h~S?{8~BpWj^r`sF@| `PB3v=F|8G(Y^y7RKEE^;M3Ivc^~i22hm@{{)GNG=}*9qKN949`;iYpF1h0&jMH`x6W-JKfBDbg5BL5HA#@AzV=8;_A7IbfS?bfU E_woV^wB54x2B)OI34pO=F6i`f^Pl$NzDHrJOw;D;wjLvi=M(dd56N6pF;kd{1x+a0>M)l-~WnqyFN|pCiT~hr!l|Ee?$AO_#3`I ti~;idP07q4r2XC3D0#_RBX%XP@- yX!Dt2d+cB#&u}-PU}EVMy*4>W7mN`?XB@vuG9Whc#noZq3NH|bg!;M{oY)M{{3(r=GT|r2VQUYKH~lOeWahM@4muW@1wrK`>4-c eV_k6$~pXfwBvXUU-CZa@agY^eqH%K^r?&ZKgRDGKwg`kqaTk|H}7lFZ+9wSU<&qpPdmxK2PhpaJ+fyuBLy3gftnXBInJw^|BD*- vZlM)fjuhgn0@*^%VR=u%Jk!Xx1VXe9a7jI=RYD<4zU-`_vpJ{gYzQO=|`f5(?P#x`dvcdU!wYMK|kIv2+}Q^_{0 QkboQO+XKQ-(>*80(vIaT+X^3tLbQ{oUc&aEo)%gF^1wcY5T4xcp!ZzGUlA5VdrVOS5mMI*qk7-9ij(t2@)xCPSrXPS#TNwJ?~5KPJ$;`V>h)1wjoDR*pc*nB*F1im+1pw s$E@;v-teH&U?GSxMi!YhagV{(hiw uB7na({J+{*q77}fSn5et+C1?c1!k??7zR!_b07)wkJJQ)7-9MV=3MC6n4Ib|B%~T0~?)#=-c&-+w`8N-@mj@I#eU;v6 33EQEm@^IB*Svqld(-rz<;=O5!k4CC-^PCjXqmV2I8t7%^!ow*=F|I26h4R{#kr2>i* E0q5ixxN%eBA0WYeq$azrOzZPI7bM(HYg+u1=n-q4sru!1Xf%JX}z3l!i~?c~Jv9G`8j2b^vUj*pBcio;L$v >&SnHrC@I+^{#;}SR;=w(;Lh==US~F%K|-^0|g!v$pSS3TGMj3-ta|dR|JuN&4-)8n!{AHH7DdhVeT6GkPyl_yzQP l4)NJ&I$4#%Qwf>$QF;-W_)b*)t|LaJ5pYo((_jOZLWqtsF2Shvm7;g0PG~qUys$lU#D*an9kI|_V-==_LCaey8WdFwq5-9Rf@;^ zxUIRL=oqY1h1uE4gD@n;mkDu?LhDvo|pR0yhA-b530fWCEhFknBckeUQ5qY8HZ|M6VLp|&NZ+{yHU%Xr|pxoN1Epq6n2U}v(3pL Q#eb<`Zgg {?Gg!Wc9cCJCMTO)OLM~o;zzq9C3bE0~=N5pZSa?pJo4(HTJuwU^6{&0Bmh<*1Q)fe2!oPeH&qwHALY^&FA|yZ2N|@s(k*156z!p )sbcJZ)n`#Quq|g?`nM?rSTpk_!Pn0YGA|2_Cd_Nokj8fuKDbsxc)7LI}O0O*)!>PmxHtJeBS9U%3~+`jTnG)@GQ%3tL4Z!LkH*R _^kY&H2ljH_l+8y^I+z0b9(ry)^TeG=k)nZ?_*k*F%E2(^GpL$urq9?^nb6xS=0qJu<^V|<6lX?JqF-h|F5;oClr2%*9WV=X3_f{ 4s0e#^b(%}Z1=SP0N7y%8uv7<-=*~aIF~m7_L=^%o|!xw4ZlPLTL^z2d|8G;=e{%wLEIQO&j<6@XpQT}OzZTS ^(k#k@AQ3;;`H|vUS{>`|sg+J9>(phfS*R0)MBt|6&?H05;3~_iYMW%eYBlS82VEq4(cwIc$^j2YTL0PKt)S<6igT%kPviMS@53qW*R{S2>G=?Pp2o5OLDomGE|m2^&(`3a(h`E( SIm)<=zSEWIfdZXOt1C(oeJ6RaZmcr`l6-*uy1Bv4f`4R1ORq IG^!P4bN8eG5cs~q%z0r_ajm`XDw%ED&pFIw`=@1rtiFd6FjU2J`4EoB6?qt!kK{4^!qA(d&o+^T;WHW58E_tWYwK*=qAwnN&0>h <;8ZetRuaUe!Uu(ZCZJsHVx4oSQO# tfSwPX$Ae((etw@oD;DB_NM&V7WZL&pTcXH=J_pp{+rg9?SMzo^O;P$=(i1}+l=5(nSY?)t(r#8qibH@)G)R+y_M6m+!U(rBcw%sraoYo6iJ2iF_#}+wPUJ`A)Yh=yAI_bH7*&ij-|3D3(G_SoB@5=r_7!bJ_OU9F+>omfWD==jFRQUQ$ez6mBAa 6xo;vOSY`FGCh*Gxok+K+l_Voe0xyNmwaw{dzZ3E=rB4$sP1Xs*}i{^2+A|FVpCb&Qmlm-|4%hVwPae=SCL&(9d&8ZjV>Y Q(mS|+q1=XilRN_bBqozn=5mvi4weghQ77sy!P3B6LnK9-Ow*)gK}unhmG!xpiBcwgUVgX{mJ$2>Mi)iTsA+OdNoLv!F^4APFZ9r dunaQpPOyxg1A~7MnmUy`o%bFFBb+>vR7>HlHARJmP78aKK-OI+k$zVDSyrdJ=CE&zoTRjsLD9?KeVk~fQSsJ{o*OVR+1mS#E`a;Zcmqw3QD_sywJ^gVTpR0WBVBzzxMW^n2}Zn(rMj( $;)^p&#mndY)-r0T&kEyXjLbuV<#{w$U;{@SyA-4*^D0~qmC17MLe#OK`6yyew5^)lrI^COmhfpxXq^1xDSg#x5;}5;R>M~=dTe2v9#ktE^S0xQGV&sQ6?0j$LkHX OL<kx0=Jh2vB%4oc<_ikw)>P*Pqu`KZYn$~F*TFZl=^I+pv@f{WYAAE%}bK2?}b^ahMyN=N_c}-QZ$;QZB(t$rwK*F*Jr$9)Jkic yP1-N<+hF>m!aG^s>}$+0E#{_4+NxTs~nb!GR^CWNObG`bGy8`L=A`c#L1}nPsp$J9JoBQLqnWR>x4T}7;zXgJ^V^x` #9ivO1!d{CPQR4M*wvi(qKxzI7;nDk6%o?prm4pYBPRr9>JvhE>44CmQ>GQkCpwlZo6HSa;R3q+TtWKO3&U(D&A5D)QlRzxy_d7I x-pG@OwvGu*_UxMl^Lmrhu%#66%9ba>>=%($nC+$-7r8zaMb*1))KRp~(-0N?ZlBZW1jO>d M7Km(EpKj`@UXM!bqhf*mMh3piyt!iNfga1Z;23&*C&&W$s}7f5AASjX~|@g%g*LuwsQ|rb3(#UqlPxc7%`+Ul1DQ=)hE=F^%*!3 4X9>g*1-{;o9-(59eWJyDwPUNLxyC$Zl0_8_O8afUm8;M3fat%OweBLrfDN+JY*Y_ndUWcB&DF)?Z2h;5_ks#dE2T1~=SR_1eNRyhQRhynC-ULh2+SL)$R i75^J_Hrpp)0k*jNeOH=1nDD`Yb$4S8Lm*Ae^d4T;3_Z@x&7j_!8&UWxcH ?hKiP>2{ivMNej-Nm30P;u%ZGOY@j!TBAEYPZJ(^_rq=gxeslUN%N|~W~+D`0>S8DI#WCf4Ll82Ei$Tg5Ef-ZoP8HT4i#Tn%Twolb^)lqHwASbzU;55(>~|^&nKxbZU(F-Q#Q$v5XLOF%=W=IPEW1Fk VQeckP;IzfLj+~Dh8Q*KZXW$^ua_DiD~N|hF`efHmRF{d3>h(+9X_x2w1|~xLgWJ@q;OBS7k!>vf-Jmn$IO1v-6oBQif``(m&7l2eBn!$QTL2g5RF)=rwYFw0=fRZqQB)DIs)NrsSRw>9pazX@vc`)PY=qTmbnhxzx5&IV#O?@ix1u3I<>LmdlOHFqkF-M^*G< iGdg1^b}0C2ou7XXJw47*CFN=q*p?LtKb{+f+rZfUM4Bj!PL|3W(IV7vk9xxS>`ChUaskE-!Fg-Rl&25uxxd2PZwp%a~WbuhgZ&( lq^)D^i-x(ZnI#HL2sWWa>5eRA{i{hDYg@f<6Foo!(1}rF+OW=vse)ZRKr5KSl|~3XdyFhZYh?iDOarL!j1{40s7I9r-@e!XmHxS Vn$bxKtxhVTVW-_k(5gUy(cM5O``lOL@(+CmvEN7H5nZk;$`f@xQfhk)7(aYVQ!i$!vU?6eUl7IGVeUhb7=>NP?7FA}q*azsgZ`OM|&iBfraB}a^{0oGlW9qo#7 XF}eT5ovVO_MEC*c`3WlM`586gR(STX~807W;_QOf2KRuV%kECR3YM*T(7P9#0iTHVb};9_j`PSoCXNRzsqRWQ~((CN&YsB(c&VRR;w<#48r%)^yflN%KX0SiJg;XvAu wUD({$jL$!TgDUAr3Id*EupyeSJ8Z(j8mlpp#}2tv>;Y$r3^3BHg>gYwbJEJ?BT5e^V@L|C5&*`ZNn-B&ggU3J7- iu#rn5=`AXc*tV5%Uxf^X(20@0$Mnf0a2ExFS>=ivT>CnJ&>F3wRC7q2AO%UN@oZWBBoQTDjb29M#PjPC~6+QsfJx;G@m8`EwrNA XZ~H}`f`C8zhY2m;OY<&$(Nhf)68j+t~Z&cUNs}Ew@%hiYG-P}8cwMobc*&!nr4 25CGYbx=&StFmF!ArfWtvL69LBBjQwN47`}Vl gvwfC!h)iznxqdjm={V~Cah|c43lGRCG}~h7q}lutgP@Umss6jO;M0;^J)IoD=$-7XYk(Dsw;G$devg?v3jPi)ZHjPl^S;zX>DsG Bu1-fnu!X-u=AXZ)p+$RE;FMS<)t{!x_jAwz!pnlKFDSWy%(87ufiYnoyayrErPUmb=GKpBdIw-8Dh~SO>AlPd9GZJh>5HWUjLvO %^FdMU^X+e9pC~oL1S9-F%_|-qI^d86#903g2%2hO_*ABvJR$F;i!6c)k~V~0#M*>sRnso+_)Y*?L}qdVP^_`Xm&T`tW=bb=M6;WeluT>u@K?{UD5zE_gNp%%7#%?4w4yC2pJoOPqJ5d*-O*9p_AMI4=t}i6ul2_#QE8gFo*kLJrSl^RIB`f6$=}KYdd8+pMB~gQV@kT(O?F5|Lq)B)Clmac-tTtQa23%x>)XlztUHN38n@>H@L+@0~luHhS4@i;rFuqdXj%7Rgd >PP$!EywHQJWapJIQB!>m`!HdSrF<&oNu;}^COK%sA>__szw+b>od}_o|^uCJ=;`7RPGFJdHAwg1+OX97TdNz_eEGGGe%x>!~vCs#GNLho+G1PWIKEsW!Mov^}rOblS{^3dPBw T25LQx`S$2-BTAvA@vl*a#s{I6K`(qpjr}yz5Gljtg>An)=8A!ur9-jAW2G$Qjy;U@@Lts6x|Kw(Lgbb#t;R_Fb$p%7`{YE P$x?U)hZy8nfOKoX(o##6yw>SFVTw6WG4EbIROEa@2pPR-b$<>HLoQiJdekU%PmNyR4r#MmzitrrsAf{o(i~* iUGuSi`1}Bt+^>7u^#yh2kMg@v72956-oKn$ZNs|)v7L%YS&xwC5oI6L?I-BW+=kSG3qZ;)d9-~GgaqDF~;Hv!Agh}UHEw>M!xbh >@qYM^O-^+tsoGjlma0TIMP=1Z=#CH4|uevll@%=Cf+LV&?Z+iy7&*13E{|QGCofceW0ugo{Wm%6S__+77|A^llAL$s%DpxBs8A? !f#kp)Q75wzkw1NSnm#%DZ=l@;ESJ?Iz{tmsNx?7Mf1l(%Atyi92g;G##pJ*Gm%H1BxUMdc{ZyEb%GztN+C2sJ`$mm1Z-8rkQ->t iBLJksQbD++or%4?Ha4bp6grDAzMZ92ajgyys?p=n7wlbk7b=>j$n?maR!eI^4k(87tVIOV=X3?>2=b&V?J}UH|RSDYOL;T7^-n# TQQg|+uV>Ba@n>bTc3r_;Jy7^f&OO^MD}_{Qx6TE*qLYkP1aA$5od6;syTxvbH~w?dOpR{w__1Ynwtz@QTH&NRtrVg{`Z%vwvTH5&x}(uo(+br53`LvX#hVP% gCZf-;2Bh*TH>C0@2WFWce=UYVMI?c7$`l~L_;xe&xdK#_PxIYU8i2nvNENRtTv 6Ja*fM&EU24K)+Xi2@i%d^43yP&Cc@JV71dBJ9jxFT3{JC$;)?^X=Fz_B=nA8(G6119s^1688~t}(lm`2!kWXu0Bav>e)P_wi>3ZM&g%D2_HvzE>!&sdi=JK2;stkBcn&y22{&)qVD1vdyckpXGH<3!p{YrX3K@8B`aPxA-b_2ObRB{ tqUmKOis6uy8^l%uT=72?ZHK00Hf>~8L&ys7Gs0~QN5FS(+rKZ9|iP`$m;gKbX4L@={9u&B)AM &A2Nz$}k-6jP;n{=8{E6IcWvfmszqIQMUbzZAUC|CeTk;3tKQZgow#nSg)ptP;S5yGbqK@$4P^4SzUoR8R!l6(>}wP8bT;fl#j4aO+`-?7%8g{XeAvMP8fM_MmNAxDZ=N$?(+yD~5$TtPM+NPdhi!!zE?{Fra7a{_ELC>FLSBp~ WjjeW{dqq}0?RmrKxImW2#a6_taVCY(Ij6M<#?+v8hGBE3pa3g&Jw&>?oyU_;7BVR+iLnnFo+xfd6Y&xah^9fePiU+r&Poca^sqY kIsqSfDPYxU#?=wOyWhOBX;D}>zt)<9Ak~%5LQ~ &XQ2{F Bh^t{v-RhoX72xCMxm!$Cg|-Db}WgV!%=qc=ZLxv6~}IrnR9XZD_4n5yg~D`mjy-FV!4mHWOLq_Mn%@g*6|Cgv{*Kr?N=VEvZj_bpZR2u97xMV%w*EKOsq+nSA@AXc2oUX#KGu(Yu2&|N!FsLi*sTGG+d+A afMvDvr|e<){M=%jquM3>Uv@aIBsQn+X@BrSVo>>@-XHrc!vL7$2W8xuRw6dNXSzmKUyb(vL)+dIj?Ax!1DNrAS+vVKdaBIaBE}J %MQy9taXyQtE$xiXWcX(YReUT#IoX_Ge+N+@;&3xLwFXsV_7bLuDBFb<60ZlQrC;v{S>6i2WRXiFK!G%6~GLs^$U T6`RM7WK~NvtgGnd!{grEBb`-(tcugFzHZLiNNqakp( P={kM*u<DjF#md Ad;hk*e8L08WigCPMBupXjGA!K$;e(s^>*anx|_IRL&L-=Dl3+d~*^jEaz|>TSXE^Sk_zzVizkkvkWf9m~6=zFmv`WdE}4}BG#w5 $2?k!V?LK4T^bCyR|nZ~!;t>V-Y928D4I4J<2I+1#7H^_qGnN4B3aE%-$?PIYA4Ft)O?2%0mxSfaV^j1Jpr((w+>=%iIQ o3I0!^F|o10S%eIHZ-$3y)};MRaP6!&Xo3v;rWty{`e599*?lH%ASn_QRHyGo}g`CZ{#QV4CkrRrEEC*ZD{} ?u^M&zcF7jws{(b)5K_U#>$Bs-o`i2@u?aOD62l6b>E2-H=H8ZUe1Z;h$-(_J@4nu_M>N}M~*SP7#nM(WY>2c8%b?}N$ipm8i;l%`RhI&{jqWTD@-4SuFQI5)p8&?#CY(bLn6vY3c{>99Td=2QA Dsxi5*z38WJ;EeGvME&_Jby1A?5^cSn2;L+g%XRs?5xI dsM2))2@jcM_6@bgwl`npsXMXM)_!fvV8`FI(J>!_D@_%kEjz@=e`YMMyLRqaei2J6(4NLsN;B4QJ_!t$wab@MHp;a_1 {p1>doyeAydS0XAQ=-&37{|A)6zb3*$Q#rLx;Dua7{?q1PbTUPpYcymeMU>JuA2Q!lE{^qE6X+%T+CKd&VGS4J^A*m*?E!8dtsc} UMdrvt}$GL+3#W9e?sTZ_4Fe~(%O2YXV`ALld}2pJmw`!#VpNxZsvl8^v_WvF#xxP2{1B=xNznc0%AK8X$bm!iTz^^nST9rcXli4WdV~CxuttmbT;vVIMBNYfXZ6-m2(j8dAjmb@{4Ys2Zu64?0gtEYTJVP)7>19=fFB;q0)&9zzQ0*gEj_YOEt)iJcG`|`<=l3^<;^^$>kB@`V $UtFAOdj-j>X6IK;MxTX>!2+#Cx;mV<0H*jSE`o@3KkuZkB&h_b&O0u A|A3YAN`pkSIL@JWD(TiJFH?hne&ugI7&u}G-m5ifA^o6k+c+J`$RND-0z%Fjh$gN=aLv%_HwSDr>7v# Q@GzeIi0ly#G2YZNMzEmjb^u!B)7t0#VDC!a1UX0ASQn7`^na#Lo(szl+_WH?f}ch&J8X{BL4@4FteMtJED&;*ss2v`-Tm+6JyAe RhNq}Ec@c2Ml@!+N1Us(RNKL{rh22}WKvJNmR<0GQFR>t0B@9P~V%FX9~$_HW{8qTD6Go#ZeFb<23k^Bcq^z4*5ACb(%6FP0}iNGC2w5ubsfZ5qe# DF(|{)>aHdlyMp)VVl-y#}^jAl66kLH#y_SIO8qX#1)disDYC@UCVz=oKp6olFJu;guY*FEF%}Mad5Qj!W?H5+^kz6IK>bJGog&Q `D%eUN@^TKL{pj=ItQMA2gCJmsIPl-U74w|{Q~ppn0_V!qM37ttihlzr`+>=m@9g&qyCbZO?=9RAL_I~4af&_#)x?E%CGb^&*L?X #$+Dr^#~9{5vj@MvLi6-tYeoKpQn*ynVe5WqJ$1JS~3wy+OFDdLX`3I3W1m;%B-}8EAq|jOxSPIxbah+3DJ2jQT(g 4(2pdds=W{X|FNPUP66`xiM+n%N#1wk+L>J_KMFNtuIU}&(STc%jfOf{lvW%69*0wd)pumVwIgN 7459sTCh-!A@%44<(!~j&fa^|zlO<^@qa^03q8o&c^9Y+px$)$Os#fu7KeH1gutk~P=9Fp1SHk%g34 cn6;tl7ms^iz%`({?CST3O72_NeTpwGoc`Edwt1at?zPq!ED%G}l6US1UOa+o+jJ1T-8}Yj& 9`$I6712)2d}%Z~q9z!bhzCCs(d+wjdInu{Yz$fH)=o2G0!$@9$2V@uURAZ$d3SPabHul6WJa)`V0s<$x~<^(#v(Z;=@lsg|i`)Li3N!k7qHj$dO%4wDna&j`OuZ=%EI<~s>>_QY;Evu9iA!=)U}uv{jh U(vp(p|Qlz3gZ*@(E>(kI(d*wL6B=0)~MyEQ@UhP{iq)X)oP){!Ww7zJ{VZ_-Nhb9*rr~(1d~XN_actO*bPJ$SmMdh9Z@Qcgj70W 2tBe_{b*0#l0y;>Qg~T0XCu8_q06ghN8VmiLiBS%fjL35x2@!_-QF`^-&QqYj!v88*(0<6Pm3x!T7W%r&0XWPNgBEnsj9gkr$UnH`QY5Lvp`NIVg1FSM=p#h7Xzk326ByzQmVPPMDwYdZmQ8e pl@L0!8o2l4Gk!>fse*E6lm0il&PSlQxf{jv>6X_!2ZOnjo2%|+* o|p%8_8sHw%V)84{WiLTN{f*Vi1V2&z03*!=%LA_$FSrMGrYIF?U;DmDe*?@WCl+X>P&(>GKp1&1Qy7_Ldrn ;)|nrb-a_WaJ-{6qiBhP9z-E0Dz!CBjF7H<$BlQV_S2Mfdm@J?7vsv|2Q-kG7V yEpD2-tol^YBniAcyohn2K8+7yF3!atlQiOdBVWj8a4drwpf&QbQ@5-k!JY0VH&OcjBDFAx})WgKdx|KT@EcXpMJCr* tnvvKGm@{Eo?0Uj#fb&5|H(R0+0gG%#*v9=bPY{sUtNctAP#ME_RFh+NuJi{__;d>OXeyXy>LbxOt4Lz2kWiARvqi{dv3gR=Ocr0 xtS&2Nek`~fm{qdt?*uQVKPlaKnRty<(iS0>JUL}E)vs}(1WNs3`}8(lUimX!QM7UP9@agpnbk2c1#$>v$y{ej30l;}IT#kw?3b~7Az|8~Ii{v<0Jmxh1O1iAO^yofEhkIrjRlUV=HlPHQY*Bc+}$|)`Mre# M)Y$op`W?lzpED6Glh9sbflk0bgtPv^s8w+ndvvW;spzb5bc5cj|O3C8#13-a<&^rD(g3kGN)1N?bFv)jHMX)*x!vS4xh!&N1J9j ZYxE%+*COs$J9=*f)YU?qD0m$Z&ALoH1}`VRo$Ptq>g8)?tQ>OEUa{nZrT-QISBfbTyJB)y=hqcek0iU&lj)s@xsn~NwEkhd~t#4 q(86SFJRp@)65o@`F7a;3WXg_*#BpUHqZ}+o&pdj9x<}hgG>{DJ%=`=Xsru3j%<5W4FK0t5x9aL+4 DyP$<%b9GzK^{MFh)63OB6wCujfmYUm}3G{D{pFw4F`yjcLwaMqR~-*u>j)MHhxUHY8Cake)J+shv=T)ioaV2cl|-&w)Ob_`J{WO^waKW7W6>LfDVg=g?@0PC!t%Pt8QBXm3)Bd<25f8(nx;jP7p`&mQnh8KYQyI|f%xgyTr? j6_az!WTAy%+iAS0;X{T8Thcqhz_ipKEihoy3p4QVBr)Wv)jk1azDZSn_O0p&sCK#8cfx7>CDt=l;S)8=baPdkUT_R%68kk$4(yRGvUm~i20^5-sHonEwCk~1*ge8W9(IknWRjB`Pd@vM$H>^Q2j*ps$7K=e^Upj$>6FN)Ub!fHc0C@ dF=Ij{g4h|H+O~}f`N`WbSkcO1$|6!VA&{6T89Z}@UjhxEWNrcHwa7@Myf;@0Z88OLDlnZk*4k-P6>C#zeTRg+^;lsT`6)DUc5K`kw*>Wwi7EFJw;{)YqbHAZciG8pV+-?~S7Oym)GhHbLAgFzr>Z4n LND}r6=!QqjhW7dxx51BY-N-<;ujewsX>Y5coh}4b>WR^%Ya_<1B1SvAyLhHQg7TNiYeo1he($ZBV*)pU|`VFZ`WG7{960WqgZ!_ Jksr!T@oLU)XaMOa=Eoes;#h8ud|cr0gft$#MPG>D=i#eMJc1p`l_UlSh^^=u2!-|)X*S}Z-{!Mh;2h-G$dc+hQ=##e9Lm1<(Wkf 3aYuRDh4eNcxDsOhm%`1;*R=4jh1*9z=J0nvr88r(a%=8VU;LmQ(SJwonUSf(?}vaX2ULHU|F$)&Zm_lcR6wE#1|9QM|%pUptikc qdSJiA|qp~1`B%0S;;sz(h8_vz%<54@sg;oh$3G9T4ZCx_73O8=Taid-zSn>vtjy1bZoM2Vpz<|W53aiC>3SzxLtiqr^u{{V!!l8JK_9{L-5B8#_*MbfTKRr5jff5OfC%=}+cNtqVLHf@?g>0_eg^vyj!X+nsnyFmj0>oG_IxW@_ b3UZKy&U9D1XrFp7j#>X*DYd9TYT)cRJ(Z^$;Gq=@cTCJbcOTM%blx$7L4`{`+Ab2HvW{!fyBdhwbzHt-J3 mI7k1(^K_vDfW4t#ek`EwHp#ckZSSySvFpz{G3-1@7R8+hh=3p%=g>NawLmgvxa=zt2i;{1ruHhd#mx+xD~Kudu<@5Ey$?jcCIli 9oa8i5vL{WqWCr~G-!PD_(_6IVOH)&mfg}e_O!^znL#9+t=o`Asrt=~ssv1!MAawE&|%mi>yqU|-0lOjWun)2e4eY6c5gq6RS+*$ (c<|zbxVcE-2cP6h3XVZbDyPKCQfVNBfs6{JR9PC8g4~0U{8fxe_2Ibb>VDXC@cEG*vr(0=i!Iz&xH+9Fksm*_E(nlh!*?Vic-L! B05@u3dDp8Cu{ni9IyzD*;l3ht+c(;SXv-7X80nd&8E!`S}VQ#x*ho^9iWlF#&b8N(#l%cpT(6_#0j E$3zWkv+vqGZg2`eKM-hc&Me1IVK>kZH!}H`la1B*;g}^Bo0fS>J)!O+T{}p*$Q{6axS$xJBHj@2r)++ Y?0dt9vdQbYfeU;xZdl0`(lFS3LdxKn(J;8nO5O*|J%GP)EUH64hn^vR2TcY@7dPd&rFd?B)dnmg-(cOSY#~AUlZ#jjT#^>R#=H@ )tCLM@@E{w_yChJnl{Tpv7B$Jh*E{8h6}r7w8-i_G)~;yK#l*PHED7eEKExx*(TA`(XFatOR@sgwbU@_+e)sWv7aRWS-em8p4m?} YO-l(Rb|64PHj|4NzdVlt+vRRGxkfh9ygh`+Z@6v>hMu0EHcvOVreaeZabp_K9euoISDV0?Xt#3lYupbMhjpY3EIifu=NR*|LtT` &8R`EL7}B1Z!?}jGNAXyenF{WY)2etw4=+XQgI+4jO}|8ZkxOfQ1n8*XrE|^efy@zR+R4=O|DcV3_40ZI4}{d50$)@sBFzxS(Arf Ylqh9I?~U=g`=iDS+1vendf%sK`Jq5)UC4GVNpi5wuHx6^dm!{Es+y&no?U3Z6qe`F_ZV#G`a`KS-kkXUeV{tk334A-U($Pu;m4h nIYMe_exFaG^?%R1>J01b46*LtnfM{i)n?L$*fAk#_?`(l-c@t&ng^dbZ3p~Dv2Y62M)uhNzQ$4DR8$P6mFXw)RINfrALf`H*UNY WQxR=#I?6X#m#~)*2Hz8Md@+Z38q708urzpBuf=9GSKOD&k*tx!CjD_>93Ex+Et0)IXT&9!|aVS4x_RNV+;o3dL<>VE1IFOF} &L;OJKO&U-i>ZO`H&)txR=mprEBn5N_boH#d)A+B~% DNzdCDHsH@3AyoxX&-s+Gs+dYN%gcmt!9H)C`EjGGF`SG#|fgP&SgG*`LHg)OZp0|;ys~t!<;p)Zyz?+{;OiBIz4N2j6J2LEn J&4d{sZHfM&icqru&_VG8HUl({2inH_2g(uLDf6g82dv_5%EFMC4vbpH0RFBgqU4o3u~EK^)bgnm{1G~MRDL%@bbI?j1S^RyCLM0 !HUgEq+!;yiMh~<>sISI3?^Q9Wun+N(y)edfibs*FE*%VP%8_xh+TY>LJ>=mEYjCQsSWff8H|01Pj54(9T9zIpB61$*^ZL9 w2-C4eMapEao0knrcQG-RW>06IY>+R~^@)58}~XdoSmAFy9z=p2g5dGp@_H7sBvngj#fVinA!QEyP$Bl>tWxhH??! 1u#OWr917LlcjWKfu+WKKr@fJ{Cc6g3jG`bO28xoy>VQb&wIi_|5swdy~k*u-5={|Gx*kzqx4 VP$@r7iYU+zTJtZE5q7}tyl$VmD^U^&-i{~;ReJVS6)y?yn};BgsBL|U^r-MF=-CBJ6rS?651NLXZ{1qCox0Af?Jy;(aDL1374E32utMh>t<0BxY&?uRj8FNjM{|;|Rc&<|<4Cv)F_Ta@{wMZ5CPO`E#_ZO# $Rcr&9G2mMiEdQS#%`b}Z0@jV%2pgIg2gSaqOlxJq|>q-ByLzJBmcR>*b8BMw6mm#hOsSQgzG+};Vm;S WGAs~uS-LQIppQU&`~|CQQ=un4u{K4yX?Wwn}7v_1Bj8M`B-UeA=LmUcT1}|Jo*`eYC~A+ rS>H50^h)^z>9t-iy!_xRyv4|Zs14_bFDx=CN2e5`DRWan1eKWMi3 6D*a6YJE<3MM^nU_r)g^xuqqNY&zM0pLOT5JGLL!m*$cmJq#%#s(qFOGF78it(wr@5mb2600Y75Xa{Q8N>8JaF-4@!bq-LygQ=D+t`f5fnkU*m-cD4FauCEJat# Jig>ZP3lz-lXQfp9@oQULvVuu*Upr|Mi&Jwx3b1be?#?dk~i(+hP0mxlVqOoBrxtAQCL6LzRJE8)nQ(J1-0$2>iO<7W~qi~RdVLq np>yRQSQ~8(O2BqXt_Q99IK*NT>V!yNgSFH1C7X0ckHn@u83R;Y0gmO)9Mf|c4I76we>_rE8BsI&60tp1_=#cY!MzWuIBivXWhnJ p)b%aE*7c$_%0FfWYwhD&sefC%kyDF4hw+fCCt&nu2&266)TuRhBB8R$K#SWkQDK(Z#%Nqy-2+>q1QT35Z%m|prjs~R`}Mfd_f`d !UBK$RB(lMtzLGV>`h^~nYNBv$aM(e>{3urGd66q*uET$Uf-FX&6K+6e|E{R9{i>rkfyOHEk3WU-57&(VxTacs2KZTYU?#5n93<| ksWZ5*a7yE9qlmdO@;d9Vj?CDM*qvCarGLz8doRYjc$MbWGuH7_VFay7VQZ19^NcGgtLbOJ|KacrAuBoJ974^^O+IUtfys2keG+o G1l0QEaoBNYuOu}8DpFoGw2_??jJXf9>fEwxE-|Cvj4oK185lJ{PsnB;tjgQV=lgwHyRrC7-Dr_}+aCe5p;NhNJ`PLh2 %0qRxX!vrB279*Ps#U8zoF})+6tzSaM47K!Aa2Vdiyc!U @!LNV!|Sns+*~9r9`xPm0r>rjMZwIRxz(Ill|{?{-$?965w#*{n5hSs3Tjg?M&c9Oi8Yb0z=H}BUl mFNJcZs7Zno7`bL4BMe$hn?u3yTk5HJMF&x4)m91U*HX9bC<8?*@xwyN#!hSl&Q9XJ7O9vN=K%R+wq20-|KF2TM8blINcF`xMwcg 7!*54rYBFFJU*`V(8e9oW3eOFz_)BQxqMg65TeJ~{BU8xNJ!peTI+;{-Qsv$7g}H%_$IoH*t_o5mMx_ZY?veyvEXGI_+~Tehl+OX ><-<%Y1mM->%az8hj5#slx{5)P~NcJcj?$+r(rt|&G`O~JMY})@0@Adb;tJh-FDrrZFhgz&|P-h-5a*^j&ZuFJ+>= ?M&Z^X3^5t#$G;hthMN7>jR>?tnEl0oYtxZ9g_(rHJ{`<+FKD-mfKU41UAO=*aT;cPDZ 8Q<<<9!YLqKIic=%jS6OLc5qPCbFj?fP>+Hn@Ltmls7~Do!n0eFL#i-Q1G-R>#-7>Co?7eFNWX6dk*v!fV^h=(4cH-7JHXXU$=q%lS(R%7tyJXj0pQlje&d*>YW2 Pqyi*YaB6z>TVh^o;U+pb&6a!)I7}E$iRi3Ya$5tFsen^o(Yl}P6@i(L`pUpAWx4Bt!)#tKOK6G()M=#&-K^@Pd;?MG_ZWRq`%>qXg&FK(@pgVW<3R+T=@yEqe2XUk7}JI3;E$zs2lf7hlgMyYH%{`ewiuVySz#mg|vqW=D_`Xy0u*~T%YWX#^JmI#RwM{?B-e$z{ I+qT1Q&33mUEco!G~6J7Jom4&QaImIjLspzLHF=#IfwZ|*LKzxXDFw2oRRO_GhMg=rjXud2e6ZOY;6`(rk*<;_{mN6x(OF^>k<_|(>+(J>fXNfssI0S)@+U2I-Z*Ol_p)^I(IIQ~-%3>W ll%5NPbM}^Vu(5EaagfLfI)Kiywlu!!{ekWh-3`xHdRPU6KV?*YI118ousI#Xk$S;i8dMPDlIgYgL#484#djV?sRQAaVjH0Gt((N z?gW8>ve9crZ)%+%sJYX;pB&4IEaz5*0TxTCT~9a4_>rrmLUEHI@}$eNzlRTOP+XGS;ugKkk1`E fq346x-D_xve*0SyB5PA*q8Iu<9b`Y%+)55iEHT9{C($fTvegsqB^mGpgxtjm9(Ca;z+PtQZ&P_aIjjCtYTj-nQO$=h&N3dNv}a*f?RnEzAb5y?4kOHEHXGZU y(zPW`)BM==5zk|ZMnCs@UhRc6#>DrmR=JT%be$_A0=(4Tj!{q!}giyh;Evrml6%2nxpQdwt(%6g$U9KoTRAkbF3yOMCCcVV#rd~ EqscpHYJ`iD^fNti%idQf!#OJp!`5!kxm#7(vbeb#|z%W*UwU{yooM7?1@Ys>JZJ5O0Y=b>3Dh3{q&l$tADT4tv&d^?db%rKU>nI u4t7ZVf*3XHg95TsY&tDox?*LK6X@MZpPJj=@!*GqT}5erxfI#=PYtc>0x`f^Ol~(Yu4*E^W15nnwf~3?4$^~qMRS9+Nf@e+ZEN2 0=mWPUhlpdS(wFJ&p|f99-zhw(ujzBQpAf2r)j*!n*x0a9WzD^t}SPZ OhJ}>4wvpfyWa+w HZoX X>f1grSx1NQ?ltzDC3cf>C1MAkO-2hAoHxdUq&L7=#56*8{RF#W>h;y-2TT@ M~i}jMcw7^2L5Dpa%rKFxwn8BkiEyJBCdn6RD7B8xS>hVA6Dt}$B!P-)1t<1GXlDFilQ|v!Pq?H&GdPNDUW;l9m>+wq}7DhCO^wm *DD%Q{_0*d_Ho)Ve*HOTw)`Z#tnh$8Qg=cyB%G2M5B<1D{R#s;t?IrO8!u!zd&5vXqB-NUPTA+zH8rljM+u2O@^G9^YB&?w$L1zts(THW 0cNP+g5I0wqQSDS3HEwUVkGphMr=d2J=@8XNTSxzU>U74+Y^Z81OuD=Tg3(RImZR-{;xAVU{^7)mQy$R*y(tILIJF1Ts;P@3b%^> *pLXd^J2oQ2o#tz)EUSqkoRGY2OZM&KcpM+SpD|==TyFagpVo?%zDBfzT(FgdIVGn{1~90lbn=x&V_8!Ri@7kHrHiMepd7S Of(8L6&Vw45YipsoevKZB+>AQ%1KbE*~`(H1l(*Io8+_NBx~UFS%Yb2^enn*)l9$o(45q$(4-R`h*G?3W&L->-L3;{ahibM!XNm#VpDnEx~R-4ayK5RPN}32ft8`oo8VmW*0TAc5NnIYcrUS+NGZN_3W8hC^V@K>tVQ 36CXg#P2RsKgu+6DC?pn^%Y-;xGz=X7&~M7A(GU^ot)S>@GE_2H(E%4O>e8rpQL`duz1|c)poAXSS+#B4@kMD#Q>^k8@_E>&NQX8 j3iRvObTgO)kwizRBFPCJRo7p-8dU$_?d&M9s~s~6+bd}Xw%3d-?NPd$0qSM^;vJPS?hdcX%L8T3B4c?1?Wc~Cp5$b9jI&cQIA$3qd@%)10#9O#)~+fNW~1g>FX?tppyqn!d0M; v?zIDTap2dUoFnOim{vsaHkgO^q~p!tr3*uJ#tA0_WX+_fOuHBAhHFjaTA)M%JDq76I^f9lJoa8Q)J4fha1bKIDj6oQ@|?!F &RS)sa(sH}CZ>C1-mux_%kC&|4?K!#i=-zY8Y}rPtA28Vy;*cOdBIc0T fh)ve+;R^DJH8D+{mj@R?(i>$ZQZ8Hfnn9Kn4;f`>g*-LBH@bv{Fi@C8N9^fe~I8~9yZmrF7Xw$My(`vG WY~!|i?4GIwd85dD|ZgP)Ro)x{tmjmX%{cS(#5A+(J<`qq%+Sr@nD26L0ZCB^r?0iox?|3i#X4(mb`2j=A}Qpl=a}h;wPR`=k(Q` =z=@_d+xkcK1di3W}k5ExAOvFX&0ac&DrCT3=Dlrlyy}20>0D|81BLg`~x<~Ike{2uzq)A3wj2F;S|QW>il9CSM?)IhP2crD%rUC +Zwr@8h$B&{O#bex#7i-UH33)22WSsr`ntk+N@=J_a044Z$JNJi73z<^4pM?L3fw-<*;R+XiNLZC)ATm&B>aNmocKv(m~FD#vOe)E+hlIh-lpgW 9DDe!e55M~W(uD`9HI9B_TD!A0fIclZwS3b(u02d8Su2cXg$gdz1~`P(^p#+&e|6 KU{>25jXc(*-UQkXP|tQ^eG36xWRpLLF}?;OJ@(a9MU2!R4&1(82;i>Z%i>_BZetR))}mP~T^3x<7s^<4tHjzpxyGZi?^_U@VUh-W33((rKVwJi9xlsJvs$ri=pdoDij%iB)=A^8UcEMlnL!WRU&l~N;|x C$~vt!apn};R8Oj`~zo=?sWY^WWjBIlEnVRf9P`E{Q8v%hTaFd+(be6Hi!!UiR46bd-luod@;-;c*D8O*L7oC_`wCueISCqL}mCSubE}FLmxg2zm$0QVav0|8dSp{&(sBb(1@p?Vl&6EJ^b>Ufy7F~MxO@4wPm-nCCw~q|58EW}4#c>ob6&ja} i7t2z-p|`CTJ-4OboVJ=28e^$_=7j{uB^|9p7=e^lDO&+wnox`1Iqo*48Z|&jTwrJ8ndT~dpRyV=BJQ{GvA5BUCi^Y4De6Y8#-Sb MnBSjh+u^Gflp0ofS=sYez&~(4qrwmk`ei<`ML2V=**zCD1#YpwAWnxn8V8e=4~Eis~w64S+kWEc}nnr&C0WQK}_}VXs$j)eGt^O LZ?MlFGBuA#~4OPNgtt3YL_Zz4f6 1h1i^tPJXfjpLv)P!nT>oDXjdmv)L5aG)`SM>!BJ(Ma;bz|UCIScebmbMy(KwYpzdH9Emu^g9Ylw;M*Komq@lvDhG=-1jLB;sI8x gx2TkFVY=n9mBde45#mR_%-ABnp~ks`bzuF V4qd~%}cgDKGQb#Tp|Sni?K0KOe#7?+@off{IJS}DJ|LShE2`AYv$T3$`~^*$_IvzQMG1 xL~@+yz{n1p16@_eUM0Net$H6ii$}nNy*~{ipqCEquP8>RXzJ@CXL;wa8MOz8J~VUT|JWT^G;Cj5NIIM@}g8D{QZB2 sSBC?WTQCU(oe@200Y7H)&iX&^$9&Ey@Csmr&VwKN^$cCF8GH`W9X&9C`(&Z>D9NT%wtfRS_lKlpztUWVo Ab*1}6PzHy7O37;#siwB7@s1m30EsE2UtTGrI=@(W6ck+C0)qgAj7rzMiT1&eGmkP&xKX`dYPA)6sEm2oD~zRK7ZFUHr6xZrC$Y` 6|tsSh2l$c5h&-<)JEu@7F1+23b=?oWtfXn(uv#KIO&$cy~jb$+fIX4NYbFXoA#GecQIYNmOx~lFJHxLiR4_Q9&jj)-95{OP^3}t !`zyz=wqm#vNLhMX0dkiTw}_NSGN$gPa&1JV=vr9iCw+^#dLSy-{yOwjFaN)EcLLJR#m+a#vuG-nbB)KVgYadRRTPj;}sq4v{)og+=dnJaRkiS$)KQj?ureUFnXsol}}7P2Mvgu^G0BaZSd867ZZcoiRMd@|A6VSqbhU{y+mn76HAL-0lDAW_wLDWkm` )^hvf7BgQCw&Fq1zv0XMcCB38?&6oe>=gga>N|htR+4*^J+hB!h+j+U{Ee-Pylt~H{P{)2X}Xs1=mQ9< l%sF<>W>&oz|)R=t^Pi_%<^tG$cs&rD0g0S<~4_YAa`Cm!GK1@nqW)6%_Hsu%cHM+-uqx0J?I1II?RT1PDwFBGIDZLoDzy!+`nvm g{*6*V5)l_TN>F=TQ}NmV%s;F*4E|HeCsYpjfhn;ZuDO< c^0`nu=@UZMhUM*6M7kEkKwD)d>qP!Ck@7NA8_<&7IhS`mcDI6U1Tc18)i(wC-1TZOeXv4|7jUkqaGl(X?!DLC3Zn8a(w!+k>epA 7=DGL63t{y-ytU!VK;OXRM(Hh55P!mPib3{pm}*4MBB?dxS%L+D;=cvz@0;aU84u)e(dvt$SujJj5}rTy$%ZFP!EOMN4*n~ YlV{ya>tUCV~8T73|mHvwnfS3AZ)4N&6KfO5)B?a$}4Y;uKxi=Mt9Y)wgdjTWgD$6t<@+2fa|bgjj;(b1GfVfln#~sn%e6 +by9ZBI=le;!JShZDD%nHq~ANY4O|=U_#PY&}(6R(sAJu@Fa_wUl#d!D_KW#Dz_6B#MO6a1;(%T9j`*jw+T^7=kdiPc1q{d{0@11 O$?FvayPib;R<9x52st#oGm@faF{^{OBS%Ew9pU;Ng?kOcXKe%!c+wN>$-eRL|a4!RW}O~7?pTqO3GHDc!ngu$$kovuV`PJ%m^Ow rQjWLuFzz5A$!>)&-VULEBWaJ4!@vX4XrQ-38tYS#;z+vR>bg7cM^JF)?w^9VeJCHOM{z;{Qay2w^!fIl6})?y%jvVcx>&!{D5wS yC&INOF7b^?MU{P$S1$oo>GOBMV>sN?4N<8mvOp}uE#INjPk4ZkK;~wlqC!d>~}Z}Df9|p@?;#q*-GFN2iR*`+*MrEDc6K4cmg)N U5jfPL7{-;00DhSgk}oz)Ld->qMPqAv`s4?Q_)xa1LZpR0f%_W4k&j!bJkN8cF!iko)BKYWf7V@0C~}yrDwTpodGkDj*k&cYx3n~ 7mXRU`-l-9UQ-{?(vkL%^^fs)IHcSMq9hl00(rP3?h2TdHhFsW$I~+Bp7)Pl>?Y4ac;l3cwnSoZH`yP^Nu@9Iem-x-WxM8>uq5Dg Y@kF;32b0I{T^ZL@iY@hWYEfz!-0JEWM8pm$F}TV=RKEg*;6uoT>3`qLY1@R0rSS0hnio~fBwtA(P4qut%kgEY|#%Yuug;T?_R_r n7o;}Mum$(C@m>1I>l_83IRt#kQU%$b|VVkcmz0&{#Rk#a19IChA;x=^Q<`w0LySd10tzRVhsu>`*l=&xhsN>7s(z|^-_MhqRobV (-jS%53cf=`f}PpNubRnMiW3zJH?(cVbpuQ+mK;$IB)sI4dV%ffam}cP^=CJ2c&sjJdSKW65dlDZgp+N7tDfhCGYRG>n(es< yB!#E2#rbFW^kK0p+w%C>+W@7wu~7oMMhzXz9~ajNjN!1)Sm$Jh(FTiD7pXUY;GLo~0W~DI {9?vaj4dGDN9{Xoqd&a+G-$|j%gk)-^&K){vtEpGTkO}U`HIFmJ=V=5vK=KXBvqVsdWmM{c8aVn;pBN<6n~lw%SHeGT_MX-T6-9=693IEEgXT4MGdp@Tr;f7% SY_hUGm)y~enrNe{*M~vVFWB`=}LO0+9!H%&fc!s<^&*M%Nx;tP37pJOyX?4d%rzPA4;Xk4pCGm-V~2Tv#@;!voLl6CUFKF3$PH4 5b9x0X`-K;MS%N9o5V2q_A(h!swahL(Vqt i!c6h9l^xA`55*#jEbqxaMOlY=L8(msZtWpvO>Ili+mt+ae9^2pradyff;L?duYPfJ_(Wo69~h1zp@p2`%|+U9%<5#Wdq6$ %YGakh0jRws+aMP)^~ Y~nT;8Mll6!MVPUDh`r|c=xxS=iLRotvSJUS>`Gg$#dP=?^=tCP{IztJoA@IuunuR+=m87_lw=+;DN-ILPZe2&ZBb;A;N4BI=YQn av+?)F?DWyA|{W0V4)Mmw43xQq@E9vW%W2E2Sz(D!Cg{n#FGX0QsvVSw-~UPHn@hWO*mex+C)rpvsZj0Z<9kfZ@;enHv?CtJ7YWY fTC?e5-UE~nkqgaFiHQ|Mi44qxr>Rm_yN|1|DviX^B9&__gDDDG^_Bg-@t;dDWcV+aq|cWBaYP=j^xRbYZRD S9O9`8cwqh==3G4;M&CQ;UP!z*`+)eiPo*f-L-}9~sMP+KV4PNr=LLpH(R W}b&b%U>L%FvUh;A0uz6+S%@mAMVQw@!^X>3>^0zJV~eG2ifVeDZ4&sG0j{2jnO*78|l+`t6KAUvMO~%!IxAVg57-OEOA8s+VivQ >btjNj;N$pY9%>vh>1v0DGpdSP#f59Val($&7Pg&>k3zxbJRGddw ?!%I;19Ia@UBQPX7Cb%8%4A>8A|u_jZ;)4>PjUHXS3gi}uqs|7d*-?o-m^cDx~Vl}L?e7v6i6D-k!GR4a8m9jUzV>6O)nV&?S(ZM EkSeJ?Q^{nn~+CbVGz+bmsCfcbE-dokbF)@+MP6l*TPf^s6V=*M`lP|u2|Lq(e@_%=Zj}xpWOaFn-d*uQ|pkq`JmupzCZM0AsHgRSNH$)dDw0^P~g&v#` 5^pdYo;)Fra9xjSTACEvkt`4jB!X_l0iT(RiYs~%4_F~GKdl=W`s3p-;e4T-Sc_k=zh+KN8KjLp2`ov7SBaR~B>oo3WLGrmJTrLd n!w(4JkdxuyCoKaj^`vK=N3^KaLWk~to|&70m8dqrvmwoSw-?UaG&MW4#FY&9h^oX9WM>E6T+2?tzyI$U;f Z~?bIqEAf4BP4R4l%LD&EEj386n4~^Ym8EM2b@MzSBrYQ@J8JwB|G8UqG`1Et!;ZdmV@cGfT_j#iZ+hFE( hJSP$LrhT1LJQ`lT%K(j1e;8*evgG=x@}5vJNEPqBNT->4Og~30ge+7wT6^eH#vNOaOtqP)I?DKNRB^#MpyxfMSz@sq~#-wIM(ZP ^3CH5hW&MUw}tFo{0o@1b+(LC=Sww=g;QBpPANdpUSWG6zngl2=Z%w%N zM#gKUVVc4i9GsNfdT2VQHd7p2;BK{OFXDxkOEV 5fvv5`Iz=2EB15N{Sp2Wg;Y77x&pbDgC-PGq%4-yE^-&a+0_|AV;n6Mb29BF2T`a;%@<$1gu_qPMn!BW;}$a0EZL>k{MhlS=Tzp| U2(}T3Oj^>k#t~TK9{rYX!YyGFZq=o6;t>wk3cX(v!?-RjE2cko4ZUnyBAwTLsRDm4%UMqhZ)Wq!!EMq01ter?&8A~t*Zw5!ylUL n;-t9iRPzf*2I@l&Cs0Ul0;b>kVo>6QN>a+P`g$-SBE9Nlgiw384;mS&95QqbfBx<0TwayT@3JW>g8VJ7;565(d~JL;>XqA9EBNf e(9*Tb`6x8`KaWd-88xSJv!v!G42E#%)a~iz<0mseMi~cwf!YOCl6J)CQpiXAxmV$^AlB~QKx)2jf~1U)ThpP6tml#DFmE{_rARP E;qmdZ+Lzs;{2?JRL0%p@B#eqR-1s`ba_q&lHjf_kF>xYfdOoZo`4@c(Zohmq^1 n=IJ*x$XYm+67eOt`mZP-pdptt?PNe?ht)%6~B_ND0?9pEX#~08)yG0N%96XvxitY4J(qr#zYhOTT2*kiwiD!x~xvKVM-9Im#GnS 3cKIpaC<^zel7nqD|LZP$xykgu;_ZK0SqJ1blj0JFqqrF_AvNM-d-&u}<^P4-e9(c?~82!KI^uk^$Q#lG5S7Mosk%;9o&u V8av9Z3G%+|Bn;-r(OP_bjg&6l$ Q23pdjf#K&^dGlYOdnux&Y=FbR__Qei*yGX%74{Jg5_AnxgaT9^f8@c3`2}=4`1(MBD5ZKoYI_1K@(qLRS-+WsJ9L`kQObwop2wC IMMNJTv%x3!r!QngK$32x%$&U#i5WL?6f5;+@PGKoT5yGn@oYqyYgU=CV~8$h6rIKM*Q6fawC!AYFYsG x(Ef;(f6{O9A&r@%ykoDKVX?=mHISe+Ff+jJD7vqg^B|g`_k&M^woh?TZ$cV-Cx%$>;{GJcs098X)jLV}f?R~?t9k)Np; lAV%L`F9Xa;*%_#Tg4HW5REI0CW!uxHH1g#jgL%P(B9R8O8$RjF8w<}>fZ@cyQ^)Jg=~vljJd+B+6Id&kR#d)oJvb*>6(%@9Z~8!~!1VO8n%zA%{o)=ESF<4}ld>hT8Bfqw%O2#D?>Zk+^)R$$43z83;^et&6w1j7lfW v6rK3IY7cCXh18;UHq-*3bJ2X6nh*o9Fn0FIt|y-B^+HO{!RZ|9`Y%o@0IAn(*OG$(=Z9DRJmiNn;so)!-S}>+s=0<>iUlmq>}0E Dej}Ff=g9yn&l;S{UlpgHB{g*;&(&Z88)-X-NFil5bqBdi7#4?a|v{r%@4b2ysbdm;W3s+To52@T)fbINr@I4d#-9lXO}W=gX|6gyxE*y}9Vs*l?EN%5ea-=~je%$9mxeHrtMx$|7inHA-9lwdOgXvntp)(uX?z7-4To2*d-h&84ah|7B<=L_c6ABoY}66Q7*h#Ct?M%MxbC^qWDN7@k7CaM9L+DGP)YHc!E`;yd>JAS@7~`! DJrHo+@YA!&OCHEX5g_GU>)$-v%*Y`smZ)^!$rYU%ub*j7^(bBH5iph&oV|Y3+XkQIC+_ELpE0%AR6gi>%qZC7k- tf?UumA1HmH3o|^mvnj`02a|2Oss|3=`uk%SQ?;*W%T>Epb(Oc({{~$o39D O=YV$9SYPQzBI--o5AxeH+n^T8qwV)pHp0+5{Gx_S)L1qYOql;@@#gMye7SjLMTqXztO*QU+ug|-#$K0r25ka#N~47CKTtC9dbT& er(by>~^9^3?f8!!d^wSs4Gxx|9MtnrMgh1ZEUE!1ivF(gCJ)u~T=ce16YK8q-JJxSfu4ytYYFDx{#eF&02 U67yEYt58GXgYE9sZJT~hli)>aOu~TevhSG!oXPm4RzkRCZ6W2?_N>pL|{r$8r}iRC9(b`{O_{xX8{v{4PW+aojthvW6SkLHO+)7 5m<&va%|{gc?rAWtGt8BT?fYXf*cm^E2>lI8-KMVIRE;_*R~#9%~8W~&0}V+82g=TrNo2iGX`1i1|K@YK!m5zhUKa)j235BgVwqr A_}eW1p|?ftq;5r?_K-_r)wP-7zr^zionPTFz!q%^PeG193491b=b8ZJc5Lhosgfze)U=5!~AHR0OMUhcK%2sbrTR_->#{9R#douIIt2*rgvyYh=;{xv|)-TJIx|Sgjq_C!X^6C5p@kK;|)6?EO>@VDrD6mpAojK3xtexQg~A> 5Ae-5-^}6?0h5X5<;^DafXF6$foj4AN$vO^L6Fixe{{ZDpqET6^+plB^8L?ezf6&zVnt=}V7AI^k&zd*r6(!j*S*7sIR1b91-!up ;Tl8naC_e{1*eTfh}ak01n{t;Ex9*?1jtbp`i#2#$6w6i+(MR7F}cA!2K({xJZc8chQN+YO}Zdir)X>s(pAl;V+@5CG@Jbhi&Udu T2u1tm`Bz^4{psRUm^%Xo#S7P&%EO-*qV=|spV}nadc**eM^f5i9#Yz|6rPMy2Y&Yac<#uv_4djYFxpRsYcIb^u3ZYp?#CZL-ra0 pW0BHf>ElSj4ZPW>;dSk6OY=?4o%UHykNMRFe8fKr60qiyTE5uk6hix)#&-d(FY$v2xWqZ)lk{d1Qy>zuA>HIG__P^KwxXe=+*Wr z4!}9olmp$pc+%3tW1_5Kh8{#?KLyy67lq$*iQEWWWEuNV!?)43I<{(#M~gEoC-M&Xn0kY7BAnfUOwSW6Tpi+^Iv_aqN=yTr86Ds8xrN+4QzlcsDT@#~Tx)3vwd GPmxohgaX878hZGpiONgg(SKe^e-gp#B$BCJua&(d|Q;pUZ+~&S6Bu5Zw<4X0%sJGD*cRzm!hwSscNW6BeODN8QWk|D=41qJ{bSIjTQr##1`#N=}vL&h*Z iJvmGev_gHLW`{AcIyk|Xq~{A*kc>EzGrvI1@OnMMGdh3g3j=Ks&$Q_EKft)<9%RI4fP5jPn*_tLB1x4FjEL)n6U7zE?MmTX62V!=M*qL!~=(Qu^$s)mwUprCHK {(Rgq)3u!BKC*;l^_W(I*ocFpgC{g4!ZhK|;IU&jI-7fEF#Gpl4oU~E8X!%VBqmOgbV+2v3#@_R?v#z5$prIUo1B^+5w1bl6MYuC 3z1xNw%bF=>Ff_>UpSznVf>_%Y#!Rbt!b9W`q+uSX30N(ag3Jb#j+|ED-t!sK6IR6+&f)JIN=9;|8 {M$ys7{z*`%Y$0YJTL-Qm-N_WD1A4S4BiVi`PC;!vSxf^`j+-PudBHy_|PG#?JIvC?mHN>drc$l@zO}%DCJv%x~A1%q&c?2t! n(tL}8aZ3gxXNg^uRB=Q94Z4_cjH6l>N|I;u&;EJGiB)UXnrsTNm1H%(JZMnf!4PYOYhpua85O5%2Uk&m77YPhN)!2S2$8q5_vsY +17#KiGSZ=eHvA(Lc=rU@Y5uCD=pT$tOwrfDI28_z^a{04PyzcWn+oY;ReE!$Uvves)L=6`JOPd!?HI#0fLz9aqcjgqL!RbmGr`E P+kwkmc2O*r3lsYrOj4N3;A`aV&G;wxCWH{I8<}x$Df9lQsc`bR7RtQ)7Ovg1FOaT=xO-4ks}Xsxz#4UJj?cM3YOxe;U8&$J K4s>)i43YI(!^y(uiJ6yOQ%ywc6H@XUDdw)|$+^PNF)9y}lOCzI-L*Gv7J}5^NF8 nSW)eIS+4rX+g8F*tnumUvJcG)NS^W-46TPz%;ngk};4Q;-oI5@!>7mB|6|UoV>{dx62onU~c}Xn4`;j?>=f3mILfAbXZF-n;3$_Y<7nUI>+*c#Mb;roAE?tfwN)*4{U8`LX|M9r@vg1uC*@hEVlJfn3){ 0&Zu3a8J5?NIc)98eETJHza3B5!tchAXM7U(hLReXEa)uamJh&IVWzk;vAf-!>)@@59(w{TQb^ObeUg$KTE$Ls2pPaV-SD8x&N{q eh|`>LVV$dZmDxBZdn*RDf+YM$m+xvTuERB!{d8Y`ae1B&+!$}QJjU&eoh&anh0&tf-b0kbmJQmw#fW(&K)V5a|z5? WnFxoKFXvZc0{zJl%gf#*x#wn@fg9nppOkF1>0$NGC{{IrKV?UM&!}f3r cc=v?n9{TC>%tVD8>pO_{_uwz?GJyVZB9#vSvPx!l;vEr_DV{+^sl)Mv@bzDV#S6shPGROU~%PO%A4vI`1Z~{ary>Wc1TdGW8XRv p<)LT-8M~&W;s&n?iKf^E;2~Znhzl(DXe19@FUsOt)p2bOHpelDIdTV$nLqV<_`CweHURzKnE>fD%(wsCGxne!*VHoLC3jt^LNX7ardxTdoy1&OP@%L)Tz; OYF1BdK$7ax(1{ne5j<`fQ2c{*B??be^t9jzVg9bjc&=Wh(Sb#5%Wj|dTM+W%X4X3Pl17Q>at#; >Z)iD!u<@a0_`M}P|@t)-}TBnc$hmCU%IIEDiM;rv8Sl$31dcuP6Emomt=)f&CfX%>I$$CHUs8;j%U#MrK%As{!{$hu)}15ky+3u G{WEH@i3cbz@tXFK$YC2{wYJeGJjPd1l`hPehK1HIhB*5vf3)_nxM?cmRRl%vlVmP;Sk}U{Y6vK-`iT&C_vpTc4K3irTgZ&a73a5 gC++E)1`847O74LS9C>K^a_f%^!n!AmteNo4AhntO1+CEC(mh67l+krno4<5X>7^ii^cF3KK{=0Z4l)d^Vt(YN{5gPeq3}HTZjou ae+P22cvZ1yd;AJz0oF2eXBNXVbiRH>c`%6TA8XTr5Gm%D4;A!HxcP8EA7Ib5JQ ?fv%Z_s9D$p6ne*eokY99(V1dWo5PFT#ZGxT`vW7V(zcb1zMG0y|bWlE>topLgtbyPe8VZp$Lk~qXtqVq6*%b*}zcBZei@9z~zm0 qg#X6=-v>L$nzl|VYggmJ~v#T(cCcTcuMdRgsh0ikc}QL!KMJ=l4+>*K0TrxoEa|6vH!cN)it)hCUu9jLCmPEyJyt2H;2W8d*`Jc%HHANah lq7^BLe#k@J&PM3phOdYma&?7r1*yHK`VE(j$XpFtpb4$W1>7Ov#xAu5Y<$NJBuA7>oVOjS$WyB1vx_XHx%$akaD)*<`=0#eBWSqmuNcFLkNz+Ul$?d$tjwa;U5@aUeSnPF!X1)$2PF qeY=J5SI>-4k>XwaYS>NTs~U35*>@wfq5U`uLX^OGpLsOC5&N0J}l-Nh&{TJ&7JZPp-a92gKbm_9i#h*k#EuLz#<4rvJH2ls1wR0 s!U62mMl$s#tEV-k;oX8j;dFJr=2QuX>5uhg}mjokZhV5iOrK7rNH5@Waa}45$2Zc-ntd1l`t*CEyK2=nsV!ZB2ftlMA$%}wWCM6 {p3FX!QN^8y(JbS%(51D3HLd8sn~pf#T?}qY&gUAX4r9qT&iG_i`|=jy=PO19zWZ80B!ez&dJ%K)J7dOHpz#aTq>p(Y6zmj<-WGy+lw6q%!o2r-X!cs(OzvSU|0ZwWIhB+rKItx-O`{_pD< ^)_S7ldE>EGDE4gzsE@Q?2f0sa^b=hLEK85!(ixs+XEf;g*q}AK`vnk#FHR6dJ4yYDok+VpN|kB(z!VcPlpmExLmj+bi0NEIKuvD 7tjbAzacp=L;w-}xenZbl6E1WPqq_YEh}-l2e@^?pu_f4$|X^?h2Z 2$W}>gP^udc-O=D=7Hr+U|A*|R`9Qw$4hyZ;eD~2?Dml5aLj_)tfwyYqqs7tMSjsZ_D;d4XpeaoTbLH4JirHOd9P%>|;dNVUUrI#>mM qD1J-K&EBj;l+Sz5xKFQ3TFn-)NJFG1>KXw0T=bu5;8k*)PdrWoW?*UZ87}T(Hhlp!%m@9m)||v1ABoY&o;YZZ;;Euw#}}U2Dg}@ (X}h&i+f^#6t#HuJst+3u7&(fBX~uo1l8LC9p+VWD&$SmHGYm)S07G`k|nc|x^ew4M%s+CNVe{tig@l2?nV$QEncLYM0B`u!7*+X 9yX^?|4AVgg4D+)Aq}F+IZ%v+1Q!0WtVvIF(}FM1^?qO1Zr09&i(3kuqAA0&Hw@INeN`0ycopb{KZcLV=pU*iwSp8FX;?A&%A @BI81;V-O)=zrzEcW(dFoloD~{`6O$c7EvxK>f{Ye|_mXemPJX27h@8Khd!D!zyo*-^Nbi7!4=@#iT>UXR-Wp?P8e6XXU4}Uub+E ZJ|Xzm*zMH7rl!Enn3CUPKEl_E@+IGxDE*Jj`Ey=1aF;Vzn%K}kRyaL$mYpTW})rCB9)~EFl!K9Tt3Jtnkl))s=4Yjt^#kY+E~R$ o??NxcUPj1=Ng;CSYS6|qn4pZE@1ZRIL1OUhL~S)i2V`ORS?T(a#9a4@dU~pnz_3e{akdD-6eg%tfrhR47_EdkV)etegrRx%vy~B h~t8`GL=7^M|`kBQ?^oCr^^OuQyt?bDf|r8bSOJQZ18|MSGgt;XK;*Yu?iM;pco&?nKG;1S|tJrcyrn7hm?FE8uUA&c9sXlS;x`+ ucN)^U$8wKjprvBiD|axHw=A^`ch}f|9#+5k~b9YCl!NF@xYHX4fHD|YK_1LHMogqTU5Ayv%7uabXPXWUD-5u 6ON*GIXJph8Z8nD@mTp|n-{J8ji1`(NeD8p54f`taXa0}(IN@v*9+XU2hn8F2?yr0+b>2;2RAVHcqd6RuQ<)$r(5r6jaQ5J+sV84UBqPf1b8R=;@$h?{{c`-0|XQR00000PiBTt000000000000000761SMY;R*>Y-KNK buUaqUrj|*Q$a^XQ!h|U0|XQR000O8PiBTtbxi?a9;yHUcKHDSF8}}lY;R*>Y-KNKbuUaqUrj|*Q$a^XQ!jF1aA{;MaApbt|V^~l8}%I#6}9z`rwuiB41#@AS@XJNiZYrNLsYoUGMB#mW?5Va2ad^Hb=OP0poCkG2wW_ ;c(v&?r?-~pTQjF=3iC6>Y1L^%9w=r|9s!~yn4K@nV!D8y1J^my87wwe(gku{(e2kaehMZ-5)#7AzyQxySH`Z@AjP?=W&8}5PTxx I7@eNoMMgR9K5UJY)$WP@9sFm2@c-Fak?pd+MbTHF}<(a%W+cl{?HW1IfmYAraI1p^uAzk#~DLqdHYfsl<(QUah%Tx_Wagy{!B2t zvH|}aPV};d5qu&2RP0UivI$^+xb21I8Rf44-@>5-dA)u&i3?vNvGqyN$)RqInG}RKAdr!?+`roK*#wm!HWoPPVfeTn-P3YVWQh{ enikExGBL#g4+|^o8Zq0E>L(G!FqxZ65NE~=LCO7aFZ;hCAdAoUl81fV3Ocmf-?vnMX;9OM+7$@xJ8fS{1?GtJt%j459+sn57N)* K{+Q8`~ksLJ*ejs`u-uo?-BfV4sbBRA9B5Os80*Q?Fa@0X^5OZ<&f^Z9P-~Fk9H0x_zi-S32sbqD#7&$`UJnp^~j@Mv-4=r{5;A# Mc*&h_BIJK9`qYBUObDTN!eerC^Y2tC9mtDA@2`1_LX#~GT@ce@ahk5?Yb)07@ed%CF8a(w-$N4?aGy1QQ-XACUFui~84~|3soLA|; UlGh7?l@yP{o%mdcLFT@r!d|efqwbHkqG| *G*uR8|y-tSoIYsT|q(f{WWBvR{Ka;%Quu^5m03AXWkKNk2fdcNa4LeQI!@^)AN d>OX@_%VUtFL@p>zxc(yK+emOnf<23n|FT7>|HX??kLwqq{dX?H e0yOL>h<9wtOws;47kH$z7II}z=uISKgo)06PN%}MC@Jx{{876{T(?93rJncJ=5KRg-Zxy8v?&xW3idhT^H=*m7Pqdr|Hqo3xSjP@-& 8RL8M$-tAppN#Q%gCH&8&Q>&dvj`qea3sOcP62*2{t@+_{YR_|rx5%T!K(<;lIvIn1;mmU|9+#g3yt?lkwEyvQfCtYJ+=k#Q=YUVxY$?Wn+*07rZcEYby_X_=TElZok-l#!(*15J@cF!@7`MMHMf+c0iu^Y^7yUBs T;OBRxyY}NU^BtPH2iPpqFe6;_F^O5f2^O5gk=YyU-ukqg2@We8-cSC~2 k~-gChVqNcfbWMbL%f@oVV>Tz4CD2TzCX7N^YPtfm_Hj|0Q}kF0*vE+7XZ(C70$Z=_;AJr$mgC5K)>$40PTI`0<`Cu3(&vMD}0UM mIPN5{58QJFUPpfT#of=F~M_qz7d>Aa3oE--x2)%pRi63x)Ahr!iAV$%Lv}Y{e24J9!*0LVvVgOmm*# 2?SRV{NW{N=RKETp1n#i%XoAt>V3?m=-(4AMY>Z75-Z`jmnmO)8Rp-`mtoxQxeV*WyO$x~jV?$3Zgn~6&BV)fJ`lWw`|EP_+u>IL {})^VygK6wgfF`S{e0OKSXZwkNTQ1KsD9t_O0;*_m1zG+g_9IcyAt{N8ZUn(+BKWt1cHYW+=1Y2SE3y56#hPF1>Tb@(2pCgz_|Wc zyE9n${(@2^Ocx?+pa|V{Z?YU=B-q^O7Li!mv5{Df7nYx-7tdh{26@JFRnp9HeLg~8L#gjUW4`yx)$YcdM(=BK=2SA?`st= _50th#e8}3TD1T5Ymv`;*J6Hrel5mn%j?kI5!YcHw!aSRMdNiyzd+&Q>mYBOs_)lahyK0cI^fg&*P;H;TnBpd-gTIFn_Q1^+4g#j -|p9AT&EKx*4XK|9{K#^den0@!CI=w$Jc}J{KXBR_X}Jgq#IF>U*Cv&&Ak!xWs$;*Z$$sy b|dE3vo~VizIP+)x%Ew`*TkEU-?W?1Z<(7g50AeIvb%|HJNerEWsNH^tHjLU7eBHtHp1s-m28~9}RHniuk+wlFQ+tB~l--hvDbsO4oFTp7UU%L(K%$VCD-z+3Z qOtRXJJ3&u-=XyB4&>wBsr2Da^w+REQGU~%_&${&u>j6*?nHT?+zGzq8+U2^yHKyDyD)D%?*bn7-i7whz6weJDO$g58{0Sbz{c%6Wsq+EInU6dG`u(#9iI*gpe^A%Y 2f-gc@*w!KEgnModp`s|?u3WH4?RF|2I1QVe?xyC{4nr;>BFeUT@Ryuk3Wog{_?}SE; k3tTue-!CXeH7#W^rN8j|9BMmz2Rf%hx*4*-{Azi2=?gvBaf-x;BoNRdp(Z%e>_3z8t2N#(T+bnLFH1rmMgsRN$_Eh{vG9i{VA+h lL!uH{C^7b@usK14{Y%?-kYDs`xQ?EKc68;Q^MK!8KNW9fXAN!o^SFT=J~Il13vx!IjkFJJqJ1YQ-ZAocm5~%mD35%WIQFf7mwTX kiTwv9_z^S&x21~{{`UPuU^17Hot)JIqU`SH5a}Bdbaun@EOBiB-xVS884!oZ@mOO@d=V>?_BZ{_?+!uMn8P`GRhhK3h<@)3gnp^ 2(s$)N3S|gnc$wULXUULtC$ztzlQNR>NSkpUta^h{PQ*N6>qvVpsRm)9rNPc*MTqBybk*E*Vi%s?|B{b_odf? f1eZd32yWT1GJVP4$+9`NDa_b|Sjz7IL>sQ1y2e|sP4 -+dqWwf-8=u>;m1{Gc@|SFb^TUbF^$>0b#><9=F$a+^Ouy2l8<%lUl(e1GLbjK_~YLVs=j5ypG3k1#HUk1*d3`3QJ%?nj`1?|p>v {^rLNhu{xC#yWQN#~82AKE^!HeFAzOd;)yi=u^z6@t*>pdOpRt&G{7N9r`KO*W*6Lyg&a_wDa~)(ZA1pit=Cm6nOXPr&ynopMhWg &Sx0cc?9<%_~2*2m#sbr{?Ged`N+?~cRc$!%6s{9l>gc1=>H9!gtO4$xsnk6{S|^dK3*ar>+8J)nQs5QCL#KoiwLrwZM#7U!HYi= WWHzw32$7liwRCAIOOXIY3~sPnI0TVkjMX0g1;af{}e%{D~WF=guYE6cs#-D37$=Gk8dS}UcE(-=}AKp{dX2YS?|_IyP65|ylNrH<8ZLT Bi2X%ELb1yT)aNo_eX_i>-S~rqkb1__)1Ox-x_|4roUIiAJX?H_4~8yqg}6P_&fUk0YR1%YBoSQ>k(u=dV>v6&H)6O|L7#h>tvtC o3{bdAGZP0pSl6cJyXNaC&+kw*#>C$Z5nU&2B^>bn$PE2&et~t++ah*`>zf0eUlB5-%s`XmK!2{iXhY5?FsUFw>!aJ!l#1?-pKiH lyIJ<_p3KfIQP>4obsK7GmPFd-%H5;)~Vl5IG0lRy|kEa!RdZP_)hQV{5avJ9$Ny7;rIh-~8dzm29 sjqDdyxxK!)A!K?dELkoWcqQg!dnS4y?uFGjKlY~O9&m>il9rdl_1mGGC`&*ClX}7`5c109@lM;d9v5`m^ah6N4dfFsNZ~oOefFY 9{qm{L8ixRwnsfT-U0Db3U?vMbf;|x%*RD3!MpuEN%6T*M(u_M}l$c`BQ({@C?&e;)oaoLW*yK4zDJ-b=oAJ`H2 @wmo+b4S$s6N1b)Z`_D}*|ZVyM>Hb8#zu_8_(sg%y&EwO3mZWvuF!b@-H3c|)9{BIQO{=^(Z8P%|M#5{dmFGqo%Z959%KVcN|>D2Efjep1}^zTulFrQB!h4L@f_&1C~{&$bU{Ckoh ^9lbTD0-UF3E8KZNRau+T}Gon%cGJ1p`(>Pj7I+)HyZh#IU48^^WH)!M`(p ?}hbX{V54qN6#S0{M0K1nZFp?l5j>5oZNzP=MiMR)?+Pb-;u4Dzo!vAjo?GAh@YQ|{=A4F%ZpbLWIg*&_D-%-?xO9+4d @-&S9*Y`;{#OgWU-v|BljeQfspKP=*#{1xXfu9Ta#kzGF!OM7l5M)03to;(gKYG6g{vY{k$b9yvKIrDK4zxepf%tPeFg}Yq(C)K4F#fAMF#c_w=+B@Ne96I`I&V9XZeAz)?c`3KubrUV S9Bu(+dGxcY4|6dz^Ctaq5fNU;eA{e#v|Q@em}Ge?Kr&)>(I4bDDR&Hc|Yf0U6>zJGpOIv4C;GH2J6fX8PLb)Gbrcv4Cve^8RWa! fk-!sAnUVtJ`nhMDM6Mat~n5V*+$(7XEDJey3s$IW)rdx){_PPU6Dn;4->qW;F>Jv{S`e4(JwUSu-=t(n3v0Pz>AIY36aM~!FRi1wXQ1btjuM8EvGi2itrAj{8h6oFsc1Q?&g1N7r*0r=C4 0?eZajMGDNFuz}!gYQ2(2<1&V2<wwn2Y(m%Uq1tZ|0)D)8_(j3v)3}i|3*rFH`v3T$KC0gTZ$UA;@y}goDAC^c}2n%)zM75eK6_#~+M#opLbxVadVB ??QrXhw;?G7}uslz}M`52-dTwhwbCPWYMFu?@drTrf9w>%8=e)eG)_r-@{e3l%ha_C`LkB9t$)^mbc f;TWe9gg|7tK`%&NzRv(4=@rR=mV*hsD(J1HO c^Lnr=i&XVc_{Z!^Dtg3=K(LSA;@~ex8?zV_c;drzyC29-wuVd6)sSC&M_FrmB%38+X=G1^>4>OJ|A~1%2|3W#_xQ6zgXdA$6~y% JQm~n=VQ^&Hz~aLSm4Ez$Le}MANW3EKKf_ceAJ_FKH52dKJr;QAN9XzKJa$MeDDvq%?I8(3jn{p0Oh+2(9eSx0B_O@FrT{?Abl@E wlA8u0P}a_g;=k~EQG#c?}Z4TyAbp1qJ_xs8G<(xK5cef!a0cE|8YFl>-|qaea}1r^Kb>hX9(V`@8>K+J1<)VIp*O-p#SeJf*iHQ V$i!kEk^&}vKamQ=wi%^rx&CDUS15k_nyYv>_p^0>_qhc7=o-PY&sF?mg)D)PeeOz(D2nKVqSl8BKl*)lhFU}Nx;XkCtAjsA^sVsfeu`K8uSBy I}LQ^^V2YoHai{jyYY04(0RYv@=j%?-}TiGYPUj_3|@N&Q52dp8KDP_(z=y`hNjIwpaP=Ow9M< S?K?F&q9CgcXmSdkqT!+-|+s~=;z!y31=?B}7tAJ18a{`<=^;LRfhU*P!5KyU860OR@a1?Y$GF9%<+?Q+yJSPnd#w;b)9zZ~%|U5@$m)^gzC W`9b^e(qibZz1>qLEZ;G`9jdy-7f;2C|-nio_`V6%WD-rbP?vk>-zos7XvTqE=IYn7lR*}c`^9Ci#7Z%f(HJ1q|7n73m-50D;OEC)iFNMaE5Rq;OOW?nwpc;(CgIzmD}Yz~uf#YkT#0(!w-W7oY9;XM^_A$y?_G`jYOjV|IqPbabJf-8 kGHRe{xOs)U`w8;C+jbA3e~xrC_z}VB4=3cj!G4bb-;RA0{ju;-(51&71-<#;QOFNlJ_fn! z{jwTU-KB`>kkx;eH?V**vGNnz418G|L6(e=PplRJWnCWcB*Th!2CJxNx-w7#CTrvB=Go}CqZ|<_IJpGoBtjC{-?iVK0N<-;N6d( 0>13_6w0~vDd5`=o<{oCr?Ib6d>ZrNnWr)D63>91Z}trOzv&s&`!@vH9^xp17xMT#1N=MrS&|E>zyACz=JhB4z(x6;YH}Je)l5M|M^AGv%B^Ep%*c~UV0IF!u4Lly14aA =->Tb!n&M!33zqTOQ0w7Ucx@p2`>S^fBG`;_|TU@H~;lA@GAWZ*44kf0)F!TSAgG-zXE>aomW6NzWFNJalot4pS|@e@;mi4=z+fV I?CJob@2KBAh?Xj=MBuKAHSIpJCGCJgq%L&Ev(BozlC*nhks$*#w+Y3xFe0ryng|Y|N1ug*W2C(KHdE`>iej|XWvGDyrSPfcpLpa Xf?vWy&CQO*=q0~!&hTI?7SLy(777zK1$=Aqi}_$zjd|BGpjK^&#p#2Us{cMl6)s2`{=Fjp#4t~yp&+>UCi6f-UGig?LGbe9_UZ* eYEf9_dzFac^~8W;rl4>8*9++@2=5(oHYplslr+f-&)^yT!a1?uW<4j(3!p0fZsnr-_x2dr|C)>e#jcM@8~rcm*X_u>H7WbHK6Bz ((m8>0Ca1!55Na(_W|m==Ld-2`hm))AD}*MA7EU%KfwH)^#S^4k*2%*1LXU_2dKwW`u_X}sPDft{C$O=et`Oa?L*-G#vfwbHu(_v TlXR6*O(8XKRuTJb8tqB|9(fm=Nvs-Mc=kb@LsIr{G1?(n$A;B{O@i`M@yQsnx6MbU@zX)ylAO%Ue)}c*RYo~-G4i<(_@)CO}~H8 ^J^3*px-7nunFP6p$XXW@E`LjSJCfB^u3*aJRkO^ABiT8Prp6scRq!Go$9;6AlNf7uYZ%)VJZDKpzr%9;%!)=u(JlX1~cjV)`Jk1 qi15pWpD0iP4^z}<5Ar2)?hDxCyKj+w(n{_)5dmb^joN5OElff3D`VrNbtWCuv6kagco?nby9D<4`H#=x{7dtChamG|XX<-i<2+Bl2^97%4c|lS{7r%#+|PqxXLq&6pQ7=OAh-{GyN#X?r|0!4 ?*0T1tbtt?({x@>9@ljLtbyGK|4p*SfN3AwJ)EoM@|r^|yYoYe|1!rV$o&6&YwVh9U{i89g&juEe;_!P>e4z0wha8oyae+hJ2MYR aYhb`(yylX&$J!HraAXGuoWT}TX?lU=re?d@jjIGK7`&6(lj?|*jP$eM`24e{3n$E=Ly(${D#+g`VFUVyhr_!)@dv~e@f3=QruVRot8XjO~st4r}y#n +l}JxLciB|?os&S1nh74uT{$=R@>Qx^4g1jo6?W>x%kW`+iAQ&ajxe1V&%>2;&LtT0)?WBq`1VMJFi)Bd9UPRtDiO;g!5+aQ5cDC &Yk*=b#ab9lStt#BDkHt^FCFVroWzkhiEvTADye^e?(#1&~Iu*KbXJ&;=Msl_YHzSqxWSzR~6qz(Q^|$6M1$>l$SGZr)YfU7l|!) +BNTQ42tLdD+>Qx4eWm%tNg9#`C|(IJ^k`lAJisb17`l-RG6fEYq@_k?idZ)z|L$W!Cz3Ecj);(`Vo8TOdAASM*cfEfpZG{ _uCrSay2kbX4*#YKPLEu=FfJ^4fNZbe%H|ZILhY=f|IpbH`iu?jz>AIp7w=D6PK!?M-C-{JbuZ)y!}d*9Y?`_{mA>Y*B(P2#_eDBc=+zl(k(qByq^TtUAC {r*Jn8BNP)pD(B1M15x&`j_;)MGejwwo=?r2%bgnTQWVO-_7*Q$0J#fvvm#Z&92pQd$oNmOTMdlUP58V>oe~e+@64~BmbR}fZZ>j tzN_52f@yg|CTtgb<8JVQ+b^O+dP(6POiZ@yA$a5XL{a`;FT1QW#jGy+jTk4_bIPaxh$?P{ZjNkh<>ccJCWXB(z>2(_4lu>{x*Mm Q`lP?_xtqh)9)GP32I=|%X(I}IpwqI_giDX13feEJ#i37!1bE&PJ3X_~*3!qJ+~rWEI|37i3CxtjO-PPOXDJmB{X&7$z# D8I|~eYD1Vgy53|Z>WLoX+7Kj(DNA-?^(^KL2>d98K)IsN9*^VjM3sMe*)femR7h3%VwecvA3=QTKc+gAhIa-g`9e$y&eV^!_OQb{_=$Oa5c|eybXs2h9=u4$pxE>@`Wu5IJih&lAmq<+3RW*iZhJ;7p4DH-hiz_upu~XVdQ_4I4TLcEf+A xDW8$t)Txbt3R!E{f>rBruWNgU{}n4Kc(j*>31pjA^m=#@map+v$`bOIJZ(5>-8R?=Z)z1V|w40%D$Uvzvgoq(+7HIy?IjWL1LZk AFwSd%M<5n-n&uwPw4rllt&xEw1)qn27VA&)?+)A^C{i|37i4DM9aA=A=@O*we(x4Vb@aJkqOu~A4|`}tbVAs#`Wtp@YBG5td~5X MvfH8-{y+bKU8?3)sJ(mJibQXcV}8fzj6ZhwEV|C|ec%U_|K~NZN#;M+8NN=xsTBWGt@n}ie!Z5%w!N$9c_&^+DbCLH+eN?qSj!kx1K$=$ P&n^7*73Sa@BdBV_gUldu>+fG^Y0-4bBDdS$#RL $F#I!jvPntqbSV@1YP>A)bF<_l-KX*_gDgF7G_&{Uc~Dlue0=RXbo(Q`R_ri>|H6ZkLmpz37j?Hzn3WP V0!N$$aa+M3uHC@UaeSf*oLx3^V)@Zy9E4}{NBp{efl-=e5JG})!>{(r+#N!v7IUGFWg@KX665)KELk3CkpGwidMe7kMgn=KSkfX 8k`$>U&Fg9`k42A*{*b)em{)9FLz-3zo;Uv{dc3r_bASeynYj$%WIN;Kaa;efioe$qTjcf4qE9iQ23$d!+R88v+BMB)oDDvAE)ov CD;bsk-h74>DQ}qw@u(&0{ebpJrM6zm8^PCpy!7i_(=E{J>Q|}E~eib^v*VJ+frF~(({M(`wP9#qBsla_k032|MzQ}>GXbj4bDZG zc%`fVg7=C@6q!=5;zB7|4pF$ze(R8)OS9Aw#v}e1pLhK->wukhRa~QW1MGw1i@c3|G;(AG_3zUT=V*#h8nf83n?agGfu2(4dUeWbR ZmG+6+w!GSzK2usTW=bP@21N|sS!1~gT6?0V);{ExoqA`r`)C-Me}l& W%{%|Q*5Uw+Cx6a=^YJpcuc^-|iwtE? txfwgGwoauSBt}F=)6w97-j8cgFKb&72CTccQc^nfIF;TKWWUi{4CCtKWFp3)S+3wqht`M$~X-?w5?s`p0*sdIFRbJQ8!RB>R433 b7y+Rj9=>G%-f3@8oZ3xm>iYQj!BNnX2y(a8#6hd&U6TRQU|qWdi=&wL)*r6cjR&|0pb^?=g&=-{a9=F!R$Y--{G{AMKQA4S6riSCX{Pu2YQcH;jJFFc~nW%ypD&H$|tPUPGgO0I$CQ`(l XBsF;%QTrgG`OCIq&-`f8v3(JH0`KI;yFw(!B!TUddt8{6rx9&s7a|SBdFF{%$E!9fd#))kh$pfx|trrCZaD~=VT@ql)PNK-@nps E8#4PEOg~5D~didllJrRsN)4&5s#~65K6I_A0>GpG*zQwKy_pgwx~cF^v8frKrqpM<=G)wH`84{8rg=$n^}QfN)$nsdObKt$N{U8vw2i72_%xwt`1*}kgjz{$ a}QIJpxoAx&!#Cijw&;PF@T~^$^ijs*(wL6qD=F8A`(41|J*KbCJ{v%F>aNqZgR+sa=tXOrBw9&5}tX{%hJr(+1pbuMRB6Q&-(35 bD}Qw+VW-Tw@$wl%h=VNcczSU?pSZO=M@ps=q9Ph3S%bb%hV@?@X`T+Kch@5l23FjTQ->+vcd&)`PqW>sTTy9PMUGK45dKp`FkH{ XLVx|{TQc#2D3Ru+Uw)7YNYjxNKp_DG!fW*Pk}~|8mj9d2F>e>Ps5f{o>#UU5oW)Ltb$Ar)wsy@sVJ)6ZKIB&b)JT(==b=XMkgSa 2PV2D!fJVQlZ1zzMXyH)aQq3L{kxre5Wpz+WxOlF$b=3^)Y&3-o)ZPZY2OiJogF*^%mCZTM5 Zg4ec(pmu8UZmbH5}%}$)Q}hMIj|yztT1^C*ED7|l8PK9Os+OYcVdHPGK<3GDqNQT~n9`-7{%IKaJL%;z$*eRoRJGR8cQBVt{~SystCFON@f_IKA|y4 PkfGaTfnPnzq(54#Bo`Kkwk$mt-I3SiRB`5Dm}tSn=GQV$#Q{lgx1S|yV6>tdwuCUKQ-V~5;AYP=s%iAl8OK2rcYCr*5`6(S0uYY uwiT~HBfE1T|)(BwT2iq>TVwW9j=I#Mkh;c-u`r8@#Rp&kYF73(=~nGGQe?)oXB8oM^{%%8?h8DTAQO|He4p$WZR 8CoBy|2v2+0Yk<}5ET6OOh=!Q^TYKsWODQE#E=p~2W3j`36V}3&YMQqpGh6a70BixU&WW&Rw_rO87|&tH&wylOW$(2Q5go)WZIO-0s$>x#?3875;f(D^<3C7AvHih8uBFZYIz!* cCVP$6(lbrDWt8S65&Y7C4t_P6s9I&{uQDZbs);A=LJCIBa4IeawtfIMk5upnuSYH4Z{!>X(59y6Cnzd%u!MzXjNGm0s7co$`@q7 `gJ7B%R00J43>0gP|>4FvjVqHnmEz4E1!da+6Qq&xFw54a)s=)5hoUK8-!l&oMY-WQTi_wv!!xGNqG6pX6uPkc{wFVjIDXByDB@{ 730o?yeT7+a+CI)s$6*~yTC_bff0i;G+k-IBBmoB)!i-lMVUG|sFD8d6&hu&WrePsJ{2`K{HX}#eYygLt6_S;^&=)teg!-RuL+bX leBejObgRNFI=OP%_FQNhFVwzUfqrQi=>@UdZM+uhnv8~*y^3Iy~%(kbvvtIta+f*nKe=60--`vI-TKgrj5+Ql~|J-76<_gLNVb$ (vY=)wN=Q;LKIuZ6V#;zo~A9Kxb;`je4UI_qywP^@^Z8wdQ8VLn#>U8a~+vZX1HT~A&~~yqQ<9*ldHALpc9qe5ngq1a ifW(vcaiJM1!nw;`9cF%hloh7+_;uzP7QUv@ig_S8DYJ3yna$UQw!E`N(G@)v`5l(GvO&=P>-+7W1RJM@y*sbHyeg)Z(+Dv!dbmD W;`=U69}pE#aO#48#WChQ6?w*5g;T|YP5P}iqt?}2T6V|x0gh3FDwDIwMW?d-h9N#W3^7wNQMcm6+2pV%uIAqZLBuJ(Lq<#oROje yw#gfSxZbrYsg_4#DtJ);PWLaBDeVXnA?uQa9D}2f&R`*v^6eQbxnt%1m%T(4Gymz(g3LU6kwTOGHo~bK!H;PZC#+^l4 +u8_;(JGo|qQWrjJSSr{UOkJ;%;<%ADbBO*UiKfb#S)tjvKd0}Mdr|}@CW@TvdvJ7Agx`UF`C~{YK~EcNHj?jTUvddE0-f;A}fQ} K4?a>M${qS&CF~ExPWv%m6Uu;MJ%Z(m)1Rn{#_sAv8zlIrdFM-gQ-+Fs-9i-l4iRA6nIOjL5>$Ut_M$hQQ3IdnL;0$-3@t5xu7-F ^_AKPLp+#6k4iDcQU+Z#gw)YV8V*_&eQIj@=T#aawIQZB$dII6A5*J{`pWMO;tZrk!>cK*MH!=UE9QC?{ANTIP5i)xm{G4BZ?_iw 8_f!77Vj^1ma{DJ94Y^XCrM`~xjv=UusFAYQs*jYQ1wx*PDsv`=?y0zeGxMx`?=pG2I5aDVc?o{ZmFC^fSSLF38+TWejVJUoA-;+coE9DC5N@3=Cs`mLMQGB624)N BxxlCt4;!^)-zUYo8Otq1(gh>X?et!S3}cK)7Kv{g`Wu30oH<+tb)W`K~}g6y+V#?Y*8+TNBj>h$7|y}O~1)F4nWwLO=j9z5b8smZ>Es-LybqEY7y0{h8P^_Gm@;cDH3x{r4(tl6^V!nt4WeXZ@$<~lf;wV{ISB18~NI> -|=N6RNDfzJz~C+;Nz_tVH^qfs-a0bF9<6wj?|1f8f7L0{l`r?iWp~rX|3F4$Z#>&Q)S#$sYv1vO(EHx?5{ghZE%Tbdrp_>q?r#D ij%>$oU|@*2iLN?r!ELX>M4ljt}tji-rU;3wIm38x#>(;WxGD8lPG;bU78g^l9U*wBEJjd&$3x5x*N))fnpeqAqtRT8cv_Ka?RTa dR+Rh~#@>>ClJ=`4~^jOTv0SSvoAxs*C(R;bc6j+_VAm0C*kt7ux(kQ`i_r52iiDly!CF_@0=gpj_orgdEq=QM&;JaW{Y csSdkfQFeE^1T?8re{h%H;qSE)oZ`v;0tbu4oE>8j477~}ASV5KpN3H&@AgIf6+CKnovsY;;` L=XrnNrB+?9ce2uY?W1vf54+XQ|#|DX`)^54sCKZdy0QEnb3qxI_)#|>jPy~@MKg3RnT=(v4EJJ>8v`hQw_S5B%#sN7FNQVeLl26 {0&6Lz5AEBj$)RBwVnZA(Oe|Xv%Tz_wakAZF>+OK>z2RA$#sdKQ_e+x3!vy1UW;RBW<6& $X>cLWUq3D5>D|6^MWqPYKkh^R3|Lke-cV!F~Kr5y2azimhMaek&3io7Tnq2h;LJLaHJA QiW=XG3ITl&QO!->h^~05iu<#bSg!Pw+y-{!y{Yg)KWLNPy@Nmq9dwve(C(uZIuldRVp>@-Gd#6zmousbMt{3|xy~|;>==jS*-QDcnS;7@4yBvU >E?1*K#k*-N*)Y3xCjhjm^~u{_Mh1pj4&XqcRX*Jp^;*vfSwUC+}?7Is&CY=I+>}Yel>{$p7iB^&Y#x5AYi(RDb6v=)* Z`DX(8RrYAOsNoI5iESQPBARn-Iql<+Qkb8p7-5?b=-KfWGWV^l;z!gj1`U@GyNhM#Et(dN+X^)$NQGPvES-fDq;w^aZSUUvZ4}T n>OBZt5`DQc#(3%M4Wn^vlNbFoKXp4chBYNVUtL;?IoFx7Yk!^VUJvtj=vBO?e|Ux^ShJDgb_xpm?M+q%BB(1D;a6h2w6LHugflz <3Qi4IY#`UWEO8(sH7BDFw1-*cLQU4u_t1j#z$hT-2qKTy{DT@VIKr)t_#s*dWD1=Q;bQ!XrDM@LmSJ<9;-l%>qN6GR3dJFx)axI ?K!9g`@fk{;OTA%dOLuLN^DbbC%boac-YFo+9x%eiDEfsrxi_GAyn9e3f1_oqshG0s)wrX>|JabS4tnZEG+t+UNKE%Q6vv@_(4XH +vfGJ5YfKWI(J3CCdImA9Jd^YN#ez1ASD%vfuU7JZMj5UXl$}&Coo^^^w^X%{Xf+QYabfZ6BA}-I$HDjtjK1bS>5c04rIn6HqK#k HEIt}yU64;hbeMKLkpHCwASXf5Qd8364pN5p5ikfSs{$D0jG*$qehraYp+Jy&|0w~ij|o3VVm${ytoi!X)J`K>q5)3sG$S2lZGxQ `)abpavycczPqt{3Jr^`lNDBJk!;xQSDu%$rj|9I`OuD>HA{!gWZZB}3`Ln&ge5jMO8ob2H8jy8jdC5_N#3MQ$^@9?{Ah*H2-7ny%KI!ga<41^kOiD8r*?ZOAK l{C(rWlG`bK{eLLu*XklD8G(;1*KNK+B&a2v8=2^Rl;*ff3Rh;XPH;?L68BKpf6s7s;xRO;SRU`s-R_Hw$A=Xuo4MKTAJ+T%EGqu ^6mxI&(uIeja>}Yryv8PHH=IWI203()iV@b-oe-68QD0a#AbV!Os<3zmV;}1XqBXOioP|udS+T=y6}v5baYH)Xs(s)yRw2VN@6hF G7VhYaV^*R3Qk$NU&$%UI4_W*iggeNW;B9L!jBQJ9_a4p04QENIH=>C!kr1u$S7)LI_m)l-S`g`6F4?t8AgO_QFL}-OFowz8fu59 qUDA6^oTcczKo_V=`^L&{4<0qI&q+!Y*w(pgD4Pjxaq7Kda9jz2~$Lr?ZOJAOkQdl63-*tBhJeLSZO1m#^1?gDE^96Wb_U)V898p X%6~h7E@hzPy-|E+U0Xt5XoX+O-Z!=rwO}w2fheqar$s37t=?W;(a!z?+7hm^l)~M(7+OL61EnKBiLuJr3_>B6qduGtjli__XVCs y)(H?(B;c^D6HO!K4HAHpvyW8u%+&kwdH4lu5w&a5@xCDktYKCV0u`HP~@_3)qG^Gwv!LP*42weO#Bd6=!K!S&u5jfMGr0X;iXKeuzRZIz|(!4=}E2$&Ds^XQmY3vEQLr2@Y+aEvx3pU>}06)09)^7U66%XyTdCvQGYoa#TKY H=v&e2fDlyrdc@}Riq}6rbVghc@dN5>DmL8vxS2>FWWcU9I^_^S)8<1k%SSJHP?ADc@>&j2A5*2vE+D{IaU}yO~_{q>yzALo-rBg A!({ev@EiWF%yK7MfM;#TN`lof?gPU!fuKNmKCgQ$xYw-Og-ZxJHVJ0{36?(I7|?X!xaEM>rS?gf4k&Hg{FK`yM+Nf6mRb)4g^C3^>K8v_ Ut*(AoI}I;BaYJ`b_)%BcBwpDT_)mq&gwSn3bTUO54DqNTx!~}zBzAIJH*C1NwL*=+LHbec! e95@xsT58VqtO{BhiP~l-#kYLW;CFz`gqoT#}3nQifns1E1DywyyNsJpV#e&&rFXTV|Xzx(n!g!9bu7f${JHIHa_(&advPJZFx`u OrB-NP8DTbAf<+ZUL`jY+rp^IZwV(F*qPW_cq$c@3r@^I3Em9#uu_Ee5l*`!BJMzv$vyHVztJ`0#I{CeV>)ye6UtRgzxWuXVE{Vv(aE?f6^pY{!I$Bm`e*i4b1mU{5l`b;%mAmDQKs+I bL@adl)*W9;(U!Wp&-V73o*BH)m72Xvm!6nbJ>1vG&Q#x#GM4W5_nKp_uBgiHsSYV6<2>95y2U14(A4yu8lH11re>v%#62(rJ6kL ny7JvRhLMXE92YRqiZC7G;?CGpbJYV14s|b3X))y3kNtVjB40U|Kk)G_$PiP49T=*vYAq!(|=0A{vubZ@+qhmX2mz>b|5WB3x+Ht O!T8D5TmO{3G&%Y+Tu9CK~!TL0xLQa7y8_0!hd;^QycWeCtP^i@KRgsVZqI2z-<3dLIWAo1_xF;nwUj4rJdDw>r6a*e)D Vk1dCic#??R%#TClUY^@^;MA18Po^5Hp&zj&m09$Ch88K@lOwQhD)xlngdLd&`X#r%Qh5T%vMs)et|VTx%Q0Nd6CU~VVv1sDjgo2 Fi2&m=lEGXvr%Q}J=Ac4<@=>1 Ct52{8bt+%im5Nt9azDQ$xWmUwxbcQb;@RhvcP)sLNEg9WmSZm8Qa>`{>q(D?ITx?>t)!jqM1B2zfzsE2bx1sbavs#C%tH7pfDvS 4|+WHwPj{-?VP!F&=#0O!H_FtCy==>k(jJ{XjZ9sRUtfS92niZqESfa-JxzVpBFbw#Z+=iSzJa&=Ri4_jZGu%uf^Y{lBSr5ovPrv RD%#PW{sRA+@MFLBu^STLOt{BIP(%x=!^hyS1ipjsq0O!(A77_@_)dXS8U4>QLd!tWE+;5g#4qv(69wu5O+^+rd@q@LPwe1L~UzAx;uRFvE> 5n<;Erx$LEsG|hq{-L^7#@=M_@AxIm&F6l~<;6NQm`?Ggho@0s92OoU`8Sg2u_$vsBA$mQblTbzfv1UZS4U(4v$GSAX%{nH43@2| tr&(V<1|RjHZ5hx7Z$&gb&kI`Iuph^6D+U86_UTGf#W(|%QZ}tQud+Z%NKowzF%xCL+`CoaJcKj9A_BZtXm;C#SjKFp$xhCYJoT< YJ5I~Q<@k$2Tpy5z^iYdue)$vnW?c|{_^RV0VV;WnIna)!Jsau+;ea;)&$mQjX5%J)aU+HO<$7>pm$t>3E 5g>*lRFlnQA79on#x5^9Pa`KTIiHF|F&$>OWFnHZUA5bUC=+HC@?w%Gv(g%_(Cw}>anIeyPnhCN49|0k;8ANI(re`Ljp&hBv 7p^X`576+MPnKJXNb5ea-`O!kaiH6=V;IV0n>MJt1ZQg1vaOORibvfd$cr-*PUsF8PnOC|_If=z03UFeID~|*K&Fi`P_~WTiIY)( I3+Dc1yXrd1pzadj`5uwK12o=T`)mJ$_OP>14hkRo|2u3(QY-q>QT!I7f{l?XotK~Y7vINx+#Eehg+kkMjmZ&Ze!lksJFX{e5NUk7Ez>uqt5ir KHx+m@wCSJxz19TGcoR6*u1l@K%W~G2BBMgM#e1BjI6c4))66Ag}Vh+x+bgdafg}fRydbdWIGt!J|~j+tD=If_7E?_rlCbSnA1${ X~BV|oyR&m3-ul0Mx=3PbErs1%GwOsIXZ8&wlJwYTZgE?+2dt$mVpj?dN;`+{lwgpNfk;ipSN@O6wg^q95_hqZSzqOtL$W{XlLEl oVjWYsYfR$=NSERcG-pgHB6q2{~KCb=t15lPv&P|w209GKk*hBB2Z9)L2MwSilmur29*~5lHO+kp()1>79$4$A@kgmFT)pK7xSr- 1Urh*5T~47ME!?-ye>XRWc!D7CbjJ8OzMD{rO4v>T;v?y=)A?kzK{J(2twOp%T8e)?H$ufdx7wb;oZO3cM?)V5{j!ltx7)hl`pAOKQ=t!CZCO9`-dHo?e5JourAUO$jOGw7NlW5`O6b(#?qU@8GRzVUnPTvcnGb0@bphkUz6t`d=EDQ5v9V;n5TQ-ih`11a6m>91PnzM|zV l}t{B`($fhOucNgCZvif2i!!c%UEK0i_EAV_vsWfC%ldeo5bkLG=!#&yPqj=3t!;T1uz*|azE>+YsbL3PK)?XZYfWAlJw!rJDOnG@q*Jrc&!%!UH0Am@{Mf-}la+zYdqB~R ;S0YD`V1hqFk4YQTE&-8g$Lc>oVoVL0tSLJCJG+NC-zgyyZzE5&3${7w#Afh?rYA}3qc*Yn~Y(FJJl>gxXXysMm&y@C_?iJt}wPT E7StwX52V74j0Mjq879XE_vYFkD3CiFrV0 x3SJ{d=^XBZ=*Y?v=~{3IA6-r%bf5J9~xbH3`*_@!+Xoy*0Hy3VsErgrtu`9&hC&$c4u3UN~82jD-v5H%SP>;ysH&hQo!!{JPdof gllEf`ZDDNwuEOHTOV^r2qg&nwb7Y8mi`S5{C0;J<;j!X(AN#Uj2|!m?Ypl6e!#B9_n vSvn3cSibccTxOa{zW>uJ*;JuPdcWZJ@RqGLiOMz-NGN#+pB%zCgra4v4qOpgK&A{PnE8{tA+JfdB#JLS ;MMU?uEOz-){LUX4tfxUoTSv&EHOg5b{jvz-NWZ|3ekG#!0yYwcmvysA$zYvo*EIXMLdEMCo&(XJUUn)CV+RsB2pb%3GvPhecdrN OdQ{fhto`4fbeGKGilVb&F}I^5VJ07BjgG4*4C)uN4LbHw6)uS;*B)J&ka*)bKqOzgiql`ln(eQ?u&i=X%J3$oM=7YlH#NxXBBV@v%# i!=~izIb8^-$GsQo;*46zqG^b9!5_wwIZ7hg#wXimiA=UUPLOVxv6y*r+KW?tavqNuH}@?U@)s>*WL+UM1NRxBh2+v4$H5N^gkhs )9kaieF#P2Inzu?2jMHJ-_8mGrl^jg;#FN`Yv@{>X={wgyen>;hp!c?oJI|{#7_+hoaTO8kJW`w>ueTWBjxhAf>DcuI=Wo=5=&dN X!9Z|!ZALqo&R+y^uI2J25>19cjvQKLL#GnzaL_*A5;-OeIVzU%79C)qdHufsZWm0;-M3GOXmGmHsoPP;Qej$Ze Q12N&Q5+73ZbL&QR;{e7>~%|x@&qmFq8tnhY4*$5y^t{N&>U0K)`45Kgn@xd*iU5K=jIW7;+|@>paTlzj_STPHXu%L(&0BG(Zrx89gjrU25a^fnx}JfHGSnLgDl_{3$B{r-4e=$= uM%JNxx6Wnd3U7pmOu#cp;{c8Dv|Z&a7(|MiL%h%d=|L}6TL6IqplcUxgZ`p;BhiSvFJhzu9^tFp+FgmlIG+tZ2g#31ycn~;|4PD VPz2>L^a3mOXij_bDjV`WBK;7wHyj+joUHHb@Ts$=?v8`pA|I`Kk^DBoF2|4=*6N~@u6DNrpe`s<5BOx1O#DA2HUr}X}dU9naF-< fZWpJu;XU8pR?ovf(JIGtRA1MDqq$qxz*EhdHh<;df;cT!l2x^sbE#Z0L2VASAoc(WP{lqs)Jm)n#!%!H9#g_GWtr%Vq5=p|M67( qKdMZXrImE6*j#0!<->77dIs%=QJTZ5x;G-+La+dQSqyq^@1)9)v8G)!c@lMBl@I$(;jwZRAHyZ5`kKLR>8Sy(j@4DkY4cz-pl^L VH9V=nLiP;OkIt8lWrF7D=Ii?|UrZ_q6b5Y?-4drkCB9h=63tKKQYo)_C7h2uoAH{gvyI)FXg8G5({y5GR5 xJ^EM=P%X;zE1q+dZ$G!jddHarN60H3megS#`IW3rA7o2b0mXjj^<0C;eX7<-MkhVNt5^7N`Wn3hJ=pOa<*lzI@~omEty$iy}C06 `7e?NTk=I{S7>VcvkH33y3)B2#Ai#gPML)5;gMTd8AbeI=)fFS9HJO8id^QEbG{05Ik8S=HHhwxFpd{Rz%%audV70QaTkEeq_M(I nyOfvMQc0!c!a*^t18acgc|dkb#r9}j@Zg5 c62W^I#NRs%b_YNZ0opFNy{)^^8@3(mLXA%dR!meD+(v$L5E0}5f3Bea$q>nGGNzQI{I4sETdR$20YU3mc0=ld(_PO`g6IpMp~_~ K(Dit=)sIC2Ex^s87nOuS%oRX`}L}%4_Ue}xvo~S_0!NGjc*8hqloQ5V+zE LXDAFyYIn6joE#Rj^1Y~-K$Czv)L_|*-kWLF`TT}8Rt{Tp&Oj2b>d@*>Z3gc6HnU?Gv$t@u}I60A=^7g5BUUyE#5*k0ef=)6ft`TIqZ>oZK>i0(|*O$>`!dF(fu5v8K+3Ad}yh^#m+W@iYpx<$69nmP=y^^khUsBLb@C$R_P s5caf;U2^n=fU35^d`^2!52rz?oKR$@zB>2`Xpm3B}nyYsD{lgx$wO~LAbnxPbrlvTzeSHM5o0%I?ji$w~_)j%T#CF6FOzkpZ(nNPCgK;rIiLd1dRh&-iSf@3*N$U%(TUzy=^-T3G$5y`Brj^)hS+=D{*v`OuR`^1F Kksx^Tu%l*uJT-<-U1eG4AzGSJ`KqaPk`tyWX$kotp#z$mAlDNxnG=CHZ7yw;eRLj7ZUa?yC}XT3k{mkJYjdi rXVBN8Ottc8+%Y>g`i&Z{atir|fE9#aCPq_bwbqm!gl;*xn w@jMa!bf>~$~iW$`6Ap3Wx(DFcm1-8xaykOx&v19gOT^Bb~qGhZvtcYw|d;HH-r=o-^)tS;f*_~Jx#&;r{7Jd;Xgie9~uP3TuOZdpFQHB)#wsIyL_kmvB%T)TKkrauqwDx7S3=umUSU4Okt{*kO?BYVo&L~5qh?a7D_&=DOFHr^|hRX89??F>&rl#D)-B%LgS$p JjVQAT-F$eyT%D4PT^5Q_?zyW;O1#})&?UM7ZX9=XRy}eV_t$6qv}Ek_idH{yvw=NRa~T#Gzj(rgf&|Mna)oMv 0!n-!pDlqvu>;k+MF#=oL@jcNPSxYAF!f8jZ?dmu07)E{Jk=@wh_uTm4>A>QQsum9b#@H7vk+pAEZ8Eq5j@sK=+>N!I&rNx@b#%#xkwK=l-X8SEw_HryLvzH>s}kb>FkCZ-AL1lSp=tx`j@NW>{n_%MTOlB#jy%DppvDYSowhs`8f{!{}g=F@`qFL9v`` tcX&Dr-o~~c(l-(JTT7L+`Jm~L2J_J&Y7E(M6ykyr=D9?#TI7;sB5WV(zlgdL27^`|6aT=_KG<`HfoA#XH{jxFiLGyNpX+hv8}ey NHg*`wHEi6wmTfcDeCZ@P*`Yu&BfAM2;FvC1$-u7w$l+_9NT4$4JQL@3XK-PHvY4dpMDsNgl7%Ir%BHJZXa;B92{&JAJmdX(WOU>;Wlov6=Vv^;Ifko+Y hY6-bY#R30p~OoS?=aBmv5c8ZR|>Lj$ey_U`IS*(R2^N-lrb%hNzPItMQGNk7+T92iX5sSxj};V;=r&rlcGr^x=bkE8Mo^gmo&r3 yv7{#h%7(ZWC+2->w@rkM4ez%U*t63GP1(C)tFB!yj7F~<1AB3fH;&NF?;5urf}_^;&S|IIvg~|J!X^p;vW&p{l(Nk_ZutiIV;}f ;FNt2L-aj5s1OBGej&~pAp`hqZEnXddf|^@xP3{s(;AsYhgR^ou`TA}EIKfD|hQZW0Uv*@WD9xwMZm_Z#Jk +@yM1o>sHLE0jXMJ)SNzfI|e)QfJd&ynI*}+r@nVR`H6^x^7Mw*R~HEX@A&|7bc?qzy_jls2v*iz#c^Cvec&Xd}e*<{#V!^;tYfE $oP^d5iuD15TD*=OglpQ%)TmGx-uOlaaAF8Avms7%p#!M?+fZ+u`K2u QkrT;QtmXkgo&!q&s&ab(FgI=uDzG_JD6{bI?rP0!x`6Q+y-HI(?TseJH-i<*%o3f3(J6m14Fq8@A5E0sO1JVwAMLtQ*ssMA>A vWy1M+6t8T;jW*!1+Bu^R;`E5he(me%7Lmet9ajt$JLWhk)jeuis7Rzik8V`Sg~dz!h%hf%QlMA7c$J1r{JyIE>mvkG(Z$~V%u-s IT;lu6^>s@Jh=8ti34lT%WjyMUH2dK8FIiVe(LAT*sVpkdRm#XVl_Hq7%x!1^{h8Br~<**D73HaQ0{K|76jL>#xYL>zY~`-`*g_;tq(;A+uaDx-(*M0B#xIDpqrY1OI;lO6dA&kb1ESWW6cJy_}4GTh`3wT#Z*Do@MhX^vRGXxt}ImH)6^cZgYl`fM`{11`&3ed`47U4;SO73YSIX=b I~!e6!W)F!{}y72iXQ`OVjm&{TPq^ji1wKcaKCBxjS IX|zsA<%NO`xRD2uT=VvY7#rlA%+8?W9Z03Y*Z1sgwWXb=aTAxEOMJGRkigOMJwCQV@mwZO$}n2r^r${T3pSsO3%9ew?dB9truqX {pjur@Y~g-t1nryF&Fb;+l-y*_@%$$!mh6D`?I@DAp@C9kS}qm7)XkEamHf9==q}|8YF-8PzwJA~=$oBsnRKa({%02eYr${o0cjeGc;aK(+9fbZCmZL}h>Ee#pSC_jf~lMW7uf-ad>vpf *|7_&(y36tT#Ut}!5Da%G_FM>*VgJZI^_=Jzr=EbU>}>2?YfS<-us$?M`}KK&xZTB$++YN-Jx?yozIM*W<4!KvcWvGj#ozZO%V?f T?3wS_8sf&yD$A?SMlS=(}Q@t6gQXrUl`0E6ol{N$2SbO9!G4wP4vd@=IyU|Zy3Jgh+(sa58Gi_#TTP&x06%}n{E{{J#-Yw@6#zj DrO#NY4MA!px#%#D@S*VRxUj$Cw56{xFOVk4DF2}LV{tbZTjaSQ%*D^)nsJL!*qY=4+FTYsCWHTXR7KkS*uu4-50}~z2mAcs4aOa h~N863J1}Xfn%gLB+MphV2R$k(kqr3O!8N`0z|{K+8?3nx7F+VXM(YdeUCdHPVwS#`+=+ZlLb{3}24X V2=x2bvDfeleurC9BP;AkK>(XpSZ1}>E_g-s{qkYMZ$Ghbo|I|#Z`UPFH@AY&f2ibdUA_NQA=b&l=-?j;wCG!Brzotzx@j_2%hN` GhcPNhBGtXsZ8Dj-Osh(SZ6=KnAh7zjEZi6JD(gS&IDzaIN~J4VTFw&<2@W;goCRqHa@0)a;|0*`c5N#FmNW50uofiy|}mwE-6 S^UFuc&lyv?)tFd;#0Q=H+izdDsw(bcntnl@PdF3wWl0f7abB}(JLjkOK?iPes-pST&a&h-obEy!D!uOvZHl0S425;NP3`|H`lG5 BUqO!&8>6zev*C$AdGj0jh`dP8@(CNTn&@b4XPVx9B9=YmfA5jA_;4?hRH!^CfzW$+!-{q<{RBe7xk-75(Bd-Lh@wuo()roJaDEB d@XOIJ7U;~VGYB!ZWuA#9kyfR@Znnx8$N7Ul3h|an7v58A*MaZXT5E9a7XDwl;@bFaev*=>U%wn)Z?9fUNIRt#qKI6Cr_F@A!^O= )Uf0@?BF!;ZBLCZ-zh?W-n%pKY?rQ|*hyUPSEcMLfan!l?AfTS>^tgS5<-zP#E7>Bxv(L}=__IsggG4}4E0#dek=?6SvX}Cm7bK?*&S1;+y;OZEdtpuDUkcM|ntcsv$Cnbs^OzL+pDOn}&4fXRlfk LM`}nw?CUZuZ^upo1$L!yWQQ0ISOt$o?1(N>&AzuV!SaVZOm|IgH>13P%ozrTh6_oUA2V9C^g^!H_dk2RxQu=`JLUXmKUhl?p4=k SFOyoQ8jNl-t8t{f7SA0rreWfWb_J*j_yp#G~em5RI=*I?#AS(e0I#JY-S9bces;RU75}Yt1hPD4>E2hearEUF5LH{#e^7nsb!B9 (d*6^>qVU<`mBr_%=X1?WUbeg&n8*fn)bP~sAa@LQTf@N*IlO_i;OuACyUY&feL1O92uoh6LY1y6jg^Rn+$6_Axj;3%kf3RF+yIB ?iKPS)LLhmse3lWR6ZT#B`SeHWOZ?S1l=L`?risEv>q^P!6;v9b7BU3?srT+Nvx2cQnvHtbMoO DdF4lZaE7<6S*rtQ|MGjo>5C`ip;vhzNbO*yEX4oLkaZ=p*i=%wSejWMK5w!yo4M`0TSOTr*n%hi)4>u$~vYcet85;3k%a!3zTn1&LaIi4<=!%NC=( ubb!Dp04q-fULp^RMFOU4V-0U6IC@eOaoc6Pzw#AovIn_{VNS4cu+~qulJ5pI@dqB_>^QcjYPRY)H%b<)6%6*&?L-X(rCau;BAr7 ^Vd91O!Q^)Yl+tpt3R35PoF~eK0GK68LWNn|*Vbe76#jBSU{2;V1 H@S+A)~8&n#BIs?-^VVaYY_pOkN^Z~eIl39MMVT#NTk%+uy0n)3HnF}g X@k->S(DZ`qv7qmz!N`Xh%mnYQ|lezpOCp<=D=G>2MX7JzNO@RT3OG&eU?3++`9M_D`WH&l509Gl<8O&FSV?(-Si*RkBRO&SEmLr _dX5G4kcd~HU|@iOF!a0F6;FL!W49>P1iWOBbh@w94%1V&pPI!7afWK(xDe=I_1+YrM&{ZeM1Vx$rgTJQf@AnDa{97oh~r)apH#t O2&Qv(C4IR;T(8tr=j-{@%F$g0A@fo4UeFd~`NPdQ26Vg;V%TR&CN>mCh{5mt%yGjEGk$qs00gF2LIa#heI (yYWHT;zPz$J?hKE?y0vvkXzBjx=>azCa=LrBfO&#{S$QYb<4gBeqW13I()0JvaoTQy &&(ILNwx!N`4;rP^x-=(BX{4?fEXY-jZ9>d``=K9TY%Q$_#bV~|zDQBl(pF;eXPw{tWkN{`&8ihR#iP#m{eqlb+(-CEWQ (qkqhoxYHZKL6?tpSk`}?^Ry?`Z03>2}mlQ=s{!(PT{lPVnXKh3}@fak{ji9&X$!t@eB>&MS64zzS}-AZ=4YUrQR)PqwW{>S=fVq >E-Ggz?amockCR%GgDD8(na;DtU1w~OCuq2-63C}JF)>X?szXVC2E!GYz lw=v>Gdp1*yzH6S*(*cdMsewgx=hP-%~t0-?5A~xTCej3?XhYbFLjx7MuCV+K%6u7=&Ete%- &)UU_!O@f5yLFL~^0IDTVmcrNY0P$Srp~uRawA$a(r?;h#hlgySus7`hLnKITRLo&DBs`6*ix-QjRM&Ec`2%ne~Mo*5JKVx5^qhk KMEcgx+L!MmisJzyW*N-&bHgoj7Kge)OP2=9yvYa>HT~6)D@uvU5NM4j0AiHtc1W%#-lQx(h8nKMWOFSN1z^ju|m!pm-{;um8jKe qej8*J51#S#m!rW!H8e2D4p@kgWI=o=$Os<4%+wDxSx#t2FCL3S4_~X>LIQEmAnXeidPV*@q~#J$vJ}7Im`Hp4Kz$Jgg4)xjeeYZ !+8;8Z(Ob2w6^+h$RvQ*GiQyPj?mzU@tV4yO%gSQ2$OJ-R<$>RW6uB-{2%!yqNo9$n5|}rP!8#Ay|46i_uX{rm1isGGD%BgA9c0% Y6tx&n$a|GIrfZ8W<)Ds&3K&GG`mywh7bWmfIiV@F#Qp`hb4t6`6kyhL1SEo%QFpVK7HXe4O7XsPXfuu{v7@YS>1ZDR@nCbL4zkmG{(ai1PsE0C-{b|>!@XFq{jKP=L3L6s8auvbHLZlc2|cXim-8z`rr_wRrE!|IB(yOP>SldeHoNcXvEu)l SF0KPC+u&o#lYs1lO;Wy%5eb3Y1R#me`uKGa91~iG{L)OdMrbSejxh7&Geoa&KQ}|Z-d?-_KEB668~|*L$=G|$%B}H4#XjE5*`r9T0Eoo;+JTv3vT=J(!rGqu8~69lA&UKogVFD{s&$wlA4aSf(roUHdPfJU53US~nc{sunZoD$=a3dsWW*wnUbmS0vsM C8PIU^=NE%M#CDiYJchRpH?cIlYM}|nIF}RB=e9QXsx>myO-lJmq}R_blL>Vp8jE@jASDA09FwD2}t}Dw9Mh1lcQ5z$`UVi!y`dj TH{-{z-=_8z3rX5bx{9wUhL@5F0%_-(TD0MtE;n&V<2$u&~KY;U6DCdi;6YEaMJ9*P)innOmrHIlZiz`+ceJ1W2Gb5J`gzXGVe?B CQMF-9w}Wlb{ry^3$hFUQ|pDl48q4p5`z~F5{=CEEp(Wk$OkRU4ffB1zt=TH%fTEHDSt=5#XA_A!mOGX>>urJL95I6uTdm+UpA0l @?zK_E7m(nvBn(CNN6|W)~@9r5i-p|q$8LZSzWR3*q=wRrp@!@Is3=5DoPE3f=7;!6}f-DTv5^D@ovVr;@ o_>Dmcg{2?`+PxK(%bc_$VR#J7t(LRQUUgeQ y~R5FhimjNctqBrdxh^Gj}qVqC7mMxobWP>oae*mx!L~`^vKq0w=jbYENt%z-qduSz;A@Yi%2Pl%gjfsY}|N~`pEhShkec3)H>h5 IS6A@Tu|)q+tTTR;jY9BTd`c67Tcy;(Fr*(oYmmG4|&l#l+=T-?j3IVqFOaoO~=x4@QrCR1-}6-*mz9fM&@Ox5gM8Udiu+ZCBcvs ^5TLPuIL)=(5@F$*}!odJ0+WN@=A2vtt#)S3}O5&oA!K8je?`F<)ZS0YB%;@<{8SRxo-|V!CG<+YI9ujvObux!;LOLDhK_wd$-OK &gExb7|G=y(*^7XrX?b+GtBlj{q#3JYahf*3X0m0_DNrRSSMX~%RwFRi&n5t!ZpQe{tU=KeHc3a47g%Yev{ccYw!|WNl^MuZ@wt< wR^+y=*B*9-0q8>E7HytSCAJ(O64TJcH!Q!_iGkmw26@%wt$L5Qj#xR*Uht{$?=AmVf4m-lf>gsKhk-2Nhaq3IGfhb?eG7d9MkVi -G=dJ+rj<)%r6c7+r2!tvjeU;vso{?(`w{StC2hXjbKpXPBL#8S0A7+u;Hqi_B~wp7=O`LKBM;R0(Rfs*cZp|bLzy))-QT-w8T~w JI#FB4wup6`v!hVkL=`xIpaH?DgGQIBCgF+zE@PaE);xzCbQoD`NaEE)b*p+~zb5k;q)VU`Tzo4a2Y;)S-IaX4d?QaiK_oWJhbPTT)HNpsbvuks4gyBtDSm{6MZIx9s ML*(``-XSXZQVPw=wJHUF3wr&uNGW0xj`=rpe&L@@mZrROD`Sx>%Rf(1PIO9(TPvv1rwaJ;+r+eLt`)EoAgBN)D^u)k=(qSb7bLlO;-a%`er>tSaBs76lCp^+RMM00jTTiT)xT0(x%pIw-NBZVo1{2{#Ng(G5ZJ`aER&nRd63-v(j4S$ ltal_y(}7O+m{kYtUtMVLJBJ1|DagFZA7c&<~H}#O^cLTfi+mc$waqbHVr$%F>kEZp!E#qCJjn>%VS>o O>uE?&gGz~YrA(-aoq7lMLnT`5cFofrM*o(zfX2{vVSTz8W}L`O*QE4$7)Jm) DQ*@}Gen_Z<~22(+ztYgK8r}C57_OuMM2TMecNvR+uZBK|0QRqZui@f5QzRs<6VEdM=rGfXiJ6LlfT7D{K;1izDqB%*yNukWd48h f{v{8d9|Ro{Ks@}ozM1wtBo1}tOu8U$_|20$i{rc&Jx-PWL{Id1+ln18^;NFrj3c!LcQpO@o~GPY l78ZBWQ&N^-L5}nk`CYw+uo2qPmKDHgQG`#{Mf@nmWp&Woc5(S!m+D%JfvnMl1|0cj}{&DZs@A7F);{O{O8vmJtFCr-_ _~De+KW_UJT0fv0NdAh!@6+6PXJ|o_(ImM0tl(fmbTJ2doryqZ2^%%>qcAJ47S)_tW540y5*VWh=fXY%W=Nw!V+XZRNZ7>SjpJ9z #J$b-C7oQQUwhIRdwtydl$zJ-yw)M3pr~8jzE9njG+5K~Nlyo&XhE18yfUZ2(c~0OBhvyyg$1s>v~?AGp{__z8r@cpeAC*kPU~6c {e~ZK)p#l>%`CiV4Bg4%+#xh}OU9&OYhvZYJ*eUkYoj)J@m%9(TV0Iv&;=7qq2*~z+lJz>d&{dX4Q1(^rj;J?qBzb_j>Zc>!{W^3U)%$*$eg9FLr2d?inT +6JWwNY>C18wwR?u|%LTCdUg-Ms7$;V80LiM3T31r4EtVwKzsNQl!bbY+2h#OQ3qX~nR^Z#M~CbPESpQZs)*G3e9LH*uJfGcgJi%AjtCi_HWns5-@T)!IyJF9 CU@a_)5L*nhEBmMBKuC3EynGlpBumvJTT=6oB2;6LNeer#(lCGGl6`c&_HN4o%n-Qgb%_&aKVS)uhVm$Z5(edLzG{ErUDC?|98v*C6xnf5QUiP5oLlU_^%;zBr+0cqwgxr|kC(Fw>%~*ZXH7Y;H1F6H4 +HGaVG#U(@l;?G|%;vNyJ7ap%+m9IE%STgy2iL6FNDNYvPN08p7&*e>FB)I=SO6WM8H({>UT5^K8ax|O8t2zp0e%==&iojG^G&Ad v|jN%?`+*cI3fuV-&hp`_C2h&;+!iCk3pk|x5=Zmj9&^0!^9YEw3X5vM#usVe?Cf45S%3cg=iUEbkU)91rq4ull;27Kf(#{{!c3p ON%7F33!-UFt0K(qcJ!TPH|DKMN{DPM1y9d&<#FDS?P25SM&V9ckUst7Eo%lXjBx0yjYiJ!a<1b#z*=*7*&w)K=7{9y|PfPg?3Ys ?_sv0E=+lyEeo_P=tMJOP_`FjJ!8*_3f4M(a#7@#@Bc*i&v@8(-)|krrLU#kJHZjP&mDy{0+KtsoO9NTs-P2xX#1&pM-RB_8j48c G8Mue`SWTYayI&3RvbklMV33OX-0wyfcVLS7bja4llK1ok~YlcjJ0MG4N;b+S@TW0A7ia~0U4wyqTB)$H(Ih&k^Sn#^FO!<;%R0q RMvXs*5Y6}VU`{+lcJm30W*;hAD3g@#QI9rVxVt!Z`TfZ*cr5kEXD<$j$|T#_J{{5>!gf!)FOTaUCpT{oXp76)_zf3<)=@&lP`Ma FhCYXqjOl%pD>XoVS--gMKxC|s6Dwqaz=m5bn13*A>(vVapdzJdc86rOIZPZa^4uli(eCIe7R_N}_k-$mDsp0REHYkxR2Oe(1qHvVWsKU?p@zx?Vy1JQJ&v&#XyuY5jjPg>0wTKnVU$)kip_8>W1HeHAEhbRVUIl(Z{gjsMw(Z ?(AveML#Bp-=7Ah<_!1AXmqj?{FyZ!B#EN!?~nm>D_#{)bq!8)ZI~W9>5fS3hQOTmDn}WKo_F!Z@w@%>{)*P3-L-~SPp_Zd7D4*# 4))oq(gc9ivWRRLiVEwd4ZQ8k(^H2kqzl3hrd9EeaG=dCEEpt+vpv+@o;dUxN#{fEFS8=CDbR>FmVJ^Y8A+H|7>~&*3z9ytl^X>R h-*BJMT}`ISQTYZ37MYzThKimuuCb5`Rof1(XEJ;NQq|*{9&I7hz`8cQF`|X-WYS1^dwHgw_sFtMUyb^ZbQpL9ot*Rxr)n{qdH{v ^ej0AyYkZ8WbUyd@Db8>Ukrx7-33viJ1%QweM#~O+G$dMQce=)iL#PMmQ2je6DWSL%3EnQ>XM4?fZO3zJyRT5)h+5W(O2$4;f7RF rFnI_0IWYdfFV_t`-A~^;=|Sr#cM(c2S8NIIaYaLfM?8fTMF$#km?wuua5uw*k{#`eI`A(2q)4=jzndh5anX)(rczBe{iMC!1@sb J%yn{m?S=G?u;o8And`pw&#N6lf-k7$p!^B_x+y&7gfLTI;R2pDo2V$ViIl5sS&3=kjO|L?1Y2?`;`ve?`WlN-hZ3Kxigwebe^-& >*pkCXQnhBN9jC79$7u$IiQyw21)L|i=g`m_iUltEb#OM>9$diUA%Yz>FAtbZRBOR&4MC}I%rCCyf8-oEVE9z2_v?ppS4eMkvAs^ ooVVsS+WpW%_yx{6#E2r90zm0;E^*yxC7fA~pi&hux zT>UITBA|#lPAE#aBv=4^5>7g2J2u|9wlGIB98!l`L0UEEik%NG|-+XpeCk>=7O=*5+#ly4>q1hKNCsG$kFh=SL+P>i&|K Si?qzo$9s|xon;H*l8qDz^=gn;iC`^yHT4^Ep;wHVe&HdViNs6?l&J|jEYnJ3zoMQ&Egep_8Xl<*F~?1#+e-u%1@c<^g?HC3{PH3xE|>A23pfH&g!mZUN)tXJ*4 &$c!uCRBm|@9@T3|MOeNw>Vb!KTs*ERJvLTZV!JX?gmHZN{gdC!K@V1)D*KO!I&J!#MsF cQ-WxOFN83V!lMxpqb%2yw3fkoT`jiXV#}~+65p3XQjE_J5n--K!Fom0s+^t&oQf{{Flj-U~gywI{mP`AXzXi7L1ii?hXhX)~AMk {lH!3a6}J119ka~!Z#hA39ugvR^+E;>JIF<+Alr^oCrQHPdONh0hkWvPun7sGuOzjK^t_rUK;N+q$M83LBr_kEeA(W3tZGn@tCJqG90w^FRMr^5_x$-{~nhl>7(&&!rfv1cUVt&uzsEdYS3Dri<&1 F%K54Q>PjPlmCdzT|UY#aInpI5bb%?raZY0H%d#P3{06gn$KC5vTQ*>T{F~NDiojKaR4SOIb3rlanXR0L_BAX<+z~MKCfv@mC%V? Hi%cglY1m0Yql%DELNAlAJ3rqtc&UHdrsbZ^$l3YHBH0)>(l^y`XL!s^+hv&_6l8w(l>r&V$wf;!;b490jzV_AKO*qG==NvN6h$X btE8yo?gzHj8weOpwh+!A6C{oX^s(Rj_9qR?b$uy-ZW-=VK>lm%SE6@gz)c)(ZpVZl>}UK=k;v7(;F!Q?DIw&XPKuSmgH}K54OC7 caNkwVm3q1Wi~YB{5uzSOl)`OeS8G|B;Zambh>{3?Q|-+tQrf5_!B+VhGueK>R|Xfu6CR{UFcA)49o=W#2j@66;3EC-rq^Hvz~Jx {c@>pcrBb)Y9^wjIHM7-0m%`>9Em1y)N=`Fj9OQ4*J}2WIP-y7ykY!L=G(!#sQy~&@bfcTut;m1YHGijLm9}*IY*m)Voorn`>(z^ VE1Q40wdu&;{csY6H&KZZzqFYrztIw!w8bvigdeMQux3SOamQ^6)`$ie`WL=H0RJT?Uqi&*4u;?wUKmkV|r`|aj#j^q0Sda$*~|6 UEc*@MSa^A5=c$=m)Yt-5a(dN`HaLigrVhbGm+YY?1Pm>F8XMaaX4BFz@d1^y4k(fz!*}F6UR?&4nCvZLjn3M3E(ib1Qdwdqn`V9Nr99ydJD(HZPc`4~syC1gf{AS_0dy8k2d{JtwK8N3xZ3IoneAEzq9r9w+zcVgRY4G+hbh+C`Bz5ZERSXB$ GxSKQ9u7>?f@Y&KC*d7jX6(+j+@o*m2v<0V l1H7RQ`2cBOqn5AoLQSYK37Q%q@KWr_hDV{0!HA++)d{O1cHS)b&~_KMx)cX2h!g9jjs4fdC?rKN?crQTPa8fR8*V|dusN3$&pEZ eXRUbn-E5eeLPf6oa31e=T^Z5d_A0 `V7iUmfy3)sXkD+ys_FgtRD87Sakt+d7ahKpT6jING_IfFGj`B(WC9Q%u2rV*%vdha9qucxz0ot)2 {AZXkZ32YhHx)2s+YobfViFeA*pwsJ*QkHYFH4s#tD1!$id?)EAE7bHo80lKs$I)=_##(8ZmY*gy_j?cJzz2{9NT+VvQ?2d7J%fR jO6rQorG&ud9Q6*umPf>UqgQGNbE)XyW%dD=G|L%|Irvg%RSm@mrMh&K}o6Cb3LV4B;pm5&*2poE*pX|P$)3_@UF9g$X(%fD;9gCHB6-sDAZLvitYlzw>{_j~}~##}6O!NB!pU WBU7HHqUBaI1z7#U5hT*)>(?j%pJk8!xFUxf8T&%9j;mS^>fCQ3$`=N!|=_kafOs)HL{{r 0Z;Bf`Au@l?5>=}D<~ovB(Bv`1Q)(TL4^_nxy1T}sZs5Hp&m$GkdS}lh!_noZKE}cbzG6m6=bDi>ayw7mbzfi?XMqw(HqASC-N|}494N%)5qf|mS>HJ{zjYL`ywJt^hhVbg-oI}zHS`N hwvs+r>t@*DB&RxS?XyGTQ|yyQ^Y2Iwo6c7_gqc;2E6W;$|2gWtOrJ#SG(>83#admgqod @`r}J?sFAhJ~$~%!q-f3A$L@~Tuua#~OY9YJQ>TzzWgpru*qi{g5 k28@|EI8zPj!PodHvOb&KGmQg5^PfZDZoiJ98?|4qC8NeKJ|O0T%js57ii)aFS79=RK6yY01d}2=_4-Vp}R#_Qg pM=|c1gdK9^oSnf5mpjXITXiUXuuRW3Hc?Y&R?gac7x9^g2pl!DN8fUvBEo=B%I$(0w!oK7uor&TAf$(DmXuOKdiuz37h>Dr{vc! >n2}5)7swQ9vP!91p<4kJikSYXJ2f}yY$A)=v^mIgSF*9v#T$7pdY_%&S*akIHF-0lW?X8+M3s*GkdV}pz2yZq)bOVLD+k7u@BI5C>Hm+il|^kF u!=>c95(r*hG=JVC2gL>b{A&VVqV2JP|J^BK5oXGIS9GB7B|M@m;bH#Ta&z#xx9w>nChJm3y(}sV!c94S|5<0_UQ3`J9D6Q_XokA $mZ!9`iay5BDoehGD2}!m)`BzfW=JZIyK1;Xa o@!qpK8Xi+lY3lHRf3?`2C0*g%$)ur>V8ga`y()<$$yX1`e8*Uf?z><1eD|x?cT$2owNI%4W%bq{guhWww;`| 79Bd*>1k;+d1C<_hHpgSCVaoRt|qaMz&(z%UYdR_qSCFc3OChD8cDh=Yt?lvQ|AX}`;6AWUHZRUb^bg#Jx$0oJUxB%i2uV#Dfhv_ rb^Pq^ktD(Y-*$XvQROA)chM!lrd|Y;U+3~)_c!lVlWn--;PS#0EZw_co#B`1 Sb9*bY8tc!e;$8La}}-SJ++LU*BSf}?9oMy@2CjW2Ei^h{PN}0=P&fD4YBIxic&_p!XO|~)5VPD5%W8oOC`cdJcTDpeaCQ~*hTSY @8p;r5wV{WZG^?mTQr<%sn6|Edw0_EUCOsdAHF|s>esvqZ+HW7n$e<%C=oW$R>=j4^mw;9uiy`w9PJL SV{Kkf2`a%THw8NZU>bUIh!Z8r~zpdMO{a6V8gco^BO0g&vK%}poLkN>0}Kj7z!{HHW%x`Jk8o$%mK(V?EV>IJCx4l-*l43jH4uJ_aVYGJ>gk3lm5UQmuZMoP4?a!&kdMJh`9l{`fR` d{vraJu+mEP^ClZNIjqxy%)jFLJ1qmu=B2 p;#Fk+7;L1j5O02h2TxRQ~)K#ybG+1IfJUe2oZ3l{8+Gv<;7_Gjuo2|&rfXFyc+6jS02C?z^e9Xqqc&ReCz;xM$!K7Xv6IBR9QyYD*~Dx260WGq?E &Ijy&iJogx)wPBb5L$I+TZ$Pkn3aOWv@AMsm2gq*J}a^D^{JDmj-)euSs3Rc`&K(wSap#JSY+cc9ujV0dU^SZi&;pTi8Ak~FKql# lnu6Sg=ROayM~=z#?fUh@=ey`Y%8O3I!)_KB>PLR7U4K~=e_92XOeN^1-PF>$y1cS 5Z9m#_W?~qWZuNL9f~2!LA4x5n88nfK#SYpnLQ5_<@@F3vi+p9%vPpnAU#t4xiGz&kk+s5-!pP9i|LG|J@mp5KI!mVf8b%A=ZuGk HkGBJp}jAiW74e-lqoQy`6qQT>VG|s$wNiq#kn>RvN%S*wcpPdde8GgD!zvjjDF0*-*_bQzYhk&Bv`CcB&!6}~`DHNL25&H!J2Xo`i0b%v)i{EfawrJ;eM;^5*4ReOYaD&m0k`BIJzx?N1VojoP&9PS$?KoAZ+zgDa_)6hVy ga7baxuaQ>ISOoP-&21qZJy~(Kj%gFQCBeNtp(@ZQ-0IM-yJyM=U~q3osH{}=k;e0#QYt2xu2E74L=Qee`F#|%n1h&}jk2GFB&wKZ8d`q1)u7J#gf97T2{o7_@GdT~mFFsxQYcP#d_-uBaQ|BdxG2 k{Mj9`(9tzYDKy}nxd>Z_?e{gP^zC6)$LSGQL$XK68H{Bmbtf&+!DdMj(!Rwu&?Z~>X|4e^kPAM4ahv!78uFz?h75sfr;AIbHOdj Rh-(dghW1$Vy=p#n!YS#H~}(&9k@+I3#`FhV$u2^8e0xJWE{Uhaf7N%r%W3FJ# bkM_xn+1Bs-6jdMIH^rx@19>>?H_lAq7o1%E{m%S2xo45e^veUMss%sC(WtNPh5U_$sm+%rbX=CU*UVf@jUdLnez83c0vg4eZ`=J 9$bB^YG0d@0`~M#@>H?^+nAKj)Ms|N`BzxshP696&FpJDa3w8cR&G=2@=12i&?^*`-*E2tB3l_6 YeU)E-3iWpHi??ay68P0a{x#!=J0c&HlO;Z+1YuQjL*Rz3OJiat~AE)e)qdcTpokg=G$f7j7B~^an$PIfTX_~k7?OOOwddik@ePJ PX4wZB*2EF_igYVxleDdirVqRU#I`|SJ;J6jA#(x1+H4-$}tV`UCXHvV|ooely~%JAKNdQ5YsL2x?QJdg9F+{9^1s{C`cK%$m}KU Wu(TuhE84WBY8nHAc64b}%uy&_gEWew=0L y;ujWdp&C1)$F0w&dDUa)wP;iPaxB$z_N3A0hu?ODI8CdXPu0rzs{;fS}UHb6y#pnItr}Sk~MN*%Ul<%qJ0AT-vfaiWt$Rm8&5!V*!KH;e+$X#DcNNSAE;saw~e@MIX~b39)2r 9RS(%&{oEAdZ6&r2}DHa-HL(i?Z+z-Je(R3X8Ksif+VJC{T-G JKMdfZR|PXpe6gHqVZl>Mg>9X_^Q}8_$Dc13N(NJZN7pxLx^%%orwNoxO%ZF0~;giO_G^RdzDkE{b_t`aSV=a&VJW2nWC%|VT=}D t{b(tn%Otb?p}%Pe5gHUXnp_f>@IgYpM%#xM`v`>m;SY9%-wZbws(yeMC69Ghm6uWt{JG;^4$2WHW~8Sl_wS{*@XzO1^F>Bl?3!JY5yo^4 TdZ2lS?vo>1$Rg?*A$B4IC^QCfTwris@UYdLd})<-1~^8kZ_V28gh2#k>?Z?n%EL^Bo3ew+e#~ESDH~Oey+G0-?i(IB;68Nu1Kii cR8qCia>9u)aO{it)p%rfn+riWl{7PPoR5c4@@B!xh(FGW2g&0r4O_xFrh|^5wCcA3^jb+rWTIs#0?g2m|Y^XyPha?C`KoD6T0I=7*A0bHeUf^)7XbRsB^K=Xw>k!>rpAo5j&S|jenba?!c@yVCilrLy_*G^+-Y)RymR3*eVXZjQE*p#UoTe^mvFj?5zari-`%c6*eAzt&LdTVA7YN}U+j0irj!Kj_C$Yt#U4myqvFP^HC1;EL~M)^Bb4cLySA33j@MS4Sj%>h%0>f;nM >ZMBq8Pb7#f_E6vA2X0-3x55?6`QCz!S_R}I(E{i$H1*%6MEQY9=Zjy6XMD1#wbqao0(-lXS=j#Evj~iit7-@3+j87mrOt+LvsubloSG5eV0WjK!*5v@LOUT&9)Qa~*qO{8R*IJ8+rE1Ikn}vH cc=H(dH$g_xi#mNJCRDG2=s+N-I?R#LMt-v~sRi98o5;tUiHh8soA4^nz)^wPMa(T(6-#t?Y+PB(WX=fy7Y;kxVnu1H@JnWjt`(P+0T3Wi~-W(g!hBP=t(X8-i123!` 0E3K|G96N^ywjMR{!Y|K7)a-KO;22=aJKbj4sF`7*{-S+U;3O*Kb=+6;5a9R{P!^ @perFmf-XYG3CfYHiE{mW8@2|YKZidu-iB4u39il3r6DWRRIo&ARSg>T{*j3NoVUExm67)$JlSc9!r;D;|rLvQ7}n5m2WkO>M8-M 0$zcnCgON3+8|U8rm2BAX9LR@grXmYlz2TVqZ7p)W~s4lXQpw=G@j-c{ZH*6w#2ZJ-@9@f*WfNvU34NcK--r5Ku%nnoQ+4HX$zf~x$sCkj+ ycXC{a|>c4Bm1Eh5!3$)lL}6LfX-IMQR@ODZVWD2iWbCIdI%=JJs&q5a(23xWJ;&6z8N9e<^8uDZFj-`NNeL7_Vk)O_PkpI{g89} h+g1tZRvZ$!(GLJ|DL5t(?x6@p!m=CT+pZ$CoG5Rv)^l{j6)7&|t VIIG0f)5r$fj&i7Xy#+=ck|x1DD$G7@1YW@$8j>SkB82o%hGS^F^=6JNTA(Jd^BEzKAQQ)qF7ys3K)%R?DWX$)TQ9U4t_HWzQP!z RYz<^7X_yG8dZwa+`rTN6!u`=5`QLkhHo;q{2Bb}kuXtiPE^x=k~+4M+=tCdNFLnZWNXJ*#^!mqI6)dSq$`|PG_a%5=mr-hQ56b`p;4WnDtsB` Gi0JH1X6q#FcAehP-8|)YfD$M@tLO2p6J07^*G36Q~cG9wEimxRf;P3`eov|&T!&zB`Qhl$3Y+}14*)lJ6h|@sc15sqITdI(6vZ; NN#h>X9b~|c2DxI=P}R;_^31dJ#=VMd)1(37P;})3bWOW6CO{X1I1v896Ubo^lk>6jNsoj+ksRV%V`Np;ZV0oR-nPeNg+)cMfWJ;eD#8$$~&_oo&ZcajmBvVXdFYT3;-{kg6Gd3cy_kCw&Lv7pl!j4v?<|!H%%K CmAn^I4-m|NlqcNmIjw{cMzX>b%yvrap9=Bko_Ac@h9F55UM1>JE-uYuubC(G39d!KQs5PqBYs_2Gi#`v$NR5K0Xf-0trb55`Byo UYzn(ME>3$eyvH1_$tPsU?So^`0BHrOd5eXn8LE1{%c3a8OhFZYxx;tOY+@@NctQMW#F6?*1&LDN{GZ%@(@)orU~?wV1~0Hegcq3 C>PXA%7=-j0i9<IGXOE1Xj?$0^$g>3K!^1gDRamUP7CLA%Hp+X{#Llfj~k1;OI~lWF>CYWTbGi|i3rCfFT^LVHi+Rv)e7cHAQC!Nw-SJIn~X&E vP0o3h-VqsX}0jg>QRI=6~PP2Y{LAtcKF@=g=|sNMeZ1)S=>ZPdRV1T8jI06XH7`i@t3dKaS pzDK3<7sXNw`aV2sAq<{x{atkWIqnRmg`tdNj!MDbKwnybRy+Q(aJ35hT4l8fM{qZ<43sjk8S>=>pw>6BkbI^v)~y1*Xmt%AnH~d iXCDj>_Lox=06Sl&+!-ka`)uv`~UrxYi? nk!cn3Tbg1SU+#`!8`kCos5?wxCcAL2GRSq9z(|c^TO5|(-dK@kh5Tr`P78G>QX6);#blOjy{no~rF!JuL0)bLA~VT~Cu04{}m~SxprV2UWkXQ1wuzrkW|}>w+pBW3V*3XwBfBR-h=0Xh #(~Ow#c>5)XMm}N*3Id>Do+gYT496$9Z&8QJXWh5G~t?nshN#U!`7porpV#^Pa*?g`-(Mg#fWE5tKIOP2Jp^>)q3jBa1dviiofy7!D2u#mhO@_4KWpl^-I=uOci-a{l34o)upC4}{I8e(sGptc`?9W$pH{?O9w&_pfN&jxIsF!3yv7O)_MTgt&nrvv!A=gvZ>2)W7TD;%)|gO7sPde g&wmg`De_|TL?spLhxSqWhvgqVCn#>H9C9x3{)o$nH0;UsECZG^7c4mE8 D*{QNpD%KCvWN44?Zr-4hSE92>n0Vj(<^Y1c~FL&!?X1aZDS~tt(8sW<8fx*JW^VQi`CEff1(RG@X+@-&M4b(H4<6=L$%lV&^0xp dhD#$#%8=r=b0MQa-0zn(*cc6JVWdvTIHqVeAS)EB{%MM2+>Z+!2N-2Oirc6qA~2=>@_}!e{nqDr)`4U0cQIU*+Xiz;ka}_uvAHP Nd~6{DInM_ycg(o%Z3&CZxqc*>{2GXUneBaYv1g2PipbyIgTyoA?V4fj1E{-YQX4L{T SwpKLQ=_XvmlIdNy@DfGQDAXU!_|v<|7|E2(_59EL`aiOi$wqqkqnnL894$yMoEBou0&ZR2I2z;{CLGjHKt3Pnk!_5N9|>N?>KKp 5qo~jzv_ATnUp)e@Xy&5X+!h5erkvKAnRw_2_=|V;H+{@wAVb*QN$%+&xb+h;yQO{$6imsaxccQoonbKjS{r-a>Gm}fd{7Re#U#X JVhF|7Lp4(B_JXtnb$!=+P;S$`P_)z!t0!}FCz}LAQS|U#wp!hGmGokF+a#gS+Y3Z0wRb(YJ0Wq#)m4`v|tpDe4)l%Fo$Das^|~t hql}XX9-ppLHTeeksb&ZU(FPlW;d!NTN)CU7Q;$Z*n`#r$%|~ETA{jR%D_$MgJCu+lnymym;sG~H3*V17isF*W;EnSNdQ(YtGWps Y*_5H)GIE%Ko5ICO>RBgILjAW(4^pDWT`8=*Do$>rv@09@sPq$a^)OY9HFqDfX2{vl<5j{v5yUj6q#!EvRYiCGP1Bjc^blYtH54B Cn<3w??J`)Sw>U2vZYAG)j&E3sI13ScSzvmU+yMc{RICRpPr5%J>rjCC&iaWaUaYDa*_EMegEju_;%~hJHPx@{EbxUY+vWT9pC=@ JHPn-?O*)eFM59un7(!c1Hb(G*Uz{M|3d%s@ZmFCPDHPHc6$0uUqU}V&F7@&Bw*ZU()pNq!L7t|OBmaS25=OhznJ_g9GV;_r)BCx ?Psnf6WQcQnep|k;~L?2#(HVs-^}*?OdEVNU==0o?2ST*?wVf)|G=ky^zOZxcr|X))sobwoyv{Pjg(M 8YNIX;xEx!2Ee6@+dE|O=*z2zT!_-Dk_5%Ic{B}45fiTgxz5=lCi_nEN1Cnym3v-GDF-2ePe5AX2Y+7U5MAi7*cU}`JT8Hy@^_Ma X$i|6myQF?dY1UC8xnKjexn26C3%u)K3=%9oom1F+Hzi`GcAS{Au|Rr4q0#eF+M1&l8g6SWo^VqILX% OqV1SqQGCwl~>Yp60X~;xAI5FLsio!+J4%Wenyj_i~iH0S#XCft>;jMk<&m9aUvhe&dNM7?V+=L!k$X?r&Oqa+?Cb>n^4ffV%_jcWiMi9 FHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiMi9FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(Z ZftL1WMy(LZEszW&2H2%5Xar}p(;lNHx536s#%=2f~+a1lrE^!uBfUl>Je{ZyrzjAY=^ctKJIYh33vlk5F9A4;Jg6O!h|hd#7IBS $okJ;GxO`p#g7Ez0&*Q$LoOjhGK*)(WkeuL$P{_MK*&qXS3AMttnV7;g)^T;@=t8ZS2~yEP&lKF@?^)^7cvj9UBFZ6ytal@Cu&_J yRx<}z{o3Iz-FU7j4h{ysH`cEO+MXFmC$7`w^g$91a{H4>xL~6B&RDZ%^*#I-KJ@uuiaT@7|Brh0AnYNFGaA9)1he4sTKwO`->Ky J}4?}v=6RRdAh!54valC_tC(pMkonmDJo7kn^FmQkaJq(Wi-0FPyKCo3-Wt1_#lFfGChsV-L_y68ECXFr&nr8i!-AqXQ)V^uowy)!9{N7dZb37&S Cw_d1C+)kl>T5i~_ecEJejvXAP)h>@6aWAK002*BhEM@6aWAK 2mnuJhEO^u#(#3N000Rml=YrJnd-Sb8P&YIzQ a}j>@9-jAEyuY!h=e6K{Si9#PhxgI5Jnvz=uiVS?#-Xf}_wl^@k?*SSd)~hRfAIs)y9w~;`+458fV1X!-WtHMKlHp2i2ucm=iMXk -JbVnE5P;k_q@*m-V6A7z&`?R2KWl#w*Wssmv9u|R{`4q(R6Qr!0!Pb1-L2TN`p@THUTE{ p7&+Ik$~R@+!-(p*bDd_z+(VYfL8&|1H8$?zuWJ54S;(9eg<$M;3j}a_Otx6`dQB<{fvKCKg)Xo@JoPSDX_jH3w)me_yxeM!2*9pF8H7%J}rOSfy0`Dco3?@@rC1Uw(`vw)WaZUA@-;HRV>Mb_(~BHQ&;k>$N)@5vJ5Z)otVCF0TW67!vCa96;M0cQd> 19kz91Uwn=(|~sXt`B&h#edk|A1krlPnOs&>C|xmX~6XW=KyXb{V@$KZ9AZrMDJ%WvkfK95@b CoG?50lx_Ny5;w&vgcu%cpH})?~7&j)7K5Qlv$4nW%lFlW#&K2(sh>Ej@~lMzZftf{SLS};EFQKdBWgxR?e$sj?>$K8v?HHv%X*O *z(4+k<2>Rx&aY9&ah~r2c($Oc!Hth+y{`dm 5j;Ph{r@iD*8qo|VB>cJ$748Pr_A>gh!3X#J_>ll2`uk~6NxWpo=E)oDd2Zy9-qkh@W6?jFMqW6_fBLv8!TeEBNj2Ak&B4mt&4~+ Qx}n*&0fTG3+?;Si-^CcE@FA-0*(i~bP@6DIl#$)?_2tbCvhCQPGY;~oy74v;Uwbm?I)4$-DU8JlQ@3w0`4y5oD3Qz;efLwzf(MK M``aV#LGudVL$%xROY(~a0kFUPi6k^oyz(r7qcFpTg>)tfbx#$v7u`x`uAG4s9F(*0#I$Kxe~?=0r}kie>mrOn&nH1@{{ r}6t~fIx5WoYOd-=by&@zU(yC=lat)&+f4IyH4YL{M~7!-_M=K`Ik7I_1olh<~tJbn^NBCY{%@=iEm|lKlXI?`-P`-Tz?ISCD~gA I9=L(2E+T$;CL=PgX`K6XRw|ZpFz5E)fueMt!J>GR-M82J#z-f_r)`aC!@~fcuWMuQtllBxDfC$z%hXBXAwUZoyB@TbQafzmjEvZ O#RgJuylLNe#-It#?M%vJpg^dm!ENc`0LNO4u0|HoWBzR!HRgLpA%1R`Z?#@dcWX!v;b}mco^XRGG73}GI*Pw&G~-R+5G#E&nY%l_T`T()B#;3OG`b2+}x0X7QWoXhrYdLG*~={$b-&travoyYP{Igj{r !Fj~zi_c@fJ#ik#`+b97IG=FK^Ev+}o=?1;eLnL&%HU~$Bcwj(lOEo8KF4GI3y4?Wxq$6&xqx`^J-}@M$6Y`^!M}jxf93_mpK~u@ yRWeHH(U5GE&YR*?spdupWnTJunlmHg*RTre%baS)^qAbq;q>*#BvS*`~(Q$ITtbi3oqvU y6a;0>wOoq{f}SFbjeGYZ}TOjXFFWNcvCHWuS?k8PC&4x-u{=c{JSq9zOS)(U%Hg@bhAr2UfbCF_b%mpoOUVaPxqz7pM{rl9Iv^Q cy_@w1?;g_+!TVBTYY;zg=cL#$z0d4`fGvK~}#mhLZ_g%*I>3P8OWxfGU1w09p?hwG=U(R)U?<+`Oe|iPy*L#3> NPl0+`n+%@$NB45aeN!EVt;J|*em0B75n2dKrGGP-vE~a_Fv6*Zgvgl*?7Rb;L$a#_Y>E!fB$w3)4c)+R>G@ZYkcLkoPWvdIBuI= $Ms>_b^hqd*Fz?e{<@z1_Sp5r|EI4fUcGMN?_JM+UT+E4)lUIJWbvAo@cTha*xnB_)Jlo)vOPJp+7VlR} *sg~FrvN?*xIN%Ema?2#OZk0od!MtE{n)vb<65-um8C5Iz@@~CBLKGqJYy;4jbAS1e0qE-+xzBH;_U{@h@W3y#`I0gSkG;j5g#Wl BVCxajQDuOGM0blGM0bQGLHA<%ZN9R+4nzN`WFBpntAUpW54fv1M``G1LxmQZeaRrZs2(R}J0aQx0&!Es#*2-etJZux9?E9<#4U;`@Bb}RYLf!j#$pT3Rs<(s#292#%ueA(`H;{UkY $p`OyJKKNu?X1VOx3gXk-_H5+oWbNB?7wf^!TGiA9h|qj-obhva|i47vpbmIm3Oe;R^GvR`0O1lcl|q=|K@jc+;_0|{Q!%Czjv~K p0V&Z0EYv9`j@0PBLN{gc=G`FlYDA;)qe@%YosJoc%lDjxA-?*Fkj=7ul%-l_UJoaw#%fGmr?Gj~y#M|T^ qnq~-4|ckT?b!`*CScz^TyK`&LpkR&zwtbX%HFBJVSgp>C7t^6z0Btq_j3F$yqEoU)x9i#rG0-G5G;cChkIGxzH@t{k`}7=c^+C?3qaS3u&#~_-?ERhxIiLP&?{7Rv zH{S;Sf8ec*gumVV*M9C#Cl)!5a-#lhnW7hhfMBxh_TK&n)_>6-$Y($J2hxF!9s|z~ xYc89N8)jmi*}7LxZ@wmk9GWsFKa(#w*WMqn_mO`getsViQ^Y$Sa7Q#?uP2D-i=X0rzx65N(+5v+{rJYy l$Q?x>;U}L)8t#e`V7Wg@Dy-Q8MkLBhmHFy*OSa&$uA!BSK{5Rf8{tn@K=tHC<}$ZX?T`&t@teYjjI6X0)FjpEa#}d5l@~1gsAUr `5gJ3rO&Y+=0DGJZh4;g^2+m+YsUT^G!yW2z$)PVf2Uq=;tQM?OJCr4toI_vZNiJhmmj`J{-W?A+jYu|oEOi$$acK;BI#@5CC-aY Un0J2_mZt+FLD0w`V!}F_e;dTg8;LD$Gt?k2>1q *w?wv%zd5m*43|beR}(Kj^kEu5N{56gM9Vv248rC{rsgjIUnb|NxFW`o5n}JMYzpdq#xto;&@Jbi}T|kz@q_AeT(wJ*Wc#6nDRF9 Vcy#u-!tE)Jh$FE?8iOdVfuOR5WkLjhji>u7XHt7xDIao5B6u{Kggd>0GuuT^beN%z(1I7);~d$CBJ_X-+SKWc%1$&`|H|wIo=Px %W-+>UCy`n-X&ga`Y+PI^1nFVM*{Yu|4#!f;r;#hxULo6=eRxnKIeP;ze(5k{x|XNjem1qHGV+6n)w08?}s0-+@24(-c~>0{6Fpk w)d(Jj6eOr^tT@n|DO7Q>(nbBkbi#r1CDReOL%(&-UujovvDG!^PmVQ__zX4_>f-%N_h_eDt`?qtfK+(H>eZ7R@$1ebdPx|uu39Z*DfO7yh_+&!cI~P#s!aP91gT;W~L4Pg>6#DtZrwE_^6zlseptciG`t@x<>5qR| `1+q_ybV9i@Gk*M|85E><24dc#(O-V;LSdOvd)(+-cc5Bv8BJz^1B95@cJe|ng4eJ3VnGNQ0UxuQwi^6!1Dml1>Aargwn0w0t#LE {AbvIM*zyY_ugmNu5C9===|D#Lykk2!MPix1wi4eU$b(iY?M$wWOqPWFZbJs@roNUeRU(I|M5mF_izh84p8v;w2j#AD=psdH)4Grw|t)2h~@m<;AQ7vEoN On55*f6$Wfki`4i)(P)lfZJ`8@D7xHvF#Gxseo615BM+g(hdpl8N|P}HQ{CPe*XA`w+7{YYC^)h1Mg2xN_bBJUN8muA^fPFfhQ7g 8vFV2T@yOrU)q)P#oH~R>-Oe=La*9(BVHE)g^nG&8}aiJK%pNm7~F98gwp$wfI?q$fI=^iwf9>Ag+BcWQ0U4g(}~~d>5O;AbmH%Q (^;QS%;5a_@(h;0TnZa`Q29)*e6#M?f4A%GE8LZD&_aHuu*@N?Orop*;us%oZL3(u|pzz7BS^T}*61u(=0fnxg-^O{nvW;}? !8X?8nKt&{J8kT@Pw&b1rad{2$L+~2Y8G90cuG*9M`xlG%w>{a8cK~I*{M<~!eP^=X7tLh3D`&F*R?j3o{WGBO6E6V@ AJy0nyp(pfGv2U{gz}dg0}8(~0Z{n)`5o-1!#YTxF65l$IK=kOr6bgvKD^8Y|i5&XLDRnoXvi{d^YR* %h?>ahXK=oZ_j4EzPvZ{YuKCpvh&`o=L|qB&0ZfMSSqi3pM*CH6`%P(pv#!gm+qJF&X)Pxnedk3`^_K{!e17<6RKBx9PmDT|2`(| tAGty>@hXHujWucPzy9Ma7Ov3XABHHeVxyUaX@c=5tP9RF_|obb?8Z>xjZPpAGU;hhBd(;snOZ24o-C_Q 5Tw&P`w-&eHHUH?UwtU?X4GMvFOv`BIL<$e<98?^L=*29fTI6D;P3=^56^oUP~_YFj^sKxa3uTVAVAqSyckgU*v6w0%6Ii0#dhC( 6z9*|M{#_&Kbqq{^JvnAc}Eiuk2#w2?OH(L3tzPGPaMN^O~())ryj%gx&0Wn``3UX54?H|$ED|3w)X}=ktf#x3SYO$PuTy5|Ah2# vB3ubg&$x4IPybZJ)Z5q0C1(uuM@~GjXyD=8-4cz{tw>oTg3hxaZ*C}HI6!o{rJL3q)Ts~#QysF$sEt^PG)<0?R^oT?Bm=HD00(! rzBK9+Wi#v%cZAq9^Yp0Pp1&y{snje;QpsF|BV)t?ldmu{N8pk`>Ay?+q?5(&cD4EbDkcwnEij`V$#YccEjnbY{b &1vkX-2g=%IpQ?-?~>EFp8f7L)<1bV>B6+rIUn~so%8YD(@CFqJA?R@IfHn5@EMH11W@FPdjLg#e)9~{({0Y=_Z*7aS`!q-;3FghX9Jc_U9K9&-c89^*sI( =C|e&uETF!!gM=b%5lnGO1g68r5wlGFC`v4bt&;@y~`3R*QPGxxR);DxLD}rj oX5`tUMKyrg!pjDQuf~?OBt_u8T)z4GLBdGGOo9|W#sn`TW0hRQ1n}CmXS_Ry@7P3bOY;m;td?PD{f#u>)%NJe1jXgZh!Gc(u?oh NP5z2uoZA8nNK%z9XjSl_UBh`BER1W2oc)r0hE2O?wd(pKY2?+^?_eop74GPc;IsKsckFJ@A!WA3d+5um8}17R&pF(Sjl!LZX+G| >TR4Cj{`!)_cpzq>-#tEAYJLclllA-d#-bNpA{Lq6v>_wfDi2H(1e{p|gQa@l%-Vu!QOZ`jY@yqEDt+)KP1WpGb}^X}!kee%5=#|!V}xZim%>EYw|QqJG&K9=*# `^X31WACf(){ndb?e|heH(x0z9K)B5V?ANvjm|yk**01~k`}3p+NY8%t0Ne5B 2gt|#8&FJ-)_aicKH@=+_o4^6u3rQw`j=G?vOaSkV*lU#5cB;bpx6~`yoz-9z*VGo_W|An2IVWO6Kbck`Vp3M>2JwLZ}B_M_Zff? 3B1nVab7Ncl;e5Vqb%p0N4XAt?f0CId;FgDPpskhP1mr!lh=?w?YV~IF=q|&XW<&Q`=K@L@8{QW99{>MeYkhlaK8C}VEYdS6#dUJ e_;Goe_;Rq;SZ!2Zvo2w_17OGpEUC^uG=R*M!9jtV^#5pXT@JPjh`f_-WSTnx{!$Q_ql|@A3@eFMfvgxbqpV BcJ&z=%w)8f8~0&alLGPj_{S|*dG@@Pd;xs;PJql1OCqW{>hgT-kpG3zr^>qUm}09*~{enI$vf# -T5-*slUF=c>S*s56^mq^X=JJh}UnuLcHDJRq`$4U!@%I#H*wqC%i^E;GEalkH@@`@E!-e><#wsk#7>7|0etGwl_()UU}2xskahp -`DUK=i}(Nxi0PeHrLZD0YxAC^4r9xN$(IJbMJ7SFT6u}=aP4bU;liE{KB^XARZkAxWDL2{)u`3p7$>Cb>+XvN3H)J=SSarR{!@{ &&%H9`2FEM_V*{>C;j`@`$i|;=emE=`^2kfEqud&Q;)gjzloR2|IPM3Xzy?ToA~+Z4;ViD1J2{=A8_8z`G9z|_yf|hhd&^Gr69dX yey!kUjQid;8Z~Aw@Uz}e^vm>JbemK*0cQ*Nwt&yelqFZ2G}?(sr>l!fWjB<{fVS^7T}A3GEPUWm(=~r3jhUQ8rM(icpM8Tc=d?u-O#d86L&$t0l*2{kZ-Y)rUm{h#{?S`zkw^35%y4wNOp5?Pi 9iJTlW#0Azs@*i8=;Ln!6ghn3jgxAJ^Y4vW|9wA~)Ny|XP}be4pHF%aO}v8ug&uwO3rTN2+SLwt0N}k}O6t6r^3|l$$5Q}hoqirr =Fh~hCB3A`SAa5Z4}3kT_Cyj~&6#m*PPrnsrxQHfMU=59H7XnOLj|o5V5>x0mUBWr0GfJOWvK% aochRVLPC#cL&bkI9xb`?O$&X;=_%AvMxRgn8W-_v=Kk&&P=Mk_=fFCU0=S?kyJkBRlr>l{yw0{4ZG}>RKDwmz1Ux$m`%E{*=&~I 3@Gcytl6BeC(b6`-9MZ3^z(Zsb)6mosPg~bOrHUKOYm!N&X3N0l4_^%4&cRrXZ#PxecZmJqrcjhc=P1GY}c#%GT(21pYbOHJ`MN+ ;1;O=Lq8y$duKo5(T#JGx_>zBhe?(D$7Pb`ng$-X^{_9;{$G@1ysL7Y$G^-m{o^^7`*M!``#zxPGd{IH@oUQdT)*xH6nW{_ b3u2|Pq*ijD(7!jNUFZ@m;%2aQzZT$UShkR1Qb5(*%I3`dLGLeV{qy`(v3XO7QWive>;!$dK6IP&A-_DVdbRq8^@J756&+${;g%Ezs=t7wD(_?IWBjX+5c#Scrft}*hrRf7BD^7kh^-+-U&dtsXBd6C)poi6%w{MzulRQAeH-_PQ=NrEnGcuoQZ4SYB@f3SV%py_YP`U-84z;-xHn5395A_F}iN&oJ8K-DL4QEZ#AI`wrvTyrc2_ 8N>z2^YTgBiwI9Y8DWpPa+0*Sk-uFdW1u!b_+4b>${KT(?6)BP^LWOxVWyvr-L|fe}9&KSVujCBkqgKaP613G>itqhN+NHU_Z&{pc5q@h@*<+<=4Z~=s B7YA>%91_ihrIaTU-13$$h+8+{>akYXPdfrWot+MA?}&JXbIX2ET|gAD7wwETf3@gU}S-$h)}O+z&G{!ue$nx(Jt1AE|s h45ZXc)G5gmY{u`{Ox6B-Y(;aygKmv7JjnN{WpXU7l=4F$$W|AeJ*~NTX~lm6dRJ$5m)xWUyQ^R9rZPle%cuMe^Tm;u&V*@w{OBD B<%SXgbNR_y}b+nlC$);;&-Tpi+$UVto-*8wp~)UGrdhBIOP7mgs`7kx=#UaCVPg0Hx_qCJWs|m#8~fw1kb4c)Zz>O`7pw|t*lf{ {u2=XXp-ky5|MFe!t=ioeguB=B7M-9pslF;d&S^}$ahQWAB#KQ!e_|5NYV~XZ27hrM%yRhOa3VHW*BW9>JsE{zJ;$cC})wyes01r+DW><1(E*!0=^9sI+LXB@0<1wETYO7zf01#Oa4BGc<EmW$X1%WCqzEhPbHmyU1?BPo0PN20YIc97@tAUiQ5p7OB2%xs|)n+NWoaEYE8YcB(zg+05T0c$QB7&PvcOSa`C3NM8@5 9j1;2ej*c=612Ho;n8+aNbQ9_@G(eCaHygw&=LXzkI+}{r({q6q1y6fJ${E012 FMdzp{l+A1R1fxeMpMqRua1oU4hh;!Pa8&C+m)902?n1AY{s{-k+Mb_9B27J?Du}1;8|7CCyI>w^GF@VHusAb_i}{KKz`TT`*@2d c097jdqM02QRYX7FLd)GxT_lPR`1&w(w6Q?kh>2^AP55BRqW0 >bR-LbNV8qt+BdH^k}A$^2*h?1&U$I^4=Zc-@oHCgJ@WE9ZW^FT!s*ekWPj3c)oQCp@2+q|XQU*Af}m^@Y~iv*^P+h2GiwaKq`Z8@w{oj|WHc_~bC2 0TI2P=yJa4(&P8V$lACllIA-I7k#G4UUzu3D#5Q3EI=Xir;#XI&4sf 7kCnJ|0Ohj7;Tp2?<)v1s6`pqz+KxE8;y2CF9xLM$NzwnJZ3&*4`mW#!-fu(rs>pb}=kd&u`;&dpZ7q*| lC(44+`e6f_bc(c3eQc5bA^S^lKF)9F-ZFbtM9>hJ_ygVL>2(-kaajo`|YQaJg2l6aLbxGax&h>BaPTOZYuQJzTahVJ!v<-4*<3f qkXgJOvTT@VKVQ9hIu?k=KijhzL0em-$o^AvoC*-M9Q9yyxzn6rxHAiAb-!x_~N|}@HM=P?c^IWHZ|+b7Z5hg^4bmg{1nfl@jE<{ |2z0il=&)aSCW1T`s};dfKEf$ZFrY`!3mN4pR;GtZ*P;}`654(ulPUtdnEoyeCtZ`e8xX5JXh1lqWf$?nN#fh5ec5NR-2=mxY55m Exy=#eNonLz#k{+vq1hX#=F?5iVkc7exJj)ha>4PGx(n6b0dE1Me05Vb()IzlkI&4@{;}UQ}DY8zX6N89l}opJU&7DebMb#BlVt& XW73Oo!x7AzR%K$j`n4||6JONvcv}OUHn8BC;I=B@cV0mJ_H`NG(W`q*-4(8a(|*5-AQN#exkn>8{03}^wloN|I@M#*!v7w!z|A) 59?!oJ+J)cdNVg&2_l1AJ?{-V0=g}>%FIm{(NuEQIJ%I06etx7sCnb6QN&fbiwcNgKU~rKlk&N)xe^tH1?5^SS?ht (&El+PqCbBN_SVwS|c>M2Vb;0vHX!&Az#dNx1=W&5G_;a&892m9AG{xjVx#VY(Yv&FUXV&$jkLn=OY~XYzg# C1=WAeVV%)(5f#THmIL0W@mAsWGbKY#Rcfle72|J5U9>L4L!6SebxTX0$S{Abvn@vNQRDO1v2URnQ|^$8Ia7o$~g>PF4LMCTg;D3 jm_uAjqMyaz1W@WQS?Lyb>#Z9tz$=aj!Q4-%d&#n?gbe?ozM6c^t8mzc4Pdyx{Bp)ZDmnAtv_4IbZ07=bi)G0=2SW}9~H|0tr`_| q6u8i{(xV}_NN;%9Qk~{69e4XGIk^?=V~~qFWWU2O=_=Tu!GvklnE=CL;0Dq#Ojf8bLbe$XDT8VGOmG|w2H~xW5G=rlCFGJYnWYF !L&n<#B-S9f+Ja2>Mi_8q5wUrpeB{RoT6H9xmYcw_b+986`9MK1?gNrunF`<>YU0I{7R}%lb=A2r@y01(^Zgx>V-1OMrTSZc4FTHm=bTYf6QK Q0Xgb_gVBpv6AkpmdhX{`GItI&M)ON14^X2GVJH9;xFcQHia%{tMH{;`pd;C7Ld4*U0{_7o9}}(W4K*YCKuBK7{mpcLPZ7-rH^0Syw7`{Q{6{1$k+T1Uc#IJVt6!YE4O`__I5DY-{ X$2x6maVE^DeE+E0+Hyq`Iqj?%m-1#h)JtlbyFkeRg0A|?UiyiTj8@TdU?!zo4x%_T9hR6v-xb7(44SKGo8h%_FHeZ63aMkIq!^& 3+aiO12UO1Lt4`*^jK-!)M6EV0)*EN@U!!(Sdp@zWBIDf+>sS2pf8&*X`g0%Ki7*HSI8j+TQA=SB)dpArr3{h8t5=vQgmkqWUN}T et{JE!9at+7W+#WK{V9XLk?PIAU+M-D@9q^3LwncGPCk?{itzS>QhrxQ@Rr!g>@c7RL=HiC5=r$E)PO0PIB%`E` yhzWH6>(%m$Xl?c39FGZ*tWQ?>WCD8)x^)|bUt_QU-ii$asadWOvzWWS6LvLf+_X0UDZks(-<_YVgxql lk@@QI;**Sw^S(1zqNjUNEHMJq}R*ELhgWUdgg@L=`GW{woTbtDOj}4x^`gvY86_FzF1PgsCpf$#O<#p-WN^ 8^Re2y`e~lu|K&}7=L240XLYD&(8m3Qgl)6gtv_x#4K0Q)Vwg9wW$*UrE1DKqw2@-*DlmX*t ODzj&Y^@m!x2Qz;04{(sDp*Uw-seGdT3leekZBzfy>2w3oRwgpsU*S4MI)1;ZBBa7UGbc8Qs6BhL4us)*yd%%{EArmC7yg15(qu*=&hys0p5fgyl&0F6cw1GM6cq^kk~}ijjp{l%6ScD&3}-P6#S}w^81vFn6w{#_xsF5qzb7jYr)DZnJS~ K%dbRt|meLHKG?fkmWSV0-*9ygoDi#Sda>hPAced3zwoAhaoI7f(*7y1SkxdqhdrbQe|TV@NsUXSkeI-)R7`D+t3a%SlXd}O^>GB 3fwVm>QvXRVu1qc0L2mImLe=tTFFi)I5A(^p!9O*f>5ui+JAwVt(5~Mk>xX=Zvv&t6pS1RwidbWn(P>@m~4e^KUJZ8z*eAOHS8X8{fJ4E9|MmeYXUMAlD6)RX%{+}3DziM^MI9L sFg*K)!nJTAngRw6V~c}X@V3JRqq7tP5GGAU7~`C%mbUwqKT@OfC>}3yK@pQv{87tifD3!0x4ioC4Tg99rh!U0Y6m_w{ W7-16BY!o`x5+qDJCItSOaTjGM(8+4Qy8LRp(ocX40nt#1Zgln+L$FRwkf~?Fh{`p6v+-oQFLE9UvyaS~*{<~3 DvpJ$S}9`TFb2d}p26tm%gQEI3iLqf)IdasCS*{U_qucjh!8NHR#oK)tTYf)NKj}VznO;JWV9?M0TxH6jMRm??j^Wx%8LswVR`1LiFAUNYAa$`EYgcWX}} 6?8v>ghWdXSC3p74U}~d@^iJTqI!E}3DDMlW$zahLr$KnbqXUHB#f-s;iBVaVw%}=)zn-EX)tSZoYcgJ@w$9|e>s43jK>ezP+++Pr(^_|@_%v$VTgKYf2_$B#FwInj;n;aeCThGU 5toJ03-U6Y7u~(?KX8jBHXn2|1n*_x(ChFAgC}y7p;kfKx;p1Hzk$>oqYR;Fk^);=f1Vqcqhg{cgV#Q2PO}E;P@F5wY!A7B?qW+y ^Kli4NJWKi+fx|a^)Vj1&NLBf)hjxfT7{$O*-bC$whKssw?GXFvbae-WZJ9BCc~X6_MzL|(6^Q}X$`u*RvY1nhj8d&DXv&#(1#&J N2f3xSQWEqYWJpf8ltrUQ|#v;X*b2xDyqK9F7V?FWQ2y-Q&_7q#^Tn@^*Z=1h^m_Sp$l=NUOV3D2J&y171}J>U+k^sMdB$G3(dJo 1_U>EfbKUGDvc5Kb(nVyK}|#rmA#SrXbDyz<%v+<4ohmRnK98ua^p~2nk%4>INGtgIBlY`c21i 2*M_8ve3?wQXg=>xl%qGXgqvViV`P#AH@ns}X+Y+@iV7^l1<0CcV I0EFyWg!KF$IUp37-zs~ZQNzRa0%B_XWUJx2=NC~NOva(>&{FYTmfw_*fO1R^Pxs@GQ2^OHu~w|4WjO8^n;Kl 1c}@g1kK@Fx?y+&1mR3!ju2MeuJ;=?%7EY4Es7vb3P!0c?+WF!ZdR)926;3ihSM0b03D`L__Sr(y^ZFV00|m($v~}&AepgmAV_mW BteX)4q0p!pCepKqcJO}G{#Z#kh-F!m|tbrqUO}_hCEv60_wy_4~ijlOeTc(U1VA}`f*OfZ;3|^+Y=8LI~39|7el|7{mPtNB`Zyn k(6o#Azn>4OTUAQ#_}dX_7q0y!=suINH>dCl?Vb{bK!Fg8GvFz5F6ZNrEB2mMn95j^x#yZEtND~_f*Jr)C?fETeOCQYAsFi!Fm+B CD5Lt5&PvuRFTLhio7mtc!TL8QM-YfFG1u&Q58ZO=!U|t9iyQl)g7=xagOQy5MvUb7;J>d&_$l-aO7)0(=Nk;IiC?qX@!9#r3j=z ;Avagzp*ODKkzX+ouc1$V8X5P9&2(vql^DAnG%j%cXw8%h&>>yQbtEb@rhlh74yLn%@O^2qp8`oBn=Jczw#TADVn9KNWPI0IoOmQ rBg)Soxztp8+8ii&nUw`2@2*<1Sv-uDoS90l-q?q5MFBfCJ`HUrE8{x5nX_Sg+SvDXXszS=;iyb*1oN>E>P!`&OPXEld} Gqb=vzfZH8X_`1w9P1vThC+4*tfJBF8F_4@4M*^-IX!zbG1|qhX9deMtP%1ZUB|S0AdpHe-LIjZS37<)+jfzydXe; #&=W61qIV=(1S*IGb;=X=3V5$CY?8`W!pY)Y&$Ijch3}hs~FjF9)#YpBDzuP*>N)nKAVl3%`~lJN6M#hDg}>KX{)SKFNA?=PY=W~ ;eXXSQTAi2QI&%Zqlj-U={6l-Y8-WsB~XFd-ZiAF+()a)tQxsrH@<~#L^TgB>FIUF_RaxQ>b1wspn_^l2)4u(gUZwj)mNXyEcK#1 qqUl*t4`wAOo5MMGij>&4_uJ#^g##@-fUd(NZWvVc}}xkTxZYGS?#SUz*PA8Vz1kB5oswBuOEo+><8n53A*(_q?;q@4wkN;)OPNi7y*z<{9M@w_oZL+wY2J)^REbYD8GzSGs(WJXDYYRV{KWrrx3TIsO6rGc`PqQ3>1rK<&Z)kc|y!@Z#%liXaq =pZMnz}hm4HzUY)h_USnCC(W7*=i9L%pD;TvgS9LDI%2{w8Sh{LhIwW!MCn1pnP%pMvy)*B{h@okk6n3rjY6C%5n?^>4R2GtLW_O RPl5!?LyV6)G6G_->AwBvRuLM5dn=ea8~=oh*@tzG7!@ZRU(1(Yr}(r_9)P{LJb$Vv7tDms!Ne7`)DDr#*@08q?`V-pQC|Q9zsBw S|MN&&48^=F)Z3WtBZ2D)fWuBY|i=XxH}gSyhQFYmUpvpk#KIS*%!qiY5d1g8hGM@Y;IuHA`k3 FIqgcBS)`GmdbHVa(Y8<0j6boL`kF>07LMT#ljh8L`N=6CtturXBW&N^E=*UA_$|V&Y|6MZPUQ?YDShcMAjbL5Q~;6aj2BF97Fz4 GmEz@&}1qrm=``#xUgQy+H){7_x~^> KVw@a>}{WREU}%#@zLI~;Sp1W$Y!eBaa8lNXj)arl>)6!pmmLJO}flGBK0u+UUaKl#}(=0=7;5MZ>HQ0vZ#`WJ0YPXC~eCOt`KNn %Q|<(peDt-W0JI-Cr;wUn5&!wudDLL-I-(X(*10ayLhr%*ck0wxOeDMO0HV?ZZyx$7FEeMU(n8sAZnpMNRb*;K=Chpa(F1AS0W%r5E>mk#;T37F&E3@O{@`G2zcm-J2#MEXL7(I#2vqDwD5#sj4oKYE^ieAm(qkQYi7CTasNos@?>fG&>v#=<3r13&^5rpdA}Cjhe5@7>jbd0H9uX8}i|l6&nic7W(Dbq=Vu#ikF|@b2 8RrJm{~PEMc0fec-08MP!j(6!pW^&-m+h6-%!Ad58v@|_as4Cko%X`MJ fAEGHYHoFyK7|=Ltzl@lAfcRaqMku?eJ5YbXJ+G#Rm1LGa)kFr~hd}X$;eMm!6zoh$Mov+q)7ef*m~}v)nBduhi1kFU7KH~4wvfZifi-tw&Rjyjj)iw0W3E9RbHJgc_^a@-xGz?@#Wi*lw7aDmChMSlT WidbUWS?b%o{_U-3uM5!9>_GRM2?53LN7dP6Q~b3uHBj&CVOwL;`4FP$yf~z45TBb&!JU61zm4K!8~9Dv&o@J#*J3QJwPBw6+@o{ _G!3p%R4YFlA}{aS^{lan5sz@F>Ri$JybbIaIlcc4;!RAlD$T5tOK~P!dIrp$J&YeYl!J&(De19{vn%U| G*t#I3(aTT1d(K+(FhOV`cgfA0j)u4T!n!Z1*@2Qy%!2aF%Y uZU$R53BKzlEi6NyM<;sU{!NSD_2k+(KQQnYN97rPw81DLbQFb0hS(IjjV2-8A|QJEh}$g9WG2yYm&iq-;Ju+s~@iOfpXlNm_xq_ Uoxp}7Q!(xTD?hn;zqXd-E(-V#saFQj~Cr{?8J?v$ahuqsyPzMJIT)bW#(psXQ4-)GrX7-YNT}64p?NHvd$h%EL5`*adx;LZh4>p AC0Lkuj;LTJmCEO!(%gM(ilUS&X%d-&{9o0-oOyw-0sB&CPTH5~ dhTeCGD(zdDzyhWOgN7kgQ(AtRBA@Cl5I`9aT0?hw=o@flnLZ2pQPY7%z{auxERGy#t8BSZ;*Mptoj>Jbv0k?sVqU+e!U*I!c6sw&KQS5T_U Gg=cfj)>GHl;x`Yw)W^2Ngmyt7_R6d63P(LgRz1Tj0(X3hlQbrUHG3z#mGO&D=;M2nak%Y1K!{%Mf;0FrOqe6URWf)JKRHQIb1Mw ArYb=ei>t2RVp(jDsJE&cvmGbQ|zrpY&)4p5z#eOdDBh%l#s_MH#TDlPINuf@#D3NIFc+ve?_s&!C{l>HCm(D@XEn T-@NCF(75JxI*5lr5Exxc{2V@pT5sN2IK)*b_(6+(lc3zs{EI3;PGg`(O&gXhp(%Z1xer3xM2xDIGi0E5+0-CH>s>XHFv0HWr$qE uhYbm(#~tte2SGC2J`q9**6J1+%3QQJ`LM9WsBP;l4r#^!v*H+CTCQ0B*EUn8n6#a^mA I9=no2DjfMy8oEYUFw+)7|F=iBc5ryo!&iHs4f&F%H Ou^()k7o|K+zf6w@Zd&j3*5)AERlkzqVNnSdW7AOk8{uzTQm&Yg ovPuwOoI?IX04JW*q~>nG*1j2&<}j!c(1;7MO<8_A7J%rPNxcH&(r>GX4l8G#*qK>F_2Usolu5&pW`9CN`nB79OBL)eBL+Z<=Z^U3bHij}; ZMpFMYF0hesK(6pC@c+TLs|A>*gjLatV7y>fLf8OnIawUs;W5PY9%2FD?n9Y){Fv>ifg>Nh$}ruDRrlT$tr`98GE TEgUxi3mDRIlW+8#Jnju9})GnGSN-;!QNql+_KV7g`!%A`g0I(PH-B9#$mxRlK&uyot<*$BjR~vluk$XMCgtp*ws;4!0qhBV@8Xa qXx^7tRpcTQRZoom~C21G`_OMBf4)Gx4{ju~PSFq%7eC>jiOIdU(^VXol05&fkxTji9EJTzK?7Emba86)uEwO{eHFe7Uk #$=)B^#H(71ZuMR;s`8q*0C=Wo~O}cnUYUUqL>adSTY$&+iu!zAj*`5rJ|Z7>a2_mSKyo1o4UvDlc&t|rUvJ^RPo#8lng30gXx(s Xc&!D8VFXG*avEO-KU7}icsr5bq>4n-}ho*GetQ@Ygp5uj%S?T{mxBe%>ig_aEJ6X7e6}R0cyrolb_m$;LQxGkr NJB@RpLP3yQ$gaf#%2q>l|FB3+y$|F7hQopw;J>V-}!=!dC-h}WPhzEM64R045oBV)!*X|GPkX8DXlDaFj4!QP~xwP3Q@I(x*~QB E$hLYHngXm2bOl8=~yK<65ZB;2b(dZ9i2eVG5Y20vJ3t-PoK{Jo7>y*pl{Qs%X3z>h~WW0btxGjkY9sAVjyFRr1@e7)vfv^yYzrUQ$f5ihF$^!=DELE rNh2H;ZrpUcND21Zt-?e^&j`~`s5r@)QO}wt$hz~S`W=ERTeK6LJ#sz=dBj@1LBNAIq%Hetc`@I+e4EBJE0k9WKBj;N4k6m3mvev16&Nt^#o}CbEPz Iq|!q9`&%qs%WQXz8H<3pb1VUlEDu|^roSlo>A8v8bj8)wX=+b0HXxz_$JTTxvti_ke=Sr7VzyBxlTmPQptiu#(80krzUN222!@6 Gg!4QeTC(%C6$^*AIp(_F>}Q&nvgoC9P}k&er3V(mW5H#YPo6#&2@eyoQXih@oT8a5pu%#-OBIcO?BAPd@rWXp4P8t_M#U0bSZ}! mhTSeSFkVYXe{_yWqkZWTEHMpuMBdfSj;z%Zn1LADP6p%A=D4U8>~>Uu+ABNmJF=;?i0EcIlV9$Tr5 qf|O}Bp$`9ey}GWkwan*Qe;_iXCpKDQeUP?9C>Hr5@I%AED0y*_O^}ubw&4#*S1v+%&}<`KYQf%zcR5xEDt+Yq}$lM84uJdkqc@JQ#;FsJWSCHp|i2<`PC-NtyX7cN-(VxS6K9XIg|NhSM)dSar^*%XM}{#6f%o{U9camLfb65tyDpb{nJ|Zgu5mdHAtM %qD9Ch4-MMo5L4;SM(V|ZV|Skezck|feMeh!2=JDek^eyBx6u;Uq6X6Q`zm;9%&ocv$8FxeA_@|QL=u%}PCRxz!wA}6vXGRwsJSUN%}LC~+Q-t>w1H`32`d0>>MPfrKFZtyaBvi`TvJ_h80yB3p+g<#H14 Bh@d~NX#YqjY3@TkBX~6lu*wXhWqtC=!FHb4Y28osp<5YpXuxr{y3v9S1e2% HZ*!OM71zO(JCNoZscrdWYBgO;xCY2sFRx!SvKXQW4AY>7&k05H&5Cv^1)ofMo-+dq}TaaLT&DTu)N8qTL0hm!Un5xXUJ6uxng*b Ey@hJ>?3L<#8*f0=6I)2<9NqvhG?;a9-xrZjM};-MoHIhlc%I-WaXSfxE^}6`-UPD4Y5{WE_}?2G`K^4%T%<6NI6y-W~;0FzM6U96$FL{ffJa#x9&u2NPmbm!b96V5^R` _&s-Cx(k89xZcbX?xgum!TAs~19t1NO42&r_Hf1-o_Z((xmLP7k;m19uO8B14lg$&x;3a4O|W3Z3|pvkC3$O%B(4ZuV~3 TQ~@Smc6~GOF6n-OV8j8)E7bum2>r)k&xcfVGakQ=UYO@gh9M0w@imo D(TDj{b_<~XJX_kM_Gqv$(j*-tRL!Is5)KN6NG_C)u#TeRh|g->@GCmeeEu#50R|(<_NPb>;Fh{cAMHP1q=sYYq^a*t9s*1FQ 62!Z$ZAgG!JdqRo|bvrVeMR?S0Td%&&Eh?%L(&B#8Qx{6Nc)z3Eu{AtOZbUoKu5 Dfxn`TjAS#F0Ns!-a|_(OlDNN%=tdLI>4alwumMj|Z)<9J gLA5!O6_I0`wnk#K9y6c3DxdgQGzn^AR#KPNQmNDBN`F9RdB}yX4c-+6dDeIkoOkFS4E3w{$dH#t!?-ich#!uar>AFEFFS-erpcj t@}xYAj=w01B0?&*RyhAhIXAnZASm^I2;J7p*{x&RpR45zc({90}oZ>8c1P3P@hwyr8)sc-9a@|rDAlGTIC}Wgn{6~yK-=UgL?L$ XUY)8!rL*VYAPHDf@dIdx)Z*%2^5x=%oj0D8Ym!3YmDH)sym)vaaWePa|iS-D_5bdI5uKzDgY*4>qUe!tRC@Yn6ggn1s x0I4IpbE~KrZ+WCX1#qE;0G-k9=#gQ+9k27SRMjH<@R<@96YB7IaMAacxaQ$`thZz`emJxM|xUsqF;;o5B>4g7@j+K7NU|EqL?A) DiJx5fH=DYwNYB{xk@+KTA>p!6@Epsn2A8+e?1jHtfC@LM$d4`N*r7w;?5elTcA>*6PtkTh+o}V@BR^@sQO>cXZ$`3wW?_)f>h2j B>ZH3(-m}OSYfX{A}Y0KMOBwJ(&J20|kPTqJbcP**p^n)1YObaa-sMZ=HekF(FRJ(2)gsxp3)=^qgtd#YUB;Oxt4P(#Krm4{ccEm3*PBMd%h~rgOII0V8Nkt6kEk82oYZ(&LyvOy%3sf=XJnevVIWaOs E{_HV?L&5LM3>(XJ@cs6oxY58SHvz!jz?N%1B1ET1}D|lSgJQhlh^@{I)=pcmzhXfI=l)}2AB2KNguFuL2_HIbc?9DSsULR^hTN6 hR$e6zlIGBSK{!N<<5v_7CR_t=CY<3jCjCvn}At5xius1pfAj5Np=A;^kn09>B1xWxmq`@8pUmj>&>`R-A!T^NoB{J-{%Z0Yj)7( v~u7sCv2ViVnThar)UZqwbyJ(PsCVs>)4vXf?aY}an6mb0;U&mjd4=ECK@cFsMo)C-PnkFhs%WLQUc09D3V^Y;rd2(Y`Si8Slr4J eZ!2Xly&d8%X~}Z)xohiP0-aXv{ALxK|oYrX&078%@XCr_HZ5vr{Xc#tN8Fd#EY6;3p(8Y@aWtHiY0KK{MrNGWn#@l>A#yQWOwB* eRLp*mz>CHrfQ7~5NE;YwMUMa%OUM8^&odFxc1DsqT5=$ZhxANiji5uI~s` pqD(zI_%Q+T>Y)d4!HoQ1MIaf+gc-TdvHA~edxY`?1H^W`z|0MZ`7jJ1p18?7LDKLgOJvASfYM<9zE(&$7cSE92QmsBetIms5HlHb}ckFCsfyl~Yn4j&c>X9sQ&Faf-uj<5D7EF36 9H_@%^H#u0)N2EnwqmzAZkHO1(oy`fm3dksT9n+T#Rg4jo3guNlb_SOk#)DUQ#>sSa&|Kk&(^KWqE!E8MpFXDOrn}%X6Q8R&~+)| Lp<6CZp*~3@Ax=ZDeK-L7OP^oSOtsc$J8w~9&`Uc)-9-0AkBT0ZkaZ#U5@S#XX{hezt-XG^hxUR#4C36n?l`77nx6)AL~^L};1l3u_`rtwR2Hs#8-!o$AbNo1UIpRmOL! m>_-_CIrrd|BolCK}+Olty6}Svz^skKJF{MzBjB8SCz4$;Q$?ZOLHQ(e#&&Un;4XdVQZteX#`c_{j_wNBe5d4%hF_~ehE20v_H-m 9d|;{7U4oEXL>T-j!B3vpU!!eUlsMWo|hRy_EalPU!5-x%BV);VU|Abn1H&ragKSNvqqlQLqp`QRqJGRfk2jN;ehSUo9Rlt-5=5= wo&dJeDu~mni==&=lr?kqURbT{UpsM_RK2eL}2{z2@?nsBGc$qt0e?f3kHSSdPTxxxGjJb;t;*K^%MQ$f}tc%cXIXQLWTCejRj0q7}@VxcbU3VMHv<{#9-{xJT&Hzt2+*fYWTr3!X4Tx+kBhw5C#`wh9+?w{a~M#X4Ezbx0S}8a0z!m6VN>-Qpm#weg;HILzSA8q-yRBculo $ERt|gKjBEZ!z58B0i{<2u0T(aR%PJ@m7&35L;r`-hzs|1zoL)8~q5S=Upe94zX!CSceiXRlUeirzbLIp}SU)O$Y2rdN98-R*kR2 E1Yt!r7_7_OGJb=n~H%|oukNs3Q`)RXs?bA8*(j}M5@cA;$3jNQE_?klj4 _k@mhbJn=Feb`X@BL=@TCCv_PNJ_`sfng8rL6k0QZEDYPHU(~imHh!{=m$shw+{B#`ygCzy}4F2*$L~lDjAqLUu_k taWBJg&Yeop)k#O_gL-tg-pglugl`NxFT&6V Gp^6M7vk`CE4AqDRcBFdTS%}hD1(j=9OVMu6={UfAPs8nX!P_(pwGdZF|Y^jYN OpS;S9rRgIObqcEeZvi@xn5#8zFoFYnRF|Mg|;fe5ik$$e5i_XcwACSvuouUSU*5Igi Gj~+=9oG?a&;oS{ZLNmRC^T`m(?812)nr(conM=uf1sCRI(5O`##db8Tvrp%l) p?!)ss}LA^@q*aF8clJ3DciU17*Uu+JusR(&uB0goXX%`y|^@(D@1fs=2AOgvYZAmvK6TDgIzy$A6kd8ty>S951}GWlmm5R*74F2 k83BSLPaHy9@Cdw7%f-GiDJz~qy?KUmz{_*5HQTOr{yEJVz#6M=K`v*(=z~(yD7uMw8HVri-$LSBynKvc|{whX4iuUeV!gfik}Yp D0XY%?VpiMMX?$lMT{4y-v-yi92gA#z@yD!I7X~eE%53&GnI>WN@OiCYaK5-k;HwRR{t<_rDo#A&&xl@_{AH5$mi#Ok<8}xSSMz^-pl&Hq}t;korqpHRVU2e2;Uxu*paPBZZ kiNDsh)oBSM@hZgbn8NWtvF~vi+Bq{}w`K(viNp1#*xZboY9{e(L-6RXQ#vtodoQeYJ`el-b+F7OT q0h|F9U*$XyV}KBzk3#|aeDgpDKm#>KT}X`_A3KuPwX!6b-W6^ob46yBfC(P4yvQuY@CIqBY|>ETnnu8&7DAS2Wjk%LY_GIuTK@s GFiyat1`1ePc^70lj+`Hq{m>#@Iz_FI_U1SJj^YgV5v1!8+5uWP|BIQFFc_rEv-PZ=@tKdkvo^ulZJ48=`Q)P!;mVXM$eK^rfRXO )f3u#iZz}z$UulX+M^n_*3)QUOc7{vy}e9tp_kctddh(RhYmF2ug*ONL)Yd&W3Q;GOz0wm!RnfFFH=xQyk*3$QnGsoX6qK2noI`U $$`YB+UqDIPJ386v#YM4%kfi*QAfqLpJ47Cx?T5&LXQ?)s~d@k4dJCRvJvZUIgS{#nh!_% N#!Y*am8tM1Do%4xu!KFL9&F`x#3H*r}>F)P*#d@PCat4Cw2`%T|^EX1I*5ECy|ABuZm7} 2+!paKfHlA06%&f#92Y`9*$y}bW5BE585EG`h-$+z0AW)KFp-v^e}NpXy$RBvzFy$->jTPc>zjE&nYQC|*DukX#ybyxcE zqn*r3x1;qv}qzrtIzAmZj3`ZHBguhDkeUdItLsHMmZ%ZvWE^5d&pjjqa9(rQE0YWj>W`a482S`SFfR~adYC`k{-&ROvEik^mvkP i}n=l9^M>1go}p*IUvECr7IbKZs6?G=CdHETTiQ$AUO{s$5=x>;B1;@t__^)$OSK7X-@(1Ht>`$<3o8 kE6HVCVUh3|Ix2}ZyvS7=&crx+G_i)YQDHljcAfOVRIsd%n2NK%KIDyXvN$EmX>T;HUjoBZ`a`+ueD20ix<1JHrRL@JciK?I3U4R E!zyvL#Lc-pz7%&A|Ag7JL4F_g-BC6+tS-o_c(H-SluEi2RE(9Rg6>*%T&;N2y)?t3d(>KV<);$`7O$^nQn5Wi9(pnx+_z24Yp&u f<+|e#H2>w6*N9LdkvYjT&d^xg;Y4w=n?(h5QE2L^vbt^P*d)kyG6&Bb2P-Wg;ZTkV98|e6Dr}l^g8NzXGKpo*V$2!)PYL|)is1l jG*ZF(dL?~6YF1YscT(iV=$l5TV={tq6nhG*Bz*C%L0oXS0ecB@2KJR{7gCbahK~jvp@r4c@K48+W$=S{wG^5+U+k+6*|NnT%HkU K%FI?I%DxfG3M!bk0KcD@hTDhA55~B6&uxp*OTkfSGR!TVLtwY1cj*ySml2jN7lHqoRjwoVv->L74(B#vc+2H|6^SB#)PZEz!(yS F*Zr=9MwzlgAK&#|Q$C@oY0>@Nv>X2Sj~slK!vt@^cI2$LHXd;c&;m-Ke7tS0BgyyjfKoh`DoM%45j4QpWei c|ePYb9mP^b(56g>_H8H|oyrh8ULcV(A%AfyM(yo1vX2P)PTDhD@ua$n3KLmR<6$HpJ1$Q!;nPif85x|>Zm (3)0FQi|q(&C~tfTzB)tYOmkiQEW|zN~fKAA@Ai|fX%74J(_2N4oK=|xevKDJ$kFrTQzUBP4iaU;<0tB(OYhXzm)g_Z+4rzay8GC `Mp^Xk==?1~$9B=N(X8K#xGppbgKu^Y&t2^a$EyZ&0xYYD%)2D=09@Vl{Y7)1@n&pbE*0fwyGZMr&R~V!G7bN5z XLU?%-ad>c6~XG#EZ5L=tFi0$ow-VC@8;cg7M3#I&2p_7I-y>pw%(47+Pm3wA=02AWx9ddr_AUbw(Hqyo6%d3>dt1j-gev0?6%#V -`l#YYy0nQ-?>9}^r-E&-yt)4+pQZ@p`Z0~HRZ+pF|Imi^&zWnO0T+g)wQdZuexdV(W`Ef*IV#<3to?Gme5t#ty-C0bsJ)?#N+Z+ %T}#Ouex3m-L&ck{J(6~&1s~(cJ-mF50lg@kro*u$*PsB7p=M;86Adii;yq!K(tl2u09TFR^2GkkP-=+;?-J-oKToVM-kVqK5_N2 DC}mb*-ESEGA-_UsT%&%ylz4P$4Ip$gJW3nRkyUHSN+1WLG@NGOS5uP?aYyC9ETLBIWj|( B{Bf3k7uDe+Nkpid^%c(=`bS7vQP1a)6j-LOhP4)xyb5yMqBC-3fMCmNyYME(BaYpTsN15nWwk7liQr|;#MX`#JR4$;|Hl(!)z1-2N|N3`Q972bU4qI1i>|Yd );0n85dj5jcU~{JDgAV4O|#rLndPfiw5G-u^W#!u^SNnK|G{)EFSrpxmO#T`jfkI!cF1rw9sQ>L1rKb|l&#bi#R3XTfREWo>mhe-D${WStPs X>F<2BIu2!=lT!7qGH>kG|9#P)84l($8}w2_TTBMd51HaVGP8Lra;+=19GTJe2Zt| j3&0H@{a|Hu!I>BU;xmH!eSK(SRyr~NlTW?8jU21vL|*`;!3lL78|$5E1Z6XJjv{J+k35jIo%CXw&SF1(~a(P+1It#2`yj ==O3^$K(Dvf#_+(G;F2K)&Z=_A*%UD||Uj#)_JF|HbwY0zo6>D)$#M*Ykz5s)n?pWifN1FiJ@-}SrE!W!@JUA!sH>bNI*1zzEw I=<71mav=~`K6n#Igp?2Ffw%W5&V-XCej4GE%#_q;TC{#>|5D$Ecz5FTt|gN-sA%q(eaO59#cAObvZPVw3hF2)BJ$#xT*O9=SgBwW0|7 ?Ga2~X}QwoZ%?=TNw?}(w0%)+wX3+|d2kOuhMgW1PnI0eCYUZ*WwaA}2nB>aOAsnUL=^a>))M0+Q+kaJ?p83rUh++NN^4~2lZ_qbOl`|*KT{&OBhx-b<`55$1tv4OxMi{xT?)rJ{)BK43Pof!A CRQtZq+&W1;7vc|cr&UNhlMGv$R+^oj8qbL{|!1>ha^0X+#68*%HT&j!q1ev8{k>Xq6g;H>0Gd0mw2Att7x!r;gRhCi?oj#=xr@_ B6)*a;I@}dLy}DH@yTJm?=^f7OL6mcdtj5oHfQ5zQb+JW8j<1}O#^Do?s>FsoSraX!O@1(0=K{G-GQ7IPw-sZ5$%!0!(+VpFspzJ @Ub^}bCr7qdOIKBeuPQX9+S0SD_oY)XApo;!WzJnW%1n&KldY+IW!1pPis>PlA1h3pj*M>6{;+xg@JL(`=k09MXN5wGF36pC^8=;;|W! gl~RmvQO`MAwnx~;Lp}zK@R1n>Ex*srZ5_Z =nJ`l!w%wWJE&Sg^>J4n$=Tf3`yQ1k_r;s!zb%dhisDAcib%{mr>*ShWX27>hPO$n^o?zc9(aUG{fNI`U<(^1E~qMltcCsvoO`i9 8c*dX!9utR`_1ih>F{_b`>cIbP9Kpc$_Ov~0Q&%r{B6>g^PO%hZ8vI$GOx_5c<#I8e;=UHFv7L>8S1xweB|h%4R8bG0tf+a3VWJ% aVo*aW7`MSylSrg3H@ijQ{go~gh@qNd5Fv9{`f6-(TDYi^Kw?Sl^x)Z3VzB0T$vlhxXNQJamz2IBq2bGJ_l0jwC+%euD|?;-I>^%6TRqoCt#x>Jb;W{*-uNxZoq ?*?b=C|(5HN~7^jmz`boCyC}7T(E8Bhi=F3V1GHw+ZsFE4#l?)d6ool*MypH_)a !9Cj@(J236Ee3x9IvBN~y~i?(-3wmYNAZ)yW5i=KQfs}P3;*wbCtd5 gWx=3IqK8`ZI`scR~*(3`)a-C+wPws2xKxY(W_`y|G*oH6j?Y_@&_9>6!)lds8f6kZB;xWL1p+M3+NF^NL;vXW$v&t{kB-)xZUEA 0eKReqAwls;jlh;NWRD5LK%_g4$pAd_qTXk-HT;S0bGWUd4%&Pp*@bP(IR6v1#0}Ry+3kWqNjuet#kT*K%-~^D7^4f$I2je@-9?j ;0J$C9E~v=5j6FOUL6iQ-5q}z=()kVDfEOQM8j~BYG!XWU1=k>PjkC2ZFplNpCT KXm-u_dZ`GB~%N{{@}=NKWzI!7<)crBRNo>;;@8n@wTEPK%Ef%SZtIQW8&n=t$}u7klFh9?zg`24KpiFKlnvqgJsM!^!3tiL$e6_ 9W+{5#6xiNdapK3Mu<_g6GwMpIm_Jt2!+C%QM21d^i8xRc&p-8ppA-aiM+%JP`EEfBt?~RQf{y%9(&B6sV4_BxMy+T#ER17&Px>M CW~x1K6)&4jk@8Fj7hHY&vQV?0)srE<+Y0d6?}@Z`6%+!531PU$D=s*KIS9aqH~}F9*P8}WDx;00Kci%O!ah2dZP3JHQ0UxNe-A&8*q^YCZVK?Gk}}x~0-u_e83T6mk|zwu0Tpy}ez6ZLbMAI3dF*H6VfCN^kQ;B4x`I2j lEI;P#F6sPtH_t0?qpx^*tkC8arL0+O&Db2TGT*2DnmhV6dx0d*7wAr*I>HGZj30v<@FgJCseU^X!*I8?ZBAP@vLl@0O_HX!tWfB eOGRbsF)^phnBf0o;{SL7>lo(#-4lbE+^HDZAKJQUJXyhPat{E~Am_L!h63Am(5#ciYXHRoE0H>But)00aFhQ5Lh<%xtI?il `>nE%<{miCS<7H!Y9GajC^ibjL?c9yq8?kfURfu(cyFm`PTo%uMd{N9{#hMfd}I*HYP4gwBc9oG?DlEE4=C~z4Fw1d@<_vI-KXuR g8gAhw0ZpvNVbx1=#Bud!UEdmM`s*Koh+E@6V!B^g+*t>G>b8#jC#e>jC?ZmAJij{hd|W^Wuv!VM|^BRyb1gOWbc&^+fMNLdOyr4 $2_Gg#4w+GM$dKB~Ha>-w>-TZPiAKj4N?@C>`2~%d4|n6z;7E1-t_&k{;Z^mo@q`OHxexaEC^&)t lmIl&zz}*klw((xCBubv(gB^$G%R?u2^M&_VrS1l >}@~09dZVRLwa9duun3KK!d%C6nhV~9maQM#MQ8pICBr*O%4_uOl>I1%CfdrssOQBWR*5?lmz&WUl_0lI^~mQXg4;RsW8EXoQWz} kAnzt0TXi{TB{W&S(fFMctjwmrnShfymknokkuqho)vp^Vi6>j9UjkY;&Y;Z msW=lFa(=tx8lRBha2)Rmr5a0%sr4IeZ$D9X10Rb+v0xV!5^Yr-?uB`5H5S$gHtIs-ZMRwX_w{`!WyHCUbuOkn?sNTK0mbGCJ!LM Owp632M6Wgp^pU8P#p#FX9ug7I9t*gOz_A>Bw*hI1gZw*GnidF5~QT3dKDM8P}BKU)t|yENU)%!9C0KJ|MY#$xxDgd-WW68nVt9jC<^aAg+A~20g}aV@5&-$nQ7YO#V3&%2l2*g9BoxTUp!napGhi#P1kkvm18X1b2io%p|$s3#V 7cmM8{t~$THK2)c-x2y?uI`-%0f85<5Y0DHvo5%6S1ut{_a?m#v-ua@Pha#TtY_#KpEB-#M3OV`Ly7+y(RIF82pk?tuC7h&u$}+{c|QKVRUb<|L^9iiWI1&BE`_@Q~6U={;vINYNJ8JfMgn5OT5{ Du!N@hmm62d#!SpI#_1{tJOlUZX&z_tgBt_aC{?twZ69XntPSrJ@VbDIoGh2jn!9N7v6||@fWYHe**~3JpB+%E&OGbq})Q7_0A^} K}c5(KJ5Z?aKJczP;)?>eqnA6Ud-_M0xiM#=kz$DD~RC$E?_?#eN9vX@U{2AwQ$sEI!(Xq5A;#X0{uI$17Bp9NaJYd>ol)XNvV3K 4?}smdhz1Q8m&ojsE=Sx0gs2QZkhn>3NTBa cp?2*_vTn|XN1I}+DCN{pC0zr_|AO#4ZcJywGxgKlB3R0Keg( cSE{~7=ybRyChBP>2->})$UV2NqmysR{e46g&6=*F0nQU0u|2$$io&JpStaH)msp?#$Y{L*2ADTu`x`U+ujXGdB$)R-J4D6f96jJ _xMEeZJgfiG$1(?SM@+4V(=FL*gnGe&8@THcM tSWsh*fEbOsP81T8#sp9Ti*`^Ca74%3_zlf_pd}C;7F+oi*y^z$6h~zU%;Q(2!?!@`CX|zVvKvR55F8F{#LwywKp(39Qj+T( %D8lW#IJpSroKp)9hh&!>@`4k=6GmzPSPd4#@fUZY8JP+8iA-U=oIJ!rYzQ8jMc&#~gf57oX*Do5?x!^iyzgl0$B{)mT OM5_$QBQdwiFOgPBp+fftRa|X*Qt5e4!;J9aZ!+vf7tp%h+x9B?qE9XHX~Vv0OmH?AmW~xl(*Mf^yaer7_4RZ1Gj-2#qiOoTB%W> fA*)+q7ZWIwe)xR0iP17rQx^eSZe%}+7oMh@iobzmHDDfXX4h?V)x6SEuX9Z35~@4h)gxd&wbx1iPbCXm)1A_^K%<37oR)t lp_;ZT{?Fft~rlk>vOB;5oNS1MvXSKH8#8s>0L~xkjFsya{{sraP>i8VTZ+1FU^_Sqs19;k%KInrvdoUg(7b!?EB9fV>OX79AY#X pSbJqLvKOv$&SlDC=(%~FkmLopM+I>Z|iqUU`v!rM+lP@joem5*>_%Af7PT~rn$I^H74I`36u`V^ATqrn1;GVbIrXH%NbsWsql#3p7>S}pNKx9kZ-M^$-2R`971jdTE9NO n;COZ_>cU!MNB&(Zdpe$H62IkXNEV7Yk;Z8`Gn+SkB2lF5uzjwgHmcNF=GktBdiq|QKTe%?mSR}!#XL0h=P+X9!hir*v9!+a1-OV lsT7lL@6^Yg>~$wgB*3T6YnSc&z|cX3Fq+2F1tAi;pzJwPeTVJNuQ**`$pE=UNqXfvk|Wk{O1K!7 9%*{$Zq>9;-ro`(hMkndgoB2qSc)4188B6l{&!Q&{Ef`q{EnY@%3Vck1}926FiG$3}9 LWyoWfl3PFkLOn9N96;Yi$j}nJiWdhHdMDo?iF2nFvb7skyb4 *DsJ0>P7Qf)NJ?YXiFlg{5oGPjh_(Kodx5VmiggfND=DK5Y5VYK;YfY<7MK~Bk$Efor$K0Z1rt23IizULmzm`VZiKI?C{MP|MJ-- X80pJOVQ#KqFdzMydb`OZ~*c=uo#c2l#0u7^JE++FG4?Od{>sG@N;N@PB)UVOepv&(QR^O?%+i;jUHEF5+a-8#TxN3CD3?e-3D27 2>cuN$@|$p#U}=(gweT9ILD)ic`ZV4U>@5Mo9%r(R`_%R*Gmw383c3KwjRqoMbD2YeD#!bDX{mwsi!qgI+b*R30Vk73e*`u7a52p v&0-lT2PLp>WF={%y@Z>3dDWf3;Vy<6aGN!#l*8I6ybWVipFk^{K#{R8@Gie8c5hN$VVy!RS%7wSTVI9Jroa?k{kwk;XiTlMKT$ymn|?}*AV3+AO`xj>y)@=W^&nZ$hR;nI2~0qv6e^Qj;c0bJ{|7Dz{#O%q ?4^N<5yYa#k|n?A)6Yx!*Qu(JJ(|WygMyyb$Vi!#+ue^j@33pkKP6cOXmAF*e0*0x_~_wo>aehJgq&Jb3Bs&fMHdB8rq9eWdL+ma #PHMtvt%w@?Ag$3U-~VSNSo8DyajCi4mrc=w`XMhYcVk*6FzT|6RiO{=<6f1+!3_&WTAe-G(ehlks~_@#2k (0P^$Ew}LJ#vZjgap%ux{H)%9#tgD)to~|-Jrr$$XSIJ?!b5Tr_?z`WW?(^?KzBgrsT>>lU_FmLNqhyH@oqZF)>2?Zb0$rFyhD~u LhBo^H1!BZzZMtkR2$*n7VPJ;U@7MyPRcYa%2E13%s_*}`=}mRY&HXvXg|D@#^a%8<>i%&tIMlv-(Sy!`Jvw@Ry6Ii%gScVq^wA_ bQVws{Pv7A&_U2Y6KBIdrCAoW%cm7ISrqi|l$4rjq-Z*d8Vc-{!*kpe!64m1YbfufT7oM{1Os)1dj$SX-W>W& k8YhK#uh=3P!7SqaIc@5yS%cwx%?_zSwCb>VqpB<&lNK1*>(t)*!y6J1WID>_IW9*RiHW`&c>%=&#hX&8^r9K#*h(AP3-H<#O*VY v6qQcyDesE3^@cNi+}^Vj1Z@xbJK%60>I^dN!-ny+MIW9c~|c`$}l62MQ<=hku7s7MggDLHOo{^#3!c6oKzG*hjQrpdUpX&R1DHW 3yT6f0nS7rxHb+FM{60W6MZp}E{=dNs$`A?b#7w({4;{T)jsKp(o{yueylNYsp9KGmSL712vv%R;Zq?XoHka6EaP^iOaM7me<=Cd wXV@LDEUO%?M(C{Fwp0495{Crv>XsSEsY0t6c_0saS7&HcTe#Fr4(Pe5s@H9G9DOW87Q`jj4?$c(%8+%oV;k_!@b{pM}2~Zr;Dnp 3yX4^UN|FMUFdpyO96FkITYw0Q8?4VMTZ5-PR(h%o81@$Xp1&b40b_hxNmK8!$05ndxX~sf-J_c4hujmYbL)>qRR=U7C?Q!f}{zKmqVs<0)g+c$oJT>mwirc-3)XBv21G V-qX_avI^_OV|nXGKi_q^vRQdO(&HxQgkkq&59r(t@_6z?CY3Qoeo}iDfs8ethiG?I8s4HA-3Ar`$8b0d)y<2z#`nxbF?`bs)@!s ZInV3z8H$?BB_!>UQajx9xpG3fREb2}7Go}7rtM$rK`<0DwBWO2UQC_oHh0bv-ur+pZmDe%T&ye^8@EIjS>jGw8%RlZ-k8olG`A+r!Z_2qmOr5xQ!wr12){(^OJ1Nm%tAW6ECEAr)f_8P;QAZ_Z_}4Nh!$q20{Dxh3INrNiv>yUAKy8(-3v@e)L!3)N} e4zg*AptxD!rS=SgnCZW;35wwXzzwN*eME~F?Bx1rlbRXao$pTzaUl)q!~VAj4us>Rojy_Q=t%ptu!~o@`FQz@jpW%(hAkQg}yOVf0_cEs?n?;S* {LgqN-4YSBRAo1mY08KP+g+S*0|cmEWQ-sktTp!o4L~HdF63Kr+*O#Zr|W06Gs}qUC@|-sE_Nt$UbF>aIOUi?Bmc aBC=qxxI&Ey5_3_7EwlnX(q>0rfyWy6q~_;Z5oNoF|kmhk`ajkGxqRZ@(O8t##4V|`Gu&oq#@rs?IT7iQub*ba$mC4Tq8m6BF!jS C5r1++=l3{mqc1PWPTYsWTHyRQOGJyakS!uSM%r?3Q8#<`bdYw?-`%ZdD^(d;rf!_ToI1x6A?45)i%x@{w*Yng-O^a?ad?4Ma_$- BWg;o6`(Vk7`V;cPd}v(nFA&pN23l-a}bpuT(}`t%X^v3#|ebHPxX+nv@yAO{J(3)WQpuh0!R5q8r&f9;KBFNvt=36oGPu|c-EDh fox3KU}!~Qn2ICj_al=#h)!=0WpKTW$ZV=QE~5mL3+8pCY=bBB7Ae!vNDOqlTY0V%=N<(JbH%q5P`+ o}oGMjUUxqAu5nw>1M{4ryVIj(Ck{{>ctzxlNN=1^J{MjJjf(Nm;jRL2$mxL1Fwo?Ow_(IYvWokMbrzOzHnj;yCPyeKwRMJDl1y# JCVJO4e?k+5p1+jViu3!$p-9F9}@Edyh9RY*@sz%r+`q4IOv!wkGxONbUb+a)nBZxUH#kY+I9EeR+`BOv8snz-9G1(oaNg5!6>r$ Fz;r@9+H4#PV4$8(`s0#S(3k8iIB(xqtw^tQV2D(q!cUyFE?j0I^n_Ibg12dHSx)v=Lep~R|6d2Y3Wi!fwYOd5v%O$Cj+bv9Hao+NNq7zLe vIZ&iPnMPf=9{!%kj5AyMAT_MzL;bfnGFSAXVP)y-?cFJ{J_gR+hO*B#kP2IqRRXXPy7+_U&3Pwd3FIwW2v&^&^P*^|IB(bpqc+7kC1YQT;>_0+{||5EUklpBy8`Luc=k$uc8yn4qR>{6)}y8(+uvofo^Jzu<`(|?7UCCcXMgi*>wb>6h&U|z_vwF*9%k+x*YM5TR~GzayRX+wIzFGODYe=G(GKPp@?j83%8l}UWV_Zxi26l(h&@i Zpw~PgjqS`I(7FTBQP$43(IR4F9@A+O*|u>WB4g-GO3|Ls`sC;D7ME5h}rl9TjpJ*DqgLUt3w* n#c7Np0EU@*Bcw_K&+nmer+9@!#B4!3KwlEi01glQj2rH0B+*5Wo(E_9q`7WBM<&(qA?8P0m;ko$xl_htjQA;6R-b>TmM}=tV#36 qxX|^Ph`J@5vYIc{`W!s-#OBNEG$Y`A;q`^k%0o`REt=9?UAg>Mh G8B6?9NoEOrUwq5Gx}RFo=zNPftWkcIi?~F%S<$O+TY*N_6LFmh Ff)$k|JmoKaw6Kv@My3hGhk=6L#T9dzMp>s!4oac6?Tlr|xdR_&BH9xp =$;KBE}5PIBnq89CUvl~HQwf&ZIx;QM}PP+v5#|H_xNSSi4WlR+%wOQ5s=eAEqYx@}=;3D5-bj8?-+s%taoG7Ow^$ac!5GTYQE4sggNOi<|XVwr~6*DU&!%BTAwW^Doiue+Q=8#Lvrjq7?i-Y@zIXwbqM%4TQkFZz$rt;m q_N&DGprOxiK&r56`d911?eNZT5BC*Nd1@fFY%uR0I`Hm3$Aew@lXFfqFnG>P)2X!@bzXcn~{+MwPjAQiHU*yZV+TLcIJqkt|$r_ cjw`Zm|{??O1?df@UKvByUpQsgVAGMbYBfLr%6QFlu<@}3g2mc>pTCgWmr=^TykWBXB>exC{>^L+erSWwlIS?l4!N&_VZU67Mw#G Xag#>?MRTVCKB+NP@x*ANu%6tMVzsk#>OKD1b>iJC9H=++GfdVd@%$;ih0cF>=hCln-~~CQ~X`57DTNKOk7-jfRVmqLqx7Q$@2AL %BbMJl^XMcZ^H)ZkUf+$i9fjJaVU$LaaXi)`@b7#m!Sp(~c`<3!XX>+)`gV!F$5qCNNFfwwg1m yXA5~Gocy3_LtvG46a^Q`*02V_IF?UoL<|>2VajQPoYrz7qQx)x!|L4D*7^T| 6%@~%b|2~Nl~zz@{j}+uhSsa6c)MWirD71rM-uh{Q~3oZ9>drmAv(xlHuhj)G;=t!4xh}CRXUP?? oQN3e#|bqYjY|mN6`I(I8y7Ru8=t%6sgDEQ6{($O94RkwngOzR%?6!(6;~kf%7EB@tjxe}CeWkNI!ct)zBmdohwY+F!mKpO((r4z n`G$))iQIhCww5nkDFl#0)drJXuF1V`kQZTZmnFVDltU!fD+czLs^e$_Di<7#xue+s+Zo_dTo6z&d{fe(wsSv6blQ~+yyAEv~b1A g5_6NgxQib3oi?5CbD54(fi}L(vTH|aaMrcr$t;Wq)j_H0JV144`9pzv&8_Ta7PjsKHYpxeXCcYb+UiCk(te6^Q3&bEu5C>TH!t9wH `mxl=1M0_2oJ}>J6ai+ev+N8(NKEl$ojOKmij^YSp#)l|~X2zQ%G;8C~jgKv&9-h~rAxV>Y?m>7zY{TK&6F>-95nWw3l1=#r8 ps3+$j{d_^r3lba1%)9wV|=0M?=MXF{Y%ZiM_(bIyxc&^P6s;tR{JDP57`gkuWVc|<8kgth91crp`%G9WkmKR`K<4UVuZ)BV=r}> i_Z?6K$Ol;$QwrQ1-*!PhW+Yg{PTyfgxx=<$2VK#r*!{RbL4~V&f}kyvd14NLr?udU-%-CA|Rj8XrerS82K^2?WB1rQ%3__`jr#$ r#D|)-dH*9P5}7dqA$`MqH3OEnhn-mcx|tIANk#icMigxUYjhrlrUKZUHT|adWHa$OilhRA_t}4G9fNWhD0fE5O0Z{ACsqyn7sD_ mp_Ms>sQ?nUf5V!z6dqj=Qrmi#q7R2P=!qomd7ai#n(rr{V~2b&tY0PiH6os+>oXq6cZ7GBTg)U5#S(z9Qy1l?NxIsUtylZ*nJwQ k7^0jYay+^)d?G8U4IAlcrFQD$V;1(yVbtgp3lJS?HYcVzNpNkXjSSh61C 1l0jlhpDHiZ=`ckb*N)fUTR|61g-QC8F(s9?m%RS+UGHr$~AnHaUVq+GHej;3-`nfBgCI{pV#<3SOwY2mp9D`B;^1y)Ir)2=AQBe vKL;c7A|88R@XM&(z%467ry7L(W{#)8(%Qo8xRtdog3m5y3u*(Si^V@@=c9v@bsS2Pz}q8SQ>}D74??bmfsAHP=QH3C+f$YDC YAw(K6|KdP9-)IE!z5Z>czt}?61bMI-m=k8&@_!`NLD88PS-bSDuG3uVqOVd|NsS~PJvp=_Sb#|hRqy%_5O{) oEGY;PjD&q&>21=|7zhjLnaj8HrcVG_HhYikg?I5s5Pdn{IcX1Oaio4m;6HaY}N##=p-|vff3eYb_!u&>y~)g-jq<)t_{0_d*KA8 $1liV Lo&yp(!12~E#Q!vCZ1b8f6cuP^Rli(;%!IJOFi<)?$%N_KoPF#yfNKa)Rn{~Dqtqh?XR?hdgMpUwns($tm@Fw9g)Jo$Jt2@wco?Z nFeHSj@{6Fj`yoDl*n3XG%CNB@Q)<5sogGZ|DD<-mgz7`u&8ZN>aV+hE#{y5*!}B_mmvsZvBl$a*{3a~zx9wyOoh|+ i7RzuG#jDY5om!JeLYN}kEVa~p3ipAybj!y9A (-mB0o0;b3U2LeA=B_Uxywi&rd7AMusWJyK{w=}2Q3%&)CJhAcSs1impgzAOAbxY#ef2LBE}FwI{C4S)MiHn;SC?ANqU+_I;)3)#M^L`=4v=i~ix#sL 5emi|vJiu3f#~-TDQTLwbf(Ns%#pawj^!jls6HIe3JvCK *~Hzb1q_%+AeKt$ovcgVKSF(a6%P55|Djak@R;K^N51+h +2|A@d5b)s2^LJ&6+30TFF3|e4pXoEwdUGrpobt9prc%c;S#1+=B6r3PqkXpZQtdDM#Z_}rhy@7320pfCZnx?({vKnFZSaw0+AUM3Bfq0%_8v-Sj}Eg;#{BQ+5(L_#}XB9W-dKIq3=nurXd1N*sIK$ dP0UD`L`^V2j$)|jF_?tmfU=>vu~+=Y7Rx#=KQAn_FY-P@cj=EnvUQ97&|+p@0YJ$TwTYnl|vkUSl@bW1!*}RMtB8oOJ=n`T@E}8 0un_4c{Y&6=ucjB`EMHxa)NnUEM!)FOwP!hu>E`rsw53;hFCV8=f8T~fyr+^g;|vgye;H^ GwFv^fXax<%m$2sQ>@&2xU8^L9MwXw6xNHlngdjF-%6-M0;lu>wM0*;MY`6CkBF7yQ4@bmh>sieE6Qs2PFUWRkrNh6qD3W2FkonW 12RK}Es=OldJ!=w$H6ijAU2)!#I*V547e+)fJWdUqr=Q32nc2z>r9nF6wW2oAnpX5>|=I-H|CDAS-p`-VJ|H)^DedZ!0W XX??+*0f^kOsWrhNP^Y>(sM^>DN;Jmhz}I-<6~Q<1Jyftbe~rTXYj`5Jnk26#hwA%5XH|up&k8p6a6l5bd(?a5YH=3<)v73#_!Zq vFH?PjrapLjxCD62%|hp`Mbx&K{N=F#<(0wnl5ER`vnFAM6f=JW0Glr+dg^;okHVx5P~qI<>CpnTJ^7J;>|dcj-|3{5kr`MnNhq{ )+C`B?sn8lEF4R$2ud-4A>jnb8z90?mb_mP){y9Rv+oX;RSegOlS8ym#kwY`N=XXN(9stsvr&FTh)-GyF~Tkb9uoMl4vRsot$J;1 >&oWR>C>;j{(AS~^5yllOK+^b@>+LoWeXf-o_w<{Za2ySBAETOC`tl-O_`RCRicGDL%w~X`(;J@M0pF0ulb`dEx?+k!=5<8D7q_< jzRUUwXKy)a{r%x`)l27XOyPqci|Ck_d$5LP5cFbOw?elFk%Yx=hOc3QnYThUWf-z7elPGtg*${g;F=!IzLSe0SX6R2MUOc$-y>b J0c7&4?(U(>hwNtbdf9&yizmEC2+M|mr+i{$;$zTzm%yGm(M9j>=nBLQ&jU@!F&}$s$KvB#Cdj57AfZFp5#cKlNe)x%N8AVtYGY8 1;>*Tmd{{yB}C&TZgZCSHX$;>b*pmjf}@zaA-1=%I!);f=y+RLz?ofOMjqMIn9?L98+b*xX$TASS%3#6h_OZ}8_OPh7Au-2MCI|F =T^^WvyUP&8^im<;mDx^YLPYDTyLsY6j&MaV~7>3GSoLTPpD!xAYE*C>!u7*cM=Eg%e{Eq!R1A>$sK&c+;CKskeSv}3`>5d___cU ILrk7BEL-Y%vHjvnIe`s6M8^xRapJ(xJ|AOMk7Ca25!xq5xy=Vt(Yio0XSn{f;6iK=C$4|DzEV|sDFTRZCUG6$o!~rV9QH15W`YM9at=6M6ZkYu!Xctoz2jpSP3Ikwk}%EkdLmd>re#nSIk=Un!0lg{2$23!r`=kkimczk=EQ)=k4kS^rDf-@(p?pRoc@&~_vkm7oy$laOVOKxS!_9LzpHp)(`oJ3XD?Hz+5{cR(L*k2~b{vyh (2N8m?PxUir5jj_k(hp`ia}VG`_;&D{Pr_+GALM*z~~a*f|Aa|{;?)Cwdh10`+5%)zagz7IM&HoIU-D^VZ^}fUw@ED&R^X7T@-D5 g0{wj9$iXtJjTT}WHl39$zOlz>wght$a#YOh`6w;YU@-|T|gApy~@P8%p1~@T!75Zf4*rp^lr9S&;m`;!{85>V! q?8YX6Eb~IGFOWB*tAAU0%e|>+WM&`=l5^f)s~Fx-xl8Q*1}W9XGv;)>wDj+zPf(-^3}D~tv99@pPu(BaXA^-6u9Ei;^N{v4Ap`o mnpLqMC_S8ma|9ogPB-?olKr9I#a@tIVdu}biz-561iS^mSs4x%R@V!g-c7F%4lp5ytpUpOx%KHu<9VY@3P_dldeBqqXA)VdMftG L7mhPNs2OA0s8C)P-|wt??X6+DEO0$InDJwvX%t9he>Vo?)%53rB3tBHDjzdT(c1#kX;6g9phVS4mds q#h{@GmaTNnu(h+41i^+(LM@}UewjpGBfl~vUew~J*pANF1DSf )rNMjnnJYqNB5d-UGfp&aE_4P*?|D@$)iwqTkJZE&4%OypfUI!|Ho$s}Ooy=^Ahm#2dhavT|j4V|fc| ?gI76*k-TQ!jXnFQ#?i#evWtsx`krt*}TF6sZ?#;`DwDusk!g3U%Ci+NWL6fqth#5NPrPCs5@b-8B!UlE^*`?VeF55P>Sa}WM?GV Om#8VDtt*9XyP>S)+kS*8&gXUSRswEuDMduw4I^>ySTEswYugjnA50kyK;ZIM-cvfxRGP>* Pk~|@1(CgYPo<^PAnSPwF=inEvUNS-vDdD*p-g4K*AE0=Kgx45Bjvw)6D^BL1|>B+`mky1}nRa9JJM9?s}r*VMxNLIh7#8g3}NEo>KO}uJ7N;fdzf>5Fv(|ufzKB!H_#4_8Le-YX< $*ZQ7vRN|g&r!lY@SBtCnw;8fINu{I8m7!=0@CsQ8M>G;Rn*})l;xw=E3k;|E3pEz6VfYqwXgys{c|eiaba)MCd0`SzGfhxZbu1J x`#0+wX5Rj-PYXVeC3J1YLx{p{Y!~-hnYa|m~+w#6>|A#9I=u@T*kP5sdy`kR-b~RxzCttYVORuikjPi^)Powo$xWb0mq2+X^KyK Rzxz(L%@5-2lAqAmsfBT*Mx_W5w0~6Rg5!C_@!VGb}Q7iJ#NA0ZiR)mbnUtdNNz1}FzbU)6wF~4$5FZ}rE@K{+X&(3_uOhQ Rx27Q_#Q7&hQPj`^$v}Q4#tnUHk*S-v~QzMuCu>pUAYc5$X;Ses@;^)38IR98%p*h7{dLYb2}Lc`j6C-BSk8%2tU7s1-yXunhV&# m=Mw@o61-=P=P3eR>$J}rvH3q9&^LcFQtsa%&9~|0a}9|C#jEZ0u58Ov=>_0%e8WoD_8hn9IOKHBycjBP$_vg8b39bVzQ@71RI<& tzuz+@Hbc2x6Xe1jp~)Fn_KIbt1BBTn=4!Nty>+RlCMeEr7v)<<-d=_BEiz@Vp(^5(ueV>Y22#sS~--<@ta2s}y5Ww8 ?3>zV5Ag)5&{R<-vz+EgVxY~m;c$kFhVzuQ6XFfmoy2rHd6O8zv9K#ypmeefW=arb@P|T9%ZbrFSZw!dUdaYo`}(#kXjl)Xv{-!8{H^ZeITkv&wx2`7Rih)6gv1s0?Q7&Q_3&{rml@9bE@X*%SNRN&=}H*A4n)pH6c2L)09|xoN1RX+>cn>+ig_`u#1eV_oq#U)|ccgkQ`n?Mm|6qHvthllml1S{D>9`k+?auH`-}*B5%rp|aMl@+$Yr_mnSh}E6P}v$9Wcv`~aK~KsVDec_y%$ 4ofw|SvLb9YqsG{`~{7}QFfy=vzE>_j72Ij6={5SPc)H&(la$?Nq))ZN2*-QQJ}FYNeOnH^;Cf~f=rGz3CKt>H74xo&#J|x5(<-; c(PmV8TM)_8PQN|j@i+tC7B{uclriTc{RktnP3pPdXo)-Yzx6*O?wmw+(9Knnjhs$cn`Ba0*%ej>L1rXssFG0_ucxV`XB0_R`ome &z(;4Zv78Z+dQJT2tInB(&jU(s6t6}peN`R9(#7!9rDDB8*wxLUY2|+x6~-n~*EM|MEwhsB|HRz(RGisP7 x$N_t)Yv$^bE=}U5^Fud(-X8w=}C1`F59Eqm1CM3Tbvo%KgD=E!d4178}og@;3D~tIW1`~Fz%3w{D2>3GitGNmZMIF;MSEy@Q 93vUcp@gT>R4R0DoSK`)ah^}^D!rf7Xcn5yZ!gV|9CSV-dAdEv%89DM5e2u5pKJymoNj;JgwNAG!|6)VcJnoz_D=g26^DtUxd2aQeP_kM%0bTROsDKNdZB|DxLln#|_57EyOvjNT3gz5qs$XnyP^M&lJ WAVp~Fdpd#HPLJ%isND+%8l@Ir#7EUZn)<>MaxQf9FUUc$^qs$5iidXt_)rIrGdxyYt0(QCQ_;F1NHH18KCJWt )ECEC?n0uSlx%=)6>#qE+aH_(=71GSH;kxj3Ie}Sl>GWw!DoFK%PG4Mqv}(LtV&fu>CLl22q@2j iCcW&soAlcIwm7%lx!@b^Ri_oIU?;Ec|Qa);h_}t7;(#Xb{nK1GJ?M%vR!(oaF%f4H!5;5O+BrKPZZ2F$3us0vN9_l Nnv+jvu_)d*||ctx6LWQOK{jD<<-!KTnv+mvHx)jnb@CEUV2lnJ?erBxZ}<|Otf{?1-m5b!4wNVb_g^zN)J{-?2HY`fKzdJN}!hJ QnW|Z1FnPX+HeouVhw|qly1*~u?o4QUiPsF(kPLf+S8cFJE56LHe+0#Jh!@{`WL}gZj!yZR&X03;0{}8*G<+V;4XU)*XmtiHY2e= hl`4N%7fQszI3@aJ?J8-Ki@4Y)?8hnDp-Ik@MGP7TA)(0>-rMly_XC@Q $Tmu7_R^IzM@VQ52o6Rojotv#S3&Pp5=Pgz-x9_T#MhHBGinm6CR!tOJ`Do?Q;!T0?&1o 9L?g;P;p5TgaWNF|ro4RdUm9ph{xhLEXtj4y$G0&Yx9QQ^9s{4~8U RN!D}04yo*@Yt{$hq`%0$QB$@`<}-&%}w(~psAN5KKN*?Ms=v8Y@#gKe=JDX1U51$AA*xg@(fc=@Gy*%&kD_ks8#*iOi}^$Xqfad j$(6XeuXD4=1DoNQSZrNR)$e|qzDVGlj8Yk{t=k|MmCV+M`s;>R0pD03Hix;sHIra`_SeExbJjbo}RchTpyiM$u%-aFk~Kw=XuF! IY76pR1x#yL?mU=NfUcy>QY5WZ%w#$;Z<3#nJ@`_d?1FL@T~3D5wQ#<4GWV13taGC2O~#qj!`b=ByNp-0kf&&Or894js&{~aKQ9C $@YJMWcercPw<}wCp$h|aMs9s_$T}o{*a4u7xKmCkK|YQVqr1!)tMK*lzvcJcYIJl}9tK*MJr *7WOzq=6U0_5S+{^n-L-|M@N+s8Rqe>ugPwVz*lF8C@4L&uU*&zMqog)*(kHtuGgEl_X>5`R0GCGgfuvsz 6#eJy$eeJEgby=@&qJx3+vCu@8GcPi<-u@@sRZ(VI-!U9c{8HFs8PmD6_3Ulu|e|DUgXX>e`j%t=FzszOZgs Ht3f6PcQxHcmF)fIM1i2Wb+A&DUwsAW=ilM&DD1l1O6s$aSTyPb`z{L)O$zD-ttcV$mVJV1hfir^ziy2eB33E=^R6U#E&%JlAXWk KUHU1UuiA6|1P!`zuc;07;MXZrvL)2FSQokY0vI2d;+^VA7MbtjZEuLT8r+#p^ft4Y_#KgXVY_SeE+OItIvl1optK}SsmIxD|$6a z_Y7sudZxvou&0IaR^c#`A9t*#NznwSrL}*NoiZ{>DnrLYg>QZTKwbIAGH?$s1*T{d&w6JUx^0TY?ofOdG+GD;nbleso|(>72(-X p<2!M+*q>zNglg(z4&}<@rBk4t;I8~GtalqnDvsYPaS?$AB$B#$M;*;UU_YO^_7+D)!eloEN`qXuWenQZ(X}?R&N9d!qu;pDY!f- ZFB8<>;D5#O9KQH0000008eIyPyhe`000000000002TlM0Bmn#VQghDXmT%1LtjlrQ&T}lMN=1|qfWHFo1^xxJs(%A_0(ayH$piB_C+`IYz=OcuKnlDEIO_Gra*n401O=J)@?6gGz6!)o mONkE+eyE_nsf2o$hr7l_kKR`=eNE5v6sKXGy+`raeU+b{NQ9fHzU& 3&6)Af49@s{ZHT?;4TzvFYs{S;(9)C_9p^oe>!mWe96l-;C|q2;Npw|S3l)>ZUnBbZ~F6hJn#E~%kM+a|B>gr9k{qZ@jRaguC8AP u8uzkF5f=__b%>u{oQ$o`}5B3P~Q1@Ht%?k=AECDdFOXL@8UV{&+Gnt&f7Qr`7&@9@T$kxyq`C`-dkSpJ>U-aWXUm%BYtgb^Bl(0 829--8^5j10Wa_NX!Cr+-XX?5;`pu4J^tL*(Z>Fayf@@NVV;ZSd87meU+EPg`<|!wYEL90hg_2}~C0sL_sEEg;TE*XJG@Bmmg7-y>doX13T2GlwbDD~TLrS?c mgbU(xdautq*^Sd5ZdVqsn5@ldcxYA$}CwzJdFl^c(D`69bhqSO=ngm*L1)#$9f{7vnwi9wCdxB`8?MG?4E4CD|&-zm?Bx=*HW^e B6giD&dyHGO;qM53HY1Mu+a$NxY-=|A2_wsaC`HBo0My7zr2}ItX8>hF~dpE#^Yu~`Y5w4a9WV3M9&(HCMds&soxr%YFLp;2#4ZY5S4Efyw}#2Y{u*LzS&QU4RY m%weLO6l3QrYju~#;&RvW}L2*ggqZGZ4`wtf?y#r8}S7Ngj)>N8>s+SY8@R%2_;x3?EXN(rnoR8VP-iz5F3 P)h>@6aWAK002*BhEMP003-nV_|G%FK~2ULQ*eGLtjlrQ&T}lMN=X()h+qQ(BpfgfU`+69k}((z7y~A}_P?rr)iXVNdqUWL|Ihb*_h?l!J)OI{ x~jUm`uCfD=4^-lCT-+6-yt~h+m3U$h1dsW?Z#CM#((EC5S9Oof|Z*)7(R|($M<2aiVe2C!I1b<8LdjvmJ_^p6`1a~F41;IH4cOh6HxD~-`6s{xKNbog+-z50Wg^sf&!Qlj5 g0l#2ORz{VOYm%hiwRyvu%6(iiyY^R1V!Os!&34WPiFTwvJcqqZob3J-duQPhlo~wIN-b#IcSmQsg@Y!DA&!05k&lUhTA@~)7n-OdxIF#UUg6#yq z~fDDV}hq>{Im7_;sV-zRRQf<8o4n`kb%vuhe{25ZsL5 9h%=y3DWd%ey#DI3eiu$SNOKp<1J4Jo1>+Z9oMKrqAoPH-E7hZj-Kl?rbtqMTJljMHj@n-F}oi2DAvi2i!Mi1Pnb M1Oyz<$rN8#%;63_`cm@gzvr>=_fBny=D_!MsO~{;|TsY!Hub6T_wjkgz+PCoN)wSB}h}>*}hEer0->dUm$pRg~o{SW{D#WYVC8J qv&zwQpahb_g@lxg6nfIjXA*=2<}O+n=&6y@VY~QmwzTWis0vdKBP)aSZTb^f4I!-3e|-aMCfr_u?^_4~OgfrN^M0n~y=cj~;`3esv7+_qk($53e2rI`yHZ+u~S!-|kr8 =g!BXya@#N;CXZ`@Mbx|i3Be@7U^F;7UQt-acK9~kHdJ4I1YH)c^v3kpz!G9Fn$*koWbQB?>HWZ6P(NW5!{{IdjjyU{{-~oM$3@z D1y5Y^p_$3OP8VkS1&_7ZeND>Ke!C@>A7X7*W1fL?>9LSaKwqox9vovJL*J?$7u>LI1zOJDuT3BInSPm{ur?w-*+WQ%a=2LImUC+ a`g9%<*3ix<(Nk~eGisnzAar2`n-HO)}yPIqkea4zP}>)T`q4q+VSCX;M-;=;l1%B^!t>PFs?lWXA+DEwsN~Q{3|D8JhwO*>(#K6 QO{{7gKo?|8TC2nWb{*XGTL|i$r#^LPX?a+=46b=%LL~W+~yQ&1HnTHjwbltDZr0Wr=s4aQ$hDnBX~W*n+Vbp?Cg6Q#_z|cp+0{l 7%{$_4*Gw>=~(CPIvw-(Wr9-(e(en4$^K_xzFl_)#^aX+cOW?AOrqsHUkK9D?>uxS=6l0g_+B{+^;~fl#^>d;(C)vSg?W=X8|~cc Y^;-`&IUaW&PG37cQ)|juCvjG+Yir0z76LA?n-bd*XKOY!@_wOj}_+uuhyQ2_W$xc;K9=bnWcOFJn#YEI3MFb`h4Keg!9qvndc+@_cgrhe57A|KGH2c ANYLn`53o5&qw=TIv@FOd;$7p^aa32{{rN{u&&LJB9vkTBKPhEg|zIp-Z++Qz1Ip4jI<`WUZ@fRZhDHmaW1s9=T3m2jNhh2np S6`(3$VH%M&uY9^HT;8%lrOoM+D34bi&6frwzvf2IOh`JS*Y-+OMnk&UxIud z6A7Z-6d%6W0#;kzr6(g`>etj2@WIp8bM--olP&rxE3zO`g9V(D|o&UBv#zn;WEcLg5bfIVSWDSGSJuEFUS14l;8v0-u6dB%Yk$i3D#a_?4^B&WEqUJbQs)p7H2v)cfeG(Z45NjdW)aBo@Hg{2Ji#Y1d%>U40G4?cr;%KD>Sn ^4<7a^zSy;0{_PnyqVzKYtdhyxej>0$#uY|?_7uQq1T~*hhK;FbQD1nJ)C{6Lp!fgc)P*}HT~n)q5V%^hx)%va1z&t;I5p{3go+J 1-=*by|M!RwR8o>?^ykQ;tJH~^c5KY3kYsc@TL`z7k;+_^XBapXkYev;OAD?0}n@DkM!fOM?Lqt9(XtZdd&Yt*8}e^xE|%-d_Bs) =X#9m{nrCO-qP=X)AX4eNS-73wHwgCi*G8!d{f)a=)d4*;68~p> 4qv$y<2CG7jAIKyVojZKw<4c=Z$vKMkueKgO@ZyqmWQ ^*MVL%D-+E@>#tK{qoaQm`CrdLU~`i9qk)&JH~UezAqw3qKI?k?dXTMHQc#_)+C;{cYt1uAz0@65HkFq5m6JBj2g3fnSBy;B${!jrP2(-~YZE{rtVVF}_3YMmt6joI|knZmbiR-3>Y9ZGr`!Z}*^|UbzSK<>Pyh&r$cH pO)RL^W$EG-%RjQZtlG(XYPIACl0z#Z<>ofNw-!1P4 o=mzQ-?@qrHdd_w)4qs{1iN9?W><^cOyW@m}!&@bj(*(EkrVfc|?*;TsQN zSKR4bf13^{q&6oG2gb*@SzWa9_~nxSYoG_;Bp?v2O$R@vj+6`=L8QT_}zz)?_m#tZ#w27@MAxG2z=H%1Q!z?jd~dUdDSDp>qj3! d2c_0`v3D0%+oKeMSC09g8$lmE$HEqYeAP*u0_3{UkkqY^|k1)(d!@|&RK_Xy?-6(@tSqO*EiRponLws_4^vZ9)h#<{jNt*-@iQy es_nTU>-*VALse`6V$)!r&J!bXSu>Feg?j1_0Lh?SALFlW&6j7#uHrp80OcNk70fO>@V;>>KAxF>leVg2M9jO{XuYdYQQ~@1AjmG 73S^MzXqPzPDdhXD-+`Z>`8&uH7ZTiw;JXAX+%Hcm!Iu6fZd}ciZd?-AFb^Qm=p#GOV1HAt0GpO%Bp8-Am^0UC} ;m-meCO!+gJ?mM_-+iCO{3|^R{5p}KPw@O_!RP<;S;&8_&w*|pOYmf_=X0QoNB^E^Ai)<1Zc5{P^M3=+ANT|CWbGe-uNyy)`M>S+ z|-l^V?F499`en-&x8N}%nKN=u`d8WPIv))>|+W)cme&n?TeUSy)S|e-}fTgx64a_<6px3Z+!{lHt!|i|A_>T=YD+&{CLC5!2h^C46U-SmXb+f+^juAZIFTj^O{{p<<>`mZd$D8027QKn`qBl|gvNzHH=Mf~)*?H+r@Xh77Fg~xpg>`ZM +n~QUz70LeE`No7>w&)lFDASLzU97mP_JF7(-#oD^>1kJSKr0F|K__G{}zJV5*~Z+f<7Mi9^kU~P~Vf@({{dxe!b{D^vC5Iext@) rQ!F!hyGpr9>(d3_b|>czXyEz=X+S6H-8`T8sA5}miLi<`uoUl?)$*!1K-EI?|C0|^rZJe#~vqmI>9M_Ct5)8cYg<6I`{+7k-I*? dbQn$Xiw*dm``0FqW@1agzm&-py`>y>^+of=oe!u%e)a!l?e^k>yuHjE<`sX$LkNW->{r=8}XwSzQzVSzR|F4h0uW$Ad%K6qu &~t405z2`^0^e}(M_B(((s&nZ`YSd4O&_7$TQz+3N5J1TAEDh(YrM~XjQV`xW8|~x$0%oWg1h>m%oGJAE$&E5jk>K|}n{lqE@KZO=$Uafa7cx!GW!XOlMvk iu$}Y6yl$m82akjMM5VaWgNVW{8j1bMzaPLS!%O9Xiyen^n%{MYI;GEa6O$aE@Sk9<}WNb-=Yci-?j;O )6#_c&ul{aeVb6Pg9!5a?i1wo=nalf6);ThoPT)kct}ymJ{r8cOGykr~;aeS8$*AHAQwLq_xrkL{Roa`ZlZr;J0a q;t#8DChWHFrHtg$jnC_uq*KLvR#3{_iFgN1WBZKcHIr_e|0y6e?XAe%P}n(;m00nLA%~1$o$_w30}nQ8I5>#V=|&wK4}c*)7xW! w_hQm@jpEOc1J&NF*YN7*;ZpQj*AJ3K9?Z#@s|PA_;4XX=5MYc$b8cl<1#{D _Zo-xZ8aYFFmgP`b%*iDr)50GH#Z*r)Ti%f5_CDg@o3N5@fiQ#j7R-n9*_C=zUK4A3BaG7Cjc)dPC&fuYWL6@pdBm>z;|AM^6!CLxjH*WWB*DlYkd*6XbQjcXCGdi(VplBe!!3#{U(9V|czy%?KZUz*LOSMN?6) E2g5qel!*H=&`A2&!47(F8^aH>ieB(7`G|Y(BI{0nD199Tr~~te~_TaK?Fq(nhtzAd^*ZmMv(cA^QWVo7fnZhT{#_e>h-3^`|Mu87k4kv(TRH@eD+?b_oBVfZ_D(3#a>t!*6xLRyhf1ui4O_x$Mbjw@>wwhcy`AOtV8!{_zN>YpZ+ofMKAoKm7otY8-^MIL{7f;Ou9jKp${K8qN=P3kNb3e?&_;$_4IKD6&bbO1wf%oJ0#`^lhy@8MK?2U2y ?i|p?sRWrXJYx>l-6!?^?*v&68q<~${x>AZ{P-^jvYgf2o)LMa+>ZFywPSoNRQS_*82{JiA>Zu2h~Ky`%I(<~^;@zp `tQVjG5>Dg7xV7*ebMeO%m>_bKJa1-f-IkILy+ag1Lgydm(2&BpEe(K;sSlYWj^TD>iN3<5M=$wPv)b3e<#R#fX(+qJz5F!epTOo =$G5}Lp`6{4|w%9LFVH#`=ei?{V^WL?vL-6?~nO;>;9Op&vQH?gkSnT@^ueDz4ku<^W8rHIKN>9}CcrnS(GcpF0Tj;wuNC UYjZW4nfw>Y;zFi-(Ck{K3{nd_?C49*}m#$1bM&fd@ti%Mescj>+*#i;5+}+f%&k1XGZi|r*>le4$1)^PsyRbF3({+RubfWq6c&6 kL~=7$f0?Hj}iQf54v$*7uxkaLEf(&+70|Vy&LU1pCIdTujmFHt?xmCyei7gv3fmT8es(XyI7a$@G(px&oVo~f^$&}X@8~?nWo#brlk&i)sdZXZ9_{z?82^QN (3KfA*3;dqci+pDFBAQU1zalz$&V-miR6-#^g&{?UtZ{$?Q~ddTexpu;B>AP=l6 0MC9>z&iWa0_NZFFymZJ^KJn_){}j9G3fZ2i;?bUi$ND&B=~d2i^Zt#y(Q4AhfC<^S4tSKj|d)0aPtW5Jtso_ZjLY?)<#JG^9b#F GQxa*QQtQy1HZmqM*nYJM*JaV^m}s|?bxY|_8(A2KXsJRe^D9uv`ph&R|frhybL<>RvGomR#2a<39_E1zJm0ZRZ#w&8vdh-@=r^E KNA(UF9F@l5oEp5sY{UmZcPZL;=Tg-B_XH0k __w7>Z~K9F$M!29+mChs=lxi(zjZL?>)8ZZUtV_z#(U8rpxZ|gyn^uJZ-;;$oqK3T?7i+i6!UuAVZhUchhcm#JPh>V_QR0RmWLzV &WEEv_dgu{*m*e8FFqXn;ROWQp6h=IvcAtd0`kJgM?h{o=1B1M*B=Qym~s@#n|&1eEjSAJc_hJAjPFNbe(!lS@O#G5=#L*94f=S> (dg#~j|P4{aWwk#siU#3zJE0EdiXI|-}gQS{d5FDwl8~w;F$#PIu_$U<2cO6zT?oon~wv%y7xHH&tD#gaeVhU;OTb9qhCfJkN1O) $G9#&9{6(J@t_-b5aj)UUmuVD9C-r9dFlyh-+?EfT?FziI{q?gGFb*%Dfcm|m@#~gh9(-jP>hq0dpbx{A VV%hlJcr;HP6Qu#89~;MzCw`q&-Pr7ak+Lm__dYGK?h%44nA$`lSsbIu)P!7`Oe80mv5hfdQU$E_>EQRyJ{{}f6Q^UGzIjGQ?3Kry0lfX}nHjND ZdTZJ7TR^m+31&t&&E3by>oyUO9=A*$W7-U{Wj-s|ID@aN%0;BS6> 5!&NkoN<0Y@WhL;u6^zj;9y#(`l)TN+HotJ`M+iN=D7~d~mt@@g)ffxN(gD#wWHRi*rt1QAK!aD>ixMJz=v#m1Nw3H4d}mQ_a=vm~M)tFY--do#dK>WLsoOAr_gs~ca{%5d@XH6?j&Zo;c8u%&wTJL@jc#S8C3`K#_iKmFz|wDTW#0nfg@8tZezYNVgA8gz3m LAHZFU^V#eKdi<)Y`Po$cE;V1XFq=r%A0c!_`CV{AivIgK!*>#2XgE=_h6lS_a5Niq4$C=e0(qFbNN2d-6!sYJ|+L7jM$6S{Wv4` 6ju{Gmtf=lNdFK)-Y1{%0P1_|18C>!2Y?4p6P!kPyzzsekF(bRwynXu*=G&vy|d9(Rhby_;G81m#446yuEY{+Ih{;I~?=poSQuRetI^$#Jx9UcN*9`g|Jar{G=Kfyz2*WCm!C%D_gSl^#{81(SeN1&&C{1M3iv)7_MXRQUjJ9n+>Q`ce~9$Jfb Jhm3?dqUrzR`|Sz|7k7y?+tx_SHFL_7VXTeLw&!x4s_+4>+pS>btrE;4c}oM((j?+6W5`Btr|Xi9maXC=6B~h-zq-=KIk)@Ohtk6zj>Bk3w#o{wVUDsj&S~q~A~97wEhHDC)oPQP9`LkD~p@YWT^IVxFG$DCB|_k3wJh1~ukl`t8gw^p~px WE@*X&&19-C+RmnXLMT~?Cja5;4XT8kl^>IqW`Fa9mx8{wU4!mj#_*SG)4!2X|U%TGC9f*wH<`<-j)`9&T}dM9y0 )|;!f4lG;jLC=5YxkT`IKHEU?o}k}1=*N3YJZ`*q%j?`YO~-%l@_J9dEVr59TXopeU#Z`TG&(=h_zUZjbgQ|p^xJ{jLd%7-wYG`R Px0FJPX}kMmeKDpO*7ppm)Ccu)%(!**D|n6;y;=K&hR>%yW&5#^9$&Gwx*rH-}HH(4D2_qrr)=?-WlwV^IkLS@z2)!?oo$x9Q?O= QU&L06kgzcH-bY5Zc1&qkDmXc`QJ~!8T9-Khf(;KH^Mox?dbPd9riL0<^Ayt_O0J`U`O#-26hE2G%sRbWWASq)9?EfPOPdkksz^p&L+GkNsz=chgcWqr}Xqg~VS`MHHwUsV6mQssPD2Rj=6WB&Bl6n2cJzfjZiel0Ca&TlmQ)H>|B ^WRMxwi$iD(Q3oYI-CdOzb|R{)?5~a&FA*<8ba@XqVVlDO47ZraWA9a`5Bxc;=e~J{8|0RdVxc@PIa*P;=j|hta{3;uMRe87ibut Q*5NLrFF0|8lm~H9^!lS{1rZb$h4+TZMf-ozoumypRp9a1;u$hgFSKnTcCMN(tvt;C)U}ygdnl*!lU!wZ#AEX>tKKOA^lqFV9P-) qH`<3_v&CP#&%u2=goFhcWVB}DO_7MjxL2?XWBt<*NtEY`G7SBb9rBzeh1g#EXJEW{|J6i2b+(pH7<#&4vEFG566FJE4-&p%tM`- ^v$>O;tO*PN494lx_^4;jDvA!!HRwtlyaz-q|YaZwiSGly(2>+TT+&{I3*FtfzB6rTJ|gY~kLf _p_MR)xn1S#5$Z!n^M&V^T+4aZrA5C=(pI4_W=EfWp^&t_kLcF2wqNc-gRKpas)kJR+V=fy^p83^E7;Z9qh5*vEtpUkoD_q^RO%Z h>dd|XBw&PWS;sojrXyYe}?m?Ul;w_c-p`x^fHrao+6)z4e;_-MP%qvx$Q!kON&8Q6qxR);gH{I?l>yQ2;^|9qa9ZEMGBTIOq*=a^gv+b90xy(eNR oJSnk1@YfEEV{C%KJS=;ecuZDy-DeRY>mes^_levC5ktP-Y02abTh4?XP5H%7UQp`xxEhdoo^G|oWA|d%5Oib?GIVuB>FmUaKCHV >Gb>zuOmzk3BE+XU-6nj`S}ESKVu&UcBT(99d=-2cM8RC*ZT2Us$H~=8&TK|8cyuG@Ok{l_Rmjg_%A5!OIH1UNxvUZ7~9Nzm3|}X `FC2sm+ALqrup>y4yFIS16$Bv&~ur>4kkE@AnO}gmg9Ywtui<#&bDXQ@H$Vw|DrI~&3~PqH>NVqsG2ihqp({tIM01DefzBSeFm>@ Tu=HoiJt$PAj`E!IdZK`2Y>HEiwWAyujrk}=hki+RWjPkyU;ET*RXqxOsIJdf5-(2f*tyRBs>R=bS3DaWwk$C3prQg4x&-ZIMiAl~kDZl@s-qRxQ5gF1q4^q@4I!d@BALc-&f0I{{M3NeUsjgpx<%y`=Qk*bLjnf `W-@HuM_OmbRoerH4e)h@9;WIWxY=E>NNea3Y!&PVdZ-oJ^zz_e|2EH{CWL0O!F@)98Y=9qUQ_g`8*AKmEdy@d=@nE{MYdN==YRW #*THc_k53jhiROhDZkI@Gw+459`2wz*teR$9jrX&D;%lg|E-O1w&FI;qtT*g{P+C~Y=uYaJBj?x3-tRu{r*n*Hg5!5Wd37a1MA_( )ZzT~uQmL6g;zMRtK6KvZ9{QbS6;U8xxvt0t?wnAhdys-+CXvkv)Z#IJ^!5I%_jH`y**x#)>?LzO*X?ZMTuG8nU==Vp8cMH9brnF<2N6>E{(esn^ya$DUo8Ye~jO~lgH8|kFPVqDJo%JTHa~MtUKhgBt *1=Bul??1rzo_ZzDE@o;yhtJ2FCE2es#Rw`GqdeRu+804!$;NO3@h8Qux@QH4QG4A?dxDa%zLMAQTTBBHD+)YhW|dKXSQz~t?#UR K8n)3QipSZ0e!!Ue)rbFzI``s#}W$ro0cNAv{kL2}Mzki$F&*HgD?;Qk})ZzR=oz<2HH7=jCSY8La&pk6ZPx)7RUuxR75zgk` Oz%H-UZZm~V- 1yyA}L~*v%IPYh0HiZBF+rc>(-kW$LlTLF3{hno9=Q`4l^^3e0!g{MS>HWzJY}MIM3G2FgH2s_OyNP~JYajfH;7~g(AzgsMY9eKYuYIHrfJVe>~niLbH7vyOO$OfER`cpSn^%3*U(0Sc{DaqQ)M1xj4-`?NAi^CKe7G~A{s6GOM32C>g8 lzH%oJa+n&Q(sWVL^l=QBQ-VC)0Fybdf4Gk2y^Hsn&xH6)%T)+s^J%em=fNgl@yKUXa`j*@@YcR@C_KR1hul-=3b^GQKh3R%;zXK jw&;PF@T~^D*yp$*{Ve4l1%ePA`-ni|J)vL2@ypaF>aNqZg%M6N?0DY?CouoqBv3H=lxEmIZ2m#9brZKt=liB GIllRDU@-+9q%3Nc_oCjxLNA4;@HVyh5CdLUOFK17guOS@`;Y+D<*S8R=9v3KVOtS^`a=~rWscVCoag79#GB3tb=1bH``P4 yLR8Yr(7uEI(wQ6etCGwD+amYxv;a+OVdWsc=$FZGtF!3v6O;lznh9SX1F)DS?W_YJBwqdp=^6@a5b0ES^(N!qTVkN pQM!3kQeSbup)-6FnNpDG-frjiX3H3t`0_bVuO}2i^Ak9CbrF{tJp!aot1Jx)0k*j SqW?qf%Fl|byR|Ujw_Vp-%`6jxC)E|-0P*V5FG5gbH>ecw|A${o-{=$SXh)!LhiJDx>VfHM^4vG~qGlsBEo8R+#aG`Ww8alsTHGoy4wq<<1^XR`h5rc^J8ZTmz{h=mIF2VR-t5#vncMInr$rucia)Dy0+0 Wf4Xa1$wmZN`EI;O3bPB3LkB+Hx$ifSE!t95=9ny%n_|Bd%=#*v#714}a`R}cn~)WXO_T~3Hl-`d*1b>-wPM{H_swJM4h5bYQ8Du`WAOpdRDL@XS6 #5n3wi$WS&s>Z@BDi$Ar1&~LD)>2~c^F(w^>y30ETmW8Mt6x{V)3HPvXjNTVFVJ4j+s_j yU_R?7LnedyN5(tk)@RXLqeq(By{+B7d*NKv9Rambt*P;-ZC3v7TooliE2!rJ%v9_m@~>+k@MsAGiGwbPGU$2p`!{V_k>7i4d+cG>@T4XK9G#NOmqL)YvyzpjcVzR}U5G6b- V{D@iF|Q!~5(-=e-&hbl!Qk~XNuds=p6)a=px0YOSd|T!qlo&sri*;P2sTs&&jG@+)xCW^lqt_;h$UTKC0|yuP>s@am`=H~1#=8~ `z(Q!alUN+zLRJ~(vJsE*S$mtsiYTNS7AvJ9zd%5Xm~nHwsu7N) ToUL#NnvUd=U*jyQ3s-&MqU6!KC(DiuYiI?Xf#qmyIHsd)i4Z6krp!OG7+ON$sA=Rf>xE45ulHY%3)CkY(Ph{ysSez$Y4o_MpZqU H7juYw8@iAyTSql)P9H~!Yx@Wk}G7VgE+B>+aUCEN`a}@Wa+s(R(6 >>?k9MMew?Xu8sZMNCJS)ZH!mC7C(}sFD8V6&hu&XN9hwK2P}X{So1)qGi#zMMM8yfxm>{EOdFYpE3+myE)W71gkr*htRZU=Ypalxg($X+C#Xvc JWX3daqF+D`8pZrNC!d-cWlYkalQSCGTE^>XP$c$epEH-g< h=>#_E$eCK+*sF}PSdEG5!PF$>nF7{wO|dWR1i8vdn8Ra6P^+V_4>*@rdeMX-)x=pY{PKvBMettJgcW*#xsL7iI6%hrP@{9uz3)P f`aTvfRIS3$?6f5sDZo=lKfohEQ{V=SORKmudw%hVZzB{wa(H=#tE$zJ6UwhOmtCgtTw{YL02?8kfI{IHJVUaOH5c;QdN`mfd=zJ Ny~&)ZIWT~tgWOz&GiHKV~Ld&K9w@7`)er*vK>CnzeeR{s_P8iyH<6D4%Dt%!adf`)Rnp$#ivr^?h>tS9fZVa6-_fyVHkFvld&4F k;P?Z^y0h}=UI0z`w!S+NzDh@459ZDbLchrgMky-W~fDw)~*hW<~Np_Qw8qK59ZL5QcSUwK@SZf b##`7gH}bKnws0HMnj}F#1uyXN!pDmwTh^({Jtp7Kw31smcm+;F&ejOuGheCMpV(n4_=5F_3H6<>%qU#tdM5${$h6}&k|1|EHnjW j|gsXu|eQpemv!%3iBJQi2u;c_NXwlad;$W{llPY#d5Ug97ytMmtp(qfImwvZMqpx--m+u34%h3dx4`;Ay;PSuE-v 2(1wDY9H@Z=&mm$;IdcZ^()!moz`V3d|2O;MJ21{3h7E==6S02`(;ssddWt>fb9gG4;_MVy~Q%VVUHwhB?PNZ0;kq9Rcwdf9TcK! 2GX=VVascwX{_lRh?v4p#OeTRLCe-aVy+-7+=X5tM>IArr50XSNqH*S4eiZ&QP1cNtay^0R9F<#R%O8`#PuWohnC~@ah|5%WE=+} Y|JJz?JNrQAugHITvI6}nr$T_qQYvDB+(a^7SSZ}WH*1j@Z(0lHtctL8Hv@lKy8nhuPpd@t40_{ !o6B(k_!c4rNxPwu|T8Dq+sB~qt2 B)J-Kh*QPsBC5Q?rx0!=SR)!jc>q?%(<2p6b2k77)~6M~h-C?@dp0t{;PXP8`QFs3SnLJ&b9s3Zk~*LS3?#IRLYG5rCL _Dr$A%cMzm!Mn7{wd^VW#biPgf?UpL?AHg%s_4n62&$m#q+$^<;sV%I8HT!&Mf%qGUjDd~rNWp%7H?~~-tb`|? 8Y30|I4GVP7E+E>ROG-IDRagEjh>0}`6L8W@5-}TAgB}kNEQK^?(&gnm?U6>A%@(*2)m2Ed;k*|cVCZZn+w=dTXW6WOMELj#HKj@ &~YqyH#hSWb8gPi39L@c6UuNRS(XLSYEfB*Onhn9a1&cb!=y&BSuz00t7@OeGT(PqP6J 65Y(KBru+L)`LzuXJqqEJq}5)V^{`*__F)fB*APwb{=B1j2X_K#)>#QM#QF)h_A%eSGu}Lu3|=3%nW&BwPNcIWYAa+Yj$VLXhL-; nQ#YYWObW(+s+!EL65wSAo2i7YLTGkdYs%jp{i>a7OWQNW)tJ!Z6}mZsOqmHrriFUiWx8t{+Np6GF(ur7vuW7b1G`(629k9A g%$z7Zvm+H9wrm!cEt=Yv8l5R{6ry4R9iCAq_K6}v@TWF+GTPaC=4{mguqE=>6XP(w$QRX6FTk&R(+OwlbJs;;lu0>7-!^D)sn`2 5UITx*4718ELuvklYY@Yal{BLm6Og-$t)7<5K)Z?wMZLK?ZGu$e-3Jb`7dS^d8*DsZ%5c;O=-3FuzN>`hquWrMZeL8i|K=%Rz$^O EOEpdfwbD(WZrJoLuF5U8%D;J(x**hN`5y9cf@bV(rK)BWdylx-oOgc%xd1?t{BjyRCi3^mctr4T}*&wzC?2}C>dh}k#~(zp{TOM Qn$ypP`UrDK3MrNtQhIV$<-<|HrJNPX{><@M#TW-MQm=!Z6OSmo%c}ms;XaQqvgC5kFeSyg}LeSSj?%kp#AtOIn*)_cJraswj|p>2GD_>JzJpE^7<9!LpIls*5&|7JA`-RL#W(e1;cfRYW7z q?oUCD}{-hVedDBx=BBBOzxC|W}0+>B_(zktwuta()_3F6~$fAR|?8(X;TiHYb*%Bxp=OK@-AhpY^o3wM9mpdZA)X$;m&6Ckuglo$2r-~;QoebEr)DZE%V=6ivh)XA9(k7e6dQUDGDAOkiq@KxFwu(DdNt58GODrv6|6)8 VzXMkLPfY5rhZ;j+h!ILD6|yHK_LSp6(m~@9Eu6Y3>ih2cP#sOMmEkEvB{bm6v{Y3F{GaOw}=D}`ZmthGf^TW$7i?_({N$(xmKcA Wd=M+Vldp=`d^J&vYRji8^D8uoOljVw7nMk#pgP?f*kf?!kiZu_Mk=bFA>8u8hs@RXMJYg1SZG6OhX<{2V jL#j#hFI~bCwXC=onMmDG)Ebx61Glj*EZ{n%jNiI2vuTHs0)2wu)m8a5HSF`yc%+-9a^2SG__5%RZr{wX?$!?6Xx; hS}AO%i&O#)yK*4M9-q$K_Q5Gd{K8|SG(jB#!Cx&EMvc6st4-`mx8WxTn=Qx&^l>oA3Tc-5sF;tq)a0=iLdYG!z~Ssvg4ID(vDAA *7y5ty)ztVB^zMD3MFNIiFXbi)}xFQ^LDj3B*Z8fb2FYsWy`Wtc7GBx*;u;5xaK4`n(W;{Il|+BLoE^<+csHNONl`qMKMjd=c_&P>a#Y2XNgz#2QZ@1-Ce72e2PZBq94vVG{)3GXbyUgYB$Y~FjIgxehM}0W2+gd3OEJ5xV!myT 4Wv&C@EL-}EccjawuF0Kud_t7EZO-o6NHl``#m^26LIyTJ{WRfUz7%x^+If^Mc?{OJ<}sQ$e0%W65EwHq83axNG*cqj4PFCt~=wR PMUPAff<)J$YSd=AhX&;vL$VD&M8KdSZsxmVhPkZAu9?RpU0uOst7%a(UID{tBRADVAR?ngH=B^$hvTxVo>W5+tRfQrXn4FvpY^q 0YhUer3SyT+$E;`=`(a?HtK+#IqZu$PLu3QG_h@Tm3?(k5FXJqi|EvNhc_(UxkW%~`@p?ZIdfvIZjSD8&VrK48DE17lY%1`}%Q@o%>Nn;~Cd{5o;WRN?oC#tq%W8V_oEXGvK&9XbS>wHvl(8(Q$ahxqB3Lu!ouH=r-XcGKW_sk9jg<+Bz%F_^!Xj0= nyp+mE}??PcrJ`fheTVCW%Zw!ggSBxSZ3^8(N#oJY8>cQb0aoqRh!=uPBgMJv9s`0DykHn)B$9?8R}uBi0dPqc2~@~#yKh@ZcdRF gQ6tiDTx0?JBFDT9~0CsHRhy#vDb4$dxS}XWK*uT!Bnl3z1btjeY4q_VcBnS%{cL1qES4@hrwgHis=_0lQ0ZGSD0A7*Qi*Um5M$M |1>bO|1{SU+k<)<&te8R#o`Kmr=H^j=AtVr$P?#loCQQF_FIU#m8-6bcAiyv(VCVzx2~zV)gbO9$d$o^!g|M6v)Y8;lT}>L<0b@W xH)_iRl6<-dW#}jRhSv?j7v3n+BMP5534STELXv|^+(r8{AlLH5J4A~PzI46locews1OfuQW({+lm3U5H~1%hB@78Vf_zZ!cLq)= ?5`BcH9keP!mRklE*H{rvS7$U!bCrb0x`OFlqk#xIg8@}2T_Z0h^**HTJFdrPY-OwORlb(gG`dx3y3SrHWXaUR#MJ> ku^Pq&cG<9#l}b&XWkFZ#fGtlYcT3?-n4=uPZvzCrynzt*3Jw)!|ckP5fmy*nU^e=0-E>S%tH>Pe~xYf1GsHWfRRbem7D2ng81-p rLd?#t#pi;#Y98KW8*>*O!NT8hOKkX!~o}yIcvhuJtzRIZ_e+iba&${EzY}f{blWAy-dwhCCzc_4LWMf8ZAD{Aa58Z>V9}GX|${u so(#FoYS`UMvrgkJ=AcKb+#KPR;n$DlY(Q#)TikVtl;JpXQBtfz`57FaqgiRm3rJ+nUAx%AHW_BUet0^_AT!naM-* tGWB&!RAmBon7>>B{z)>6sE-FL64`tG|UXHKjhE`Xba4tAIKH5QNrApNK95eG^^%xRUtfS92nKPqEX0&?r^shhT>+S)SR7D5tmTO IS&qIW0FMsYw@?uSyN2HPE~PTszFE?vldPg?_Z))k|zxvp&#*udpNZ>pVRtsX4~V9=2-=tG{%C&$7OZ;qwTTX4I`;=ogU5<=lL`e )|J|2f`Y|o+hPmmxQ_A8c+5i%`2WGI?_IHO2EOk8=zVS>`VS7w4)|jP1{XKYQM$%G@9T3qB@t|`; HFk#8TtZ@G#ml>Xfu6zwPvJrHu^s_T*D3b#HJv68T>!gqhuf -4O$X!9n%q+&65Hl^R2yth!u8QN@?T<)SguJqk@jv!TR$F=(HvTs9zWOhC0rY?!cBVjQ%qS~W^WBS#o>#`ybWH7H8B>?Ha=s_kG} Q@hbgGO4F_92@A8$oGj|)|@0aOhnvy!s*4^B6<+g9Pg~Hm67?TYS)1WyW`w^?x#YyK)PxH#aj?to5FS`HWU39lBn6Uv42eG;R&6# _C#=!G~U$_S-|Yw;EsdC`FZv2WeiiLtZVl2*Y37 6hODbt

      j}AC$fM8oGn0@k&e#5QDM*xG8Eo#I3ns+0KZH>+6V!0|%JGowv%BtP?eu$z~G;DH>{V>b+$>;trxN6TYHZ?&Rn;`xwI17 !PxdWiNs$M6>PPKco8%WEr}`aY-&#%43ejeccuvS9pxsZaf&e`){(L{L#8Aa#_J1{%CmKd3Y@)OP_PVi*psVC2I(i|enhHJcG;fZ oh6*{b23Q}oN3I+gx4wYK8_rnWYEkhj)We)dI+m>BSjH>enaqACnx0~u8$EnzdLoamR- UonKH0y|Jj4*12)b8lFIubm#|QzZ#@6rmw*cBYE@5BqpM?ETjE|Kv<-o8?UFf>RTb#lu44{MG2Z#Q?dV&yfn}?Je?kBv{>^m>lQ{ j94QtE~!{^?F*Aw%TQBDiG_DK&MG+=WxiNy8r$d~l2bOZQc5>M#r>w*p26DIOLj-&Gl~PUkxF;ky5Ppdg3VK*4_$3pKMdTRRaB|9 #hW^I(qbx*7Gta>tkHORR`?a!iy)qbqKLk%@TlV-dY^Fn=Y`H7CZ9)gEayBPPI90(5*6XHKc9wJx}=?XzRPT_e|sNVAl) 0Ff~cl+vj|Ta1B}Zs-hDt#e<|^46Tq&V_qKYhO&gXtE}xhA9V*fvQV5VtGr28ZxR$Pf&~xU^lz*o^0|_yyE3xM+8LREu~18D(aa-O?* ivd$11Gz>O)c=|Uy @;e>kOh0pwIn>M^+DYGruLj#6XRo9a;^7B 1F(8KtwF>G-MoU&r&b5tx}YJpZToutGql3Ptk==OEU71_m^F+~MK(AyS(=|IC=^o?Gjh5aF<^&@;`i|{QG?C2Rw_Pwm2+l>XAJl=GeaNNR-Qbe|)wxIUio&0&y=B%48>l&*$&Q1AFy6;b@gF98OLIf<#jUEIWiM2nW!IWHFqg9ZQDYY_=89D|(!KZfNEOh1 B)jg$!)IJyT040IDK;Q$j*V-0LxaBV);vP|!HVOrAkBAsOTr+BdUp6ELQ_v9>J>tOD71DI4I4KMw0sA*3B?;BfS;S@(t^qOGOXDh $3{fzw3t;Oh5ijV5s(03vH?Z1k2zMM*0W~)6aiGG%q(Nm;K;#!BDq3a$K#Y26X#iGhfge2QXy5=D-Nt*z5J)$uor7` VbqL+A27yM+epDcf4dxO8Y}z@Y~VhtL<7O)i-UsrEmo1v;>n5sr5$F|EqO|5v&TCuqP5WfG_cNW pB=`6?~l(A2Ql5jasL6E2MCy>VszE3dVAE+_4tF-7>NZ_+Wrh*tF#p@8f-~e8WcIR2kfrZmanYiM>y|a2yu&$76*-MrT8h9lG&oL N*HCwxM6hEI{?(IhNY1MLPWw2>GL~S3^+6^j+Mrh%bwotWF(;YS`m_zG?PZJXA^!)9rYe;t@`&b6=?=JB+tBEy0e>riRH5fZz@?MN9634Td1aa#JVTQjigt41i-}8Mhyd=!!sT+T+9U5tqy4Z|ZP$Zb8Ra}?F4v1oLxn9T{`_oYKA3=+T BnPwV8qGZWc@RDaIx1?~1}yLv|1?;M+~l~>{z|%}{)9)1Yc5U@bw_JMa(9#L5AH7(F{1zB5(b&ogLI2=n+-#j`0y}~=n}I{;n&iw FrQ?!QY2pym4V;yCgB5`a-Udo(2MQx^&4QAb8n6IInNqq8H{}Fc)%5}aAHxQO-oL}z-CMsof>CxnA)koc;T&LN@QIH5$7w$^Mjj^ )OLC(sgqf%T2`2%MAaS?O}nCigCI8M`Py6Rw$$9)?Axlm609zle3xOfy@);47pCD-=8S(cqsU#i-TJ 9KX{K*d#gG-QqAP8SHZ+E!iv>ipOI+h})kIE+8F_OwQ11uzT;-*JVB9VSKDKe=lWyi*Z`oW^U<{VwhKjF0SkI}0_Ozj- +*kQ;?9EgC!n_F7{KyNBFnBP0)|-j2&_fBKO_SSMCZgVv35epB46(0+&~|aG3Q_ym!m+K*Vb5>w0B>u91P^YjRXaXcRlaOca;vB1 _R00w4ZzP)mBp$#2hW1uAjJ$iMS;IspqbRM;OvTTd$(Rmzs$F6@|BXM_7)rd?HTw<6=kQbv?Cw 4g*E!wvBhY@?O-Vp;|SmM4ZZODJP$_Z#v_yOe*ZOS&~m1E&x`W2|*Wx^oc{kK6WSws~Z!}Y>C)?8LKZo)z$_hL|SKB%rnMbWs(`X rkjs#;>OLqL9!nts#nAPb@ELe%cX;BI;CdMS9(V$jx2hEx*Rt?z_~NjdLCM`$f>%HGJfYT)(v1z`sz!kO-vbe)1z&mElC?&>BN^& i-gpIK;nsH@XXm?4&+Z2E*?HzoVH+TocE%jDE}pbTw7Qw^^3oWO2J=R)T5Zy9!MbhT0(KNN!S^m%Y!LG!rH}t4YAcLItZh-Vm7zn s~lDk6Grw`uDW2x(~`($d}B}4GJJSnUte?j+MaCIm}+KCRV>#*>pLOft!E3?h%}LjvqSSv@b29w_GR2p+=e^{j%%Ih?!2Sh!RDoT ugrRnxLa)Hj@dNdFb6c?F0G7G2X10h0o~rUyu_ix8Wr12S<9SN^8*vRo<35)9%&U$YEud>y;?*X%R$6$BiBrZGRn$lyb2M@CWLZhB3G1-@6X;zm7>eo>FzU}f-XCa;k2V=H8QVJRW<+YgdA$X3#?>1@Nx7e#R`xEE4V`}_`6m~z X%iF0$f&9jgWdM2mo_nN=`Mv#S!-R-5rNE#*Sd=FgYt>DNb^-g;)au@Z1~yguf^!$N{X_5?wB}_FsGhbxyE_iCd%vF65*keqS)U% 8Z>G4q#1%uQ6Lv{_0k&5l+fpkpLzA>NH`s`Aqz_FYeCe!C1qjIm@=fq9;>V=iRZgi9~f0U?0x^ED~xvUAPY^HEHv@L_aEw(DxZ)4 hjk0pDHba}O}9*&+s231dPzzy_kSX8#llF9YrTi4)Tu{paGR0nrxHIY8=i+Btv?su6UKlAQQ~nY?b9dm6ceYweraqRj0z-#3bx?` tdcwl>Q1f*%RHGadOisgV)vK-*AvyaC44x{NaZD8Zlg?j{H*QICBao; O0e||SG3$5>&h9PuEPB)1A^At?y}>m;Bq9mec)Ku)kg58P`iX6O3eAZsvE_JB?~26rF-!WoX@4dIJ^w3Fo!FIc9f{krF?r)1LY{)8^k4OnwTy}Rb&qO@nK)OFnEWRBHO+-zXa+(N*@^(Rl5SO{Qw L@om=Qb3uHp0cw7Q0zz*K#8rboE<|B$@x*7ilct%^iB4)Y?g?_lBWj6A5p@wac@xN5KvB5)n><#I|~rTD%h5JjnJ?mQm^J@^jhn^ OKKn{Sk8=b<&wE;DV1prKKI|vyGoxxJmnDFBdJcJb>D5!3pr&H1?E=xLMSRqk&i5oBW#yuMEImwVI^u+U-nBXpK=Tn6MSR8XqJOg rO;9pr3Oz8Crs&R#^!+87q}scubjm0M2maKp;<{J`g%Rz*RE=*G%G+|OAV90t>y}v2TAg;#rtIcZ-Zo`7Fl*yH8!l0)JE-=_I;b$ ^NDS>63;5@ar9<8ejuEp4&MWX#rBe1EUksG-N~tN&g9EJUeAkTr>wE@WMJ)@k>JJGh*CW}85*`eq4M9IY^qH(Xf-6V6ulkhYY-tc-SW`CJujbECv=B;|O-+W_S#^n12(apIjaJE5w4*JwYbB4rP^iQ7YGc`#x&Kz2jDa!WSL%9dm)Gkb?}ULzP=Zc$jvF4T*+9YipyPp=Ht|#&Qw&6G=D5414O5BBEbrDHC5H4Ut9T;HMslkV3$L +Jkhd;sF4fD3-1YxoQ#4jTdHj;7U!y&}d)35tx>yWJW2`zPrr6?OILb*tP<}BO9XlnJ<5Ax9?rHtx<54DCK4ZZ&l^Mip7)?IfLE3 =_%@^FH^zUKU}xn+MoWYmvB>#EF$RcPPO4%)w>ww+pe*b?}=e;5=i;QC}y}}pr5rJnDV{PALDTQUNWaWu@r4|i`W&CyCqZZmkg_HG}15+)xzvj)x}?p90pq$yfO{z7;AVK4wJU959wMKg>vjxHs)$lFPteMr%HFJ?U8M|IE`D{?sSRxo0RqkEvO6h3R%1jJeEZ4(2 W$=s=8(%%>Alz3~hE>@`)%j^&ob86W(IpnF0{aj)_YHz1x*3W74?h!rdZJ)%>cxwB_anloWs+azahAvTQ>$*G3w jXjO=9-%o$kt7jkSL!*<4#t909=QFK7F&XXr94sZr7@FbR8`iVmBf#?r^HiR4L-DHJ#;=K8XuNoYsRc`5<4ANkBB51H5^xi+ngj? PzYE9WFo@mN0!SDiqaqRx78;stqaJS-S|+cXqLnX+PVfTDNHJyzD93I{iovI*PoZ&FtJY^IOvPzBu4sp#HXp1!W04S1Ao{-!m*upnh??p&ACsrlpEdd|J558b8*R_TkrFssRpyQ!(OGz&mhZJxDKSsZkI0)F<%BTMleUHKjE{UO-R4iGze)jlHbj2vA>jsVe#~^^;ivatw6qsMGCC(&Datf OL)De2)4ujwteti<nJEFOzW#YKI*@cgF?V>wj5bsyU&%d5h 64A-F3J0&>tW~QeOm>B(6g|>~jrDoXKH`q0+SypV8yy>XJNu|SE%(_txL6!k!|?&*^s6~OjL`KRFy6Z_(#$}@%j15gUZUu1(@lI5(O1A9Qr5 d8N0MjiiuVzb3aX*LGfNx#EkD=|;9qxY4w0GG1tzN!MoN)Ew{SHY2OKr ZklHr;E8OII}>D{@FXx-WudS^OdXZ2D5(RV#wu#tThkNIr_53(_#do_-g5D8)g-xI!|ZU!zB&`9 eMv>+UMOP)UdXC*o5Yi$RMpmBl&oyGPAT!XHZ@3To)UA|WN|eI(LC!y#ws~hcS@Mm_Y-&G;J0f@SD&(EW7p)vfEHV*>3bOCgjawF83s-#%n* ^v%w^AXo08|M{%+dhnZiK$^xPp18fVb_op9$qw&4y*aw0-;iJ`r^rQi!C_Mu*h}_x!K!pB)UT9MF=;RcUnY&4xy0M3`tfXb2Xpjb ofo$cSjg^LSEyI<1#l9|N0iw*9G6R$y=YPFd`#yvBdA$V_4;(oL;Kp|*bpb-A(ER}o1OXNo%!?WAA9eeIFTO2BbvBDblb$FRv^H#m|G&`w#>*5Wefn#WI 3=tBHXx?#P9x~-bGg3=Nww!(rJS9KK+5Se?Z|-icd9ctbR#f+;__Ecs>I-U1o(kfMI7oad3j-3Sj7C`6N4b_=R* !Zd7GyojW{3smW0;>O3PC?i^K%C#IafC^iU9@?ApqMp%Sq*tXI4Q`~aqYPh;(cq)$Ty?e~1d};GQ4V#=jg;xmvd<{i&~$U^_)N9v rxM{hE;@ZkvFi4u+V@+@T4!xopJDO5-7MpZV*br_BkNrHl{j(9b2SaIS=zmEhM<-n`A {7=lP^st2fBT0s)2*C>elQ_KAl=$SSQ{XLY{;wb(_`VC&LjE6Zsy8~J%Kf7;K}Sn1N7D*18aOmskY{wjSB#cN gI^sDL>kSAG}=*R`M`r|1CE+S(j@s`>JDcIs9S%?60a0^h4P^d4!dsGUAy?ek>H(Srzt`?wBC#>p{8lMCY8}!T+!%cVaL?e8g&P`rty{T sHr_{aTDdwp4}vO<(mncv$JP4&7t|oshjv}!WMVbh*2Y&M(ofua%XqM$d(;OZ9jtkvg{+Y$!z|ym;8yGn>&NEbH~)mdMu?WbXSOd XlnPp-WGR!$vZg6Q*+(ftoiM(u<^*4VtK*%IeX@V=CIT~HrqO_byCurk}TIMK_XFj`n75@L6s+djEz*CZa- krsd^zAPpu27SAB1m*0$O*3SI7QI{(Up_+pW4Cw5rV%^2BX?^VH4^RJw@K9%+}1dyTMq@1H)^+?yGHCdYKM_I-``=UojUxTavi(u (Al}`F1vQ@=8qb=^RByjqjuV%A?||~R~nji#FLo$o5a3tB4(h?i765Td)+lRbu#s%vF`QrJ$z`I7MM=IwB~ZQ?J0#huefFfji}YFzD1B%SC4d4pQ7sV|HD_@y3aYj)o@srE`?sXk%s0HkuC*muAm;zhs+Hlrr2^Wp{ePQW>a@NTU9Fh4dsCLfF)(=m2xNL@x1FrIQ{3|qv6cFo$dd59XC#|)=>o67IQr|+p|lnrwpIjuPFK*!@vA87Is!b&v3kQl8~navF4D27RhtQbLhWBpdx2z_OM (S}VobxJy;NhTOsSn;gvQ`lUI)?D6{*V=jAr3yX32{+AS@yN|4EPW(A6WV0`r9RcBs?heJ7+SrDqPs-bRv{#~iI&N9f{Do_K;(k9 -<}=3$s+84uX#kg7pi?q6Q85AH=Gi?-Oa@%3?~F5T%}UR^Bmx4<&Y6VR5BP|F4LS`$r5=<7<6h~NfpDvz;tm1t_;nnM(JTy$0Qge ip{E0PE_C|s5ESZWfoIg{t28^Bsr *92XY;vVCDB4+tg){*MwHvD|v0|^u?mRRtc^aF{Q*R=JDRao>xLhi%WdOnBv&I D_)tz1rp5AK})>6`au$v7RZqq_=LIzii@l>URcR_th4jPvvE+;&RTPKA?OUnc(&q2anEP9>(k^}<_|ZjhZs^G@D{}{ZhoR`SNbF| &9d%CY(PxwW}3>axtjz8>APOh5S(WOT%|9!YW+oT3BgV8s*p<(KIFnltGWI^06@@h#b>`fVaqdmF-e8H<0KSgpgA6U^o-<-0e^_ X*NAIOQ>5Z6t{{|J~&wL&@R^FO=QAd=96W;;u}tQg!sUTToPcW16PB_oC&b5i@of|f|kD|yO!GhG0qK(=n1x6ZKK6N6w{P8(MyBD q5R8ii)kn)BZ4QJe4+~ta$>lUD6@tBQ73e+xk9`g+3BjWLRdbcXpJ5JjsBG>ft%?1?8&fi;bUKKaTzy MDpudb5oaJAPJAwi#6916W`j}fcYCDo07|sn_64bRVU$6SYS4@?{(|tu7j|K9O?1OE|OZPWi_-^jn7Oo-wdyUeu()?>DZtcu&Rs+ 6nBXwF)6D;OkYd}Bfp#2Nghy|L!793nI30mw(qtY=?4b%U2;tirA1lF)q3d1oENj`BC0V1Aj6ysvFw8XG7_lrwTuJeUriP>V|*DV E1VCB*-w40uo&W1iydftFL+E^X_l0Hj5kooH!k~xvk*K4IZK?3$t_ovMjd(~4q?_vBcgVc 9^$P5rXVs!tArmeTS$6>yR-uN3sIQpc-CC&$+0(PE*eovjINwLy--~#_mmVP$RucyAQKpO!uv)b1}{)N7=rKWW*ws~!8z~-G-6^} !z0tlJ;};}t~HkvlkR4FJ-G+jUU5~D2XUjy4WgxJB*E}t9@8Q(&x_eiiN+&YLW*9F32^ls8DuMumpo}-xx|f$xnHrowosnrHR^WQ W9QhtyHQ2RAaqt1(ugUe%k-rfqikvGH?Xemx!l$m-H8X45J~_mPc#LO*B}t2}~d%BhhlNl$1;|8T$4YELPU;iuPR_p~E|#i2<9hmb%-S|Q$UOO06@TzyiUsNHq>}Le k-U`(3a_6%eM+yaf;Xm)3V1nGy0Foqqv}MEk)8ZonyZ}6DXgKGM{5}}wsv8CqKeD26|DxW#uJK3R=46^dCaPtZ!NSKuUwA&agx6@QWLl>ViyK8%?WTN4{y J?VZMR@TWu7C2TblGeF^M=mtL{jb$e2Vj{4;FLq{u)ox_I?;wf)*J&z(55*g^-jl!XtZ3ex#@9Va07|u!2-5J(zAST1PyqHB5Vp0 aL6``PH9V;a!2xJop+-Kv78!#R=gMb{d0AS6~p#vS%$q_GtntcF%Rl5_a^;a0v)0+6A5ROFi>TVPO0#1#asW_5;< e?~C@Fu{`7AS^^hkg3M=uz^vch23l3{0$3_oqHx`n<`wB_(iC(+@69q)IDt}4+v_D8w$zi7?Jy6nYYDg9SB;m8B0MEa4W$GbN$~I bsSn|-3!N0MKb*Z?RLq#w_kn+@neM##_JlCQm4Hj`)t4f#`&}_GGO~Q!BWG7H8SqiGsWDZq?nvvdq^>fR6F{6~U+FV%%cxP0J mTh{Pk%)gydW&AwzROKDh`gpmKDr_`PzJ5a8EtDGHoTCDK1hzsJ0K{a-w&8)#U>)pnpKEW!A>vEPz SjuXxDx|xGA|n#D2f!aJr;+(zRPH5xM*V=Rs`UX``C0>?a77Blhl~LBQ;jM{we;TOfxC?^7j0ax!At 9;w9nldKP&(e0-S&l9q4H3O0rT1j7?&HSBlGTvgdD9Ky&q7b4O`3l$7JOQ$ttC{sJ&hGCwJb{O KncrFsl1!CuNPG0j$I%Qq}Z&~yHfN1;5DW#b*-(iN7dXySdpWXwr9M%y^3v$^|;TqB@Q++T9{};um$qPh?^^jcq$_(PT{B+pH~}L PQGZ6zOXv78Hn9bp^iQ;kvX06F?*fZ8j4JPC*_(in9r?%%rF|LiN+{(m%N4hwwNnno2WYib?htB#OnT$uLj)qs>3!PXMWjO p^aoQH@m}7A&IUlId%0!_9RyQ$rChj4x>o6R9OOFzAv&G`LQ(b{$6HNvD0Pv#D@Q8Exi4bap;>IxB%BPA6(@Z_ZGUs&hF1VK_`|Vc2puD|S|-l~SE? 2+W~;t~R0+^$$0{OR6~8I|Puy>zu6vPul)oT3B+pYR>wk%kClzzY!KB^{<*{;*`AYGlWHiKPKGG}c0viU7dQL>Lg(HOmws!({tx(yK~E|1FVQE&+&Us=;?Io!FJt4E0XvjwEOz{LMdUN&Rs0OA>aAE?!}UEr;?n{smv4{bxBNBRm;KVl*EC@qDUxzd6UK>BNoUFJ-EL)ife-y8@z-g-#C(^h^49&} pwGUMmV|OXFEH@sAXJ8ctZfp4?rd=%QsXF-ITD+1H{uhahxr8OCRy;4t3I}rn(>shQU4@it-N)%d!oVXWM|m9f&FL*m-93UDgDCvFGZq@N yL+(WE^zd;09rY_`;xsN^%)}8c9w-GKV?Iy(=T~Pm120|TbHp5Qu??&UX)eXn0X^p&4onyW8Rs7a)&~MzP>vH5GcC~s;wMy81%~Q E@k!#zhGhTvnRY-Mf;g;W;he15I~HeA@1c(DD*N2$kZc;_0`Ys%4Nl^&h8%keRv|-uMV$%L`rS6(K55$J@l5@P!fKpvI^aIl$YV( nYigG<@Vj@WZ@KJA3x%IBAct-aQdRhi_h3U1-2y~CHEJKyWZ1v=%bY5HT@aSzW$bc$aA;z_$S-012c1fZA%6F$TxMHG ?4w~!FbOwj-Y`vW#2V{b6J8~;e-cRo{L6UycD9Ai8_(Djw->F0+u2`dfBl+7eD)dyIr!>lY_6(nL_IaTPm)Ra!;)n<2osh64O@Ut PWdgf_dYj1v!D1wrFFXMDVxfj11fHlH=d1?+aJ-)&hAhD<~$2}{?|}VgRr%z>i_md5J|uIW~Q+1-LLQA;y0x9e_ej_9n4$|r&~3f AU&3>gwdMFjtR!bPRCF4pkA`Qmb_#s6ylY$UQ;5SPix1^L7M|h%>wGI)eM8?1Z8TciU{aFL8jsSd2qLo-7s#$c<^o2yDJ>k_9i!IF1 Om`lt+ZS8OJlfN`T>y~E3D^MMvsW+a2(OoFb9kp0K|;Glx&+U6aM@B;NlNU{MB7mzR&=%*oid1l(SeW9!og}hy7{^)WybeaMk*w6 p`p*iu+7y+-*q@V^4)b*h-0j^Jek7+R*#-aNcGe8aa={4h>e1oZ_BFVfMbh?notGHg_*5mNg@Lz7x?=C9 SEhL#gaCri03zrBF&!vFlbQB+yJD23#Vn~FfFYFz1vKo`{$nm{ |4x`Ia5Ak0^2T-#7ztV8L#2xLtjUuMU&aYR&j#L{(ZsrXlI4PKh}BES>B?F3vYb1KT8GW};_81%XXRkC>hCHZvAn36P+~y@@@xY( *eB4k@_hzh@Bh({2K8U$Tf9r@jNc9k$@(&V;F;3`Kqs^edQ6Kux6(!)dv%X!E&U>+k6)A*H0E4GhISw=alKk7P`A_ER YnFh{jBgB2;f8LH)5Q(oWgNkqdBKUW;}~u}XAoO{N+s~h314isOE$xbv4c$NP+~-OT3UJl5%RdU{b;%5;=4HO$>8}n3nF~X)ns2w #MDX7p;C9YmUy`{Tzj+R1dDTZsB3I!M5~Bu0%X*ZP1#Tt{EY&m%o%BO%P@#>_LmKt8ebDOC3iXz^~OM|Bub0|sixVCv9+eYyjkWn 2~|@ZMs|$1?u5mHt8~GHQ>wx|iEzzqBno0d6cOMASNyRdsX4HK_VPtRPzb^})@w#g)(lh937>e*@y?D?WNw&2v?M-3K&@~Y_P@_4 Q;1R>k4V3D(Sp%wyUHoLm*i+eWya_X@@3WeI(}8ti=YA0>`tG;Qu)=t#A?MfFIqy-2nyaWI_)WF=OLN` DwL|{=Kk85cp?7HT$mnk|l&WJ4u8o##) UvTwDc)~+Jww}VK=`BV3Zxge6SSMa9P*NsaGl7?#(0IgnwpLU&doURuQz%Maxq5{zhMFX-!$^i+d *?~-b0LtrH6b1I@r_#GkZe+eaLPt<}HDpDz<4WJFCrWw}Wo=gFjf{Yx9Iz5*GsH4k%z6VR8o@lraCS`eh>hNeA5HLdxx5jiyFf|o28h8u8ZCbrL%gCwI`c3C!z>u &&%aS(Q(n{Y^OFSryoB$UlKcmDv+%>Yd6(uffJzV`|JVkaSiwSlCy8w>M{tvOuYDHK_fnO@8!*9^$Ak2hQ@U215p>IKl#v!9zy-~ ;bUM~`pMK~7c-obLWB^(@Mn=rz!!(A6s-u0P@mOY)BJr=Un8bQFV}&yNy^RpT}juh_J_J|t&~Mo9@!)U (Mgm~n=sEPlOOd-_VVh_CyRn7`rhH2-RyN(0LdU&NjOCqW8GMY-jn=Dk*H;l-p%&%1+r{lUW9GpDL|_y8gVJ>WcDJ)3CWo~SwXXw X(W}yA|&Cmq)%dK@;l8J-vsfnBnWt>3=Fjys3e*!v?z4p3E@_;wrqMNJ(FsOq+L-CT2)as?s5M{QDIWnwTMC7dM`<#twx}g;NIl` pJE(ar#b>{e5^C&5*h=F-*6vRgYY>1W9tTUGD;}6UTp0uwkqg#C+8%y+Q5+Q>1R6`!?gvaGAG&WWwp+C$1m*5u6gqlhX$e`*kP0l Ey+byr;#+;s$WwU?Y{Vbo`9za@O~*NU6-jb6e%G+PpVTb-7Y^|n4kmTx2Q&Le5?iJQLJ;QnRWE|Bu5d_t+fJGD{9gmj=@&)qn`tT ^U2FlZ*?sekdF!W5V`R60f4I0NMoLkIqF2jc6QZ#2?C`!PVReOR D6e9vN+VP<%=j=l5yK4(Ru)%)@qXfg$@bf_C9M*!eCT_-1@Bnms#0oVL-kmyaSIZAyQ1=0Q5ZNzvZ8yWWGboIx)saw4!l=g;8V%8 &GrfEU9qH4qut~~$LblCbD-H+buoZf(P9^3XHf6mVJ!+3*ItD7(ao2DzS@%L9z<6=4{}UA*sL&=~q>ymell7AtWo^O+5t_ppn|iNfs};Mvf#Ju@deQUU6kGIEI=%Q)U4W~bh#=p{$T@eH`8WpZ`sA)UJ` LGuIwK5T9}^-%O46=kiClfUjW#JpSujkBzR2y~I3@e<1GkC%BWN&gqhzes{02WE0Xj(>>E@ZA^zL8T(A(84UM%aRxv1nS8K<)8{L &Dlhbrds1n4d8*QqdFkcV|b;830`<$Jug?AcLv{Rf|XS-vL?GN W{z0AS^`Iq^TaiHOaP8Y*%J!Z1eX~i7o%i7FD^EU_*B{nvsX%LxVkUSZyH2Z0;9KSEux00n&`Z0G=7^w$P-d2)vP(OmslR-o87A3 (2Wr-9D|RN;3{zzIzEv>)(mJj;nDrQ>^qf$x53?mrGusk=dALYWp60LIeR6C&0NzV#`Sk#8aM1dL?lyA*&Qw`HD1S!ee1)=ZE|*SfTpvHx7uWNOnuA6+b=nE+il~))oe(SW17-?c-=jE&*&QPvAa(RmQZRCuI;PM$24>O#y)AZIsw5F=j*XU?O4QNY~~t`lMJ nf5=FDb<}++!x>R$iLU3ttB;T@(DFuUvfTJ^n~S;locaR*2sRvF=yn(VyMvg&OE7UAoilADSTai6Z5yh@6=aEs(n7f76QL#{IElF Vg=64V}f8=HX0HsAN3Cq@s-g86dGmbx^#nu{k7|IDX5Yj#(_s+hVf~(s7dL#thlAjKyo}T{we)px2c^%r+aFKK}>6(+prUUk2&*? GI3c)dmmh79`THn@8Z}ZDans$ze_+Ff!u<2P}j0>()1+~y~5uaZAjPGVHU>6{A_kW0`e>;{+0pLp_=<&8cy0d^+g;&>8`yC%f~>b EvdeU!^CsA-Qa$k_O##`3voV{NggtZLFt78g$VY~Hn#RmD$K0kPwtT!AsvCpslVQaQSw$H?SzjrEcz!FmuL!P97E`Byr1@g-OMN~ ZN+w8P<4X?sN9fv$N@u!+7r+`Wunlk?V_^XZ=2gK0q0GvIO!s`N5~W`qb`CUN_mGLJ=?s U}!(_#vx%qa+h7yux%@L8Bqr0W=R+!)}9oyX>u_+lfLsV{IehU7hSL)npD{RN3h_bL~@E^)LEIfTk K^LYY>;CrPC4!NTZYqfEh0SBtcL$6+n=-XDPc!W$3%^e3CRLL+_LUX~p7QHDE2@hfmO(+w5{{MGHX^}`+LA4H0ostdt#tFYfXm@=evlW3w%YyLkGDOKnDdKo)%f?@{7n3QI0LnI|newsb6}h%+0RYJn2+V0-)UdyakOFf`&w Vl%#d%v;E}w6i>*RiB-=?j@aHkgwT^_U}eXQrXzCGD`W2I(&)pf|UV_Ucudj-)h|-8gXz8cQ6GljSq&ECQH5Iz?*TiuLkeBruxJnx;)EI$@ecGaI+i)RD`})JVnsV 7@j%kljR*(CHmc@k^Ou9giRj0((`vM2qu(TY1|t#v1*g|vtLYH9yN8lDN~puh}>9s4ozKSX)hwT`!v%qL+3Rym&yLiZ#yoZ7q1Wd ?(v?MWY-#~114E|KlQ&1r;(VBMpyp~8fLaL`if|VijnH1SWxa{kNG0%fH23GuBm7c_MX}>o3Rsk10ZxsLh2grZCC*J)D^8-NyE;S @D3%rNu1+E&OD<$Ob{$m=DR{@70oVDp5?ktgm20=7*Flowcws%Fs!R;vGZW6&msM+hh}fUd~|0^avKE|<0UDXLXbsKV#s7gR9d)= CnqO_5P%CYGenKqOVVN~@p{y|?>JEILipU=_$EAib*}HuL>klbE`gDBISfNHrm5uNk%k(pT+MOMK@=loZ#m+?-ePKT7;9)Uab@8dSqVlsh+*7$E JYZ;Qaph`>xq9aca|1+>B~6RyIM~&9M;&bCF}q67H5yT?%9yg*0b&IO{dt{k331AmzV2Gb{*NK|;iE6Ysp|QG&AQ2+^Z|Lw6+6xI ?CKwtidgg`O+HiS-^=cz^B*gFlA4CW^_aZVpqn^c$c7MAJ|PYs{!*~HqUAARFxGiEDVXwEkc9K%7W6T@S)Y;UfXI`3ah`TVvgP*H ^7oH{dVo5q$uFe$`_WvVQ1?%CfEkEm?grlHI#S)r&F49RjFCQhjU`B$V17R-;2jBIHUYVx)QgWOdd5>NYk$=v4;(=)4 6Qo9MlPxHFN%Vt>b2Xwn2i>U|h#2UfUQ_Q&zpaxSL4CM1K>HEU!c)mk2Oo2(W}+K{&t4X*^R6;s2xHlTwU~Z${oMVhyDkPUmnRY& ZB^Q7(W0VAl4yK9DvYaM$YoaT(8q*mh9RLO$LO{zURowUoF{-8Gb~3Uv>R|Sx&V|HvVm5csY3J$3%&|h|8Dvv#j+FoXp<;IVQ3ll jx30^*yg=;5A6+F-_^eZ326>^6_kI&o8DLBouzBbf{u6I1W6-oNcC?*eefHqUd4n30;RY)3N1o`iEwmC&`|!<9%PVnyF`@|v2pyB VvMU(I3ZiefVq7WB`d+8Jak(>=ncc`ta`opmtlDYLo$GWNSW-f(&vV6F`i69ZB#a~7 lkykQJ?TPT)L0ecA#H@IL=ySgg;9IM@rT3&!=yW_Dh+g2V>a2)qO+ZlZOOSFteaZG6;4xKa37&}9K>aa_4deOHzW3E(&O|EJt|E9 gapLGvns;kyr(#2PVE5}6Qs8282|0U0oDcnmmD9?QJ(zh^_rWLPOFColkLr3JbU@wL3a39)pD4HVOe0MUiKPW{DRC21t(vbl`Dfc J?psdUbRTonWRjJvF9mmjb3+`6V~jb7Hf73E32o&xD%k{b2f!lE^vjOzbh~ANK;PvJU8!Y)f0rRz<9E)jdnmzUuYfiP0s4I=qf-qsEYw37MZWAx6XuA!k_qN8p X%t6$BBoS{55t8E6cwY3p~hHEdc)bJkzI_Pm8KOpAMgpRT (&#G=;0mvQ0cFp@n@u3{2{N6TC1?@PAn-VZA3Eyyc#452iWl-s6Xj(0836T8utf6)jK3 QPg<0aQ~9!H7^;SHMXcVJna1s7Z-)h=Sv2}a(R*4>~Z$AADz(Gc~<(Mfz{?k6Cqj!+Q-|*KtbW+J%XZqT&_6L%nlhg cjj&b9*|yH^uG=yHW|YqzYaC7z{!2mqY(Gw$S8Z^f>6X^TOr|*p-_FEbBX;@L9q{L*If@6#aT&XeBR1$?IlNJ28pvU=mxz;j Zh43poj~f!39}I>S*QFRGoQk%Hb{FW#0HKHlT?;h?AmM_ME-&itJaoZGv1V+;hb3h4SosnN%M=tQDYAqW90vpu-ML!=rxmbDRH>> 1(mX4X$N8u0ebw)^wrpiZ*ZbU53_Wn$?G*kMWM?zaTb&YaObbgi**v~@3UuRuT)71tyh_shk3!WIwp$dzgo9hKfFlEiWCBVm0#3y g#n(i{-mI`iA>oZ%+amzMz0FvJqpLXQ?unlB3#Upp%N6E%J|j8*CB7}A-{l~L0cSoYGSHX5S%I-RLCkB8p_^bn@5}adChQ_dCEjA4;k=H49(RDB3{Y$p=~9N1)T%F( )Vfqs>sSVhHmtDa%5>6*@J#@|*^z?Cm_~fpP88$kim!U?{2**Ma(6ui{OzW@H0mT4>!z1+7u~k1WXJxIy?J055UT_QE5e~&1N%=> 0l@>}!!E_-jQ0M+)&Gv?!!nGHj)fa>y0K7_#8d+TkcG6_y?5{X@4ug> sYpj7i8mOzM&29~CzQ)=1@zD%A8P&e)%0&Lg2>|l30@{U4ctW#9m%vuZ?izT*^7O=-GBYv__$mredmHE=C`IUWL3gf(*m1_#L7q) YE>GKYMUEbHe~M}#VCzfahn+Drbel?n385i%CgE*V7k$us0tvY)2vdxV*6G@F_jc|u-&Rf{%(s;C-G9ot5%rKVfQOnPvPz!nYnAWv>nu$t~yM2hEa)|{hPh$rW{rqwf=il)t8DDBW!}kMX@d r*^Z0Wr=|3Fc|Zb@C}Ihkm&2yY@-FW|RCDv+EWBudb<%SO%+D{yoVL2xCfJ(jJVXTzd;fWR90_3<~6beQmj`B}ZW=-QCOx~3|O1YXPwNKG6VfUr_pIB^@Yqr!^8gWfn=yTYvHqI0<49D`=m` oB<6%4wzSrJt%W}Ta2SH>evDLQmCp9Xn|gN#v(OUG UEbNKqJ@{^`z1<(^G#B`M|7I2HGJZzCRGg~A`;$v8{T{Wf4_ZhzuCZ~1m4fy9Q6;&gI>LjU&tj=z2jKLDgF~q8G;}5TNH0uvFv4? 1h2(Va#yOC(IuTUKTa-X+QcY+_}ge8nNP+Ej=3eQlwhe&tW?Kx9tW91U}IF&yt?tJ=JIJ5tYVIkRI>e*8`ynr3}XJ3@hX(+0t`PH7W@2{FZOfEVViTto;tt0`iar%W!@xfe)2+^ZnYu$928sEaQ5esRKK4suN_Z) obxc&8(3S)P4(sXNs_3>OgXVV3_^%GSGzZjXYm1IsmDGpDK|mJq`?w7#j^C$UeDV${^|I6(aLc{!GOzxzvN`h!A~?HhpYm?k&YMb dOB8-gz$PgCRPcq8XgAZ;&6Q!+l;r=Z@>skkEeUDyky45zOG_Y2wMJHeRXqBD%t`IzF~75>L&FsRFrZcLKr2nM2vEk9>K{)$@4au jBl93cwiPDn92ktjxwF%_0}M-00j~@6f@(kl=ab6mV`wn#;iy16^Ib}xvGNj!Rr3*=9A(?13%4Y6AVWo;2&X<_jjY-+x2B^nxxtWb6C1^g2)M-lCUxgoKc)@yW-Fb^_hT9JI&0l!lcAvQ0=MGP4Het{x7HEy$>4WHRww$vEypMr> ^irVf(TNe8G#1miTbU`iBs#?BEy_pPQ&==Emb;@7Y-lqMUKi-WFxzKEn_q{Hi}py{Mq-kX(5!y*Ll3wsS_xz;ce){~Z!zOisJAbj %=kBVn&0q1)zM8R{uU*V5M-WP;@82nuVG=`9P@Te>}oNIXUwGqa?WnXJ7?^X$EoaVhQ*Bmk88osv5aA{D^OIs(nsk3iO)VL%a42E Hl^*8rio5=FKV>V!a!p2%iiB^?DzrLx*SW8Lwj;CF6DLJGnJAa=bWesC|4d8o&+BSLb?|lh~PXnMI7(VFDj-t?kM`8cmH8itslPl K}zxdy5_Uf>~)RMJ##enfqf5pX_xWk;s~A+fsA|-cdt9NLAfXTjEJjF?Qsrsr+xUeVVr%CAUZCEbOs)sQ@AG8Pe|cseqsA6RIuJ$ fHt8~Hw8<;!?EFR%Z_|eZk;bct}(z0!u1x?dYRvCXJpq?Uc_!bSn}N*G-lXKn0!9*5aw>xKiNiZ3nA{a^^k+;S*Y{w7(a6kS6IwK*(uK}w)t $*_Ng9W4*9azV5S5Ge^qYwSQRzB%M4WMBrQ#tD8a9F9+fg%zotyW$!y%X gVu;Y$2gY9MD%+C+%mXCj?T-|HBpI-!_>r?y>-2y6Wa>6GfYXANti7`)p55PHC>`J^X&VxovCc(bGq&Ns~IwI~$@SgzTTfA#0NOSO(Af)Jk|;`Laqeajn=?aiM3_t|*%{PhfkKcT+&V-JAp<-r2+ 5kf#DwF9&ccdxOS$5esIWuZmAR#_xvP>p90%iH7x1&QwFm1X5oov@KAIFa2ujc{4sqNm_ab7RS9;7iL!C7|k9g%ot`iVLr)fDHtw H^CxunFrlatb&sK8eohxrtnA2J)KX-EeZ$De0foJUYqy#c20I!=1c=>dQ_l}H{@1zCNIlC{bW$|DYwmA$%V@63Phi (}{2y1B9$ii$e0`l9MoP@1osWcTLj;3|*(h)}70zVN-q2AC;x5XiQetUnA>IcRG*e%6#3ojJ?ZbVC6#N^uBU+X^Re(jnB=v|Wp=q-|sB!0orgd_9R_o|-9b8XwHic$|6DuvS(ssvR*o S|&*#f_LxTOToY#E_%;!Uf9I${g<#R68Yo13yI=yzW7FdP@IomZ;+Kz9@=-gKc{p|4E$>ZR=pvmNR^JFp$-c5ZgD7w=r)`s7@d6E 3Djp0WK&D&je_A@Es61qdgVG8UO$COH^`N(iVdw13(a>8r%*VWlifHbqRW%`tE8Hhskz2&+7oO;Lx{AUwq4*Nu|7zI6HLPtSy47I BU}_n95N&cm~mM{|G?IgOsG2AJRlkxG0YSqH{OCPWS9*^Lq&ynR7o|v^dOg7&}Czjvf9!a``UPki$Xywq!VjrOCAs77RKN-(lR># DhK2-yOyyOth{EUO=w$koI=`|lvz6&MvN@$sf6B@Y66Ee5f70r6So&EmTWmdN8JE5Lyk_XdN?x7WbjG0Oz74$_bNG2gB+BjHysG!d| 5~i4`;ynLi-HoKQN;CdAGhZk1co#V+(NbuOHr1y20tvpJXuolseutjPg~B+G8C9Hc<1%3z&7UO9g*{hBaEqZHX4X`@e=y0Oa=%3+ 4xb3f$&3C+?ZdB31lvnnw%J3z{+n+R}{?qDRAhzb#A(?~h~EXJfu)!t5;5Jsna WDugiXt}SxnA$w)v2#{QpssTK0U)~H4XEScao~ayHaZU;1)R1MR48Eq15K+9KYE^M@vXk!D h)G&AX+2X=DV$34l2&nc+?T{Dw3ec@RJ *_LI_ZUSXRXFP#VXI%-aH|o9mIXv%FMsoa3EjcYo5y**92#noL 3O#jCv*~f2AsGqL-zxPDvJ(~aa-K)Z6txHvj3E;AbM$&|7P52jS*8SqS6QDuO}!g9^A~=Sg}y*m|mq >wRWP3pEZQ%KSt)boH;RLgE8M4>?M`7SEGs0~imv`aR_0WjYZoWO^P{Oe7s^QMN1Uy`aC)A rPpFXwDg$cDrt$T?LZXPesPRUBk0jiR*3MGm63~AYfJOl#0;62g?G%4eRf2-B|A`1_|pVp3>ogf@D6Q?f-?m|JNRH8ps9qu?GX_;CP?!GKgZ9xZ{WkwCcKM(brJj5?-9%cSe XZ-phH~3-LyB^A*dl-k@!*X>NzVSmA*B|N<{7{zVhZ#G4+L6j_cyQJPA%j}i&{2c%Qu!HC6f3N;MJg5qXm$2by2usc66RpoT%j2+jE}XqU+sk|g*@u(!syrz^j<-Hg9;Ma#<97DpqXMg9L@A4zaa{~$*rMgm Wd8?HO9KQH0000008eIyPyhe`000000000002TlM0Bmn#VQghDZelM?LtjlrQ&T}lMN=}%lWaef86vhzD N#GH(%#@7rn^y-m|YK|L#4=^X?#cAHh32JntKQo)=Tx^JaVA&h)76 1mgvs_bP%%F7&)t6C5SD2f>pRewN^FTrR=g3EoEV9R&YK@T~;jwg_+;!8Z_$2)>2j2MF#>@N$Bk1b;yAI8INni{RozJ?|9+k0baR F7Hs3bMB$2$5n?S{S5?r2tG*g^#otF81?E}jQ2wczLwyz3KN365T%Ixf117@yDR_iHu$W=;R2WvJIL37$dl*91R6aCo`r oxuG@a4x}c1>q#YD+zW|h5tlwM}p63M`=-epH(oPKvC=E+}=#JqdeQJ(iX?(d^e-#Z8v 7;lb3zwLcA%>}Oi(a3-C(dfsO1P2Koc{IlHn*?toc<<3D=j-pmc-}ht=`p~AU5@oUB5B^#W08LSv1sR+$6{QrI2QPJ=dqwS_bUABu^6Y o_8?M=l24Se*a$d+wn!@`$d8WF@6=1|LX@)?>7x%-1i+syAK+~ycifny+#P`N$~v&uNXvse}53|`-Q&$njn#J@8Lm=%cFznzu#*) |2qggf7uY;cN)Tcc+(K*;q)QU`Ncyh_oyM{J5KP;1Wy@4{XRDYe7RoVe>#Nmd7L0k74I2+Ur@q$tSq5EN0%^v2TLe7E}@;9N@&OV C5+2OC5-RG1PLX*KNH+Y@ZAB%@%sVl(>V;f+C}h71Q!w<=JpPwzt@(r?tG{Wx_VU^fFKp+{b2<2>+lfY FDCd-oD-xUPkPH^3N(6{r}qrJDT$M`<99{uywdem?3sOQlV>!k#{30^mf`rbc^@!6q*^slKP|Gg@}pZzOn cT~YRoT>0)h1XYr=Rd6g{~oF!zt@fd?nQ7K!C7PI$0Nru&Kt(izEj6AULPX3Kf!axus&`X!#F)YhVgxB4DEVO)4w7@`0FF2e`|zv T@mnWc?3E(9HE^bkC6Y@BDDYU2>9~4s;++oSMj{4BK+T~sNd;T(2sMf$p4!JcOW`@UlsX2TvI$h4*j>&acJ+Gk3+fz$05J!ai9|? XuQ)k{8PuFotGYme!oh?|NA)1kMAk`)p5Z8CyoOizbwZ1zbVG}^vA%Hn!@+Rz{B%m%+oC~=)m`4wCg7^>V12R{<}-zg9P{C{vmiY <3oaRt0ti5XA``b`-9*j#*Y;1)d?y1qW>m%Bf-Z~jMr6ljMIPB(f(Tq(vt`E*r@!5ZcE4x>c=?J6jQj2r2%kEEb)-OWCC}3d)c<0I*C_m!ru*Rp+I8Cm>Up2SM<&qU znegN|2TnueqO)ta6HO;`SBR1*B+1h?W5syjz>9%9*=Qfb3Deoe7xe%@yPG=<8?eV{2Yz{IfBP_FU|5WfVuQ(O+Z2VO8-)W};&pvW0@aL1KqW)h!73FL> 73Ds1D)8(%g}a`H_Rl&Ec)9d6l=t4#(7xkN1D>9L8uGpVG~{#JX&8^+>ietSM{|tv;C*Q4C*Ozg%Lz^;_|5lWp50F{<#xXx{J{C| NBjTwe()Es-h_VJZxhn3-h}brxC#8yS)0&LzuSaUp));zU3_7^Q~tg{XJ)4{GK=qc=haA=)+L46ND2XsC-2km>` Ip7yQeh$|4+s^@gc{$L;ty@a3{k U_5?Ikd_GV@lSv+9Xt_bzyB=o{gt1?IPFhx9^)y&LkV8~Iq-2$ehzY2*M;cs_(Jd}*C~A9LiEQgKM%ZGOK^hc%jZ%5w_XI;a}n_U9T#ET=U#+yIN~Dk u_s@I_WwY?KTeQDQE$q{cwc)l=w);<+W*0e!S`NBkVH!Fe+Yh%@#GTV!&fdre?4#s+WYrQFdn;Kihk?66!^5{Qq0fjQp~p-F2#8K oFK7i-u;(?ZuVb>e*Nxcz|#XS2mLtsa^TzTmt&keu0TKUd8nuAU#>#^ I<8j!^=hhaZ>(z+&77g#Z8vU~0)#%r`S7Th>eKp2&^lH%k_iMaQX}rrd{ns?V8?RP*@@mYZUtA43@RzGGzi0nD^&O8pK|(!m ;g>OgAO14*b$eff_MLYP>iwB(P~VFbenG!~`5Kh>pBnzHYtXN^X!wsb{cRflD}8@Jzdv#f>iGu^|C_#h*MjfrycXrW@>=Bo+H0}S ?0zliXRm&rb1l*>&~z)VRlSymA9XG8sB|sn;Rzb=@@r9#FKIqs(Q>X=_-&2%9sT|T&F^RW{a2d){%b*p9w&GuE581N!U$aT6Siz=r6r*xt@3q#w+@B7s2KKO*|OS%Wt8bQ*QvizvBkX_rq?$yj*_+@ZyXcuzp^01J9|P-i&-cs_;{rRj;%e>(`eR{!+g`zZv8F(wp(V)6IB) -OWl5Z$|z5ZiZgtsGCv#g*T(!SKf^LZ_@NXyBT;g0$3lee2^+w+X-F}$htEj^J5!3QUf(yS-JSBy{_Xor~5Ip#Ygqu7rKcYDF{d)w@<^KIK`st%T0e!pb C*WTm`w7Z>^H0&ffBz}If9t1M$DaKu^crJ7L%lEf8ThbE2@$LX2Y6T}cqjMM|Dc^Ke}Q%k`~u^0(J#Be8cKJ(BofVZE!73F{PR*c7Ew_=_7wW(f)Ve34XMCC-k#t -KqNBUlC0rxc*m=PrgsEpWw`2WBuOrYw%&Oy9;pTUErtBxC{CJ*Ig+8+jpUV?z;?G)-@IG(FL$Hge||T{|6zT9T;cO~qhDTg59nm!9?HD|tLHW1cgMN8X({Ib2heb&k~fN51+H^8e05z`Nf(1Ucf*4*}nLA4WSW52GJWdKi4*=?`Om-1ji>@HM{y9XR|qx*q)o {q)7(pq%S|gK_%7Z?LZ3qw#iq1mzz12>Nlc!uLLc@!9wY^x5Y;g8Y7_@$Y>E{Ne8(LI1tsQM7CSM^Vp%9|c|=`Y7tx|0wA4dHVg9 M={<%c@+8G^{CqaG@qv*#dtsWDEe=Q$1u+ekD-71AH)1U<1zHZwU2=wJn$Iuf5YR*@2!u6U+#V!;iqf(xsL-MKm9oH_IiRZCOZ3z $I-4ke+xYCcmnIdOP)Y^Z+Jq-^9j^5d;;`8eggC4M1B9z6If3^@dWzuGf$xW|9k@Dd4uNrvnPOu_dkL4)_W4|c*BzzpQTTN4v#*G d_MRj@a^+YVxIo^N%YgtouXq~u=z1Fce&ExHw@}~T t8naT$Y;ktjdoq4;eS@R!!v-ddIsaRhr;e>&~N)IeCIRh?|IJvZx=p;e(rw;?Kwj8DL#Yw7Ci$xe5!uG;2G7|KZEhVO7r=a!XN7Q JGGqqHQqxC|NIQ-%Z`5rUmN`y_;UWAftS~4`0WIbCp>=9Up((jdOzuZG5}>_F2%CuRjaAv*lT|=k8}wkC*%%e8rxB$2c7Lcko4r{9XMA H2nU*gKj_icl76)=aB!AkX{h1eq^+=S$GO`b$v14-w??xsD*?^A8E~I`I>N Ouv6iko$knmv%^h%_qou>GcG^&hZJJMDYDD>yUZa~C%A4-zu3b9O FMD;OJtuXdeIFvo_AyNLKASty?mG$c`2UU|faA)+-z|LrQh2XomojYS3ZczC2&S>YpyL1Tu@{V25zO!~gzh1Hn@amRb kp2g|U|e27LdBcJcS^yXWu1AETZ=;LFS`=^%{)-%U;{z)d_YJ)euB)eyykUCw~Qd`J11U; dGj5D@8NNLeTSD293yxb!TSiZywvjsjPDI^Kt6BW747Zc75I3@t{A7wcf~xrepjS_a951;^xe?^2kwS?t=$djHtdG}{rGMe*GqN- eqBwF>He*|p+A4O8~XEayJ4QJB4Ll^tq&1odj5vpJH#&hZ@Z&^PkmE|(2WlgWPazeH(}hr|0dM``8T2e4}3G~Iq_!n$Ibfw>OFw> $LxXnyq_TJ`>xspc=h}qnBT{~1^D&9Z$bS#e9Whp`>6l!1ewn{z(@Y;eAMS^A9Ud7KIZG=KJaAuTM=GTcp^dON6#b3{Ob4KigDO; PxSwZdjhY%vM2iW);)m_Pwxr3@%p`hH*X`z`t@V?LjA7W3*+@&f-&RKUKsZkdv^$bf79OR$AhQh`~0cM=WA1u?y;$u$A6!S@q5`c %#SxrLw`-5hVflH4e`=xnAayy!+3r|!!IJp{!&*FJe=qAJ{@8wJAEJRmwkYr%e&CO=XIgKKi`FM`T{}LS3X6M<@Qb8sQ>HV)**8B IRx1*diUEv2anyi1NQcPQNIWG1)g;DfZn{N2ld*!NAXs}59~oZ57zI?dazEc)$mde){&$K{eCJzUUxsygYmdl-+$f%`tf8B`pfG@ `dxdG?>@b#->hDY>p{I}|Iq|bBzP%7wwLT#=e0HCyi3Y~DO12R@xS{NUZdZ4qHn|W{4ssM Sic`X1@K0FKbwBv(>Nz;7|)Y)Dc*1O{gNq=x%nTlTi(DF@S0b9&>26}0o~8>8s{+j&TGgLE$f5y{c9fl+Sn(7>FD(y>?Sn5JtA%1 m*{sk#qZ>LYdWT*?1RX5ozV{Pas8~jCiuP%@Spr|I)zHM>^=0m(t~YgH~RLpw)I<@mTeM8=yMN!{}#)Z8t3pS kYzWRfzy8^l6cp%tSQ@6hlsQyA0JLp06-^nPqZe&*jX8opTJy9s`WexK3zH)_0q-cQrA*msmf1MfV7wA6bKH{|_# =bi0~&+Gfh6xicR%$sN!)5(kJ`3>~#zv%fC4gaJE9oJ3tJ4y4Jq2Q-NJ3@ fE|NvgPj__u7mk+qIFsy<|7`Y=iVvs3FY;Afx$I}=W5)OJHYREQTUbgyMW%`MZX&~Z|1H4o8AxafWO7%9gv@SjtX&hqh#P(?Z?WB;`iF@exbNZfkK>z!v4#@FLL{6pOk`DOi@;?&Iy+i2z8Tt`>Bl6ORxvlj4jw$eq*i+kiZwLH$ dNl2SQ26;;pU--b)%f2RHU1aq+l3l-A%%UF-j5)-zor>b_-TT))OmC0+d}%i)r3!h-uE*4eVf8UdY|0^-5vkqHS=8*b`8NRDEtEs {?StFy^p?;=qtX)1$zDgg^d%8J0RbsQ=nI8TlV)g?G+wuxK(}Mo8ml1&*w~mjQ3i8Cs?PjM>RsrM)7eIC8fB6uUgOXznM(_(u69}jkepV9j_=tttWw}7>0=?uH>Gw){UgNaw_73QZ&A(SGJcq*j>Gxrc `(ygOxdVO}{O#uF#y*HoN=U*y3*lYe*oC3YZa}?*U4(Jlu4)^a`?r$iJL_6$7b9*TKlTQD#zsNQE{!yM2Q&`^uJuv$ceVO1>n%A2f<{Ildc^}fRI^e&! fZ$2=J5%Ga5A149`|%Fg1m`y7QE=LFA-9u$#O{kceKxNz`hBgYyIqvMk8<(i13rxz^<9>!2`G4=F-;4Cy8x20w`=0vDzGAG`W*KQU h5wjwpMHmE8kVVeU(3JgJL_cMscDZUcoY53qi?e`jAf)b^t>O1CEPz#V5dEc!rn{23Hp79-oG>jdeo2dTA^uwLcjl}U&j>al27sA JIDW67OqkFfezlV9`!37&{MOn{s5=lo1EvjYyNBxxLKdyMEN{K@Q?KSE!S%b{E4K0>6vv?KcwFnJ-^F??bxUH!|3<#^t{&;=($-} @F{xe(|Yx2{!bFTm3}YkfPLY8^xKKo$0^WTv&^`MmbZtd`5paA^!uDXZFYrIM`+c3>*J~Lh`ijhc55cP`?AMy#-*|4)dqv}&N59=E>`;2YR>StD_s`PrJ@kHN2Ymck&sO6$ai7!g 6I$*}dVZ9`Pp99m^!y)Az1c_S3(S9b@Q3=0=FfXAzf5o?y?>kFADuK0D7=Ec?MuJo7=#o%9SQuwYMNHZI2FHb2%}PULoQzm35SYl7?u5z>IQ#|GY{gp8dJ8lYMdsVFb@1; 92ETdm2ha3qf%jE>Q`$)B;Wmol47-_@N@a2$U-hG-?D+m^hn}Y!h}k98|w$rP_-VV0k?QC7_P=ak6)_CQX^{eFny8g`FLi_TZf5)lxVt=t&(k5RL_Xv!@Tv@i&YFsGzia Lox9y#U!Pk=GZ}r#&2k-8keM%Rq3>`AT5@PY0>Z6AlTgL7ssh$MMA4?K^-@N$vK%w(qPQ*Dq`d-l|dTd?!xTpR5??_`6I#5C^e}+ rNOqf<0+F>Fr@N}F~=I_aWm+c%V!ZqjEbg#lC(~fd02ycXh?=Cb*W*nF{NooJ(AC1p$T@f(A4`RP9lpQb)qKeNGPaQj;r;WzrGff 1)1aG20t7lY$E!?b?ywKBrQfmL35@30m4}nSsSTRRup|aECtnk)CGdAh{shj2&GuekCHr*@+E_WX%1lxx7l ^?g#I<`9mR*4GozQ$MAzeo!ga5}{=22F{d7coGcN({P+-3UvlYrIJIQu@sH^cCa2+N?f5V|2`=+KLrJYWgNl!7p+QVvixfr#Cy0AEZ<%=(>;0fmF8GJ7I+Q=nUp>n~&bdCdV~o6C}CA6u>wIcnc$j^20@Jzj2T+rv_3iAyJ3VfP4`KZ 5)2pX6=o{9Yx){cdUZhkD@!TOYQhmSOE(lJ66q?YXa=FP5owwL(k!YBUUi+DUGzIg;$ZmTJx9{C);E26sYtz0nTUo)3Q>?wkBhai G`&eu1VUm)IID2|=PU8~E^nnI^wd4TOS&Rs!i#!r&4s|7wgW<4D+yZJW<xFCP62YNuQg+3kGpgj07eNUw9s(FTzF)bDbq8>a~KO``1`;Ld81qlhiVh5X{>a{hcswa+S;{VwonKg{K#q`mV5n9Q 6GkwlOMAn}R8{7*mR9tKh>%kA@J-oLCDj380ZkR*hnZpub4Y7j(J#f-S}#|J2v$_@Yv0VNT|BDYi9fZAr$~2VLwYEPhgyRslI{}E 3<)2h9^`j{{5eR7sS#wRta>SiA)!bu3*Suow6Aa8X5ounQ0OD|5fxcYiVp3&mLU$ZLa!gY-*QMN-B7w;fswNReAYLB+ztX(%8H0BDL)5sJaddBFC7ICj48Q9~`6eQz!BWUrn&Pa=a Gj*6b$YP)~_A_+EWoJNAyl&G45;>t&w+>(H~d4}9T76;Oykw89d7$It%5zrB4hN@#V>P22W2^qqq Rw+&pciA#Fv5HxAX78N%)8_J0St#&RtyY=vrp;#_zCy4<*?7|yRHJ=pDNRO+BI>#-0zt7{3?uWIo4rlnIZ$Jbg-N19`Cwcf6^6N5 j*DX?)DOli^(Ef4#l+@Sgw>l%eKT!IIpXDgfC~T;deaPB*5^%I5p0l_tROCl{#LzdD_J78tnMnB)84dIw2G5_7cmC&i!kZlw0GA- O0+s497{$do7F^$86nXiS~I0Q3MG+&V4a%RU*yOB(XfU{G12cLciRAkD1W@5I3d{$5MMSIy|Si84J}c$wIfwpw%3weNi{fLEl$D4`yOHigPL7Fc3OO(z`5PjD< G}BBW&jv7%_-4|WAUmO&9wfS%Ls_7mVa|h2FK=eyfDw%+t0P{?ey Nc%(`dE#ZFjtm;JP6dCJj3$^7k=HGE1P(MIHaeWMT{T$~g~!!1v76`lgwTV*AQQF<{&E^HCsG}$i2a5b)*sL-VX!}5tki?78uOVS jK?yRUl1@`r(7mgb1;_Q+&F-^Qr8C~MG(eF`$47GHLT^t3EJ#9_SCLgkyorkxaTlWIo{3LlsH2j3PllOX=w^VFU?v#Br4f@5;rvL~FdP 4n}(6EcRek<7WTMuJLBiWO0>8kdU^t=FZ0RUb?~G^QsOZVZP9s@00DpGBiEb{pD8 )ZqD__%=DK!YF5}E)*%sXrqX`1VdC1owdPFX%S(l2-dv%F$w415~W$C!o3?xhf+mHc+r~>f)Nwt8>6LwHAmcr0hyZM-?~L*s-z>~ N6`~OLlvgZ$9gm-Dsk36Wv$J$%gisZ4jnX3`dhh`u1tj>0w%508xrEy9Ica9om-yL3MWf^!Cx|rD3;yXP>n}>s3x^ay{r_*HbZ() kdoMxIxFaN~D=)9pH!)tZyaJ%_U5E7E6Re+Z7w)FlDtHM_aDE+@N5D=oELr_Hx 6rnDmu{|VthN&GrX!fiIx5WVRdh;(EKT)GC4xV!2afKe0T$yDbQX7J69q7p^Ppg7>8l8KK>Pqx9W%aY+_j4GUQ*Vm~omI#Ms@O1*QNxhU6{1QDuBb@cs$=}FsYy5I WNjv#QLRcm{vg|52PGQi*?NI%P^=U5+Y( dBZeMXqhUp6fN;YY~?sIlUS+|VWwd6f*!FU52Nj3l;nBNJ&;nurQhrU?lQepfjTf~dPk3_dySYi5h?nh023I~^9~ZWtY)l<6V_?WU%XSW7>}b7}w~Mx;vU l&4YZDB}~>=Vq1-a1}H@7}t{IMw7i9rU@P`3{^9utA3iA=psaz=H#dv 0+T?RmZj?9^+uYfbRTwU2M42s?as=9PVmsPT+F&}`Zi$%hJ4qx>9kr9r!2&Z0>n4^1mB?;-rP8)$>hyVh6t-!0-c*zaaUNMEZ724 E9PpebIHcRN-yA59k~jIdJ#|qZfK#Qh!W*Qvb$X^p@GZC$&7Wal5Y `^{QQ$DATK%w{Lp-U8vAUZWcvljq5c;khMJ@$JRjj*I{cmw|S_DM2(W!TnlTGgr^+-(sVU5 %}m%tzqFWx`o&!!&1xrH2N>G4(Tb(Y2#5WGmqBOeifS74`DSF;7-1A`)(6G1(@d|}RBTq%Ve6!m6k1d)&zmIM!;my*_Cm7()}mI_ c+Tp|DUPetcj`IzYY`PmBu|{L@li^0{HzdfCs$o&+&mldqD3O-E~BZr)gb01Vy9s0it;Xl0lqj#=!>!}R%p(PJtc tBGGnow?f~TdK*^t%)joow{U#NgdxNkFJsU(aeddf-cPRw_(SXw<1X+vICqIMl~Fwzhh%!>lTKDUkO9P!LSmh6JGO_f<8G)TYO4d g*ow!jT)j~wm`_j!9+fb0-3O7l-fkhqJlR+X2S}VDT*GZ1q&9?|K-b%JW>Ha5Hm8!WD%5^UIY2#cfl1R>DE^gNvKbSm}?OCN!E(A $^_qjFaz8i;`f_M;~P^-dFo|Bt8K2?*ClLnRQHsIPq|XFVA0fPDJFne)Y_oNDx+v9G|DvgQ~(>r#)}fuS;DmmyT}<89&4DPd{FvM c(x$0T#uto_SF6Y;P*3aKooh0paaY@K{OIHaYrNS1<#le7Z?h|l556K=IG^<+g2Qoj_oKj(Bqm6*a|(QT$yH)x0n6c!14k;GNjk@B#F#6%hWJ_eUZ0VLkII%Qg-A)Uq|$`|9ZxRoeZ q~1s}E=VtAQ>y3^&fHgSNUM*mwGjU~U5{hKg%Hve%Ez~(L|Jrp9c8~Y>RsqMi3@<{Bm#jl)UE4;6T2aw8HXP*nxa7E~k+g5GHeZvOwTz@kLDIH3ZdLV9rA~>t6QqvGx#HIoh6fcYR9oB5izP;?Xp6a+^jFQ^JK}j+EI0Y<3a}8N{=!(RQn>~psGf|w&ij^Mb&lERqH6;I_qS^8JOwh _TsiDQU5ICkK*JZ@{$mgOqOi2E{&s*qhplFabM3<9S%s8&iSxQkR=P4q6gwjsjfvqEY7Hn0g%u3kc RjSW~=Z6hul4O~pR)L~w14l2mKAn)X&U@IOFbx|N5`A6Fb>(%^-MzrRL~T%5qV=(-Q5;8A@m@;OSf*NcV!zVU#v*gZ)T#LKw5OD(}zlKCPb%zyj5lI@LYA_n=g&S*CvGB{paQfVC1Mn8DT()50YHyMC6cY{6kdaQrs7;IEIL|vbQfbXTtUTJ31Lnw4(7~-*6W+n#Y)p-wo0)E-_!^1Xm&-=Ws7U*$;f67|Cy>QJFcv;2(K9BLexv@aY*%HXA;bvmYylk>kU_Te(a! u*$AB6IDq4#q9jCQrz5mwsDa7gH*F1w(Sa?9b&=xgcF&or^x~}Dd(Ic2;Snw^uKrca{TS>@23ZOTfUs115pcPu7a{R#ST%@Fh*?q RjGKq7&ErkAl({M1XDmlh-~|WWeCTr;#!gTBg}hA66o@wt0{PkMYjMA`Ur1-b9bY7OZr!OONOySL4+QbI?e7cqkWRSNE7>1Dq#6p n~0HM#aCucQ!h`e8bH)xy?lGbbg(tFP h_oQP45%}PDF?{=3sxK|`+}y6?%B08Egx8A88waEA|jzMX8}qg6{O+Grv|AqhH=$9j=38PB};AzQP)Ce=b9v78=#}Ug$-1;N3}5F 2?5i^krs?<%*&!w%T&`ew`DQx2)bgGo>WVH%-sst~61!8Gr*-VT=I#U{$G-Wn*q}6JrcUD2m(TyPa qS^@hQ@gZKVt|$yHASU1QtaW~YsEZs9aO3{Ucrs|LTA~KYb2P=8bM>A2qx>aWsZ%)vzRMH^XO5}H?~w@A2b{r!bU&_JaY^La@yT?HJWlVW1zQ?-8sv`sJ@Y>ZW@O~lpu-o w#*W{N@$8~mzA~95$D>ZGU+qr20|F9K|!Rb0gd3%bEVOf-|r9TduUpTOKAuL8VfR0(O;e+Hp-GydSWuI5^15OHp<`Xc+recY71%hTC-`v nv_@}Mqdvq%#fX+y!DyI&)hE3@oHE?JqH7lD8j09SO7^r#Ik2Wm-;3hSiqFrzYy93`)~D`M@aMAWjH+uK)uM@Qa4gHr ztq_FM6Q9h<#ZI52jL0ljD(GoF)9DbI#JmW@+f2LL16c7mz&vfH$fKK=dFxX%8;kYwn&au6H#&tvqIblBdyRMKFb28zGgeiBwJ(? UCbiuuEPv+m?LXGeMh^+gD3bb0V{Gwcdk!rjLbB(2sGN7B8Zyky eyd1d!YZeT{iIgLG!R_=d=@V3n-%z1^5n!{X@^nTW=}cUlFf8Q5u{a_>#bx~LR^#=PBDC}dn|aU;tJN>9 ;niPQ3e#$=q1Jlo8v&16pNrAJ;`eE=vv*p95^q(rla4bTvj#fusMwwpRdM!)76(N@y|x`Rew9dh8N=eO3Wo&kJ>AR$=|AU!O0?*N 4Z&bSgK=V~?DL(QrbRswrBW@ct3?%vJXkMlCOs%Z(o-~WZ=Ic2M19(e)8u{EQ?gweVY1rbzVMYR$ol8mGY;d-|9XSFdz >uz=`VQ32j#eK^>ucFSoU>J?J`@bJ3C=S<1n+6y0dd`y%bhCsK^f-BC86A2nR^a=<00qfpM_V?WzE>i#B`A ?-UiWOg|czu586?^p)Fo?+lw|gQtB{*4ygZmSqU6Y|7~W8;5&a4e_~es>BQJZnrvf1js~J2?V=k#aqY}!j*~JPgBiA)XFmH!D0y| (uC-h#=JxpbqWga?aS6*7>stJ2y84Kfit7m`}eO)_%VB9VS)r#=R{K)ILoInF74LxcIWC*f_CQU^l2>U`}0ut*cGBt4)6x|!k vFgN!TElmLzsK9Q{idzbZGzhy0b9rCs>+vbO77^;S@RxEqI$<(%?3vXvrB>*yEetNodUoQEznFF%Ma5ySE$ggVB=6ggCh9cnSG^X IgMraKaJsAt0-^nbKS*wO<-~o3;SQqdD`}LW_zRT-U??Ak?a@Hq$8{wE5$^wRS~?Vf1W>FDJCNts#TLp*i=UGoPE;18M0lORoLry n5KRlqNipDK^KHjImdaX_+$W=3_rGuOu1h8+-@bL@nm_Q>s^^{gy~Z4Z+Q0hA|c% #QNWYH)6}S*(B|H;W8h^ouR&O5Pp*^fEch;O2j*VagOw&H&Lr*uWVjdWc-OelmKdMkw}a*%A8^pD3=(CS)I=!Qxy;6X)K&0pJ0{rO`pDD !-his7^}`s<37-7s*>9SrAqj1+Y$&~sE}opbI7w+?WA7QWx{OThGJKvLP^=_xHUk3+iy-Rzj2QPX*C)RT o1L`SVrNr=>2IChE}}MhMroOVVz0rVv*Sb-w30DJst9Oyxy}yf80}Sn4en}!whhw#PAo|mu|LPCmsryokI8n=+^LEtiqWuAMGF2R o}seG6_G?k7$)M0!$MVqI+opL?IxhCb+Uzv>Z9j)!OrI%wN~)wQHPdffK>Y|gtI5xvZWQ!%`NtfLv`npM9rL?oQBaa$^my%X)(?3 TH%@96iE(8vFE0;z$SDN!(u3l`$m|U#-j8bQV;ry9BvSkxF*yqJ6=vx+W=SirN!S&d9z82U5BT_H#s}DR#^S5=fRsVrSprj;%qHC G%2|RW&?1)-SSBETg99blm+HgHS9#7ARJA@{!{gajSj|a=k+_j&g^NtuXrPS0|DC`i*eXmoyF%KdIQ8=2*nfpg9-+`Z*8jzk^$N1 u4e{hrs2e>CJGXRx2Wr`XxSYuN1i4v);8W+AhT3sI8vXSzt{CPYjj|u&;HZ)zT>^n(?mv%yXPi2QKM(9bDrI4qW8@l;g50 WkvBpS7^|}RSTC%PbI9#o1m&DqJkq%eNbrgfa6naDPhLjGyduE0lLxBIxJ;dUA8@sAelUu)vK2Ki|Rtf7qK~IYc;o9*#Cb&P-~)) 7u2mcx$)!)Lj9q@d~8?=37w}Vg2-|(fmJ^YPPCaOJ#60z&6%B1RrpPr*^a9_+YZd)qs3aAw6O>oEQssGQ{|(yn0$T0`sAY-WfZSZ *fYYTDC`ad!#@9n6FVi5>-UM0so~T&((*=BEVN1TkHy>izOgphs4Cpes)g*Gr8eAFeiM5BXkov>FMVjT4PvhAHH|oR@F6J7TAa98 LTD&)OG@;amgf%mrtuq+iDHk~=2OVc${^nU>OJKqL&KEOGebQ!aroXr<9=GgP7tGDQ?$1Vb0?$ye0E-e1v1HWh&lKC;x_QD;O$%! YPR#VbAChlzF|zIB3mUcEl5bq^P5wLx=GGWhavd;OilKYYUT#V9JL_zanAv?2E0tm&Z4+igsH5QwmvU#6q;n7-|W)Ddu*VZ?ZMIrJ$6f>P&*?0l+h|s fc-#@(ngcHxL~zz4)1eswVgx!#%ioj`$U32){Ypkk5=ya=eQxp~j30hZCSt&6!Gi^iBw%XK}LdN9K> Je(7b6k)=|>e&j7(XB2wvy<_XRb`b#lGzn<=CJL`BDXUuWlvFi20=qUGM}2gSGh~`Za~|Uvh`U3*$(s;IXRLt+XY%2V8Lu#ZWnxu T=@(P4%lpkLmH0uZg9b)^8O!pMUfNqwhh723BOB(ajyg1u7OLPN$Cl;X&Egl;^1Zh>&C(>`*x;Q?|&qC`+i-{Cs4k4snAKjO`coX4G;Z<9A(&fSaIOTAC1t=pBWx`aug o!MCkSPz_V#ZQ~+A!h{oT>*PDbQ^*Ry;Q@tFXmcskV}KfijRFUU)pFyj8ouNKC3}H|JqXVQ^+FWIIdDoQu#-eMJ7Y_>gF{JL8>n2 _rx$iy-7Mz39^%Kw(FjTGBXRoMrJX^HG9uF8sjd*dQD81nC67>z>P5=`~S>^F)lMA< 9$%Sx#UWTWZs0NJAeTF`L$_7072S$xc&#nSGD_9BVf}>q9=EMgkH>khlEk%4RF!X*Z4D*Ukr}Td1?x#Mmg#a<`|O|wRy3Kj93B0; l&JZHa&UQdINiV%ga6kAkgTn~$>&=`Ul$W?Avk}UABWuuJ>x(&ZF7Oz7svT-aWQ7zwt1)>AEFKS{Jyrfmk#= <^Cse1XIqhm2X+@nEpPKSHrDH$|GfG+sVnst#^R-WCyldC%444SsJHqoFGt*L0ou?Sd;2O>yz=dtuoJ!Cr}HWiZ*%we%-m66=(=MPk=a0w~VEi`clA*BH(vo4~nSikiXio!49Ba9uVmq@`oqLO%xwhsImrk2|t4+NPCuBLh>t4XB =!r4^a81HeIzoS`wu0Itq}AnFm7gAZ8i=NZs_7o$b{)1qxp7urjOpX?D4FH9#~KW)${s&O?4btY|-Cd!lB}4?zV-URj2m`$ok#q50-Os{B52(5%TYm$X%DxeF}wURPO-l8{@7O;C>J9eLTtTW_O;&_2ap &_>rI?m?%~)5c20WaOR2L=T)cGIXLlC(P21(O?%zt~%R=v5p;?2~IdwKi^rdFHZ|y1E;pWeImPMoVYDI@66M1B2w<$@N8dcHGhP8 r6{Ka#05_rSUtIxM>=38z$_0tx#cgdULMKr;{=AoVRFr~sdrwzob(P<`}|B;dRLjan@WKOv~$(U-qnPXoVu3}pzHHz&6qW#cgB9bGvDsdnAx}A %zbCjzfRtk*lRS9d?vvH&dp!O+4-|uWj%+|MCE$19P|zZ#j!qrMK#_Kl&SLmyz1x}k%rmP;JYeep&FOxbS_`Ad|}p%nS~jh^P$J- mHS2I62|F7E5hiV;($Rs;=yYM7WE#O#pB8m@$2Q2YD!{xJa8~fJCEpHCdgSUmU{Wn6zUkaq5JpFIKZEIP~R+V=n=gt4R9lEN|MS% k}A$R=d-m;1;#p9m$CVmJsZB=vD;u>2uMZjj`e6#S*M$d3B8&6i0j0hVui+k9Cq3Tz>A ^{bnAF2l+0bY7H2OiXUvlo*#_)`LnVaN5mPlkTX}B-?yl%y$@wRU!~~GI0&e*Mxe64U$}usNgTe#m>okzS%h#Ez0I@z1W#M$Y&0_ G|p&K>ERddVWRo*sK}t&jr^ghxx}uP`9m^Z6pLs>60Uu*LS0@7wZjYkg1S#t@JG3i1L2xKGe;f{Dk)pw0(QwHRHLEbgN?YL=J9GjyvxHVET$9jU?`N4Yb2L_vbQ$3R!ni+ ^if>u%=;MJOJf&CC04P~=#`RMJsQ>P8X}$x6sCP4Hl%S@#8C7gCDz|3u6BgYSzPxLUp<~(>r4pL$>HVo0igs9Mz?lmJ{4sRL6W** (tDkk2Q<*MR;Kj?wc}|;WH~h>B||@|lO)5&rVEmz;<(<(JVHwzr{)l8Pc+K1dn{S9a=0n2Zo8M%Qf#6-@hv7`q)R+Oqcg5inekkB%-Sx#Ca6*& #4}B1DkcMxn2BCtZG2}|-By=1uduk22+`*YlY>#c>jeEYU#YH(ysNvl`A^*W5VumglZ&HW(4rhLdsyi)Q;?aGRt%ahYI`Gt#}_cQTJ6B2$=FcQUVHeRLqG#p@GlDZ|UgfD%#9 QKQ$6<^B_~5>clsMTcWGHHwBRnn+W$Qr8^m1*%4mbOhr{P+`h2SYcL$Fe4P=!V{PJn|l}dnUx~B0beROe2Y=FLLNn )RN#>{STpw%zCP&5K39ydi+kUIaZuN@U6rO=qMPRC}$PtriN|3Oq>?*X>VbL1tqr;of&6JxE779uU9hebeMlJp(-INRf^b|NLcNTMm_yxPnnYwJNmpOl|;WFotIhud%ZO++x=q;`AF}S`ku7WST>_$N;XTtUx`lrR6&Z+d8#!B5wokhz)>xL}sjh8x) R;r_;Zn(MGnW%$vv9ptOR-2@gT<@Hs#_s*jqcRb;<$~wjwax|KM%um`o^=WaX|BVIx&CgGw(*u{U1Q_zyyh9~THJ8W^E_b;TV3;v &==yK=SskghD?R+yXd(b#P)%&kd=c^DS%}chB{X*QtEZHslD4d#petOX6n%6qGy8yB^4EU!}!!hE^}fQ5%)QF)hbM}Vi7!5oR-mR dD}C$GGUQ)c$i;HL7Wp@d12+K%-=#jP72!`Z`#T+U+x~BM-bhxbQa;O_Sb@}B?kwDV6c|~7uW-(oIKJa~!q+>VX&NvHy=j{_v8?Q@S?oE-Rg5ArK!_^Bn??&< 9P$m&bH|ek4?5>PEX>dSr(Et$TU@6nv=Ph;C0QTDl+n`l)JxQF#d1u^7ZYCzUw%}zo-+4WNw~-bgn1+t$PPlO=c;(~b>p&D@ro}+ icbS&x0r=Jl1jX3hZVi9Mvaf$f=~v7&TV2877n#2wHMXDtha%=1e%2ay#<8&+Tm>D={WPPg>P&Q8#sYJ~d6HFkCK!8yRb+1K=-cS7rQ%R=pJbRLY-hHr&VTi?YzSEDpu#=Ia9hF2(SR2|g|p&=tv?op6uNVzL%ilsE- 1^;jwdy==we{k3NdN0w?*8FJ)7jd=*j9hDtGGglq$+$Rijo(fV!Jn(rR-kqpJOixH**%^&9JSsDh&uua>8i(!6>~Pi{F>71S *mxtnw_-_iwx<2)pozZb`u!4*Q3yPX%pJtcrXnx%%i un$5s?M#d_^%%4eU71RRNJu^997g%p<0>CZOAD)VBL!nGk(!LN0-jj6Q67%`^~OaZ@ngkgG!z|TStFHzl6K*f#xKtkHIP4|C&_5F 76x&Sx+!sUxjjV`r{Bcb%jM*HN9PuM!X_;AU=hwScS0vuxZGZrD`I0XoVNbIHzp$Cu~LLcd04>`2#U{0pNU11W3W9#s74B_j*kCz !#K(H(+eX%RYfOXKb@KAoGjErM~mBNRR%{^HRj2()Er}kSXo!O*kZNwIf=7SbBjmRj!isHSju$evC*5hG-tS0iV~It9rDCzxv!fD 2F224)bNgWUetMvUj=U=pE46?d>>a3$8oM_AN27_@17R5duH3=+ep|cgGhX3^L2@^%Zy3JponEJk3Du&YOqN+0QiqDVm7y#es-kR~D2>AxwlL$YILbzPX)NDQjX_>FOA?6;7(|YKmRCvUP{f#It!e1;EO+Lq^Z94r SdLsMQdN+fTxzrzb3I$>i_8WU$4BD{aehq(tD}k1s4>@aN^-^$F}_nhihM|5W>uyp<>Y@hwh(o!Ovp6rDibM=_0rH;J9`j!-ScEM~=Q6a=wTK5^#4}yYRh%m1E5Z iD43y2Ce7aIF2;owGD$UjHfm2IxLk4Y5YavxyD~U;6m0gW~Vq;M&i-+g1Ah%BwuM_mM`=C<1jsAesXh-^_|EEZ)3Fx+t0H$lR(!O dsMiWjdgP~bdR0xY}1kRMCB5Dtm*Mx!xzePFvVM1r|yj89FtHif!@I8>&9H=K9TOom@bS?sbL+8R7XJs+EKhnbun9I5u}mhvwLf7 Ycfq~yAa#*?fuV5CflZMjS{jlo5jnY;Ld}+)@@OiOU|G~bBHi|oOkt>#YF^0R1zy_)eND-1#w{JyqGOp+2ML& coK7r_ioH&E=dX5V%DZPpX3Nx*P$f$sqU`(jWPYO&znbCmzhE_d0r}%i|AmfF4xoI9YjiBg!O=o%ZqVI(A?GY3C{7VpEO;xjeEBH 168gWnI3uJtT*3cOP;%Nc(j&`8#v0?$-+s`!!JaT;_$g>%`v#}r6dZ(RgwM#`-hDJUZ@TMc5;u6f4Z_uYa4@K( j(45OHAvn1RE;veu~I6$+3)Zn)Rb*g*$>8b4wH%xlVOuf+jH`m+a%F3OCIw~Ed`^EwpP{YjKa&h%4@lEYd7C>#=ZiX8OT`=7PXm` `4kNwms$dDly|Pg?5uL_W6CJGF^L-(Auflbc*}#5CK6{}?thoHsi!D&U2 ?3FF^HJ00$A9_@L+o~dCP@^ltc^G|crdv~05Opped6z)x%579D3K!QHF}HjC^0@*UE0tv=@e1s5T_(If=C4?rGkOE*1O-_Mg_LoQAg7%Bg?j?D738}tKe#>dbm5+dG|t1 S?Cmdtt{4=@{(77gLYVRGS;fl>1F0@ZcD@BFAJRE0wUSQE6P5n@-$BMVnqzk!6D|m5I2@5FdMO)xl>#s=WSP+3aW)#GA>$^R*Or# t(C^)U^rJh28T>qbFc$hx7gTn19!0k1Ril2_Cx#}|850SCq<4MYc@6)Od+wHH8*MQ!YN6-ZOybep0jsEjT~<gF6OpD2RcYGbB4hS&+!iy+q;e5j6zId+8p^{Q&qFuBx3Qg54Ns^EjX2cvLrPj^klN` 0nh7OFW-hfYJ>Ae+r;6ZjK()~tR_Ok6_?t1R+PSN7dubg>1(~!4Ud!y9YYL=TW>2|&|`?I2%duR^oQ_TvsrarRyvZ$2mMgh@W EeN0{vRbIjh0myDcx~nuWT}V;)4;kd}=Zl+ahyA}E}dGIl*iCz>>>;+V$?F=L16v0Zu `v95^aeY*3tTqw&+WHa=?rwVPcki$vQinpZt>=05HmFI>*KG=xs_>G5B`lO{u1mVr&!lNirDvTjVk@c`MtQE7L&Q?dx7;@lRxy7O >r=Qbqk0jzm{-}frrHCSI(P#E^q=nmm%n@u_`ra?;T~{WZ>iU`x*A6^10UZR;{K+3bc9c7#Y8RdwP$56u^4(d6jlPJAp;L0(e` $0m5O5i?sC(Z`X~W$7r3-Jj{9ilM&a^W56rP(WiFcyd?Vuo3*;bP5sj9+}Qx8V=1Q*l$w(B29jo64t+ $%T}OduJ#+zJkMtmYx%1*p(o=YS%ngB(kQ{??{c+hn6k23g=1;Yn8(+}O<{=(;_t%t(XlsC*1J&+If7 #)7|8j#Fq*Ib;kOGv&lO4<{Jw Yg5Q--Ku^WFAkP3gw8-HenHF>TxQ4uVo`iYs^T#)$S19*U^y7@Nr;KgpjJ17_Xn`5X4h~#7jkD?J8MO8)n#%+yfAL3?KQX43Pp8q 1*f>qhQ3i%o+#F;)4!{KanQmTDEgpCmZi5*m1OS(ca=+qfe3ZuA=5R{HaRzpXVihYKHs?sA>cZ!QT-aN?5 p&~Pus!`Dz9N9_-{c5A`(OxdT05=~PlWRs&Sr^TmXBV%e-S!PPiW@$9#e}z_QI@0-OBTdLoQjW#aq3gso3WQ|gI{OC-zM)qOo1%> HY=g%i*#?0)pSGm(>l0W1A%zhCMAoPOvHw($E6M)?4%2vZ7sUK#+KnhRqMq_@DN-=W-Q=+oG?b_ZWwnB#RcDPYk|wA-ZHKZiNZM= se;7EGB5L7q0DxdS0(C3G9}aJfCl~$OreazZ(e0!bms#j`3M!k+4Hd&Z1FhTH9~>72i_!)r4wWci=R;@3i#+qQz9smng;A&KP*v xPGd+eK2gNcfEYLH^cxbJGl$eENp(l_Okp*E55yy97=9iZ$0U^CKtb$4>RS{2vV~G<`+;gzKA0ltEMOZzE%5>*5lDO7|*tin~ z9=(Q3g7yUhWt|BreLVn_yS~UxZb3mD^k=7nTxA!imN%^wt}|vLiOGj278FesjDPvljlmu?`o1>QZr*tiRc|l<0ft>ncH4pXD7&H i%ZrKnBB6zY@(FAV_num_l|YhC2rJ9u2UrUq4Q{W4mt<6SU*a~V~=Re3*;1;Wo=GMYRr5)eHv|k|JV1C*qUGyNn^WSU|&mT5OZRs RVgV09YprK=&y~>74t{phuBz85k^ZvE>+y4yaL6Q>1vE6u9G9qk5b3uk)j?_2IDBzyWnN#5oKIa#we|}Jb|+XM4XYi?b&vJns;Wi 6s|^O5qZ7`9eJ{^ZBuyscb>8$3S79IrD(hps9&bd&%N!wNN=dVx|;v*QtI_4q#}rFL%<9?M=axrsCEh!Zzm9U>X?@ ocqZrkzo^&ZzaCbrDZAFv0Sm{^^USSPy_LT@RE6v92SXA@qMI4sbMGRdE{*nfzQ)4+Y1!d8oZSMYOXA|n(uFCAIDBL0&TVg8{ #Llk5&TO-h-G|qcCE$aUOQCpBQNC;X=k-dg8vlt+@mx$}5zePU7M{k8B|COcD?}{8T(6(E6NPX(VlGzRC2MKjh&j-se^ib=$I*Xc E}kyNV{0>p;{^9yA09$PEhI!(x^6?PER!tDlZ1oo2K1HELPC^ze#NY=FBsDzu`#mN!6Mm%c|m{%Tz ?4Uny^QT5ree9nY*L`6vEotJc8DuB6vNY2tfpYXpZZ`yl_T`-=qy=1u1ZCJ0U9u;a^0*t!NBdNA=2&u9inweu`QkCNo_1FSl5O7v3e-e%Nr1!g97m`9JwM*O5lXpESjyHP_PQr%SeS(F&qCe-BxA{7mBBm3p4kjbI x{$aXQ^>08o15RoKsxW7dZ{m1#~H{Mo(7QW_gi)lozQuq->};vZP5nk;>kBUZ5Bs-HHS_-!G)W)3(E*m5;^|RYyhC{+s~}0A_6xj}O_) Xb*(Vs@qaUGPwD&QqY2{bS`>#HrqyeV0Od4sWuTU!z~UYVp~&1r*dmp+F1$Cp?%67((065_nrpj2r3P9kFm(+ZKKsVw=r-~{F-?_ 5JQJ+vUM4uVG%>F=?s=jBdK|-pXI8YDmm!;Cw`cSsIK>mGRtz-7vp_#<9rC76bKycW-`gtq~jxS<9M+?EfaG sColMEgGaT+fy4fp1snBe`>z|UDY#kQbcy9uipHQLy=ptEWG_heFbnz!-P0h7@n&vIu~91DN<&YZAM^UcxAI`$}SGgWeU?K=b>VU f?P2w93L_4HB3d!DcNd^^MqvUCp@2d1{b_lEd9&c&xRGg9R8+nh|>kmK`4&OcG0wuGi5qn-B#dWWNq-z8o>s0mlJs5^2t}c;hOk1 ZOBISUpbo25GwgHM+1nn{I-uI=)4}g+c1c^a$An2xj(*5U$j0u#%S;0R498JoIB&osz`}o25fs{JdAlhAE2x*fx`SSg}~{65M715 =him%3p0%}7C(z3LQUAMz(#4DwzxHZQQqf4l&IK+Brcmq5yxlY;>P#|!p1gi!vJbh+qnfe-n;=#3zH@MCn9gl4#&xIv&M)l%eGns &Zv>CYcXp>t_-J^YMAXA-8{mbPzQagUi-swBr3WXJ9ZCg60y+)*Y%Or|D8 Mt~S)>uzXv&pHzl425I1Xn&#ng6sq~rytZaXMs6`-)_{_pw>qUW(CUC@`&1SJAhs!(n_gA{BcT+Y`jL|0X;2#g<47L2b$hYHI_Jl$(3~kRHahv-E9kNQv`DGb)A$dza33r+ nn@;;J$pR_Bfl#~-dJQbJKpnG!?=#(f-`k-!e-Z1*}EjJ1A!dq-O$ynMVqHa32eS~ ciq~J0DWG6g$IQtXFYGgr3i{Q4Me0cc_OA3qe*6o$ppYw32`S{J_q=d)QqktC+sw3(8`4xOy8uQV*f~1iJti+r<63h2QszE8^THn85dyoe6-xvl{>98yW~E1P9`%Kq1jw( w)AX6Zb??{;mSmswy*VQW|Ys{e4&oV2TPyTTVwl#vgL-Pk58JT@hr^if{oOOkBf~BJlDR^@;wsSH*Q~EXU!^pSZ ^QNsqIUpF~c+UIO1gj>K8r7Ls!g3@O!=6U9T^HiWW%kZp_Iu8eFyZ0U(~OU`LXl0M{lX7U+aWA%RYF41 DJsCrq&=}Cw)d!6x77TZ?0SSUAM+vSDhtUm$Ky0#3)H|s71X<1Wh!huYRw;HCSJ!0$?(m%UVgL^)@pcc;W#r|aqeG?D ZLvosuDF-&N!GbiA{gh&!=0mSoI1(@_(~aE6PjhvFm+n2&dTnnw`D!^{t0sX@{Rau4y$c+5EeQsl`tnVspX*IFi+WaXT4?ubzN?4 xsXbjY;ml(aRi_#XMF`-bezP{mUAam6&?#txgr{Gk+A1sG93~_RrA@G&Q7#;8{A9@b{`hone5cDOINGI5E}7&uJxIm7f+DfUh`HM _rOVg19=@w+WH(yS!zz_GfV6_{3BJ_hnqL*8W$>Sqf&iH!^yFcN=5E%hoW9!9B(+3v-NgttYk;NA09d;Eqr%lJem<2*aoU<#e-hd07$jxmT%D@+NzDlXA#C0%$0rov5VURz98gfU5KKC_eN%ocvcoXm1no3v><(g$Sc2MWlc})f_}|d%fR0o^E;=K^n^ev*m7*k5S^fe7y0=nYQ@b(d}X1O-LZJ3_;6SZJI4Uy?i=jw8FZITgAFO~ca` |3P=FE$HP2L%^-zH~Z_;3y0V=?MWW{*`ljw)#37bkFpWdRv&KQ4^T@31QY-O0000_W`WiNGW FHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiNGWFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(Z ZftL1WMy(LZEvkv3vgBSng83`-HLS;ghU|NgMg5D?tvswfZhiB@1PJ#O&zP$O`tP1y&Lo@;&-f!Z`a>n2K@-hIac=HH&*z0O!prdD}21D`%mim{d(MYL9YS*2T+Kl-UbB= >X&0h&fkNM2fcQjQZdl!pirf17$@@^LFa*P9VhyIcATvD`Z(GDP0*>J?~D_<|4+}m`g+mJ`0Hif?Vwj)p;Y2}8E20d{p7|AUpvQ3 `$0{g0R?O7o8v|P!SSNEk@2$r>!4SXe#eX4Z)*Bu&?%t*3i?sv2XqzaM<)p1cTW&~-8(_{Z<-+MwM`ItI`ns!9=}i1CpCRp&p$mu _Iq`L@b`vZ?;j@!Uq96S@96b@uIaDzI==&jD%6z~GVg{8nKz?Ca8y$v{H&~y@#`u?{`+)$Q-$!6((T(deF*eM!n^){u0rg50zcyj 4;7-;Nc60{aHJ4yC?VUoz-GfDRS=ShOkw?G$@-Y1Fw)=d_^H%}HlG)G3d7QOvYk9%*j$o~hu?lo01Zc>%#)2I^rPpc9=N2-Lsxm7ZMq3&N^CHt)b-A4TB@!!+*Ej{ihdfdzXMt ?#3y?@2n{@{`M&{e&rNdZw+V{?6GNz=;udJ;sVe=f$jsH|4GsFYoIGY-v>2_Z$skk7DM9eZbS5W)Q~td0=fkB?+xMWN*JRKv;y=~ psS~f-o8Fn;?VP;Ht5-@;s?_Z94*kLHwiz_-z0eWDd$!_&I`_;k_R cXa=Er;Fa+)b0PN=^u6bCuS%WB|c{eem^rqaMA&~j@FwY@%^`;^`H}O7CxG87QgBQHA()PMIY~j0zzu>Owq?ZGewT%OvzKPYWgVV7d%H$(@otUiK2Kw_kcbE`Z>^Q8h?xI b6rH@+f5O%$E}(!({xQlHf-E(L-IW*lBI8;H0@$^69o( ;rCdr@c(+P=;=qbg2P{fJ`Y+o2Qt7wuY%r3`a=?LB7dDP`ZzLQ>_0eP_~!@a_$FxeB3XAY=x0C=EfP83T_k?>hed+_X>qatqPXaDRa|iUY2E(WxY(y9 F8j8{W#6v2j_aVm2R#}W`+j4w(Bq3`{ckT8JG{17*7=#Hzg#T%_|0Om*Hueo-|0&P|8tkf`uAztx@u(90rghs_@f^mJRZ{Ogq}xdsguiF?H`Qhz53SXv#Q(SB nWNjLY5K6H%}R2<_eb%Aa>F|PP4*{jk=+P`U&7-kvBxeYai4sI>IA|j;f#E0eQ3?2csAqd)ZeX2@HH0?LNC{Vgwq<`e^Ap}O?NB7 $(NPHwOD9vKvZqj?=Rtjt8i|9QMYv|Ij=0%-``Rav;SIulfT`iBo7f*$WQOZ11K}LKd;9f(DZ9~zM3H^Pu rb#?c>i0F8QY_n#hYp1g>bB3}X~dIJQX6c-vj@)(JWna9Z%!zw`^ZPXsONnJ&pk@&7pgJo+^A;EYPOSBwxi9ec8x@)J)O*$2`f?D -fZGMVPrG@2=v=2v&EW&-geV9vgTGRZDi7h*M5J(%+gdd8#HC@6q+K2nNE0(br=%Nsw+`6e7NWjxN}R{KHs2GWk_f4 Z!%MsW73G_@+Qp*Yn$D~6IaL^HRn=|mQ%WNafiGH98te(++xgd)v`pw$ffNEa+YBytaR3Hwk=03OD2tk-C}25dDSyrqbZYW!zLCt yH+-9r(0asU6a|=YPm+Mxy>>fE$H2`&>vIF+AJrVb1=in+HO`Y%VjeuGix`Q$z+F-z*gun?mUY3p$8me#CV4$jE}%X2Q&5sSstiWT_3zJALVP3Q&KGzg7&>oDA`>15+d(4jn#tnjeq z32(PRkN9d*-`o(S1Z$5aAq3o&1@^FVRcJ714DYvX{+71JJV>8^rJRLNN283JbSt-;gez>h9m;KU GA)joGOTT|u-)t{8sJL6v7I!74)ZNq#Vwvx1PdRpG^j1(lIB_VmD{sc+9iFjDsw?&o8?fK%TS0Za$Q4Qh~Lw|jQ@gJKs~{Yk#FjO yfFk#XJh9bnl>zt3mF8(x0+sW5`ai_h${u2%iwmbltr6ZiI}k^lY{G}VR;)K$?)_PP3{#;Y?ci|Vwx?cosJldxh(dzI(X?^nsJZu jpUroW-ghP*oYyvgI|c3hRVdv5_T$uv2Mob(0nB9=4Nn)K*GRmwNgg2lSz5olYBI>!^#pbjaG<7Qo=UNi#w|_h!6%e*OG0;2RjMz K?`}`nRK!P?>Wbx1O#B4_2_G`;QtAA*IoEOT3;`}(S`=R@K=33y<6;QcXhM@HDDN`v}PQHj&O`v-LOurZe|G+wre&54W<{wbO3`1 BZwH8jLR~^ux1d|l8}T(AYF(DCD@}}wVHB?LD@yWYLNL(<-NH4) ;)oD>v9cyuGF83pHd)D}nYMr>Ri8;C2+T4Y8wp*cs%o#TIhRaUtF`16YcnOGT)>|>;*IDT^&29u^t@+Y9$W-UU|wyXD1>nY;OZ>iejx>*NWS{Y4FrV&v@Pp8%GTQ^uP1%Tj_VxG2OLpc^3T644I927$*=x&!n4+$okn=In_9JsML|eT1Zl`XBeg=8G&)Q9v6rsRWUV;&wNXhxI>|Iso|QG*ZRQQ8J6hYgOSpS`jHrP Im!zI6bzwaPnbqs$MB@GVkWj^w!Ks}Q1%X&G*ohWd5u$hu5FY-IV2iiH)$8;7Ui`DF^h+*@K+q44v=D}DNDggD5N#Dnht^%WKj)% RpQO|8^Yd!P?<|6yizNRWMX97Gbk!qeP%P^l(dpz55MRd7PP_2H>obY=y29Y@dTGczNDTbVn_sB#(mYP-(O&sV`Q{7A7tz&; =w_)mp!-4;6$y))P1MmJ{Sut$o@9n@!cw4?xp7<_lk`gPF_05#2y(n%n0)YaD2Mr-FrYZn=F7Q}1kL~G~O){dcC AiB{p({9p4B#0YpOse$S08X!!^|>s8c#Bh-L!(?{$)@zyG}O8j3#40eC{dytEi)B2Hf?p_?l!EqB)9dBq#esREy19;k=r_^es%rI K(aZp+A%o%pxgx?a5^Lem}hod63Z;+*aMi~wrS(4=)zzeaR%3qu0))oNEbI2Hrm-S_eOp0qg2&HSDx&17Ln|8YmM64c-_KVYVn8R pR!O=h}`Qlbfz-uVs){3V~Xz+@@Mir`CdFjg`N04o$t#J<%dhg4CVU_3_67Y=kmja&ceR(dHtaM;k$_Z$wC(mH!yxDh7K2Y$l_%e 6NRqQiwT1k4PQ*0Z;iV0HG*r3{Nd4LGtPT4ae*s~%ThtnRYraQeS`VF!j4(_o=CpGy7W>bKLVlpNx;I6LU;b`EG&OGLO=Q5>JNX_ kw26lCbo$;XbH@AGfU?R`yf<*{;Yw9Q=}RiQFvIo@eW<9{6X;5Z4`EM57_itMup8#;egixaSMBR(Qbdr2$tQUm9di+6DwmP>9nV? 2d!PQC@)p$1SkD??LtR4%y|gB^)Mej`B$(^50=J&0SGvxcimmsr}AIR_Y(g!f@S)OXTAQy0sNjT9AIUH6;J9mpoVj_FJbHqiGaZX 4E7o}c$bkvcVU0PVcAY3JXq+au4juD=^J$cqwp{`-bp^fn&{Q07$)BEYJl~gLg#t4U9t-)+1ur?hHOZ==#ia=S#KnC{v=~yAcRt~ @ezhhA7P}V=gHy^T6s5Z3?1$hh4#SC?51Q360j$K77KMnjKW^pknMojutP%<{U_^M)kA7<6ufS0CaZ*y;#S@NDq$nEXc# Jq#;yV8#)z%C98X05Jtt<7h69Kt&DY8Rd~wLS6nPhNpn{l-}zkK6GTXSHZ=3oeW~N(gktzS)Fkj@K%XI10cm)CX%~-k~`+hGH3op4dKTznpgdrZF1+*LpJ?|jbWZ&sy3HGb}GwcZDh6ALz5e_B&lwkG0ixqQFh$2{%D)_L*f2nhjtTvvtQ}%L6vjq)eU4s1h8#5}M+`PtpTYT&=ZSNWuKIP7DrUrInj_cY!Y;{d90Iul*oh%Kgj@Qc =KaAeKhe0OLIjG&TXnx-))Ml}2W>uuImUpFV?=`+jk#A`yegL7@pIJNj=so*?B@EYcMd*>RY{0su4Qr+9`ot%G9aIA@3+ 38J2=RsJc=-y>?{e)6ed-ir&TP(em1S%m3jjZi8j$3v-yc0ikx0e+(S7xFIzZ_)g*{4xIY+v!DG4>H7Q!yfUN5pL*VAz&qmVrK{t eUux?+Xom9G-tpo>%`9(by81s^SyHZJK%4x4w4cn2RYJt;hBTjPVHbGG6F;m7Y9~~y`4}=-(^>DFxqY}5qRYhfo_yc63VB#GAIc! y6uQ00@9oJ+F#WAjAwn`s;~@@UNG})s-JH?)QGItrk*$qcaIRj?45+iKxkD-o{UVh`=)-I1enY*b%h_n!6n#8IOAC58Oh^hu!%>jsOO4*TXK~ FGhcvPaV6wS_|>Mi{^UKM>y!@V0M-dsl16P|J8I6-H}pt|z{TX2*(tu1-Z!vNJaRG^1}$zgv;7e>9KjPooU~MsSp(gV2D6~V_D)lw O98IGMD}7PJqS|`=9i8qH3EVQj1oubry4@LiCDC!?BXE&?>^eU2fcV7A5EyRH=SX_5Cn9&h-Xl8;(#uGJNpUX^6h4 Dx^}i%=IpL@k>vm24L*Nu1wo!4DZZ_J@$JdlVUZpeQ5@`JoUFK*7JUiC=SlM#6hH57*(F&9^vw((RXH8W)Ceu^+rD$di6Dy*e)Vs A&7IKO52__xJVitHRSo#_eB`~KqfGxP%rltJ~()OBLCv1^TY_Nu%E$mA#We;GK%AbShplrf1uU910`=nIrNYu>2N*>0U;bsM|0xQ `uW7K7mQ0Dz;P@%`B1*4+b1q2r3&oiTti2db0k-2&7#X4N(rSmo2A!3{xPSQRpK3J!m;)gNB9}8b{0A5^>|<4E2mr>vxmz#vbPL+So5Kg`7Q{u>opS9;Lft1|89pXS&w0r(>xb+Kgf!+Bh47@&$!{Tn#D#!Wek*uVh#ygCCpb)m#uNKbu_NB|};L`NZQsD;i Fdm%h!dJ5ws(XtjheASV`pa@kC!;7iFySXk$Ec{BuIL!$AGQ2bm3}E5STy(`d}vtCEM@mO!G)PfD?U}EmEwOPIRC#sAR`ZW#U;k< 3Yk^A8#3|WCI34`L;%Wu?cHZabS-tpFShsaFP1;8Z^ilSObw^_l*N~qfUy3WCGA)FYod?cLfHALsl7d)Z5=HiC|_vQrg> %AS(XkZYE+7Fr|pdWQcAWM^4E`+rbN0|XQR00000PiBTt000000000000000761SMY;R*>Y-KNQY%fehUrj|*Q$a^XQ!h|U0|XQR 000O8PiBTt$73Nyc%}dVY-KNQY%fehUrj|*Q$a^XQ!jF1aA{;MaAz!T8vI8Lrm>WA_LrA#6nESrM4dD!DxB~|$~J$-j|byanB_4D8O(sGaf4jklpn-l!XW}f%cFL~a_J9zTF%Dl9ldWc)$@iC oHfn!x+(mKy*%%$^#1PNp4Uw8gIYcB7hIO-tJ8$$6n 2|Vv!e$RN`^OWB@A=QcAU+M6?o#_4fPS5)ry>FWJygLc5GuQLJPVn~xzd`Uhf?E=Ni{SSNexn<37{TuloKBFM?#(5*6T!sME1{D(cBS5I&+f?pxHfZ)ai5AQ+wr}UtnSM?zN-90GpO@f;e{B|Do9h%4c G=kqG7%E&y@Y@8JnFypZ4q1aBa?9@nFQdOch~yIv}wyw&<%S48{`6@I4(JQ`d? zT*_`PVj34XAo>6*iLXL!Cw+wpWy8T*Clwr#(z}bpDCiIEUay+z<26pXGU|*OBv3pA+XHzcV!cN`ixUd=y@x >8_cFak+0E>hq+=e^K-K3&BkYzN7iASMofXCf?Udh_^`z{j{0F<`U{LwuFA%vxNL-X}Y!&+R<4;`R5T#alaGXir`Hpl=Gs(*R`C# moQEr5ZsX9x)JL8%?SPVy$IzGj?mvbM<{HFUau21k^Kk>ZZ@w_~Q+C=H^BghTD@MoU)b9%gp{%fK4=3jW;6ZD=v%=74b3-IR^7< *fE&rlL?;A=&JB*$D-bs5o~5WKNkJ}5y9^g9CVzH-*Fg^!35iQz8?pCIDz1k1g|{~13!LE@P|B)kH>s?@OaFZ=k)#K <5A8AOHl5RCCF#!65w~s65z|EC7@@smmu8&{eHv};O~h`P~MpY#}GV!3GnK5f)faSqUpyi#W=JtMZ4!M#dsaJ6nK2wQqaA-6~4F> ImYws<>>DVmZLsbF2_8(UEl9sj`{e+a?tPBmt+2=PD1@QJ_-2_CHOyF-brZ3?2~|R C4E2YB=q~aCt+OgB1lWJ_XxqM-0qVR-g7d>bHT}2*A6=w^*rxn(3MM0MtyER8U6Ig$!OmzCu4k9oeVq~_A89XID)j4dxsKSK=2uY BMG*i0{mEV3hMpvDOeX)6TFaM`q!REOSgB;uQ7g`{|5Ehi(tg~@*AuVul@$>;3lVH{*EI^tcX`U6?k&}shDr;oQCmeCb%8JpA($R ^MxR>4Bi%}W4x`kTbB3E;$4A`tCE(PwSis{Mh77^zT+@q8;-Hj^}YW6XW|j!3M^gGts^+ &O*D!pM~$yS;+6_XQ8|k&I10Na~AOVytB}6FP??*{zTz7&j#G)Y|OuLX9I6%pN)JMD_l-+2-oLq(8K%B#(1oI4)E#+=b-(~=Kv3O BDg)l(dU3qh|a;31U{m-6G_zaTb_^c+Fsvx Iv?|K%K4Z-ne%}^3(m(lUUok4>;Z)@oDY0>NAub80?@C)7ofe{T!8j$e*yY;gu-13ZcT7Eg8LIJT!3-C{{pN}ZxB42=NrLE1eemJ JCxv47h;{>_ae~OUtfgz^)bQQxxX()ecrqnbb);z{l~|fG*6s2Kac`H7NgA*P#3r*I>LayassljDCM!)4xfOL^JP`YtZleUyFR^UyJ#7^tDKT*|iw2 7p_&hdL6AvG%v?p2mbH@67IGoIQh5WtNMP6eq8cf;LR!eKJ5myci$UOe(?sh`{x9I%Hw^5;^mF_-f$!4%g7ti{;@YApWSc7{Fr$o #_1 zg_Zslz)qUf0Q7x2;LumkMjEN2Y+(d{Tly%)a#b}F@ImVANcs*{pg1e@5g-F=mCu1=m*f>`#u1E>0pBAb2@^=I(f%Eh==YoS{oaQ#pI+7XcOL@Z`L%~ppT>vLKjR-p{g*wAdarmG^X!_3k^a_)Rql8gc>CPL7>73=Mn8V6@avC& J`8yT^Q-L!;}=hY-&^)1=+do*|x{;I_}89jRxjTx!=4g}Xcler)ESQ2x*Vgmvp~g2Nd9pU1o${XF=BGxhyJeINP) @bkw6X^MEq65NFvu+NLY^JOn#zTf;3@afZ+uzqa*GUVlj1ZNVw^JVZY-+6_`obi<4-aKxvKn@%ID%O+WRq%^Pz6!j%`BjYLgRf$I SXs#YP5oa$*9w0Dzi|n{Zi3%^4dpC;4S4brK@#=7ZC(ezbM@=!hxu=yoEzQ%zP$AYV}1UR?bq#$%mT 7`L&jfG-EF0)LTTg?62=3iINXRcOcCt3Y2jSq=RA3Bi!yF{>eWyuBLo=$OBO4)+o~j^Jy51D&nB MLZ$F#|eIe#{bN}V_sbKHt^@SZv&tI@iyqkrtbicN4`~&>ySc0>; pZ&H5+NWX|uO!1s=iFdip;g#NnxBaHV$A7NZpe}wt=@khXmE&c`iSNa#m`*4Dt)c?x~7U}(ykFl=hKf$=Y{0ZiJ>%T$Q _x(5U?%jW5UNw9QyqfVT#_ym{QEtblSZ^zzV*VfVDcXC)ke6CnflC8bRihzO`;j>U9FaIRrQOa!T6UO_1rr Jc5h|%Lx8}`twGDOg~>-5AfynP~X20ly(y2e*J(T_s739eBJdCZ^QKwz9~WO-z^C8cnu}U<2{BT)yv-LA!R?FeUSA=M6Cq?Fzd$ME^t^qMdykqJ4)bJY2sY yCLd#f`Hv{&YJ|8uYOz0nYd9(_>esb@_KpTMu=C~2y!J+%?)^Q`9c%0?*XuL|GRc>mDvA8USfU&Z&Yd==?8CdhPmbAr6?4I_9a;Zr+7S|YtKeLdwpLGOPicpeSFbsML=iS< EuwP>p8Kto_frc0(sxp#-#%=!l-Ee_$8VnUE@Hg=9<`e)(&-bP6YSe6CHr0f8bWwP-|yWz+|6RdHpz>Ak&X$6n;#Q >F)P-N(sH(eJ6ys5oCIM*iOLjb9Vy%-%F77c8~3Z`MKN9DWTtaf+BD3jQO)-XO#cjol(!n2r}LL3qf9gHyDBPb{&EG?mGhWuXhB- Yv~BkpA{N@;|SE}ae};_y+@Gs#oM(2e~u!^>)M$FnXcd6g7JT;1@re!h5u>+{%tT4{kZW+v}^E4l(#KG=9?$!_ZcJ6uFOcZXWmGp KV~HG>_mdRPW+l6ucy}&WIfPpBT@eMMj`*LM*%;F>-#8zKKGx(u2G<`M~wnLKQRjBKRXKbTCM2@?Sgu2v}U!nQjpz$8r1@(Gad (cW7|W1YEkH1d5+;fwlx^=Op)?r4nTI%813O~#;p-x~wG+kOoCWAYf}H)9Oa2m0PQ2K0D7!IcERwJU{F#cw6J56!=a#?v@bg$GYc i5_C+ZYhx)9w*4_=T|2azSH;F1gR?C&!%90-nM(n`+(A4wFk{N-tU^0@_6g(p1o2c=T4fQ@`#1>mhGLAeXv7kV7(aBnv#95-3YRL cO*gPzt17a{M91_d0*)}Gts{52{PaP072G!Z!`<*N8c>8`^s5ZXKy0N{Kby@VEz5WK3I2JXJbC!H5>i=20;?7yborhpYGi^C4ALG `{Mgn`+H`(s`oy+6kJg8dbr2(o;8!~SUJ7C%mTB$9a3evEXD2LNAoJOJr-Cdho_ t_NWJq61K$pC5pA=8OYCuP#3Tc>AcrKWY5e4*=eLsQIjaAn3)Y1A+go2cn&G4n+NO2cq9A2V$PxLU12~PZMN$YUmu4d%zsvbDkjc %S+|}ukV|KaeQPB=+>JA*-qh02c<-BaUVhE3mb!!>{pydkmZKDHjMMkHuU4W1X;R~J{Ps4{43fq5AJ9O{du$LjO$aKz_+(M!MFaa6a6`@DycLdvh^<3%W55S9fDx{;?bDW@|1ba_vHbtVcMTAj`Lp)^KeT}M-&O#9zOR7#K34$#d`yt#jtz@w*Z3mn=ut)Ry=N3b$1f>@Z~BBF%ZWqhp`S|gunzxx9`e0?9@_Ee c}V|_68haQq5R<`;LpSo+Bdm`bW2N^&zG0bj}MkG?yE|`lP^apk;}G+}fu{5e9q{~ZCpzFY>reuE&(v)?JB p6z9f|FSah>hv=5y{L@zH|qC0HT^?njN21sl=Cq`wzv6C1>u4 I!m)7*ZY0Q?;m{_kM$Q~UJqV~ dW~3!{)iT0UM*b+Ji2fp@awjP$mfHFpb!6Ci2nU_A=%wM>AQw(vgmTYc1peYqg1nD#?;_0qgMX6pe#7nk3Fb-R ;FQSQHxp#JfA}FO?;e63hd{n){wdnCpTfC6ML#Y2Ddy*KKh^nkXv#Z<=MzEJv%PvK>T&JQ(5^=bvfgREp94?IKLDU5tGGXEEs4*v07Qm5b58 7cWM8uTprI!lxD^-!~QmKR?#^8ytc4?;A&e?q!caITs#*@0aNN)kgq-t~&zd-KpR2I|B84QNX+1jzalUkAmEBz)@J|Do0^_9zF{A`_56oldl|&`MlH7sP7?1 gKk|!a5>vO9t}OmQO5!wzIhz_Z};PX2L}+miTmp~jMI?gm5(|e>)TX)&m50@es(qCmSA3- wglsF))K6b=Pp4%tg{sDPcKFPer+kj8<(QLhAl;Zj$4X(yZ2IzN9R)IM>YJMr5KmrF2#7>zZCk5$Cskt_WUKrp@ZO7RFQ}v?+2cI BIeV^%RrB3FGK&gEyH*$Tn4&#^fKVt70b|%>n+E)Y_=Tbk6w;)W@>nTIq3f{mjmB#SPnhb^UIO{HYb7q8n5ujCt)3_oP_i%PQtj} dlK6F{z<6ErYEDFyPORD&0Z&?pZhaFWC~v)Ar9}VNNbqEW2NV1W!A(v{c_o4;oPu#&=hrFkSc01qq$SC_;Mc&f|2Y+W#pF|w -+iZ|J*!UzJ>T>+^uy@Wz%TE8n(|YpfnGdt8t~$s(@@`!PXm3~==7BAm$aM?J=+BYPbK(+Gaz@|eg^tu!kMV|0cRqg_Z5D6Ch%eX vrzwUpM`N7O7ORw?^%fV-dU*Uzt6%v9&$GNb>i8mch}jpB#RN|xIPYBWwd<`we+^lI eD_{~@y)CN|L~I)=)Y4}pdW5qq5SX)wBzp@@6#0+$M2tq^xG2r5%>Rjn6KxYhxnJBhk194hTnZ2@cPm7FyCG{596@sZ74&8bY ^&LzCdUySv7(@UWTntmzz>&Qz{pI=`Je&CWzF)tsz6#U&wmqKpZ;xfRQm!UmJTn0Jj#LIwBU%DLn-2b^8=}x*Fi<(+pj>qet!kz0)4ORcyCc%Qlz^QP%m lsoHI;MbB{!QY>HEA&WD-HLqIy$$^Nk8T5BbLMTJOPkz|@>kvtJW1b?@-8O0-yK+Y*8LsY`MckN{(k&B^vkYyro`Uqm^;BYzkVm^ !Zvq-Z@Kg?@GUKOV|>oN8|{7ZZs7B$cVoV7cn|U!b`R=*{5_aIzqtqFec?U8r>F11eE8%Z;O%<%VjcSWy;%R6?nS!Y?}a?P-@TA` Z&5htKFCv(@54NK;6CtO^L`J$=uf|gUiJF>F>jxF0D82S9ss^IKL|QM#&D_cg2UW&R_lz#_1mqfqwZ9 LoYDpVep+NJdFAH`opRpd<64ip2CA4!TdYw5zvX-9>F^Q{3F1F>>p6C<$u6>e#akxpR4`=c{KAV@cg<*LBF1V6#f10N6~-#KZgG6 eGK21J%)0wehlS4`WWzI{l`<@H3V~ygHCPvL`v+rM?C?4Zv2xd=ddTS4qo&m=F0<5fp65Wf9(@k|{pxcV|F;RAK=7Z>q5a4H DJ6DnZ~Y1LXZG{pGah&zc(>IHNH_ciytll7e5bsC{jndv0D0ra7qG8Wd@&{a!>_#vdG3HeqrBVyjCncprIhS1{zYN_<&<|K!4F=B KJe&QP>=OrMY)H(ivC~xD%SN&2=2k>Z(arc{QhfzTfT;V9Q+#i>gLzL$L;VM`lCg|Cu+PsHGI}HVLo`TV}3Tgj(*9%j`qI#I`ob`Z-D-+_gC;EV+k(h@%t<2=-4;Wt|Q+B9vt(g?mxbXb@Hw^fe#NWd_u#Y RruPFQn*Mc7|IR9m ^9LIK?^Wpk^;TovZ@C)z@3|WB_SX0PR->E)H9XYtp4BL)v>N#>(C7D+TCTm#=zCa)^CGk9 M=ZM6LBHwrJDD!O$aQ4vry-)8ceJ3_V_G5VsV!49%L>6lsd0)7-4tB~H )Wzwa<^5v%4c9QHUwj7fNv-2sDcI^%~PKEy-cFH1l!+Y3E{=GoopLO2Zp7an+bBBhFr*zv; *f|>heQs|ZY;+EwZ@*>SruRJk{-t%AK+pfC=O0pB-kT!Q?ERx^&NOjf({C!p-JO0!zGUBwbs#+&XCE!|HXcXHYbO1^N56&i{u+f3 W=L_a=lSB~eJ1@b)bcJ+$h^-<6qndqZ44lrr~Vgc8He$35D&* bB^9Oc5ul2ZAxLk(RAw(+>+kUXS~t4yU_Cldj2Ot5@kiE{k6tteI~JQUPjAGSLHvJ!k?_ed6twj4vqBuZwfz*e)F6@;C;vrC;eLr H>7;G;r`LMV>Emk&x<aGzEJzsdpW0!FXTvyG)npeKUg3Y5qSXIFx=rpx+H1+X8vsRRpJN`_7Dvl|pE!N>xYlVq%Ihoiyt#gxui=j<^upN$;^ J4y4`>-6t8>DwTtGj*{2eNVsbUk6*aC+c9^#eZxA@)5m1NIzn=z557WOTRk$v7Jb_rrnm{RXi{Cop~*`CmCFa^GmZR?k5D#qW5}w p20X&2b*}7dv>UUJ=%?0?gDL}oITP!NhJ49)MvIOxi5vYbo_Tp3U2LG5FNOVG+x0Da?xY{F+un6`uu(nO!x>FJ%l-#v>_?il2|DDEtMDGE?4YVHb5PXr_>%ngLJk5Jg3jZEG`;aXVw7*ye856 Wm?Vy^uC0CH_~sZhTX)t#^XfK$JfE>Z86axD9>c%H(ZVp^naxJu#H1V`4v-^8aH#mhmM@*Feulq;O{Hhm0p|qeS74IOFlLhcid!kL|v9&^-35gPrkK`t1^WznFfP&~qcjxk$rj @qD89k(BnETHk}|`6u)|i)8_VGkG1ZgZ=hPbvUQAjNmp^bL5xwK8DhqNRV}M*Xj4W6|TeWW*bR@ErVd+%zGy6XMlCBe`Ffw;T)Oy yOjHa*ID{DtPVE&{P&ns_EgI2V|rgNg|i6!_XdwIy>}6Oo8EV(=XZH*s@9utQrIBPYY)oj*YrG`e!pUHW}I j~|8IO7GVb9P8x&x<0R_AKP;BzHa2?%l=RP>ck&P-`eYNKI5Mno~`O*_R-QzWlq%Zhox}NTF%Z?#dZJg(D-dk-+BEe$abx#>-Y2M eNhT$0>;ws>-6nWC;bHqKh}J%qu)AC-A7WLCeiyZ_5CKw>#qb^H@1R)eHwR13O}CUu_@T^vyP(T)O!*=Kkngd)!X!Zzoz3epMRrw )+z2xW!+EDAJOktdS6I!meTLl6nqFgs%Z|Q_tWceZp!?z&Tdzx74-Xno?lAgoPhf`netzs*8zQ>#%q}7`7L^WLF>CGg^i)-)0lSA Z!1c-A;BLr|3JUnG>x1`*St2>uwT^S9180qf1vqAPJfQC!}%xvo6Bpte%nCdIE7nL+Ew&?0{vKT$a`lu((_Mvedm1BzVkOF@3#k0 =odQtAm8T~ONF*v*b_DSfnN$Uezv`k_j|LsoF5d6VNmjevS02B{kB56T-TWxVX0IoQMScG sT^^_Qs@Vzu-PA<%eHrOR4Oc6_6x-@FW>!%l46FW@Dur?$mT>?vSl-?(<6zW%SKeX+gLx$w-+k;a>y-i3p)y>u+h&{N>U?gatD2p >Ll`~yz;q1kZJbE<|$f`?+pENDN8UHawAJ&6y~`kzc(o5DKFEf?b%X0MbRD#IYvj2%~iP6L*%`;+V4)mIElxop0hdbN-&gZrBLoU+JL_SD);I6vFY1#z`FjD{}g3`=p=K`ts#$w8^TOL8{@T8X&B`t_5>Y%46_ O!;%J&`TYf3p>gNfohD?z(YH;tJ2e!rxr(2oi^$QN=6-v3IzWApp*^EeVloFDNBQw4O-Hp3c1ngQMv5sQEj8A7BblmK~L(Snc1GO Wz^8N(SC1Nhzd%(dxOZ&1yPxLnq!9<8o&1TLMbDyEJ&yIgykR;lmoxMSFkzl2lJ_70ijicppKis)E4>0n%TpJB=L-VMi R5??_@m*niH#MoXOoMG}$5SS*V3x`cN*t?$$IYN)BA-bVF&~%)O415V<_-;Rq#XBp)6HTy_g{Iy*auQkes1P+N cVz|DI!lF0(VtrkI|Z3bL9d_fA#5W0!gWq(^HDj-w}<^J?aw5fMUlm>0%b+f=VvovAsKaoU@PKrl?*~D7W1PdkEDFbAYz(BSi@~L oyL7wD)gAVhZ3$3%5nZ0K@dwjF5=QgwUy+T9&0n92)#jHq+QDM+9aTQ5Z&Zr+jU&s5o=7xgHY}&NcU;}8i%BeS7#zZ$29+Q}w$!SV`wtJz?A799z pJc*Urd);9MrC5b9+9fe$ma^t8nBNziH`jk8nke01VR4&OhZzLkoqw~-23g#10 q!Hs*nd+v8%&Qd2BU{U*Ff8Ml7rh+Ke4V{LjZzdRio#sj&NL_P(x9zSk$&q8%ZZGA&3QM$8r^uxgjfDKv$S6N}mQ%l4##Uve6@ mJ7VH<%uwdC1e$4d#J`Gu1{4_jeZ+-6s_|#M5VAN?{R6LXb<9D)Q7CMofMZMf1vACWPbl$z)?P$=1w6 JDgftHkstI-8{^0?h$HENEm6<$fX#gh89QjXr^a`gj%vb11Ic&YBpva92NNKu2R^s%a&c`aar6|F?amFZ=6qTUK-){y`z7L&l#&|q!aWC8#E=yxZ+1;%RwJ#*QO4wIV{|7r Xg;$jOuj6!Z8lvs(!m_I yD;=;jGgUoBGnSB-<}uB*W`AOyCOqaGm94c%3o{;5 e}mVQGDGvUo!FJ2+}_2>iUEx!4vFB3{RiX7^EjYN4hQI)wEw-rF7!B9KuMVK$q5C>F=aUi8+-X;iF9!aoTjH$T&jl WyD?StkJ!p^j+9I;8YSaZ@TEenn#jJ`1z*K*c`3TmCmkMc7b5S*j8?$+Hkvu3d(8?F>2J^Jo-IBA2mQ$kN}HfI?oF%uS{hbGGa74 LSF4@5i8S#$QO)|!adzy3VCh`vhczkGy8>}Hfe+{zP+oEZI{&`-5KTy1t}eK0Ej7#q=9O!6pIC6n$5b;qk>1>cw#Ji*}gF-f5grk-v$ GoUBvCag+lnWKpMxTf74G^1y+fAB2}?|iWUvgU*iI}?=pd^MbJ>W;_^iFn VntM-8Wt<1BELXDi5~l5$C)4&%5#6>#Dpv#0sVUjt@N(7xMD4vngMG;LPknNucBGVLnlA)xj_91(8GVUc_xJ8i^? Mcf9Vm%HVedQFo4vtqVXjwlH)pSfHkQK}%XCQCMWepe#*STCj-eD8zO5i(yHoP9AEc |9FK)S!-CKtEW#@jSYV)LV2IAKz23E47h$Iq{%OU$KW-AGG&ss_Kj&}IvChBO4&TZN@A#mMc~!lsJ}?svCcPV>6j7hcj(t9PrgyPO$Rr7T+&X5j-7AVNmf*3Fz$7nJ` RLFN^JDK55@P$Mgl#fI6%x1VSO58henZgU)e}>)t0ps^(`wTn7VcFki~45zov@QLRKjkXyH%>L|LBx=oazH##OR4C)D$c}%jtKEAm+=jn#w+D90!Ry(VA!;EJJX(AzYp_FJ>b;D*uB+BMxKLUhAN{v^KY>67k>mbR`mG-je?S&U4yin3I;Z&Psm>g>>sZTR~z^Pm~c8c~NrH#4&x-~uv*=CtHvD&j~*`Hb!<^zZrvk6mM$FtzGr9Za>t QT6Pqmo(c2puk&G4f4FWaXon2i^?Xz&J_C4>~6?gvkzKBU0DF>-)L4yvv_~8vyx+pCtt`nWy=8(-0VWxZ^)M$9QAdacLG6GM2(fbPJN^V EfDfVEN{mpHB`+Qw~^R5l$K`m)JGWYL|u$F(NxHh613>{LQZteQXNr9Hmm_p?Ve?^sCyu^LfF;b?o{ZmFC^e{P~!C~-rt?l;V67q -;+iqtK|ymN@3=Cs`iCtQG*8YMnJ#q1f36Uf^a>>GQMGtB<&;wt4;!^)-zFTTiBV+N7W3ZX?e_+*FsaP>FbY}!cSOrfU}^bYalUK kQMGiuaF}eYfGtx*Hu!UN_InfGC|ZeaxE(!XD1aF#k5mdFbcMQ#Q)H8ye7`m^qY+10ECU%WTu@(p+3aOxBVsNa_ NVCqSM9ejnQli;bA|fiRCP@;#g;F<7l0bIz#|b}fl?*jR=Y*vcyhVp2l7)E1=0%Vwm(Wh;E^EMn`ED|)xl0mg95Xnq@BZ4%CMG}hf(xJ<=;&YfwX;5Z`Dox|ad2n5+r8K`v rbSKZ!Sy+6p$VuF!|xY^=@?H4={sjyH$+KJBWg}Yj@y$AXFC+oFcU+*m!k5VY&qnn@knwtY=~FY&D`(AMbq-eLHZO&>Y_(6A>eLi ttt?NaLt6zQDh(#vq5NZqn0j#!y6(e)$snQhHENry6mZd>!=z)Y_~`a`_-D85)tc>&v2kVxeJj6FYeqC>W_@rR6M>Abm_pP0S#hKy&OV~${s vhjvYDCD;$PA=;9dtxmnl^Jx>x??_bv)Af72WqUIY!s<+U|XrsE!*6X7joIQ5?h}|-jK;*u1Np02qJquW2uLROzF%s|0e4v=7=}M u4>+psoZfi<+%3K!d_|HG-4L$|AIGUuRZ9;_Ih^jYdX;>Z^-mmB`7bl;qDFDyOO1ZGeW|=s7tb%p_({V9LpY|gp%w`utJS)4fwIO J6lAg60LAjotYG(Li&WDPqLd?>hs5!n`xu(IwqufqMq|&I*m}Xpe;6Q7pPa>e*#W5`4BCJsW9SMh)dpqeTiHCDK+&q+SvRDjgjpjxql$)``3yTX9tmGK?&~HT%G#@a1$!JrbfLbcT=2}?bfXVg~1bk#`wk}2WisKAG+e^GDP77-ylc+1iD 5w-!f@|>c(xW=BNt%~ JtMNZyDuGA-{@*}GE+(YYKkavWd|r2TIsmExq-ZtQhzftb5}F&ij6W1hdX0ECb+p|(KaWoz?w2kHp6B+z}R-g5@!PabhU5=b3=%j tVNA#iU{QfEHMk^*!nnW@GYwgQNE;n!$@yUN!6q~<};vx$p`K2A;yrA-nL>&S!Q3Gh^O7K3l*zUqi_d*BPutNMn3uu^uvs%YF X1#gNfK4|E?KJVf`z;oPs(3@S VGJ|ek&Dyu7viDA-Z@}?$CykQVZ_uqwp*@l8Zo_+ktU6iwL>?=+%h>1l(L#*%pXc-$(C77rm%uJ<`cOa7~4xdG2=8LmUZ0@7;AKZ x)WvlAX1xNh$eHY#NdSXO!`Ip#1li?L{9ElMPh*`>Sv)6Nh8%UT(dRjpl0s>VMbA)TPEo32zD%qox?G1@96NbDT1?^YIYpOyv$82 >bRoS>R7F7a%<9LKGUg(>i68OZW&ifpEN%#g`GhuLu64T4|767Mv&VU^sf-nzUH;=ihfN>bjNsZIZm7;i^)PtDiH%itBM+YiB8cN Zp(IIq0||$y=mrus}I&ZG^QseF35JwEEIAgn+0Zda~nF4t&12!+vIBbZjZ#saN9?QscOdiI370>X0*YUMo $Ey&WF%t4r#E;I2plsRsSjj6IC9pg`BFM@X-p}ecEByM{^s>XTLu+sh?R9P@xk3Mb16|?{a8%80W@{u~d6W7n%umx5y`^lKC82Vm xdz7rqG}fd*#UGnt;U!t*cD%MMpXAWR?SiR|HnY6WtUh_`SDhLlvqiV%vrWebeI?MYlA$(>+8X4k?HI~@c4Y0$k1FX*_>qsU7W;VxMM%KrZZi>_XQlq^uLg!m`PrsnJU&n9GKAvjun24c=brPNC!ai `oU2H=VW&#I3uH|k?E|bB-A>a|2?5ujk-eFGlgkfDI|=S7IZl$2Da9HvbMqk&{d8rO2QmfJ$6^% o?f?w2t}?4SIy_@>O1*_Y(t}%%_L8HSyv79eIcuihQi@O1CGI96SKa==0_gyvy7E9a(Zk53>ek}o{Hm1490%KR!L()`e-PEGt;q+?&4jnR+Hi c7QQ0h9x#m^<>*Hwz6^vnm4vorn&BojoN9_@ea+{q*XVYumhR(U*p9Q7 nGKEx!pf!tXEFygL3NMIbU51X#bGrZQsOvGVzQ`Xpnv4v{rh_i#Ec*}zdVDc<8c9tmPA}Q4d2G!h1Vhf`tza^Y#u!%7`0R6vb>&lJFG7|DyiI%(K1*^h=F7sbAdn+|V9jk|5cXs}FLhaPAs|h|iF8dRn0zw)ke8*dWPlOk0mKR<2_D #b+%I1JF^3kI&VpSdx{BJ`exYKeI2IYq5t)0*&V|1Ds-Bg}zhIv6mWA2Iu98^EDoaq6GUb#N5eMS4B6^s=Qdw%*GT+m=EPt@7nV>4kRFs3B*7?e2RJT_YS>Qy a!Pe@emrB44iYDXJCb#5ad~AT7rWhAbpZ^y4THqiaWr3b|~?;W)rS)M6YWCpr=r`~2yI|MDb9JLrjz!SJ-< rMA?=f}6{LxlW>l1~R4%j+}HfF-vT3J3pX;oYVI)?^bg1He6i)oM}KxY;i?-i`?kX3T{kpVr{S+jc~0~HY1b;*5et15lAnqB7D)f )~@bX?u1$&xpG`D!)}$#q8!Y|rm^VKO{0~*haHQNs?dXuwsnNFt~>>IuH{-_Wk5)(IJ`ea?0w6 YIlH@Qs-KiBa#1uLYUdjyB*O_7#vVv&V9oM+levc$*Rjm6jeg;P$L>M-J{SnG#g617lZbx%4IFmS^}y?V#9<_E!d!)_0)r8G;CXQ +`)dIqz1<^mmNpnN3|VHYic(-PA2u#j^k54B=UV`mo>-94HIEIPdGihEu!8OjE{)gS{Zkfy}x%Dn_I~JlrM;NXf%i7&9SFZU>s(T k^Bcq^z4*5ACb%>5IXJbiNGC&-PI9U!0hZKW4gu65rbtXYbS;w$~X;@uuW@r;|q&l%{nLFTfB+myoru$;ws5s)WAuduH!!@PAU6P $>obaLf-bs>$ZFBQWQzV^kZ_Te8gemH4?f4nKs5i*)?`2PDY*Pl(iTYNaa}-1k7N1#=)|Ehz%~fV1kI0F-kTM7&Y&>Q}!msyVdxr=P|4N L`n1F9r9|aMHv3trU1Gf?u?!qd9=aX69n5z-t3dN^%-v6`Vq*MTu~dxvv@a>*j8)PWaX-?8iMwKR95ZA_dyh`qG6M2?1wqFPa*ez J|q9Ju%e#G@eUSlLD_7#F>h(q+g&9-(`2K?6lvh7^Fy-_IEhF+t+8Rgv)tuPO1dC6@2o4(=N5&L^_|bim?N5zbN1IdV#KQQ$)HNt bnQKEo4Ia{EgK_P1Vu`;dD!6J7aYbwzT9Sh~)2ThJIIy(aIBz$hzQg^PH11{&73oMhn<2Z!=Z)4BCY5LF5EVFkf^6O~&|!D* CK;rkgby>RLfPl@cK%-CUWdkL`2b5EfHhkaelr%Dp+C_+Qr>`fN+ANKLO_#BbzMADnmx|cVl17?;Yix={-2YI9O77P16c19tb chDW`NU*v+HaXA}npPt(el1yZ9SW0J%Mw{giGz3Wi6J={Wxkjq8{_|MB&Tq#Qc5>M#fP`rp23_vh<8V=ql13gNTu6dU2tP;!4{~{ hpu+4ANudkDyr1l;!PY&Z7~%{iZRX-)@a1^C00Z`G4rL-=&(&NG7%5H710|9a(V_`b8HM*?bc2+VggJhK*u*>+HN(q)_H&G %;}bI*T^*@(k$gHKxB*;#$;;H7Gof#8#?_}>)cngyfvrOv*2Ud*%wn++^h+yVafqt66#l$Sl$vdDpD;|P1{`KSHhSGIF4UqMGlh_ #Lo!7OK+mX=H`0|b@r4VIkV?l=)g9{j`8KO(zd>xlqV84R6+R)G1xEr~%XugX^_WVquLl{16PR`tD+n BWzPIU4ls@#(S0{F?Ivi0!us@`lHI_(U3|<4W&o+s&Dt?9XTZ7AcdC|b2c)_6}y5)cH|u-CB!gSC^9E#_O_M$wYz)9Yuc(N%+YC+ JbPsJzk);|nui`Ml5K2Uas#tLq2h6+YgNyF>?~qEtgQs69*j?WavH@??Nk~vs!3P2XuY^J`*u$@{wS_>Gq589BJh?{q)Qd`%py6J g!LDP9=R~4Tnv~B8OSv39d72}M$RAWbk9mJQZ AJ{}uQ^Y4Ctmz5KZvB+QEvDQMhaWrGY_d9#c@HSMF?{yBpw9qu3$qoqqg8#eDm>^07ai<=EMg!yW1`@Zd}3#&yxT85GQDr_@(!5t )BC1p8-<__+)c)?!k=XpAzXOGX=5J8NEFt*f-8)z%qq2j_#!vnkL@BE-{yig!EY~INAYmTwJ&Z2JrL9Ew_@|$tP0LOHF2Rrj@XWw cghPLRZbY=)y?rX1RJFm&*~!LZOj7i5ZXmlo|p&p_88~w!Dq2_{WiLTYKxJzi1WEDz03)J`_SUkV^sEs8{S*qwoANipLnBnGJ_`x _4b53vM1YmR2!vNTamaLSvG3#kMeuq8ap*!q||LMVal*A{Q;IQlm<3fnzml&4Pht*;w;nJ_{A+iyPw {D57H35C3!GgIwEQR^m|tUNmx9XwS0VhyFa#J^z_m-t7)RYH_l&liVBwLZv&1&Ix?sj(%rtpCn?qybx_yGKex TtoXcdYqaHpZP&s8}rA3xLnaNcG%G1O=H!}2q+`aLR!ABas+%Y27XF|vVcioq&Hh>+OQ_C0 vdbHPs`md~E3Cg7cN$-XkS)Xq*<5DGWbdevD84v~SI0Z~D#troGm4ft=s^^6ic(v%#0cryW5Ps#TFB=V;`Pvj-Isei2euO}d#^&C 8WF5PJc1G@HXo=yI#?tofOo=TQf;k-cxQ&bj%eOiyyJ@-)NE3K2<8{E8Pu~a>vCwB`Rt<&u|*#>cHniaYL!p0m{z`Gdg_dXjS~xC|C@E9vZ3FjjID{Ny@sZy>LbxOt4K|0PC&(Rvl~bdv3gR=dHoG+{_a1q(zPPe2AI>oAp>EX_;<&8RHC3JQNYR7P>qR$JLmy?`5_s#ndJdQe}qY!HhS^ eO}80F^d!%qrP6cR~=;9~RvRbHiqj<<}PapOD3y9qozEH(#Ue#o5{;F?ur-CnccB^?8kI@r^tQq2 v?(ce;tS3uwyRe;T<*Eqw|QUYAP6+?>$xuF;C9WQh8ZX?fDkIX<(iS0>JUMkULvL`p$AcO7?{EmDb*V~q;-7jlVdah31m8TiR{1$ c|xY>qydj0+882~7{3(BQ1`^J`4YJtFMDr^;xD{G8t?8qAFL^s8wee-Tq%@YXbcSETSc4=>Uin?z}`-` P9@agpnJY0c1&pFx!f`wMv0`)-{-;vRnNrmRgSz4&Ehq~eyklDX{b0|mJ@_lq?#`NtVN!P_3S3p^1gbP(q~B4a&v^*mi2rtIeWU; ELnyFuhrbf-W9oVN-v=(@yWEZ9%Pa8FHt!xHX|0)dxlRGuf*1Es8wRs%eu;5x6~+4(4ryE!LX2Kzl_}r3DXYEF*R*1xK&3O7^p;U vMsc)k}Rn&7C3Cp#lLyAR%i{m`*HRQ`-(-3=oehV0CRm{S1qz<3iC31q@PE0zS%qsYiT^0={LIKMF$Th+5`6=O~TYRWj?dyY!8f7 )@&AKPNO!ur>|=mOEL1XzZ+j1K8u}?HqCL|R<^g?)Hor>)K0I05<$UIBIlMjo3AX*0~>bL_Gd1s<5{YEA21M$s-2^oc12kZg8n4e *F0cv8rFWm2rmBf#Vh^1u=8G0ECLE&Tx2>KE@%&nSa;1dbA@HT9d@8XVMh}U{23y-+S18=R8Ym)9W%&La+1IkKKEF33HUp1U;}QsA->T1{(Gs12pl-jKiBi$sq!#%I 1fkDfcvrIbH;88sc&3a|EWRCst0uy+6+ErTX-@dUCXiWLFkiqlZXkmY))@A{syUutHdmIJa|iG(%U7YT;qcJRq`kA;UH@O0*iiin IZ-F^Bd=7#5#s!U-ckzA04g|bn%vYl0riedKxA7o*u5G~+r_aev^-ct<#6uz6=iYKJ;TK-vAsmZoHa1FK&4|RHkR#3Ufo&i{t=+4_+QNh QJ02l)ua+Om9Y$oKWX2z+pdf&?6o?gQftVnI$uqn1YHo)D}KX!*>5BF=D=Hj5qmkYAbAsX~AhR&lr0ZV)j%fz)MRkY3u@RyV;iJ(oIDN&ynaXru!lQC55Yi39C=k&)7y9c;@k#IZ|+6)UaMFn>vmylf0M9QHnt0liL!`PEeIqg N(Rpy;g>+eCz)Hoc`Y&$DeujdBUcW!gpSj4wiT{A+&X!!*#)*<-Pxl27fX$;g%Y$dG_}J8MLmsO?Su$owj+Tzn}qH5XfCXgVm{J3 I)}A~C{T>TmwD=Zs6t;}te9C{qPr-J<0TOUjhn#U-rnY2D$doI8Z(`>b9n{M*~utz#LpThsX>Y3coh|Pb>Yov$ADh*1B1SXAyLhHQg7TViYeo1 he($ZBV*+9U|`TXVAndj{CfAyqgZ!FJksrsT@oLU)Xe(&bGh|Ks;#nAZ*Y_70gf7m#I=_hCoLRa*_8IOz8dK*OJ|eoY9(7lO-<7H Cfge&Y#SP*A^93NG+v40TbA1#&n$XSP|amkG3a=}Gn;@RoZPArx9tlxTH;-R0G@2jE?s;?KU?jFRic*mt^m_U42XB#KAE;O_0?swo%p8Ho(V>7QSt6g<9*iU5P(0ebiqFo2y{PH6po62&j*eZRL;~ZNDqpZfo$mMT}`{h~1W2H%}wESoely>`v<)B!ZR@3+FO$|`2w7o#9qs?Ej7Zn2iCLVXYLE|j#$-QXW-+i&kyRAVs-N%GGwUem?~-jUf-Kn!+zsy;5oKCiP>VCr1!hQtV@T6}(1j2Ede7Zk-ic3AFZS(y#65#RPIPK8;EHuWYlpx*O--#?3b;C(-Lk`e47>;G;#XGJq4ShtlW((yQOXHX_1jLgGe}Aw>FDX?VA}@379a6YD}1+!>~iv CC7)j+XrULM6d7oB3CKx-T@Y?LcCbn#q$g5mMV|A{~zlXs*{!GK2NtynbpcietRl;HpKZX+_ExYZ(fAn*L{bnCq#s5oCV2QeqCX(9!W(B{;N<^@UZDU8|7)o$6GTP@_6Crcd=JRfO@K #3qQJg$dSq@c;2d)wYC>)*59yvzWyr&wu5;(WPZMpYUQwe&H^1jMzCam;I+HR7}$HH7b4)lL={2w<5O^y%Kbnyw_<{TW@N 8|B8qM`z8WnMuEX#-B^pJ=f^;6E_>!Gb^8Ef$_5^j1?qUrje^wixg1igZpeT1d1K0-Yq^bASZ8;Lwx!kXNsv`+C!6lEkjA-u;i&h @kgXxKB17Ua;GZiQfsqg$eo1{bF{$~xsBklHbS@NWYmdkyw0~jCOEF(aqF$Q?lzHW4L$ksSSM-J0CBOxO4O>p>{nGj=NQHZn2gc1Sq@5-d`nf78ay>z*d?P`tMkY>aq|mm{0FT`i@)gLv?P*k5P%@s5ckmNs$_u1Yv2gpWEHr=dhY#7F=jVdYWIXtn|W{o*xzf@~*lj*w6A)KNPAA`cIkv11gYaw*o85QuEe7Vj^cyVl( HP%iB))X2ofNLb^CPTy4Bvk&llT9_F2CW81j*h&|cm~OU-W&S`rG~K`ah%b1KA%d(fq*Es?@73A3f4l=3-zLVq9OL}n;u_PzHc^HDl#W9)7JK)}ZUi01Fq6n)YV7p5kSm+o1=k#Gp~P%Ib&Pj9hIAkFn@ShC*8+C*U-tw!m&AChakk_t!N0 `^Z_m_`F^z{-E$K9?t>OjUY+Q3iX`QU{IwXr}m72+{O2WqRZn4d5O}u9f4%6OQqq<7s2;qUl@M)5B zgr6Ytp`V2CkM6cP;}`LW8jS&Zv~mG*pj&RmZ-Q{(8Zd#A#x}^?mEGANKC{2I+SFo;zb5JJ(e-^nQB4Sx9o}EpI;dz#@F!`PFd5^ gybwGQiSO`6|GgBp~zMR$qf>;7e|Nn*=CwVqRWKhopHN?aY-|b&1=kokk~?$O@m;8uO?k}bWy5CrB_gVEW2dv!t8shKqfrdDc^0PQ=gbd)bv$>tP5Qab6aQ8B8Z)R*hZLQ^T vs=OyUUJyk#-LJUa-29fjUldeP$^Lg+$k6YatXQdhUp%8?l;O+xk>f3JgsI^P%K-%J((^$fa3(wQs*+Cy?i(q;3a(p*6^M%bM2fp u4x}O*8Z@;FHA|pfelIFc-tEGz#c^Cvec&f9A~3-6D;fxafXpSn!lahUr&yv6jZx&jj=z}6qXONmk1`b(40Ff6JmCWEv#i`HO3qZ VM3`;EQtfBVvy$zV0;ii+D#Fk3|4GTA`P>qEzE^hUANlEVKDK+D-*@G(S|jY3yirfe6c|-gIZajMeO366iQf%WT|enhsxnJr@o*^ $zbe5e0rNP?XdKjeOk13Wjo5^(n9J&aD2IxLqK=f7d61LSE|HkFbzgY_>R9f?gsoym?4vAH_Bof?i09qO|J n;1l~p=iRA|8r&G5(An%VXnj8Sy7cwLOZ=Cb>QboS^G8#M|avkCr9bb#x*rAJYinX>F1ic$egtPfJ{DX71at_{iEv5+^*_7sUyaq S#=3)tp?60HgVU}Kf=ycWmuJ6RGpvZ#o4Z%Z+GJ9DzJ89D^@{T<+j!KGrpf#xB+p;l^2u|@8Dn|=nItb>QHi6+ @Z}aq%jUDJSThk}!6wUP8%61}40H8qdFNKlX5Ts&5QUwb0dVf7j0=+rCoeA^T>rVmfi>slHcZT}`w#j&If#@z9rStZ*5cbgolIG= 8XrYW7AW8P*Fzl`^#6dP&2c!5ShM6PQEH(zW4I&K#d=lWT3k*SmhHUZn(CQxT>+_3{O jvU-_~fYY|ikTrQE2@|Bv1enuVKh{d&2by1}gNFeR#Te#`O|?x?D=LgyQ;%$EUdJd8Vx&-koIbCRz$ZFQRC NVp0ylTbMRC-yxiLp^84?A9!6kvLcm%kaS18`ZP18z>5!Kip2)szXJvxW!d8j-!cmT9$*v4GR_IKYuuTA}SaS3<|8a xJ=ufB|S8ZZTS*h_aO~$nFSF$iDi3T8ZykGASZ^7>S2uv&jxZhTyENB4}Jk(H;KZvF_d*WNks|idU%q@+F7CPvCqud9U=94rqYgC zh_9Ru|IX^w3@@CpCPC=MddzfPvS1{wY&JlAOA8uqSa1K}|%qjsa$eVj@g1?B<0y=}OFo!kO6YFVM@a=9RRFFcMjO_bTgD2k>0(_~EtQ03!D^h_Qme JsgD+=oUKS2Yw~{){ YpkNSJvBYweaUh4Qb==#BA-@=aIqU>sj90dDmmG1nb<7Z ($pZK;fpQ8K!34_ri&-$(-Yu$^~D--&h ^91&0z62!=*t8;aZsjW!trr&f+oyu7v}=vB};moMgOx)hBe?f^?)>uMQQPQ?d--F q!R;$*+j+I2UA<0A;DBmk&EnrgTxN7m+WYVS#K&dtdtTlX)p#}CXK7t*wwf?@ox49@+afCrErfY$+l=mLGR(s!b3QFIN$>kxLLX! MBUcer_N_aP_v#^AVFdtI>%UJJF=LEh_7XD_Vyd+?YAHOW7qu?CeVX;AQiWx{GScx4+`x2gb7WBXc^ug(R<=k=_NMiuiV^Bzo(gggK{mcnK^Txi;zSo!e(O?VrmI}3q7Y4H*_Elf2HUV*b`eQ9F{#pb*~Z(m*Cex+%C-Ey fC@W}9@3K`F?eJkSHAVdn(|29EgHTYqrsjnxaw>I3np{FSP9oI*HI@s%RSj#V@H8gTbB%?YlxK?w&>*1=Bld`YhP|DYn`((msf++KKi^Of2wb(Hw62JWeF}$81l(JuRxrQ^d8W7EUp!?E(G|u}`SSsl4FGdwQz#Uwk5@&)kOFVJL;;~}Plkpw~Fx BZ0sp8G%Q7x*5{{IBCBFqLDO7{+D`1*#-Q=v%O_F-Z3yY>PW-I$8isCR%Hib<{X&t82qgmL=ig=X!dAb^hk(Buaw#T!z=fOx%mR} 49e6!G8TB!Mc3;;0BNHi|J=*!+2-d_(g)e@tg6K)-)y4q`H9?Uo=T+nEy3RjXJZLrg4?dsA*=Q #gCOvyLOVimun_$PEX&fX$H{&PTj=!A-DL$w;jH1)3)2wKY!TvEyG4^vn~Cl*%x?|+1%x;dB!&H-t3PfoGXP3{ZT=48y@4VN2iVZ @urz!(9_~isIa~LsC;hMT(-GT>KvV(I%Vp_xbDN6w@r`7zE~6AwbkPDjWt7wDrfT}g%KlBd6!u;CpGOH$Kx8&GSkHO(PhNyb?3Hh IlXVwo-!SaL8giCH>2LDYTXY0un{f8w?*srZBnHOx6G#W>!F4UhL6~>W83YAZ#OIxhTHA1LtD5*rfsL~+S_;DY3H^P;qYNQ?mQwG zQcA6>Db|VK9}|qjv2>g=bFQW#8@n34G|jy6$->yv=^v3b0LZm|28)-hZ_k`1E$0wFSx9%EhRF{5N+mc0;a_5kfEzUAmqzUD$KqS mM^5Nn*BY9+mqvxMaj#Q1``b4p!6pd-~pEViLYu)I;qsctNctR-X@3Qu(Zthr{OQ+ZS*l)on}kjA^N-{pn2bzEP(rqhozT2yV=O4&JZ#od#2hw^t%J; Mar&=@Uuj#0P&XHrh9vmS#n>ug>t8aY;YIZ9*oX<>oeS~Wu1K#JpUB>&6$)ExnZ xD@_YHOBrvpEasev-zyJf6n{e!~)7m45EQzd?=8{FxP1T_c5zKh@Q2iM-_6T)1z|P(WBZ%&(6+WD5F8#!Q4!X*o*hFBAM#u_7Okl sDmOZr&rQsSn$he{=6qA`moMW&^_|&iEqkES5Ou-ZMxfnpwuAd2AaajJ`!n+5U-wiRpBR_D#eE8QA4Scrlw4V^I3GyF(R_$o=Be!-H~O|nH*bne56CPFq9NMg&yHJh(F5;ofcYWXGo!ksdR>SG3I8X9Oaqr)REyB A_^c*m}iPZF)5!)uUoOIJY!eRvl+#)YRKL;)t}c3nj@T#bt;{h;K|AESjFLt49jOj(_FC*tubse4@-nY d^Q0@EWMCZN|QnHhzDy@Cd{FI%!lRq%o(~i#!*2W=^Up|8VQx!+9Y`~2q-Ui9ODzKX&CCZmWfSMqutK1yA(3wBPMa4u%+WJbTT0r *afp#!76FbmT11am6&>u3lC(h4zzO!4c;L4#X=0q1QRInHm`*i?I Q59u9S(-I{5j;MSC@zW6i^hMHK0q#b6ZHNPb&bk7KJl@0x~FXy|10Nl*ynH&FShw|ezA_@v@9`f+;@HuJILeyi_Y{Ki?%4Cn}N7FCO%nHUd+;qaU61y?#I|%CD!3I3ZESg9{bJJp>M)ah$Yck;W#fSQ`@g)RC5P X^cmZ1(-G)O2qXtyWBuf$-tcWXU5sSLk1>nDq2>Y`FN$fu^ayRaV{PYkHiTPOn7gzx}jSh !zlmYSLd9I9aKn~N$+WSxcm4bG#^h%&|hU71Ubp%{Nt;by9k@Q2^5^w8>ZvuC3<}o$mz;&brrak5fuD) )6+wIELpeqP;rQ3@@(lv-cuGn&kbC>9Uq{^4-r&n=Gvwa!$4a+Jnnp}6LZxjy@EGPnSUz?I5m@FcNSYRqmZJqsyO?OWE&YvwC_VG l9e9UW4@z`5}cVKoMJ$l<<>Q)-^xrKSw<<_k8GRNE7>o_)EdF|8_hyStT<*%K@PRi)C#<4Cxj>$8DmDl*=3wLFTbJML4UkwU3A+Z l;cij#Dr{`xE%yh{zT!6?-gh5`PRRW$@{g~ZSl7CRyI-SNv8Q@(qObWwIp^32iSezv2k9bQMPZmVZXtDfX#}zd{wbxY~B)X)6Y$9 rCs|*uwjp0*;IkbDne!zwl>+}k-)s1@l>%1P6kumEQUavAc`lP;W#&I!AZB~XJ8-BgBu4-U)#AM{LdjhqJF_!kc+D%sI@&-NVHZWjqAba; 5o#8bLCnJ~YZxf{9cNZO=}%cmKpNFBPTjjKYuBjLM|28m2Y4SMeIgk#A@zdJj7OqXoBX{(N>)9y9m#c~byJE@I-?U|VC?zsHCP!r i^Em!&X&M)r{S{~n((9IPPEvYhmenav&MjJ>4nE5Q3_r^d-6ozlhpuHFx>dCpYTz4?zOV4zNwMU#}yBgEk_UGY=#l7?YJ@~af)n{ KaO0KLH$^MhVZhw@{>gLiKuB{n;Q8A+tCqH%k<$ccJbq#pCfsSopVVpg$*sqnzXvVT?gm3_N(5V71-%6Z7-{4PE+L~uwNicW3Z{y wTQF5`|o)JR)YZLi_bpNFUW!Ex8PvT?^spPT|bDSqyArq1#?3}bwh^pfT`3CjGEts*Ou8xRa>ovRmq%DFk 6B3?v#j9W{XH8-%&WceIm1uIt^Cit3(pE+OdcpC566D?gb;bm0TwK0SSwkh+16XJjhqU^{f09I?*ZbL-LVd?Pf3b2clj*No??^PI MHQ!et%ea@Ogc(70CBT39WtFTRW5s(-s{9ZDAK6~d)d&;%qAiUKK96(cg*^$4z6USiMZumK@@6uvg0P+c?~jUh6SB$=lqJJ!FNQU L!CAVplv=>VTrg3g*>q6Xb0UiYpS>smuS69?)c+tM(B+=*gN;i8*^6oHLsO~W_*i<^pYLU^8iDbjZbF>jHnc1+0or)AF`{`MKah` $>AK(tl8XJIN-0OcUozs$j;xdF@>AL4S=k({H=aHhW zG2=PpnzjfEtd-!+cCR(X7--?rQ&+U=i%Zj{5V=9961to2x6&%l1Ha5U=@`mO3=Q$*tR`wW`NR)zZngQ4g%DAFKuMocjlQ$@e%3X d!Q2IAA@`(^1IhfGrKBT&*m?fKArn=la(s4SVm-pFXF~9n~vh+_I5;es)0|CSrz%}`IDGQ?}x%0;@Hi%dNQvjWA*r4kjnvevB`L# G30Lseb9nY>@X&4`XZdgT?>1YieT0QEG^b>i$Xv(3C2;QMAT&R$^d);uhhQ3sqIUNiG$lM+XiIwnYEv0xMQBlcoO?fA0Upr;UQoI$k7>qSw4BX53fob8(L*fFA3s`KdY%+FCUhR$m108`*H?q{}X0~9?P2Ti7Dlb9pk|$?8!uEfia=mxZs0%ALO%?nZl-6v$XEl)p J7NfEATT8I*e)nW$^2_uct*x;JVm_tY;HJ5gxDK?&+=|`+a*W?N5s?AGcjFKSILQn;AsDqv6=DQMdn(&-6NfnvU`##AiU<`Fr+KW g-X?dr_fTdcr$w`T_nD}Xo$w1zUIi51Gx`7z9u7vyLIp}lqmbAMN4tk`btNmTL%c7>w$qQ#=R@9VO>zw g|@3{er=N0`Ehb4lPc7?BJK-st0+Gga<9B5QYAs*yk^gedw3V+09a}l59XRsc-b-<3@cd>&XJ7?_Tx*@-qCBu+$)BRBUE?P8o _oIn8p_|?c#yej52m19TxA<0&+cJ0X`z_Cd?&*gr#rT9)bsV#S#0Ryk<5i-Dfx_;>vzZ#&^e2|H9v^s$K3D3o=ddH;XY{XLo6i?zViT tTQ)p@9K2L(KK_}iG=|A2YGOdq-%2QAJQMP(TD`u(%hmm{|H8nTNG@g|KLqq3UbtJ^tQ-2KtE30mT`-<*LYLhUMfPnv2CDc=M)cf K(6F)*IPI^s(3-W?e>fK8;k_EU#lWm+mz-w`GyV{Nw^frDT=5+M7?w!Z+#-=%+F?fVpj(h8(S+(2Z_H(=jh5~?; a2sF!_VW<`dGTHRf2cJU;(S>~C9{lgWUg5J-b7u)580b=djlm5&wNoMS!%|kM*(9QkM}d~;t$m}>b3a!Vtt!}Epf<~5+NY0d7%Er 4^^#ArznYC;st$z+aD;B&5wJrWz=9C6uX{lu-_5qTOCmA;hx6+1;vMefBP3++yhmzVV=I-dg@~oeaVef=lny49eeSblq41Vg>darA$Rk0A=%pNUac;RAwGfcRU(0NPS`PbPph YrP&1b(K->mo8;g9=}@rz<> +ianUDEnTLlID(hA9|q2xDMIh0T?)7Ej8BhN}blON!mD9TgsQFXmD=m_2JeWX-x_hixOIk*b4~JN=%#jhEL7wdbVs94rC1@9Jg6~ &|$Bwy{+W=P>AD)SC1?f!k7qtq(I$th;&=BE+C>|h+#t1ENLEwt$_Tppv_tJ9;y{bYo%FyIXOuEi_`B>8j?%?w2b7-W@0BIoY4Wb pBTb*)+&ruu?@a>;Cx98=U_{LrXau)pP?&rfL=_`V@&!>uR-+H&yCtp9%7&K;nD-|=LGo?_>k*_25zjAvKHey-Bq*90gX$u7mmxM6m{5u {{^on|Uc9>|b-(Zv3JM&-mf9tnCW|K6(|v92AwANvQ&^8)`6QFmXHd^5{YRB%(x43}m%1|b1F~m4Eaa-&1_oQOtoF8& h9x7%J>S=;1AX>klYV_?5@#M3&3X+rgP5rXL6;L#3IYs7iO)yVgl|>2K}u@tbc|k-)wj*S{)aieUhd{I!G30)or&Lu0h<%fXMHab X!j7=T`W+E*%_Zn0~r6_LC^O3$L2pt|42B?{{#&rn@+hF@=KJEeA-L&5>o}S=1wx-l{k@XHq7V-P0n-cKzhJoukIAl>?b!bWzrv< T^@Vvn9a&V(&*QFl-zMPd6qlO9qZ%Gb4RYD#1npU6b)%`T&O_^&73OX-Ho&-ZqgW%CWZ*=oN@yxhj3u5Or6;_(a4d|@7L12sY&)! xgh0N`Vag6%h%zwp0JPrf3nR?pUEH<`Z1T)*(%JcvWi-1a&IDyp2a+JlS A5wh9SryfqbFpt7tU}vH{Ue@w%))c2@%an(qfz#XnF4FFALjmI>@b}?uRISk*HSF0lddbSO~~%#V>7iyRWCRtRIToWIb~$IU-O)9s#q(ya>Bi=leVnvMafx4pQ$4uV9#TP`l-N6^C#b&*iPay%JdL?Ic)*QzNkN6cs$OTeBmb<+oFK0R f!OfZGLC~ZWlv=Ogs2zmwA<^o92Kvdzz~;$ymVfzvXmmM1<}RhtF)YGAWk1JMg^CPO;iCbgT2QZk|FhD9?X+HV@*pfTx(ga`l0r= %0!$%g@$Xn?*Jpy(dZ%DV`ldVrpfev-A5R3x6#L55~bPFrK7m6t!beT^oucUYRj%k=8gy}&Zdlg#k>z1gWx>3Pw9a&lX9?+CCS^n 5MFQZS=TId(n-e=x(R`YDoDtmWLk;%=z<*Zi3pY2qtp(xB9q0Y&0qiRe-|&-opwE_i*(s|kY7TwL3Y$Ul^-~3{!FkIf|zNq(`B4~ Mwrg?EZ9iN=|FNFfXbpiM7rrj95M>KZxi*7!6gwhjt^blVLq8d%A(`QZM^0H)I5hA?8Cq2Seqoj7be@7SX8&Ifc3;_oAUM4QU$DM p1E_#qx!CTPY4G3BZ*ycfpQd;PiD@^U}+32*w&0d(<}!v0OqkXQKCJjEgGo3AWIAEi2{|PlvSU3+&531AkdIpms90dD+&$+s(0Hx zG}YRLEZdA*f(bCwcHEql<9A>p{vW~$5sc@5@PNyR-=Vl2`pRR!~(D&1MutBSgKxIwIL8<#Gn;m?XcF)u)pYsL!U C#Z+RsoT!HEb0BN-^u2cjrO6>I7zAMl*8A>;AI!5P~RSmoB;NS=0EGFzq8G9KqYxsB2#rUtL98KwOC^Nh(b_OEh>wQQc`qIW+HhY 3!ZwEGJ1p*Q4hVd%qPnA0U|XGMJOH>fr`*dq3mvsB&I}kw=8(A6x^P{b rnB`DJ6UWhj?|`M3nMNTu47Ax3O&O?3g=gJnqj`6y=JU-WtW+x^Vs~6XOf81tVLZZl&C7MXcA-H{$}@6x1X2uv~ymvF`+$yp*YoSucmShkP> PaR{5HM*DO6rl-z9esB)j-x!E_Q&bh)+9AiPBkwgEZ4o>M0ON(EoxnKs9$o_9lzF}a-&liIVOpK@XzQJ|ZilTz4eofc5<|y*1exo{R6!8CY8=NlYB &j>%89^f7|Bie-w*3+yy8@_Jr5WZ!Wjs{UD*36#(-F#2$C+Z|$P(A*6Mal-gILmnA-gbitG5a2Dr4~VM*jw l*=HtLV}}Dyj!!vhVZwvGLSFLXKhPDlACx;!ExYII}@WBZx7l5r;Oe(RDJq}X`DsjoFlhvQf1^0Zf2#ZsrLdIBUP!~Oy^ho>u;Mni^aT&;~LIssAZ|`K5#DeOf@RmZx4R@`4Dtj#vsAL=)e?DNPOrcki^x#c|J+{8KZ0GicYW}%tL{wo>);}TDu2n0B?F(I=g85TQWCyw vuK8*b@$Ai%>3tVa?5;&t8&Sr>udOd`4ms^bk?O@dKPJiiV@GD7?5jQo`da=tpl8^&~KWKe}*o0Qg=dIc+p!5b wFre~FofiV?5|S~vmN3t^@0Z^pnW`u;3o?=Th;P!haql?xFP;;l4e(a$&`(NHXnsZj)EBcZzl@>mX44G0g{ku89}&D8e3CFvrj>9$5B#|*xFa-2&VIqe`6v)rRjuqoY4+{Maq;BE_a~44 sMb8YgF(P)sfO>GdRuY`V@j8)0>!6o`=9DFJTXFdFV&1DNwRv`i49?MiTfcxN-*bbN}CbuF~NSMMXOarViU=5p;k58cIo45S}VJc >E3)zS0ClUKKmPjPXExbv&0}Se99znAkm_&h!RfNnJ&aqD5Z`F6ScP=S7$)LiW^2aPpv_51|T0>E2u*iPv^^WmHiB;$>gMa9K52;l5i&b4$I5e#x;*KYF%YMYc)R%Y vHZ7XDy}m3fZNM+l!Ni684u5>8Bjr{_E6$rw>>EvVRB-{3Ayb71V!+O1EV{M_WP`;n1K$*lMNNj1VBtvRKIytd_#N9J(AqC189P( Q@K^N`DkG}Ch?a1diaf`kPXQNEiS}5AaREJr&0Cqv;bl^UNGC`#csLA9g8hhY2X~`bcR1Wj?xYZmm<~O60}5uscRrZLv-@}fA}H( @96ZD|2=y3D*m9qPEX_Sr%f~821ax2oqBj*msTN_b3y#uh*u5awGAsxn-K ftD0tB{BHy)r$hKjunS4mB?|h4i1{8!d7gb6Hgq`ACvokq0V>{4~{j!qC<%h8zB}#$fhigtB~fb5qTLpu$1@{CvQA7+J5J2r1WG^ +fxnaYI_y79_J6SjUBwp+C$RklJPpN%NC#__7rm1_y;bqe|=y9=|H%l&QKCJ;v*(zXbz$;IyGUA3uO@MsuIwwyfvv64Z6f^F6x`c FZo!I1!i8R$=KlnhA2*j^GkTFGN=WoV>c^FQ*f@U;yF2j$0yIf$vpIaQ-~Ay^z}<;XvsbMu8$G}kIS-Fvj^~oXxS|(mYWA&5N_sz 5F}30?NTp9sN^$Tn8Lzll~fR;u4LUa6;Izod}h{+dc!mF0ey?b@qU$Z8$Z7fX;J=BAsK~jhf3>+wB7;+5GBG{Amop7-*HT bh)$j9Rys7#*$I_9nrcs3z-(n^AdgAmd+^<1@i}lie!_E>Yqgj*K%ml;@)@&1Z{UqzLid-%hZVO1-O_)e%vILlIrDz%5X{e#QDVQ@*QsvK mmjwmP2Kl)#{P5a^Yzj4IT_8?QLED1(ex4nIOiQ0J6C)dq!-+HE`ZFvtigLV=m`^5eg3 |4Dwm%(j_o;-vi*dk&+$_Z&B&B;7oSksTJ*M8)>Gn4h^nLp`nz7F!YaRH^&mFohrAwNRa=}~OS=GV8sh~@#7&!}EvnwNeb{Ixw7-UG~u>njI(o}0}rE_gzA^Ptg6_1vX+WR#dX!Cr{%|KMW;ge9PlB=S+RumagPo;m3 $Hn*JRK8~>jvo1K@5t{uM^YY1v$l))lHz+*a}F+M-APNb2;4w;k5$&~H8vUTL9{5hFcqwZ+*v^Aq7v7Fz^o{x3KGn|%W-k~DE{wG G~tS9shpmUg&?m!EU08X{`vM>`46BZ4QtEu>U^88Vaf4MB{F{c`3}))-ic}g{{OB;dR2$!AZITSoD{ab7gVB3q%iR}J~c*ErL4>d 9XoXj7zIh-S~Q=jKMzz^fYpS85vi$oo3efMFh1TM>zcTtUndHjp~QDM-~id}bc|e()A65Z=HfgSKHzpTQ+_l3XRBz(UvE>+$+n9ZtjNcaYK=j` ZbT{Z+Wz>8dh$b^DV4=)`4t$q8-~6;jdC{C7c_q oaoJ+@gItPXqk%U@KjwTt@|DyN(PuAxzf<{Zqw-c#}dby-j&WD7muMK$nNr3Yisa3q~4Pu8K`_K46wG1&*|2o;dBOX3+%1=kuBk@ P)S}!)O^kTIv|O>gjI(rcOJW8K}?5nW%Y^>G4dbon+zeq1cV6`(1jGx$%bmOd>TH;ut6yAz-b`D0iaN(;6XqG5ok=)XEhN``w(R8 XR|^6naF_PBO5K1nl4^!u>H8iB#uMq{>1;KSGKS|Vzk{LzX(n>Rg*u1_8>E@ikA;hikFYPjX*CTLhz@bHB2r6gFPcB;?1M7gb|5> meb;8IXjO3fOgV=gR^iRzZA$GHC9>>_2NK`GX8C|jQ@OUla33R@X>23obUxfp`aPwmrixOeaC#%3JI1gKJwRp`(JJGq=y6$+j=v;Iz+!S|nyX7E#425I6k-Y{#2HpaGDwY0H-ODHN@dl>(ob%+Mx 9O!g%fOqglenEP(Ux8!r*I^jUiTsqXGn*h=<^*K_sLhJe$YubpPG7-NjAd4YI?am-MP!l%U?VUZS=-nK#6oA`sga$3o&GD-p!lEo Lu)C@CPbA`>cUaqzTt8p790$+T;F8WPRGSbTsoSo6??v=EibQ`PV~ECo;jbE<=hLENJyw3L7qZws-qa(Z=RXlTQ|#=x2>0!@4rv+ NSDA?Q&Ok=sAt=dGb^+7M5_Xj#nK(70NNT*Ld6Ili$1fGs%7Sh$${?Na w9Sdmgp_QKd81sQZ^1E(F()p2axg8T+|n|SVoWdwKhCL?atRA8&hWS!C$<=RQ!2?g=Nmgu%M6sdOs4D`;<-i?NrFdmgwyw~j|ge$ swJril+!N28mjq-(sp^6c=EU9@3KxNph-;Y@A0#zhDpa)ng$ss#+uy|Ok~K`n%9+ssG7{4vGER4-B+z<_`yQd%5~GUum{lap|j{L XNRphnEnz?)+(}EUqw}?yeq%hV2K*_V5f+y`r}S}LXI{mKtp+6DvGE-VxLIBL|m_K9QL{(_Y6pEd|dqaagA8Lv~NS$8H&wNdsbkF ET~UybzJO`Zr2dRrDO#8)>l@2s}D>@S*mwi)Ta#fHRR4e{e0)Fs+nf&h~gJVvl}~8X~+x;93T!g0XwdPf=x2FTb4s4qDHP>K>1a?e3z~TT#C^&xMQcCe;J3Y`R1U`vd7XwzKOxtjs 0^MA>j^goX#AeCy=+=SO_ZW=?UX6oV-(xg-xSLfC4wd*pM`%9c5cWzSH>F}gaLL;4SVs@9cg%>fm1HA!mPmmF=RE0V)9vNz7e!32 &9ad%yL3BcmS(m$sZ4<;9UNMs9Lk!@;xp8eWs>YZ7WVo6WEyU#h7^a{tC$!saI#(Hny (s=CY6LBY!aDz^8F6C4?T4OcP$uL2<8OxF#eCD3$|B{*rIXxF!U4X+swU1H!NQq+0z5Z_w`GQJkSGy>&Q2%(sP*0>19|{FT+vXiG;?ynDKI(pte5b|DjDjbw6sgN8(&9_TP(m7^mK=ul;2a;R%aLGZTpu;Qq&E=)l^8KFurg|1yPnShuDVz%~N#-=R8bX2bP((>aNZi=^CMtmpqI*SDUh>C}G_@52;Ms^Y4E)9=)_MO0CuhCJDGJzI#ykbtCBJN#&ojPDYi~jk1u6q&g0--hxsMV;Jw-LV(d3|>9w>>Oiqo-B 9U)*7^>vH4#O|EI&rwr`$b#@SME$O$(;q&3nC8UORIr|lm5}1H&#g2aX(!1k9S!FFskH3dG-z4q+N++rR~H)GkcMsteDam3Tc1pwn({N#7B1)S61x+9!1p(H(|y8mVHOEE}*t7++V=&1%ogrnVv6;*!k1PV$Yjd&We1KQK`1kDRV9S48kHbcbuOPe^@yQDW>I;i9t3F^M 3>Q2=tWnEcfXOAUn@}6n_g3PXyzX|+&8O7XB>iu-H{PP7r+Ghoi_utvF{<6Ydly;_3X%P*WM#AISP9lxKVY(+b8@t2O}1HmFQ@M-Q^#N1EzCAQXNd$!PM-eNA=iPk&(eV$GGAAEmuE+Wfnh(bC<%ltd=bRy1H!$Y24Gt&z_9$;6H!Zhrn^HnXexq {UQ}Tz7ZH`(Lb8z6ogjL!|SMFBJC6$URyVgH-rXLu(n%7noCt#jbtSYQC`P{IFJYmG1>=D2&q^I|KRD~X5_hp1O+$VCoqQ8DG5LR !u$6&eu9b$a<9v|N#Bw#A!dAGg6FJ}O%vAS^zU06-JCm%pfEMtj`9=+7CqHdZxbS$B;9J5{)LrXSerJ>axN&e6-`U>(tF&Mh-oTN iZyykyP)p|l_;jSe*E(B_X$t8X+#r6C?%W=l09C=Iq!ZWow>c#dCru9n$*sm%+t`J>_qDVNGCoGQ1_>}nRW^Q^#WwWr8z{i^BeB) <|_Hi*s8K_*&gds-EP`rIeR*G`d1jUylTb&JA;<@>+c`6XFt3GPsl1t~S5r%N H4@TEbSU-mr#$M@p5#Mg$$QoA?r(QNM+VfL@B(QRw7=E3HMA&B_x+EUF%5Hc?9w1=Y3fqFE!TUoZh?%5Ur5xHl>8*Y2@z nA=Tipl_Bw=pSF6j-TwvWOx!~{U?YzR}SQw4FE68{8QjzCF)Px0(L?$>m@GNx%ouNZ#5l)|Ha)fV_-2~FaATQ1x{ai5TKHpL7NMwKs+XaJ)SfS61pz%P@aN-i-C&6GR#2%HR+4TD)Q@16FL_o#HzFV!<8KO8A>Th`y*!eMTS VKtRs1V)_RZSDg&M>sr1t`YWv)FBHF4?0YQGKKuxon~kFp0(0%ec)`6txlV>frO^RmNS9ae4!CZ-t!?#;Ip>k9Z^vWztxiZ&9jqp -X!;9c#ZKwWXhe3AhbJIm7kG+YL-a)W ;?X&l Kz5#$2lo!u$pmND9ddk8@`wWMx4}hKWNzfK2w&$DS}mu#E1VA7H-rs;qHUS7d_xuh!K!fOju=#;uKB7y9*y9*RAt7g8BqmD9FcFB Ba$=)$G{8US{t^0E44>mudNU2`<9(I^BO9bVPLwd`0!m#VVk@v+xW{{?U#e!cb0EDRG{mMOA(UhFQOmg0rFtl>#g7cWuY9le(&J| kfh}FlzLJMvlTt$J)0VRP_ox)Kg?^bo|}|gWtWakPa9C&;zyfszpj|v@hZpa@q$T1glTsb(h5%)WVZ8q@*)vZz^J?QY}p5iOk8#s Iny3uqH;?*2&w^Q@P8m9`NZAB)_&hRY>OX_272Lk$svHMK$$K9M{q%tsY@^BXai$01~t+lDJrpMD&_+r_W6ilPzgfRDy8 -BhX6+^LfKF+%^e0~cawtt%&&Rg+7#nPxqXHd_?wkp))GS-D&kwtSlPSrhg43xc)I0wSTr}g8Yqd&Hd+J3ud8bpW`@-!H U&bNWt-(bU*P`l6DU>?VbY4D{QcedNQINb>5ypen56_{INCN*=@+UO=3s+LKfxh`rIM205ObDl(Ktk}Hjw3@iiX3Gtiz^i7$E@3p7Ong VI7=<2dSKGMbyG)q)G;rA0XscC+LIl&*(N5>@D2qY0W8^>gLaa+i2h0y0gqm6NC;9z-kRS}!;QWosjuAuF3T aRd`8S@^0Smh~NG{iE!Ltn`M#qph{z$yDP6hCNvy;8l-aGgz$D`j=ZPYsKuu3^gAvO_?#JbUDANn1_cu#IxhGnyN9e7U4PR6Qvcn^^_i9smvYaL`_3gL%1Mn(6ruTijbN*4HS`CMck%Saizg@FKYslhoZY+YTypPKK^9eS(VuwFYv>b3Xc%t0n>x^k(c{OXkqmR1V6YFjB+#{{_rBtIp{FvMwd ;oRWUakPoVGMsnGgEUHIJ?uI6ZyktDL|s{yzrYY0e58MAdfMRZh!a=S(CB>9^VFPAe1Ml5iqDK)+0XZZiCXHg&9SV&gm9fE@)=nl J0Fg`?#1^Ux5&Gv*=KutZCP4F=M&k85Cgq0#n7(74A3E)7qFQF)j4d{zHo`FLE2}{5lHJ9QKN5%=#+dD1E;TlJ_p+zf6Z_wDdS(g 7uC3>49oqcOIXc=wM-??$;Hrivt@)BTTB7}9k}fJ<$m`!=`+wOOq-bq#INVWuy|$`z1#<1`D_8qUf@#HvNkas`ncsFROLmz<$Y>= 5H|^Sk{+6RX1YmTQpvg|S&5oP|Hu%%`|^5F0oYx(H_0bCB=_a&^inN@1R;|Pp&FH@Iif@W*fG7EBh >ekVS9}`y|Qo$#1u)M1{tNSc2z%mtTh!TDG;VgDvWY@b**}7W9%!)32Nqgd0|~ez6Qyt)5)l_9ntKowHdxcOS*dz7N&Aa(w#x k)|!BkHnsaqjvjo>FQr2H{$rtojfgq6XowXJY`eg`7fI=-z}rK{4*R&@MgDPJfLG0yb!y@Pz2kud|(alxkkBy|I>0wwLh>7m%LdV Sb7^9n6ppv6Dt~lxb?7(s5tFJ(kEx7smmVZy~l+NAD8PKQxSUd5RZ%P5VeWdIj365!UL61!zK?$moiuvlvl?8I+ig0yGIkohp*!ady`?>j17zqGp#ybkuihOA%TNS#=R@R D6}heIgkRC7uxRH=>jav6aIta;h+n|BMxUNqlHo>8NUrqU6;&_mK7mL+d(Fzs1YO2;u_@{1z-aA_urblMH1>t*=b?npf1reAVKMQqPj%*W4{fWRssXk^lV?c-RUE`77%rIeMlDqe3$8X!+^0o_RQ2<^{ADC^x_H!}732->IB lJJku!{`d#B&;zRgoA~MqzXn9Se(hjlQE@)m97B%rNqyXV91)wO1~*dxIC;TQ9en%Pw6VhoKWiBG>Oebe23a(|0M*6+oQML1_R1- Zm+7V+Tmm9eO)ecV;RU8A}5@xkTdlAyR;&$CEi&{S}e}9DlwK$?F(I#B_TSx;o#J}yvi7q{f3gUDSwtW;^nF2Z?~yYf>(%TNiwHF (l<@2RaukgSZi5*t}a=X;m_D3fjVp2TV6pKxJTmPK{w{OcFs|~IH5I)Q#?&~i7)uMRGLPo;jkAvW!`v&V!|#E 5+b`ZN_OhFv?SJSgBi4T4>9xZ+P?eb`hH|tK4tCuCC;Ai=gZb=rs_--nrA>+1$^XSS(G`TjRJcD7w;C<^%Uvma>SD7<#~j&$V`&$ 3Q%+Vtq?n*i#u3St=2hK7Kh|y=mII76@(U~@L4y{ZpI0F9dcYxD&<03#Ut7W1EqZ3xLUHp&jwYicLd005xZdya7r1v)ZXa+Fh>PG 79X(>=WHHeIzgnBK%ne4df_?VI7+s?WNN8ALRCBcdK~IJ-ZviP?vufCHRn0OwQd@Ac4P4@!=D3{B50@Mhf%AKiV Xzb75GH~pzYvgSz_YnW@Z9G67lONw8Cca^Bp-tgbrlz+oPK$3#VKs+EepQ4!OW`J~Fd2`fO)cSzdwe9A}r) Jyajote*rLGl376Sbt4}r8R?6;7h0gDf`E#{C28t#2o{X$(AYysuJl&Ni|97hcT?tpxG;b3O^mMunv_;l2W%`%wUhR6-+PpfOAW3R~KA`C_H`LkB^GyyXAOEHAuX7e}A#$LIrzag|G@@j4Q}7Tj-3vYrpOl*fQuJDCtGq uZzp-{W<-SF`DCOA&4xhwQ*TR+Zp(Ox|Y0OL0DMYqNZX_^e;a*{y%jL|J>JZ-`BmR3inwk+^0_8k6Yb+p8WT8@IN(D;nbYm8sV$9$f#{Ta4kTH`04+D+` {4(HV!0!V(fPVm-4mkcSW3B~U3OEz6?=0e91e^o-C%`d)vquv)0s>{$D~tn<1Kd8E>mMA=`GbHU$@~QH{eZs$d^g}90nY?H6^o4m 96g5XINGis!+FaAKLB_kpd4vE;5z|30pBD00=^G$lj3)b;Xb{9e+PIc;JW}nH-`K5>3UC(Asx@@zOQKie<=Q)U{(n5jIpHWysRO +BnkpI^b!5ZvcJ}@XtE_gX4Lwv&VD%3_z%Y361BvE5?&g7mepS9~n=6wvFd`t_7R|xMe)~eXox1A5VTh4Ok_5rt?pqz^6iQV)SvBur$L_|p1^Z_;cU<<`<%^rFDiWXY@YA+v&n~dRFIGFs^GfstKj_66{KT=!YP2~0?q_{2jH3t@};GM a@wHtV-=)3qwP;tkRQ7h9#D9{&hOXthblDvZMRM) {hw6)rzTUsZlBC^KRB6m9GOhLdUi7De|a+L`8nWhz~4{iIi@+}QzKxL*el@qfW3fqfH{ZqK5YuupEHI2YS9#~yM7Ayk4zyyQi|U^ g>>FHh3oH`LO*b;jvJgpzCESmUz|d^f2RBVehT?>+Ek8z?^N>XgHtJ&v!=3t;#96beJabR$L{&#e}SElk@KL^|h_&cSqV;cAEQkb4b{Poi~Z>!=zJ&pcizv4eTjr8BE@FB%NI*t1rQ~a>DpP5Fx`72i6I@e#TaJ`PZO8XWRMR^>U#q}SW#rX71#s5z6r_3h)+}Xrm40s;km9r_=&&(!2K0llO?)llYm(!4J )CxUwxc^0f8vri@OaVSIhxy2?5YK;khU*Xz%$~Rum@w@9u&+Q5i){~CI_1ypS_2lnyo&R+}Y-N5{Pri(w&-E6~=f3Lzn*l#IpZtAvKJDkf=hKcyEns|UT0lKb Ea1FD3+Purw}AR{d;#U~`~vFPFBg!W84J1o+=aAB9$mhf|^6BHts3%($zi%1!?Kvw+{{ld`AuF@hhQF_g otXTuP0nHHM}oh7C_gZ?SNVy&zNmGH4LPk}j&jIwU-`*JS#rT&X}dMB<}VdKr0^1y`-Q(E3qxCz-&at+jPiMu9~$Pu4Mp@lq3~71 yWmknUn>50xAt9$asXvGFmFG~ziM4_gl4T@YM7h+Bg%s)zd+e)$ajg2lDBoEyl5D!e~z*fWi85g4dX~c*ZL01XHdR`a<}5rhQ3aI kD>Hv{b7{v8~P>hw@P6z%0ZNSwCx(&=Pla)mZ6`x4&^5(|A2Br`#KGM&=*klqWnF|AWEP1--NQqFn{_K${i?il%%2062G&{&~N^W VP15*&V5>8#4z6%pYnCZ>63_g7Nra26_l?k?vsY`;YO67qCA4~&xW@DQNx%kKZymO2=GIEq}XQ|YOgw7o4b_Bn;03*bJ6vL59=l&oP4x)K$;;=3Qvy7-3|4E>qpv=(AG{A!1`B_}+h^^c=`R_hW=#GfqDw#1YtQPvpd`|{h2@~EMIJBc!2=-cEczVkAaPaDR|TE$rtLTL8@kb^@nuM<0yww+EFrw{_SUm`LsD_W+c2hRT*&v%yG_{*_p^BrEMX)+oLfzy}8@1OgWK6 Pdt_gN8CsuzCDb3#7QUo5w<^>N^gj!-7bs>$0Jxe7WOfwXd~IVD;m$FT|sFLgQ8vG4!0I7^n_DRI(&^AcM@^O!*7U$(?UQvokyjk T|mvzEiJMRL-MogN@vyStSVE63L!1!wk6^bL23;H=YKtGb2^ZrI7}eWm!D2p)K6yCc`qKi8Z1l?#5`Fow$-UqPsg2>4ad{ *b0#wqY>94FS8XvX1ZG4WHAke9jxYQxBaQ;b?%1tq-%u?;3V1|#ikSKa7+eKb38c5skH)?wrY?s;acUWpnM4j*j%g36{OE*Y@CV3 1j^nirz@Op>%_zv7e+feV<>571^Q=P;%-Wt8EcYYPa=cv%R3V>*SS2A#3Hpq8ov;xN0_#i-U47pc_ex$pZt=F9qv(_NBZaSD=VDt WTG|Zb~%Z*woEb!4T#2_wc+k)gd%iSdICs}GB}qLiFQQODOR;B<+LTbx*CT>m>g{j$1pO2ZQ9aKYq;&2Ot+(IXd2OU(5C*`ovC$BPbW6@C94+w7gxbj2x{E-*|hp1BWJ=PAb#do``|7PFvCq3ps%y mi+QVx;Hy(!s$+1ONzpoCJ0WX(v(SoS5;M2X5~u!H8-zcuRtnrGWKKH<8hoA@iwS!c2enZGTmTk)CwH2FP!a~I1XeydtV6^*__BY g2j%@j4wB@qO1BA?1WPdeiNdA1t+>-z7*nyI2bNoV5P5C>4ca`QMI>c7YEByc6cP()rGOCgjEfp BNA-z=W-3c=l0c>^v}v90E2sk_#s^4=V7C$MX(Xxod{tu_})$aW-%Yn3uLzH)k%l&!T1Y86rsr_LkNw&oVJ<`uMT-K=us9WZL8UC3h^IT9nc>z}Q6G$s_&5oGmF5yr`%4ly3at(B)y2FqY 19iM8Q0oMifq>zD%QwB%5J!?_jS=*j9;S6R#^f(+;5C#zKh$oVwhf$vZ8|V1- &Js(sS!dgzX!XIerlL{+B7bYX?THN3Y7GKKN{q2PkxWxXG`2#=ukUeNQ^+)L7&XelZ$&zdz-R}>5*^kUMEy65-nM2sbdfn++0MtX 4c+kiSir2oy5c{106Fs--D$+&ZPvOen4^J$uR}b;-aR%S>5+T{!ijD6@llAlO-_;$UzCn+jHad2dQmQ`A#{~;$?IGP>cLNK*<`QG &}%c+j8IEPAw@Nnb#TJy&o?)Uo1+1&>lB8z1%oqCJqRz|HjTD1E7NV(MK}3V{J5zLw&XMQx77R=7p^)PPDab?ON%6SEs&g_wDgFp h3g6>Jxtf66I#8rYpk1L(mx)d|ct8QIdvgk-t%8e7tRhG7Ro*rh1m;gdj1sR>+kD<|S&r2ewFfBHW xAY{ur7m5w=KQryE7qNFE=|EvTo#T&V~b2Lf8tcP+h!e?u`0!HsihKaoiM8fMoW|`gWf|fk4E53;VRd!mpA|)x_-TNrPhDS$45(t 0>8a-WvDh#t(!Y9-;!7o>}5MtyQr>aQ*F({nxY<05Wy*Ba2o=fZ197Nv^M}@3G*s0vXi8+-OC58-dO)qnj;G@A$71*a#=+9C{m+< B;=;+B?S5KJjZdXI;w2Wk`#a3iAdu_k_f|4op2@+O&Hs%C8#qDto94NF>n(wa?>7dx6O9XowsAKX_vc?d~9DV(c>n?Cz*IO&QIKS NGfN~!*9xz9L~ca6I4XXZfn1GjZ}1#6xKbzk+0dceBzLw88`!yl@|Lj=^i(>(SkS}Wx6L}>_+@LEf+Q$-MA;5jLXGHy!F*^k)ews q05+BHaJOf+oRT6zaMH&bwnef#!N>l)RJg`Qg?}mMk=UPxYH%9eSU8zUMWIILwYtk=(W*qUW9g{oi<-~RAE36XW)!Y3U=X&$g}%W_Lp7?q V@N6&wB>@(!u&WP3+Z9#{5X;#@TS38*cwfbx+1hHESYC_I1)O4lVwTpi1R`<^-k@ghPoOa@ruxgUBrAI&!6ecY|TVt h@N$e=C{|(tD9RJaoxG~^{sAwq;uTpOTokUWpIhl4y8(`ERQ@3eOnSJcm&H1VDMn}SZ)g@94dYb%MRNGpR}Uz`~63;+>P0j xozk?o;_;!9mo&zAIU5?j^=L8_WkV-W!b~oer)r2_9W;SvJwcsoMn%fc{KC1JXn_}qo865P33gIoch%kNR~58)v%oWYYU{VGXoft y&ankgO`UykUXG$nUjNAMc9sROONdq)jVWoWbYOnR_aH4XYPQ=*MXR~=JuoWHme24vL{f#%gP9YQ9lgqNlfW=ay#u1s{y9g@s@{@ 1RM74t%OB|BTBgXmI%9Q3HwS%m2mwn5nQ?0%t}Xu0tcfEoSeN)g0L`w@W5@7~djAqeYenWZwbE WC#O+$`2Jn)%XT5j9cq?IR^bgmC4=)kGD5>qb2u>#b!k(tbuQnlZn*&9IFdQVA|WWPjJWF4wKyn1eODR+oW;GTK1szD!rgg v{KYYTqBUXytM-^g6lsijM)N%KW^PhKea8l!?A}P2H_`Q&{!P|ux`hyZRvyq{scL4Syv-oJMUi{8i^%sYw(cAgbWD>*q7U78LGx5czd%0pm!(TbI}xQ`=u|`1^aEIKJI6n`AdBbA`+hUcwU>m*pj;$!^PVU{FTETMtC}z$KlVmh^o_L`Z_>v4v?QB7p5-O fOkXRhC~3A;%=a}_VA7@)G_rCB8Su_3Rd%Cjz!99!iht~3lD5I j?-a)C0GuM{r8CMs2)ee%h>p~hhmb{5Y9NaTU6>MOtV|d^t==8=TZCY>;pEMLw8QvTwjwXyC?7g0p<<`xxE)c*_FFl_$?ZvN>aj) Dltv*Qzz*Ci<;K!Tg{Qg&ib=5S)LV!qhVdPI3fDKms@IHVH0la9=2I!=`F}O?$9&#@jld7km2OE8@fn*LfHqh59DhhIPJr>>EoqB >@C*Rdg&cTNAoD_;sc1Z>e`41$m$^CTSE K&2HjJF$28fOn{jbWq8o?RMRQZ3ECo#Pq2|q<>C&XV4dn^{}84I0! Qa)&zJdi!+1qnxk+z$IzVG|y!*6_du|MSwzWxr+kK#|I;UKZa!N4#$Oc@UXoby1bV&}lymXFA~BwYI7C4e%~m_C26rhDdWeeXMj+ SB_}%vqcn^*_C&jv#0PhY|r1QS|y8G+g5|v{(syuctK&HIi^eX+N75^IOqfu7%vnBqmqrK679G0mUB!TOhH(_Lw&A|M`CG%BVHTt CiOHV|7vCBf7JK4n#bArIv_6PVc7fDGWkFtbQWFE;0bKbL#28f(Zt?Bgp>9P_4b_4y>boZyMl&iC|*$tbyST~6GnLfnHv@4&(4eNc&$j4cQGQo`)e-rpn$TQSl3*$0AtCUoUr 6RlVBUK96dgtrxt$gmZl-=?)$0QJ5kw>wU25-CXa^tj3?Vld%y9}wSKM6*au39 LxaYiX{+^ML)K_^dI><_K|P2bmVa;+Bg<#8!@PAGzKqcV0*&HD>_4D*6!9be;|(*reqAikEFr@u*%aoCBQ*-eRoIpFpOw6BwOtE+5_{>CCl@_bw%56^H{}y4-{;DRD*3H!UPYVe=m_xtnVd$Z=h=Fwa;NU^ESi_y7^yFO9KQH 0000008eIyPyhe`000000000002TlM0Bmn#VQghDV{{Pq5M&ipU}QkW 81T;Yotb8Ox|_b;GYp6(#<(L!!6mri3K~TtxS>Qv+;wV=lg%pe;%5;_uR9eI(4e*)T#6A_rA8+ p}!gZ9A_JX-`?7Bj`*76e7372e;@DdI8PA#gy542$9ZJD;}ohK=ZbwCXJ>lfcB119A~e?>-WjGcZxQ?{!S8hd4kGv?f{g^J>CP;IyAwQ`;I;(UD14q^Ey1dcm_-5ImM( lHlb8XA`_m!*}d-oN9uT34WX49D-XA{9Px?KeH3{yt)(dZ|_8TuM_+}!5?N(-vL>?Pa?P_L0{oqfuugW9-rV4+Q2Ojm$Bi~U9_aV4B!6^jm2(}O$K=Ahjze(^Gf?p?i kH&vk-=EB*-G9rYUEHa|3Ah9|AvlxZX50_6(VxZHsMoQxQJ+(1BfoPs{v`za@%SjbO4F^Hjd8haHtO@J#(!S(d4=Fs1mD&CzEN-- nkLTX1;pE`fPUIqVSNGh7+F9+?pHwm(==Uk0qtljp!|yoCb-`T{+!^A1(fr=!dJDNw+k4j4+(Bc@aqBUyJdj>`e}gj`v>UnJpz2Dn8NP4`C{%fH3`rkUvU+F!4l;hApXTiL 823hk`x2Z=kgDLEM=;IbsnIP2PdpCe{q}L_*RLN>w1n~ec%*-v-~@tCACGa~{shdgK__6Ik0*EzqpQNrPei>}5UgiBKN0=^DZw8T ?6*M2Zvn=mKfz|6?+btrrx1LU;57?S-hz{WFK3(t{P+XG9eEy~g!ypaNtiEB>-%RXp`33mM7i59L_Px+0>2v;0$;{01U)-&A=1s! @5d|z{+_xJ<()@x1i@tsfmg2*97FJ5nts&D7>AaV(eBwNW4soe3_QO1WYE3a6+VA5#_v;t`*AtHCmO}!1gCL+r#Q}@+}=}wmye!; emwM4F2?*zoQC>saT@X+K=3DA-f3vZfu{lA3i^KBY3TP0Ps6ybBS=fK^B}>A-0ss6-g!F4 bI$2l*N!?J^}P6W(3Q(iM}2NO9sTs+>1f|er(=BII30L0=nRa^l17~fY3)-c|jhxTo|6zv+l6yJlT$nVIdDDRY|z@H120-rBlihg^3 DaQL>3b#BTaHsPz|3;k;ygl%Ih5c3o!m?Tmbwz?*g>@GEINIhOgE1 _iMVpUI2Xl^a70A78j!ZBQHe$Ef=C+&bScxcJsEzcM0g(kV_D6oQ5B83EJCCkXTb^)+H$aj!S^=k88Z|FT*_DZW+dF7k%G-8Rp}JWtcyyWx$^~%P@{BmI2T1RruU8;KRF` &vwf}zxppndv{un_Uy78{X0bAUIcd_xHrLH63i{fxZblI>(grl&*%9@a2&ytY0~|g;A59!oj&L?(APg)hWYgw!CSb$|A_j${zr`S )|X>^Yc5BB?Lx4P$MJIX$8v(SG&_GMxRPM!6=>&nD=^PS5X>+htw6n>UxEJp`wFCciy*NQPU%YJE3d@-tGWu~w%t`&A0}Ldd|R$U |NiS!>3sMT$t2uge?q@K`6uB2i+=)My{qA${R#cN$<#tALM3 twQ-{tU~!0t-^R;x(aynq<()^)4xuTL^J1KtI+SiyaxGnU4!{|{543w;u?(CbJr+cy_VJ_nwO)l1%G%i33metj=vs!RnPV4$A#Ae Z_d>BNjIRq2i<`3^EaT~M-n`O$NL7w%hmW^vl{bd=xVfoH6M+s(lL;WvX1{^iYR |2a3K9#`IsdOdtI=F6)Jt8PL6ZF39e*RHo<-tKb?>Ur!fsMnHPkl!C~LBFlJ1@rKgTTt%TZ$?!`~y= pWrvwg5C@uNTP!?o8S!2cP;48*xS%=mk{jXatTf(yxC(N_?e?`N4iUH$GB{B2l5?y2kPnF0en2}4)Duo-+^|qvVh}lai`MFJAns# -HG<>OK=Lo_B*lOtiBU+&bRM!91@kCQ}055Rox9b^@F>S&)Iil{4Ts3{dW1?D1VK9f0!V#2+k9Cqr9Gbz@Hp-kH)_T^;&Ze=I=}Q 03YAK2mSETJ(y3M-HY)XelPm_pnJhD%_q2w(-9=r$ysn8=4JK$$anPpz@PN}7|+uEm`}&tk9MD{-*43SJMYJQdRgD!yB~b#<`1Ag wGW_wMn8c1FM0s=zUTqWvsDiu{huFDx#I!g?b8on9A0|>{rH)}?>-3nu>FIWU(F99efxvxudW9%Pk*D~M?VO9x`^QMoIk-6xIZ4k IKA``=)h)A63;FD-a ;wdVZ+O@sHJ)Z_YHuV{lf8;Y*w{9mmi1Ghf%*)}=f-g8v-|y4+0nY(H43A3N))nt!efscSjN`!ffH!mB17Cf!!q?wJKY#yy%*UDUgRZZ5U-`%n0C)KS^kc*a7|#hGV167%@EC%pegOGk>klz6#(oHVnEfHf _lyrA&u#J%`f>k{kbd?@z^`LJ0v&rs!$0{5>)_@eqd#jt27fw|;DOvvAEVs+K1RA}pAb#v{5}D`w|`H*!4xxD)b3V%(I$KhRq3whpFC4`^9pCFIZxPA#)XRjv6 ^!w{1tg-&)_XJt*w)G|n!H=^EGN1H=uP3Blrx2V;@LT_rkoI;EWV$e$AmhOzg1?~tTuqSa=kwnHeDNEo?<)kQodmgGKP1Tgv0lT! {!PT&^qUC(K0)r^Z3*&t4Is$lJ%S+P&2)mi&KES^(Hd`&roT}0TS1WV`Z|I<|8FJ8^yL+TOy_n?CY;|BTuSgff;)dJA$0361evaU @7w6VqX_c4_u046u3a}x$o$%4Q;b84!j4VRKf$JGXV0c+-{A^>r{7Q96!kkr!-Tk=qFwiE_~ZKi3_+F~ {;uV`PLTQPceI?bn%}}4GG@q9?LplFY_>RW=SigU!`Bi-f-@pAG q~C%d)7@iXiLT+6lS@ AK3%(-zUg)=f^`Ze|8vx@`nyVJ*N#pKJ5f~9XNp?)892iP|lM>P|r^^-Ifg)xB3Rm%h3dx{vSe+*TKUYK#x{70DqjJ3E>ldFckTY 7z#Z5b3qj_Gi$j4IzaENu9jEVS4Mn{#8VWqRekkVuT7?g3zRzjC>xZJf{e}Tr5P|tn##CRUCC(14EiF7Ax_#gEBx;>Hqt$SiV+@tV;J<(r}?1}u|+Y|NtT;qRxIL33U;pl&NIKoFL9ItSHg1n9% JRJEHhNC|YAC7vQI2`?d>2T1CTZV(K-##38F=9kQ_AmSqpyzEPP>+*Fpg)$3!2G>n1nBH?h1ZWj`FAONcm&4lDTV*k@Wfsix1_?K ?uC9CycfzDwioI(VK3mpq`j~%%_MjM!Pf{5r4Cy#GU2rHe$|+SLsQ%tNJN0;j)~(F!XMp8koo)13BJtvOh`DyYCF5^laLLX&G#jI rF_1-AK^Fi;gb`x?oV$_IL-8aKfyPc{!B?YhjBfd62ea|A;^5xV@()mcWOfT?_mU450WN$G1qe{`v2r<3E3w*YZ}&AC6P4_=y%e%|w7;8Ekj!0SB0%XyvHZ^C1||>>)^3 JOuSxbO_2ji(rA^B?MW1`th$4vj4yDuP|P}m;rnlGz0N>CdhKk@EMpdnHk9UcQbUp&H%l*UgJM91LOSc4A8T;W}rVenF+cvcqYo3 H51>vXDS`l@bhM3yf2@LetMhW!32MJDB2$!ig8#*kone?1ex!D_E6y6Ko4}aLE#|;ujTndkoV_zBV;(0;BT6Nhg-EIgpWM81>tWK WPbXnR6_W*zod}=Hoo?&kNz(DN(X$~}ET7g%uwxYc?ZJ6grwITi~ZQxJN X~X)uv<>rbSsTXTsy5VbT^s1ZJqllF1Ap{M8_M}fJI1fR9sNCtAoIPyY)5;JYR9;o-;VX*x^}ehk#?m2nBbuVznM-rytOES*oY(7$KR!n*oTf(H5&rNRSO@?kC7{Vk(3FS(5?X{818v!1&x9Bmfgh>vLi?Kt vOGGg3+=eD3+uymUBK@<39??~qb`iY?%injv~JLYncX_yyTLDXcY_|R?FN3o-3`3@x5DqtL3(!%((gD2^lR5SSl{=YgLdZTfNq~R 2lahz4)9{j9;L@U=*NqDfM?eeWc|vz9@Kw_x#*YO=c2!+&INsGnTz_JLGWK3e=hoK?L5r8kLF>1{Cghe#g>NwpNAZV_WbfN^jrEc wCC3v{`p{k9DYVKJfp<`RM0!=3~76G#~SD6+xEIADoYI`fNVv**1qGyzOw%%To^rey=_pc=)%&k@KFkvjtA{PhU*oBQj8vx?xrUxQA*LU0kM{|)HnJp|dFWQ!v~$Il>0qObGRk)VH1{T6)d5065> 4>=0`H2x^8o70cN_}xa3^~CE5F6H_3JK)zZj)t5&ir{YvE4UYZd^X A6|fQeVriduRdLX_K!IU;rpBfxnlZBkYBSWVSe3u67c-PlQ7S}yAXIcdLiiYNeeOV4-ot(F(})eoN&(Mc&8*pUw_#tm>1tW6?i(B ;KPh3r=q@FEy6tAei7#V_(dqkC-`fEr!PW3{BSYaF>Eo~Jx$>Zg>8$0FZsooucs?qz8K@Mnjq^#*DS_(?syvL*q*1M{PFre>om}h (rKXIe>e^F^!n3)|F52gdGfQ<(XPEtN4!H%NBSd92VNY1I?8`V!#^fiWP8vvFhAz}0rc#%Kj3@K610DpB^clRmw&&9Zn I2ZJ1_PNk+-9nJ{#-qek mjWMWU5fthBnbNi%(urb1wZqx%fR=Jz6^56W0!%Cy5*1H3y-)Q>+Q13fzMA|j{3eqknIUSxg7m>*cF&(%dSBGTz>`Dz2~n0e*E(a jN|4j(2q4MFn*&~Am3A00FN)$_v`fio)zeiXI6lItY3lkDS0K@xyzM!pL`|s8a-EnfB55-z`JX%M7sO0M87?w;jdkZ@)K7>zkVuQOW)#QhI`rqx*C%AZa^m&ipFg}F<3I5R%$vp=KyMDe0qesB1bJU!*$v<`|9J!O;+LyY?!wiWpZBa*e)YzL ^Dg7-ji4vrxrzFP+BJ;e{shlhgZlmB&)@^Lz8U$q+>CX9IYHh}eC1}ysfAmxzF&R|_}E=;1wPKY73G{y@Q>7h#cNTIQMY4$_S_D9 y5V-rucryJ-P!Ov(C!QFK)-x?2l%Y%cY?ou^-j>4-R=UNpK%x3d*off=WFf)9gz7Oqr=04PatNRnOU$Wo*=$uKONB f4=h&#(Rf{v2N}6FxoloVa%82he0<^d>C|W`NPn6Tt$%Wu?9VY{ygas=uuvN1oZgezaZZ81o<4np?^)te&>%K1zrt&4DH(WG1O!J W8gQgehmHa=40r$Up$U^b>!pN|9JLstnWKLfqp;y3DDEKpTNBN{0Y=&z>^8t*EyQt*#tj&676676zJrI3Rgab{=e-h;LB%EVV(Ht )4<>Jo(8?R?`e#?^9=B__8HXwx@Uj~dXxO^Y)5ou^!*6@2_jTZ$5|ly(2-kM?T~^T96$+1HT%FoGxZxV{GZy2U@RezyDr`hti5f%&=r>!4#-z79Th_3Kz~Z+#tn=o7D_y&t@e{hL{D B%JvKzx5{gtK;6pczi&R&$rC{C+1)6TaZsaehcMY@peM?Y3tqrJy`t?^k4hDi+;K3UEtU4?_xYZB*-eot=wUCio`xT-@fK+KY44+dmc9?XT=72o?a%L{y-&Q4b?$AASM>ql<{u#aPd`9@H6I}V!5;w6hI{}y=HL&|-)DS)eZiU!(I3}; 2>NmKN0_(kK7u}F-;Y6uZv7bT`oSldmp}dl)+drzmIXrzq#*Pm%sgjem{8TRsJT-TNuzk5@I`u=PkcYCZDVZ@uc@*P~ts Yq+-_@mtrcK2+a-w;uVQupaWwY3s4>UbY_k)CK$>{V{LOe@u&Bd>8##AIN)wL<*hLwGKo! W#5qhhAE__SLXh&s2ma}gs(Y~ZEooO9fI2uB=N@Co#1m6|7{BUO+xM9=x+$Uzo&V9NRa8zdHSB$IJ|eUH-#lNe6rS=&+f3@!t{Qy $GcABPt|zG68vR9oXtCio_WvmP=c8%*o!dFHip8UH04ym-iH77vBp4bfarITmdiXovGC51DL(W6`x3mJ;7QilO{s!y$k7z`J9_>d !Ld}A1N*_of&X|dVLCsaz8zeJvxnx7_iq#Weh2TxIIx9ad4>1lkJdJx$9Pl)JLTn7QTnHNznFf5HH_sLK7;tE*72VB|O;lBs0vWP8n9&qA+&(Zg%tar92JzUe=s$ruk-A)vCfrkH#+gk-2onO(n>lwG{Jxjm!TBkAe{BL^R k>b8i@3b^JAD7LUI__)wO{BQ{(2tfu=MoC%J@ihEbAXn4Gmj(XHI;rprQck7|2u{EXGn3bwc+e6>4a$tkYe=KAEM#I^@?QkvsUlg_*&pCSE!onf*_k9XmqUpXta65Wm#(1M~_oU}B ^i0czL!!N$QT>C)XFC_R8Axea$+G-MQuw1)IM0%>#-Wy;|4rdX(QmfZ2W(H!YNdZm;ihbd!2P3fM`-vYo)=ZHLt|UM9s0rciRFc- dEWGctt0;(k$}CK)Vm6{VD&t{Oqb|=Yl2T}{yP#JK)+wm?*@l$fgG`UXw>$dOX18Le2v}@VVR14`{}pytJnsK))1Z-8pd+M40Z`wKopz?YzD>{D=(jEne^4QxMP|NiWIxzRn!j$Ve|bN*AJdsC*#5q+-+oyITerVf!M2P4 zDw~wrT6>jN1};y7r|@jS4F?e5;!x>e{4H)HP1_ZXP&H7DI9rZ5gw!6u&h&RwfukG5LNouloOvqzfe3JN<_ pZRR&T?w3}3sJQ+Eg}d~_xmlJe?{IL|ozFYnL3!*#zhV7w4xabycF=O< oS}nrbbMC+Ar1c~#eJ&^=RBDC+l=iJw2s?4IH%8NdLP%ijB;SRoMjr2fSq9@rT<$M&Z5q%f{o|J8vjcA?b#3K`p?udpH%oGULUOf nnmyH9N0{f=qEk}_NKJ^_k$gFPUD`T^}CGTpWyQP!9J7!*3++!!dTy)C-^=3{fy$XodSs+vLAXfm%y(qr@^5y-i-3U;55CE!0{8&2Pk?JRK~n*Yw` KB9Mz;J36MBo;c)b9)`w4PUHz??>T3rDvD&ND*w+@E;OnJ2KYYucGHmI6q#K=zWEjb1%Iwq~B`#ovdLuGOqDB(ep`F@cCf=>aB78 I@3CR=6&&Irg!?@UvYYCg@3gAalVzu|MbHdkW=W_m4Lmiq^I9j*4ntxO7jZ}|GWyeueUg`<>h^bmniIAjl=RG`>=SH!X9H9xI=NiVc`^{X}1ngU`Nu7dsc3spF$ w20tNWpm{B^ge>poJw$8rq}xYc7>a8yXkum!G?aYZ)RI4_A_uK&wHj}4$hI8zbm*ec%7whgQ{S&&wr0tWlyBMKBM<C0c)s%5RRuoIMT}hRegSwe!C=az9_KrW&bDtu;LG( Z!J|gpYe%?r_1`7eYDh5nPc_)Q3;&0ma{WuaqYibH9p&-ZN=+1!6T~Rvw;6DruTUXoCz37zwgqwhpqI>6@I4quuan@R^8c#ZXCV; Uf*w|y#7J(6#896zaEXd8-=qT?8F4@_gP0@=GXRF?!=X*3A?_u%2EANf(L1o=T&!5uo&-6Z*;+#ysmlNh-K=TkJi6xfeGU6<70#isPWcy_ Utsm;=qj9l;=ftEmg~1~DIBHn=alvhdOn4I`_ePp9IU42!+3q?e3P#AHzDh`c!BTcT3s*O&fT(Owz4CSXjJeQ_IsMiJM6WRJz?**Uz@(O4*{%EpGN(a|OTFO_d5#BWiLheUa+K@~6DAnVgrZcSmL^nwM?!-C`k4FynJ03x42d xg@vSD`Y7z)2A)zLJLLF9`ZRxtC!A{xYSq)UN%MFnloNYNAE9bEt!(k(4SMJX-7R0&ta?ywzAOFI|Npu5IssnO^WSlLAAC*u9SCY<^486=7QJlraK9nh`w;0lj&?w ^s+5}?@GH<31?AczCA}-QS`2K%Fo54juC7{Jg$;KD8*ual;nYwFBt?(a|mm=&8E}14-2_YllK6^6+$`AUn2-&X~zXz+OXz={E{QX OejLP*Ar-$^1L<)s2)T&x!4vRS9`>2lhGg)+jG)=8ai^DH_euW~x@;(}beo >or~xY9+PJolHrBQgdrAlcL->s>}$+0E#{#3k0NPs}vLqGR=La=KGCsE$z*QG3K!7sXY$ggUJ#_)XvSsJ lme~i?>(HI)s0E?W1I#W%;pp+uZPE~fz~e~ML{^wL|}8Bc^W}#sIG??G_NN<4V#KNUfHrlnEe8>3eufa;{w;Gtf*SInL3Krc^aaE -|2H2oq$*#nCKP>tL4p25+1e{yiOs=g;E)LYVrdnKe3{Dnxykl|-@4~^?ZslgVZeZt*U57=+tOa2^@{@vUOt@~kjk}`I%(Pn8V~rn$xQRwZaAf&+3&`p4IAJMub29i &CdMr2`Jm18(hsUS_?qi3)K4s;**q;8uG$D2Uf(86((=tn#Qa~Qjw#G$<@s0PHa#YvnWiyLSkEQx@xLb0IeoLCN1+hHLDbWL&O03 8806Q*(-K)ro@y6eoLvCrfEzxtf&Mw9f0%^$~BkLnG{zj%DU%}v!?-hK5+++{P8K|wg(gWQY=~woAur8inrZd!*ep$W%sDDsYmpRYJfi*vuPJ4U=4lJDD_*gsos;D~8cQBVt{~SystCFO N@f_I9-%QvPkfGaTfnPnuewU<#Bo`Kkwk%Zt-I3Sais!tDxJbdn=GQV$x@zigx1S|yV6>tyM5_9zrN3@BxK%n(SJ3MBoqJ3O`nk& TAxd8?UC#P!G^J|SVy(tb`21e)f!^dsJnUeJG~xifUF=M7R6+i7g%1IiZW!xXtw&i+S4LdqzRGD86kyxx~1Ur+!AErg*#&QbDho7 h_LvU_FTF}R)b`lpCuHebj$%DrZkcUs;QLE=Y(lC>pqVPW-xImot`eznt$N-un1T^o&IWAnjyJ@Fo>iUMkeZVLWJsx6KlAxoZRJz brUCA6-5h(_6vCx#I7bL$5%lj6plP%9CfKhAvFzUV__B*ix0p8$fH7QDY5q%B08q^Mmi8KfH`x*MWt|*nj{iofvKZeW{aB+fnGGQe?)vpaHTG%Tn?H@7GT2(= M!FVXh9-2kr)hnp{%<9=1PmD?L6G-b(ycv4&JWkmkjc%p5JO4`9h4}!Cqz1FIByzZzl%DME0D=SzKSokQ>h%4X1I8p-BbmGFMZ49 Mr9aGlYyfudXdDy3vY4~CR>OJLBz8%#@6Z(^9s@YjGJ4GBx=eP>$$LFLTZ41 G~`L*)p9gAEnXp|D@aa6Qb=1tIl_^YO9H(oDNIem{L4fy>OhoJ%L{(!AgFYD0uF<8=}L0OL`%?dnq!nkp!UAZg-)EM33n>Mw1z$T(&jc#te6iFC@~Se6%u4QfzIA1H>E=)+a%B XcSrZl@3H#9kQ09zGa03Q@2(gvWV?+H&k(2$V$Z=EgZ^#D9h6u-2z_OxJscO$W8WGIy5GO%)D2mGlU2s)2USzjzCKzVoDMeH4ooZ !>%%#Pm_QaT2bvY|1NTUDbI{wA(yY?>JSmhmKrwD%xR&nH=d?eH6yIIj@M6WXKKM3PN^VtiuOpFZYDe>4C?fid5p8ZF2311=SIVD 9Uu%>Q#h;l#*AkMX)Gait`KWidBYBbNR-aXegp`Klp3ub=>j#7*Fln>OD#pw+Y3uTZS55HzB?Cj@>s2tG?HOLYsHQh9WxVMR2!>} aCFcWHKwJg0B^M>RMrv`mMf^LN%}y8d7-3b!m2jOFd5cXQlF-Jfcv4u$_k%Sk=6Z`6a~p!*1?o3997S*dP%cg01CVV)ga4@8`p!Uy{K$F>`b8# &F+T0)w`fI)b-`s2tz!WLyt-^#Zm_CG=$XANg57X6@6-IYTF78k=hVb9HdFou8pZxM1AFV2XO|{qT!Vk)}oBjxMg#_0)8{1iYC7A Ld>X_kGES5{*7jZG>i8a+e#Uhc(S={UApKI!A;MV{f2C@#!_ELdB+e`Mbt>yYt=_e&;lV(MDli2Qcc;6u^WkvLuqL`OMQgVj@89z 6HSFIDM5>F$z?>>EY%T(WX%TfG~Bby=XDQ+R)}!54|ghb*B26S(JS!!747d%XtfkRtnW#plI3!Rbfqx!JXL%AqNqW=Xd|H4c7o1_ Wf>kGhQ|lQkw%Kn>XM=JE(zHBc%PXO2sOjsCn8Htl>Hup&OIAQ)t{^Migqq<#Eyo+;JWapJIQBu_bQ=DDklglEsoTTSsG;~1--{jIf@u(fN8DVWyo+b*HdBKRjEkg4^1K2o$ReUQ*CgO XnR(d>7dITy+|uQlev@{Wmc%tG>)7H*OgjI^Q&N5RF~{uouL+*fC@3(UNM-C@r01Rv!-=T 5a%?4`gr81J@Ih1LjeslG30w8D9%h5eQp|$Bv&I0amu=x`<=LGTHZKFpQ1?Z^e83-+|8_21%eQ+neds441{7~5E@*orAy%8n!rjm xOb|-nu?n)dn({M$_5bIEmFf?wdSS-#Cl{?9H>ur#7=%;RV3wOBd-bTU#+@Gs$EanmoRcRCki16G(!=Tk5ONdDh^mSH&b_!}sZfwk@+nIimd48HhTsZ%(A1}Xk=P&j`qq#UHE$blhJri_&uJrjBKNm8cXm1nbxP$&3-tQ0~M @MGm4%sSiP<}6`_Zg(%n-~_HqQ2Aa@ie-lM6cB&Pa<%WqNJ2?wHTq ?2Y=)ff}nb9Rz9|*j&hU$Tm0Rg-p7+z}9Dhv;BBKlc)b#1d+X-k<>%mPiV_B|0e4v=7_U>xT-nZPvnlHDaW;+ez{Yz;|IK?N-3)&^CDXNK6#j)%WN+`+B1WVNDCXXMRI?{PWD$oii)tO2mDx{C`dL+B4g&ub# `f6I9nxCR*2e$Jj!-2U1A=UQNsY2DnJ@ejGTd3}Ibq_=~l9=EUIu#@BTpC@J=8>&&s;L`X=!)D%Q6$wkJ32eMQ)O31wa=w|E*b)g #52kn1ad=AC=5ZGMEIWwvza#ft}|21B#trvE7pm;A6v3j4l;}^zSX;pGQQ9_${tIo0@b~1lCIKUt|rsUQz%ji7MMi !O%)a-OUZ;rIh-ck(s-iaaU}VVL03t=`q30#fuJe(h6)Svv@PYZ2K77)=1)vp`Wf6wqR}u5tFr`R!tG1+<+x!t{7P##|^$^bs@?Z mv0#9LsL>U>5ljeC}6T)ON);&WTX#UF`+24uUW*?4%mf?RjE<9gTE1#8_9Cnpp^wQ%)n_)qb#%DEN8%`8=^!a(k~4U3!0pTZG{*v U}HmYNK}_BRkp)IUW_MYJ4rVEc|S)2OE`o;WlDtzi(m$w>^tLYcPAa49uQ5x~Y S>D|AjgeQcQV~PQjcXb{G9!8eHhklKxw0iQju-Wg*pXAObC$w!j5c~hYyrAFJ!}%G2EZiv@nT^NGwhLz((xDKq5bZeV17rKOc-Ir )H$+SE^it!y^@h8jgYlfH^l5RIS!Pvnq$NtN@nqvg_=xZ1vAViayKxx7dj)xX-p*R+8r>`=m2#mD(r(mZF(V^%q$awW7;$67wr>A 3~ggM*<%%m1)iv%g-XPYR7Y^lHk^Z+x&Mb51)gr1ptl3qvBY)`N7%ii!^5Ts)@G{NaTN11JFTeW@}X8I)VjvECQas3t$L__&)({m ai#Qe^TUGQ<`q&z7De(fCnRJ9xouwW3K8wA-{`LB)udQ=jOLc(#7VrEG^C^gF)*~MsKJ-$6pi7wY!~JVZ64d3rvA73V8cUWdSdLH bnDbyE+ev;XI3}6p?%r9h#_>CTrJY HEmgh#B0&r&N(px8m`gmxO}G6)+VLKYsO~XM)+q1buF<29Jf5ZZG{4QEF;e`c^I>0Jj4H8$2WEzFGFy~NXSzGKUyb((nafIDXVA{ !}92eAS+vVKdaZQaH}KJ%T~({t;RC6*SQ(z2HpP+bcs5^QZ+Z5t&wQujq9f{KTTJ37t%$Rgo?TP3LFoJYPcB44xqhhHNsROT=6w$ M757&RUD=Ne+-0Lc8T?r8*SAGv6VE=oTZE5=s`8s!?4p&r76GGTp6WSz1l{vJ+Z8;lUKrXNPn>TvS-;~^J$SjmY^?QgDR~$u=5W0 1}mUtVD{JkSFjQZNLrfcWlO@g^YZQml@H!PLyfHt)u$i>qcx1|7C00Wj@2_1UEaah;u+aE!^E(Ad^%giG0gteowQ2QIz`_`x_Yo$ WV-Mmcyzu@WN5CHY|gTRE=poB+_E3s(3vjR`3jC=x?jmr%s4MlPZet=4$No-M+!eiyn3Kpqwk){i?`_uU>0W%VsbHauqobWi~H8lOh!*|cM1(G5+`A6 p*VtlKwHW%rcq%z9Ll=caPv#57En-1E2*)xS{T)`)dmlm{JCkA%VeX{1<9MDycD@wu)RXuW7V4q$O3lWN360Vxh)m69g3E7%j F`J2>^a@=yRQLF-G8zDf3pF?fgH6op0-GN>yw5UH&dBMp1u$S(4|p0Ct>Yo0(2LI6gz5u~Yf5sX$=;SO26*gsGFE~^18K|jIkM`9 pzDmxst1g4HW@VW%xGEe0YW({7x^U6PyGX3-U-vJ9E~bc6G+pdRJFW_N%M5=fy&v!!K|0*nQKmB1*Hs*W2;EQ2+Nx5oY=(*%`AaS F(zAb2F#p2j2}7VgNU_B?lI5Um35LdRUldxna`LB!pS0|5gfn`xOzc1tU+O1MFYzURyOyhZ#|}-@saIgO!Iz$jZ+=jHjJ#SEQ02Y EEH+3J0pV@nsmHFGcs<~%_i(XW<6NJ$8n;=(jl6JdKpOJmd40Pdc#3nou^{IG;|KAJY#EBfYB;3Caq7fwp^gt&l^xPbXN5;J%_2HA%3-S~cUm5h+TPm$OAfADtDB>SQj@V|<&3Jp g~@46Fqr1MQWbp-qIEu0jyt2$)Njm}jBcDp;WRNCoY8XPhPUy}b9Aak14^ooXWe(~#0{s&w3ITUIbzB?TF?7=9e()C^vE%W7o#JM loTt{EpbNHQDKp+}ieu44MdXDtl_(3*>m&sC^coRtc` 4FA+Sv#*+K2@jQc8qZ<|IK}J|eW#vdFEyeJ&dL+#Ydj7GG4@-Cxs|J~iguo5d9j|$c7CI&xz!-I`xPM &H!_QHz@aildwBk`k|6a58USVHMTdQeu71fy&?z)@jT!xs7+8mq!Izr|%=)tzhMCxVYXq(|{D%;)?PXEj^RBF=Oc8#EH|VE8qvpvYF{VmYy+8RQW%*8por98hw>R9f7P?8pM55=7uHu U~sl~NOX(}-?*~!R5w*LD}Ce|eVxFTlzLvH>{G1NC>Y1LtQ6|dAeS|$4|HviDKLgP3Z6{V9X{iqp85=zTwOK$m?WVqF;|vtD7cud q@4XcYkIORX|wYpoA<&vv%OR*JY8eB2D9J8y8oEYo$Kj`jHI>oNYAj{cK1tXOLLf)EEdu<@41=t=F>k%jl=-lCMLkhB;?A?^ff{3 !K9S!$WkjEV}?1#kn!+@f(RyhigV-EIcH27PE0s!!q5>E0M<9WNBV22f%?M?I^>~J01k%f@2wya|wX6M=JE77?t{m6Puv-N) d1!vsx6SQq4n@(~&mSKLqmhBal$bo|@zf!gnZecb=GQ=5U``H0u8^HT=DtK?vg)B()yJy};Ys7bGT#-ALMrDDa0|Jd_-ZQDC#RIe uVi#sl!MvWG}8WB{B3>G6ce#iWn7nP5F*B`fs=$A^r)2NNkd2IM||N3r?PcLTwl&?duT~vOlq(ovCj>i{%Ct>m&-^hT&D-eBpE)^ jCG}QnV?|d0r~J4R9MH*^dsaUd-Ks>DsqLac|{gM9lpcLW|KKj*^aX`FamV@_bzn<$ArR}ro#5H^l)Rg4)u56nHfn-F}7DkGsJz) 3DwvcR_L+K_;1k=QWdQww3x9(w9QG8#0{9Crx6k5hx=h|7+mAE4R} rZtrt9VL@`YRB;@9}@Y#u*>SB%z=@yl7~_T=3G%ZItb=NjrSiP^xXZ1|x@ 3)FyYPR*T8s*$@~jF1W-uM&U^#q<3@+MXf{2t6O4j!oHEX$3cE&}!)%dFCG0Xf!N%Nu|@^Yy~82-wp 0Jh4I5WsKg_ay^11)BDfy3u74<}pcd&4C ie|fwc}t_-ZZGherZ8GWk@}9><(qxLaYW*2jrFr_#dc?0+y$|DXI+6lHz*83-}#J;8KM~(Yk#dZLaZ{M461ZZR^HTW 4}zK}Rgz#w5gOupXS}HYu#eZy=ZI`4lFo#t$PpbkHjssdS623$BeU*gO^b(AAdpL+{;LMU_fh ys=}c4W#RF*YGcT^Yvc+MX_j&p ATq`aV>~rzi!qSW4V~Vqb?z%#-s+RdY4EXZ?Te`^Zq|fUFy(+R3H2*WEN_7s6{(h~X4qWgSHhSGSdL#KMGlh_#7_yoOK+mX=H@#w b@qf#IkRV5=)!x5w1VrF1r9hV|>X~_RDhcZ^4n1;VOt}~^ 6*7=(WRy~kJw=*Nm2^|}?g706Ll4H$463U`nRR?Lwk}VjE~HF-m79%`fZa?(-7~?WiP7{66PAoK>OzGb5q1z?q<&x%MNJW%hzLzj NOtR`9Bwe>`Z)a9%4U=0fy{eA(T(8?zYF^GA-6DFQ8`-Kmr#WV-Qc|W_QyO1f-@!x9>^zlX3D$$(j$#M`xke`lyB^5OxFrQ?YoOh|@+qj*%!r^9rsowld4q0^*C@cs~vo$>=s0v`LO%)C>cYb|ra7_DxW w;|XlH8`OzBHG5x@eX0Qh{_Z5fX=?7oPGH$magAMcTjFIvJr8E%`=wnmnX+S_GjSCC8xZ&{4l&9TC%U1p8+sWtM*f>VT>(E}*J4aA8_t=D ;Y3mECYh`}JLkN5?a=O>pjo_uoBM1bil_-y{ykJHhSG7r6IPV{RTZwO@z;U ueq7|V^3VJXc#+esBtE-YGIO~RY=y%$mz~Vuk9|1-_5^BCpXDjHu=0?a9sZ+;A7e2?`HJbOH4rs5#!GiLG#HngS)!e^pf)@oqGrHmJr+q?rrTs=oZ*OvA|ls9mq+2a8WZ-(W~)+6ZDJv1W;hPac)iS*wLB2Bc;PsW yF+mJW&2_2-nS2MtO>kxk!4H$$psn+E?+z`g>Rv*cQQ{-{4eb=yNA(JOs&XfL!m$)7)-f0}=G%8-rn{PQ~GZ@S& *$sDs7ttRU-3W92dWYrL2Kt|n#cA}}B|n6s@SJHnq=WF4)N5x20aH}RQ1+_+v^8`C9=A0{WZo4w&coL-RZfEjTjHk%1x{nHt;fp3 r*$?9u931i+|#JVK^ UgdDP=jNdLgP4OLP=AnPyOe|5HFpwbpu7M=sO*qyMk1<11hKI|OjAq`qUJC#g(Xs|H*`qr_|_-OXaEvOBXx=FzzKOmrs$+Tk06FI L?|(SDdM5_iDC04usL4#-V#J#c!M*gnQ1tWlhz0eY;S%YmUvUY2%=NxqwaA_+%*(m@RC+#y_yb_0(h?uhm<`$@A8>XX)w!BSS~$u=WrI ic$D7Po4Eu=*x-~GpkE<7lm=WAcCNA6WHC|T_1N9m`oaL?WC!SwW+kBLqgsLtT2rH6qq3R>km10Q6UVr_?cz4G g?Yv+vg#%5mgtzET%W8{)e#iVEAh@cN`>K(G0MLEpfTsOCMcH|`e2l<~Afq|1nr 5pp>&Flg$tYb{-VwSDGMtUCi9=@!c_iH}EWW<9;R+-f7$mRYLT*h%yNM+HOT%FB$E77nk%l;LH471D<+U6@=~E7>BdtCPmpg}qV0 wxKZ^lCM!iqm?+iWx3h%%%TSc)m&B;gO&$8vkBIrHhW}r_0^2N))pxE;r+jGdGE8B#|A{LAx=qEZafn )5@W{oTzo;i;3!^Jq1%x+g`KY9Ytf2lCf2T1-;~~Xq+2q1ynC!8e^n*Nz_|J5wCwuvaw-%hx4LyDIw+W6-lnyFnuFBHd!|@EN11g -)Ke@3$l0IqP`_E;^3H_Cdld**{EvjFu>MV>V>7YSt6g{7GUsLG2jIEg<{imQpHdpS# M+XJrk`q47R4Q`;Vk{V)ChLefAJX1Q4syqW%g>w(x^2Mg7BQwxK6YCw-8_xtV%_T(u{*7IkQfr%8b4Sye(Z#C?f?d(V}cT2-w~=p ovEXosnNAuUuXq0RWEH%SKgYO$`{~FCH7jDZK)BqJ+PkTzi?lGcf`u>Is+e9etuA|6bm;HYr}(~hUAAQMRd0^W+1b{f;i*yUFWFW FHS3)o6#=vf0F!*i`TS~fp=iG6cB@*o~n;avCnHOo#Uls(dq}Dgk3AQMEBMbQpHXx@7qf xBI|sndtQ$U*#&L-P^}vm5UauaPj<#x~0rx?*GTSh3XVab6=)gCQNJMBfp)cEF0o{5pIPtV0W2Ye_2Ibb>VDXC@cEG$jj8m=ivt% &V>z8FktB*@>dr3h!*+T3RA$KB0O4w3PgkoCu@42S?O0Vn()=6u6h%LFfnMYeVayD72Hn?r#T$Ux?L6~GnGq72a)};r*zy1 Jv&4TC7Qie&emrvuoDk!n~TF%S#A$y9IW+2X&du3Fn@lZ=2b4);7+Ze~Z##tjy>rq4au2t=1ae)AqX-<#s&8z83yxm{WCAv{= 9DKA@JenEz>u3DAr0sK!RzGpGfj!f*X%-m2c*2B&1j{sX)oPvsihOXNErvj`1J%1l2L|NiEpmuX-{VX%^-GIyvae()NgS3u)hPam w96+H(q-;clIb_}_*5Mqut*dn(PJT^w?)|`wwaf8?S_QnLu6+CXeHP_w7GOfVp{>mg>sV??)-?O==kC`HqNOq4p gieTNSY#~AUlZ#jjT#^-R#=Hj)tCLM(w7{==m3*3nl{Tpp_FYXi&BB7h6}rRw9x82FizauoErZ@YtrD(o1c_KvQ46=qo=BhEzSy1 *HXizZ_BxY`aY8UXYsz+duAWmsL7_CRfP@1D78@~#XX0|w%S5t&d4v-2Ha%YZgU8ysKZB~u+T`Gi>0*?y6uz-_)NZR=Ony1w#XVA P6pN#8ZCfrBxol?!!{&T{ue&kW~^iC)Xfh{k1%nZq%yjN^UCRuG2E$C+Bnk!1{WSQ3?Sxn2+OlDOQHja0T!^}3sdsg5u!#itKS4kWpJa8C3O>*va OM$yX|6qsspcXBPE*xxnv}tKf a+VS)LZeQ_(5lW*cal3|bNi&ShYs`U=$U>A&h7dfcCJ3Jg*9b=SM9%dsV=SC+jrqR9TUj|U;xeTK h(q}ivu93p3fJx_F2}F1!+~_%cQ&yn{t=ozv+P|CSlRbAMBk$W4N)NF7viiDGJwz4=638t82%WB+m~rOQzP@~&{`fh yTx4L#fP133`%(>$FXzM7~)C?m13p9oq|Cin~)oCnD&w9UZY%=n^aHB(`wdv`C`bo$J3?zaGW4o>P+g3mk;X#ytuEx3f>c@Zk)5m 4ei55+8;Lfg(<1uw;?GUZ-<6Gum=&kEVU^=$5|V?2^RK;IKv=3n!j_nzaAe=DX4Pi8e@N`DMCIdyhJdjh34E@nGmr{Y+)@kt2W|T 2onmqd_f#I<-II#0ON!B(XI>lWUyj$9BG&}ZD206?7G!j4ugpoUYRI14>zo#Twu&?;foC_8Pv)GEn*knq)@<8BujN|c&HpsbETbXZ+I?rP0!x`6Z+zVlN Q$j7;+QeCu*%o3f3(J5b1Vgz9?{Y9gsOARMO|5a{M&%4Jn5sH5?y_JiV|pJuO6F`Ji8iHzG=udot*x<5LY>K$4za#GdN?&KA3D@$ IW{o}B16%bCI6So!X^eZdHhUkcxOdfJ~8d|hSY&yCS~Q@BrM%&@0={9GaJ`bxbTE|J*%H9<|1=4^ao_}*{Gb9@#Y3nU)O= y>LNnZ;d9qzvS&(bBriTA|4pkou?g)1*h11S1&FNrn8n#N?mG)OqS6AT3dk4@`KYdOC6gMPXfo!zo*Ks0bFfxQfPdG?7foauB;=p@jUq2D2B!Opm&s3`>;#4B4MS f#nvL$#7>$4-I2mz5v&KNW)uZUcgRb*V@-cBKu);TU0>K=l(K`xp;^4nNRWMCup&%p5%xXE+ Afk+yn#Iy%xMTQ*G-D%lcTyhBEu3H}H&p9&x+_%5sk$#Zp~x*Ql4R4y{`;&um)+5QxV|)({ODmw5mD{4B#^1?$R_ci=$TA`_Fza637axI}wxGvcs^ 85*wmRV|XLh+;VIgw5kt9$%oGuM;ig=W^qByKDQ06jW=U1)LP04_ayR^$+&2=x}nYY #$3}Hksw~eE8OrU*~9!qHYkg^IHztM?1^1NP!W+s#{dWVVj@h?@8E?v?n*2Sg)^}Ozd|p!npfN+!boJ%-K(rq?Zb1q<%c))1`yb% L5vjy?%~K4K)2X=aIXyltxqIHSIRuPvBRSy$)gr*+XgLp%5g8|phl)*+9c`diR#&Lf`wQig@?d68Fj|-Dzp710v?i^8AAJ)Fg z7^DAUTqn*?X2ke?n`E=hG-RX=GvNDr;=grm7LL+-PmZkJ^l)-qE}q~S2c+pnh^ty&{22fu{WxSTncHpVetGhd97dTd(ZTetG%@}UBmkb-gZ|VVQ8jI56 ^V-^tF-Ru{3I`GuV;@Y-J%$8RIe9L!6%GcqR=?aQBx<(9%eo+R6%tvS7iHw_Qr?BRe9 NZ@Aaq8D_8&OUWMGlH7+v;+wf^UylR8rhLWJVbOYd%ZJ#lrw!g{bSetW5&>fcpw$Gqx@eO%pVkl?_^uXwK; G-U9=IfDl7F|h25+0?L;R0x}C6*4n)+{y1VDL^V_9%yOt3%n69UA({r{S3Hhv6)RgLh47~JxQY?#VV(+d4?#M*P(c`wTKr$%K>&jt TqPp^6O-)tY@?cWTGOraY8Fs>=%W8ff}*KOu!R344zF0^X9wN^91X%#rZW3-xt%%(1!8Ou<`Q*d80SuDXnfos!nwS4X$XCk}&_Pn;5jEQ+1*qm&fTsMX20H?0w`;Z&l!2<^mtQ)us{c{KI-mvTLI}N12B>MudGn>17HBY0*R}76JbRn|n4x0vZ(&0(t bG&Ywy;k0>5jgVvThzJx9%rmlN5 r;Evh>h_a4nD5oWrCSZ%lQ($CZmk1%8NBnLl<)7n>#oiIuBqnTcW!CfWA{CphxmgB?Y74d Z}6@=*CZn^>n%ajiFso@z|F5abM57n?QKikSzgE5n_AjCa+x%a6|P<0xo!n9y>1sx>r8g-gGDKo||i)<#$OS->jBh yVOm05Z4tefabv5tVb~@b*IZ&cTlJGH0QdwD7QVccImpM{85VO2|9X;nOwcQFU8B2iWE%c@Yh_??^<`J&jpj9VWsO#OMYceCSz}t k;W8DDPqaHdh+R@G|QLvFORjp$L$~zymq-&xgPE@Ub?#|*18qVw=HQe5uevglQ0+eok^s%oyuEErPRBV2_@F8;o{vQO^dZRwENtl 9g-Wx?BWX0WYYw-VW-~Yb`(nOu5==Ihd(#v6>8%pc@n!<+_`I)c6sa8WN%wCYu(Z?ZN0k>n}<+1wX1{snWzc%ayub+fpJ?ZnM-we b17r=``XKk@e)ajacBAM>^!^FEKU-r1Lk@hbFPdgD^BwTsz6Ix&VD_Tzf;xn?)0FF1oran=Y<96FsMTH@7;U>nO3$ )>#2xO)gAgZf?3IU1M;Pt7|esvD`);Ig2=#K!f!8k7N0Jean;})& C)MdSyzAC*y=#-k5$jC@drXWDx&7uV_?1g989!xFT 02hK5-ZjA46zh-Zm-u|=oO|!Nk&#tJw%VRCX3#@rWk$rkaUbWN$9KN-=H>9D?{1o|rYv#z<~5Bawhty@PVYtcV(;sOpf`|US&fdR Rh{)@?fOgYGq44lHGCV`s@l~+AN|qE5NHCjn>Ryi`B*7l^_(vbdYS!^*qP9Qx{{u3~09heM04wrx`2t>qvLBvJ^F!;673&fE3b}W-g)zViCz8+-thUdIxUC0_A#W4PI)uZ^IJkEJa1TxN7a(n {zm&Wjny%awx|oFP_OCr$l?W6ZiQi5&~l{ZK`KNsr2f)!U()h~V4l(OM!N|cC?oT2lnu9bp@{m-n@&2w$N^rJycy`4{QOlP2hhbo VF|hio7T>@G%}+pozTXU2a}Ri*>{pxs%1ITSx9rJH&`L{!R^^SET!HN%`2VK9jj){G7APIEiY`8C8E;3w+>4?AFW1S-@BL75y`*P $|XVbb#dH4wwxBDMI+qv=v+$@%*^RPeqJ?0)_Q9wL?adQXDJCC7DptT=tNwu7PNC|l11ka&FpoL )gjiyvKk*}05S*nIq&q~KWCvzUF4Ngy!n30+Y<^*I0}HUYNjKaE8}h<5swcACtc!|+{Czf{o&^$@4)n%5#U6!6N> zxmW0HsxS*gKdt1J5GL%T_()S@3y%Ppf42Q-hN?FKe3abZ38m7m+wVbyg{^y|usJkL)XqEgku!>Q5^PLm?TEPRWb2azev`0>-7cIZ?oR(oN^n$@n1+b1J?NaBW!sU_XA83T(T&Z#duP(w1OMTsil0KPHYiL 0;8~Ja*9n@M@xHRjIOhjxlA*&M$+KJ(6bvimPewrstwY3Gv=r7{+n1Fw1^IWBUgR&_-=gIirQI>PdCdmdB)1WU7s{)=~m&l5Ka=>17yN8VRKls1q?Rrj&@^|%}Fsu =rM(Tun>2Hu~g|$h?dU73Of!b`6Rp>zeDJf)lt{+roryOVaAgZ8@>6wIe~&e-}iWvLWKHPb8bm#{k1WjM%;hW&d-0KLuRWdqGKv( acEFmeI(R&jfu@gt!B7`S~lBA@JC}>qttCbGd)oio__YpCstM9Jv2c8McgPdM5{siq`hF{-S(R)QWvGVMugH#ryx-{#Et@uS1Oi#Owoo?YS3hTV!6+^2QD{MI~m+VrcB{f1C>z}S}a8k;3botiKbv;&>h@6JJ3`Nnymyxo|${VeN PCNYPQ=EWV%%(ZQmT&)32j1*od!bbv2b0bm`_l}*<#M4Dzn1f91RIE$De|siwm(JX;x5SGh9%;q?n#wTtHnz6C$h@voLZQLRiY`97L#nDnuK%t*fD7h&>=%$#X+b_aJGm&Iz@3)VZF0Nt}TgMOGt85(FhOy{yl3gAf*9xLKBFIoh~Gbnk)TRpR@I_1~jz_hmIuoAMou&!t;N<<{h5(VDEPOe$h{NgujF CM`#V;5}@PomN?ql{T-|$JrPfkM-zt9D-~wT9A8}jMQ_zohEh2i;8bqQJ0Ppz@S4P@A>BCR9sHs#UWJihYtC{-ZoGRZ@5&8fU-zNB+KAD0q8 VP!?{i}jR`Xq$`q!Y67br=O~^@Dpl?(TxmXHGRirjYo>GWh0rlVRJ!_c?_w )a8f4kv5dB!hFyM=u_0i-_v|Xz3FKbLT`PgH?FXU75B7HZ-fGu1gVp36`bH?aTU>3>vk(R@Y9g9q#MsGGQ@OU~W^r!Yl pi6c*{PE`HZVHQ6rZl6!+upd`J+?K$)?}zn>v}|x5e%G^mn~`|(=ti7Xt^+wCr!-)Mg{@8TGvd84F$7>eH?nQh<^w3olUDj ?*Vtmc7b+=PK57#)kJDXYa{Rj)wXwnnx?_*sY$6G;c5jO?zezC929$7(U-aU!9%Nw(F*quDZ>+;WwYkp#^o&du3G(VeNs`kg$KZX==1GWzp-t;9n7ZX1}jP bFA!yv3&i3r*XUEV$i~r6<@Bo;K>yJNKYjP#wc9U%9>y)l?CnFZxqzc|mR@yS7IXJXw|X~r0M~Y3bX<{cTyY5(1U7}9C&eJXRGlkT >s#pFG~2X%OT=589O0|x_2NajDDZw6cf(nj)RqoaN1VdH8J^i^GqP}196HNhX%ba6sYu&dR5cVmYdE9T{pdbMi(;xC?7?5*o|UbaY@ecO^+FNmyR~&G uH-kxj_W$X=NB^V?VpYGlAl~5zy|4&*Om(AtUU<9_bI3zIA@S03x8xNWbv)dItEkAwtzmh}M+mf3oBSU?< `8*TwWx_}|QM@4MWM3>Y{-L;;r*O9{Du--y8XAudU36f-W;NXXlvZRH+~f!|Ad{r@Ik%R=2QSV>)mnW>O#n;xdH($C_9OrG(Sl#Ari@w8f&3q1X~cRGTlES=q)YjBT8F?p01$2aF0=4#f!XPMl52CbpgDXB*l>zeGMUl#LqncM{JVLmPR >7%ADZ<3Nk?KRSwQ-LNTZ0rELa^E4V91Ex}!(uExnPryT{E$}2j_B}=dT979e001z%@JQeB-2q5*46N2&iumaStZf`m8pdTo{ZhT (VPHGN!gJmc-%D>WsT9;40b9NV?uTbOGE?y-PSQWi4-X@h4h|OLz-JZ0CCfuP9`*)7g&Z1<0nXK6YrUn{_QtjMG|Ji +iYpt1QWvaVHh}B?!9|;F~Q8a^bkx4+k?%v_s&|Q>L02dYCYFKEqbl)g`(~hhxB@FaYb0$Q+P({Segt=4$J_NBlf#rBYYh6gXns;E>5JTNvn(*XL(BT3iQ@C>sb)t)s1~LK+%TGox#nWz@ZgfRn{;Z`O1?2vnGL0J_z^`YUmWKo9_O=$m509kp`}%(=>o $%x%DWNG8HW6lqLLEr2_7SKN&odp-6!o6_lP11z)Wn1)ON@3E5xvEl+jmZt^i goBUwr|*7mrS&5m4|(Hfl%Li0D7H$b#n&&yO1bZQ3~+=XuHmSp?yfz-qh1^4SD~dFO-%T|pyrzCibo)z;uueEx)&Vh=O5 ESgotgL7CdmUD4}!TDIULp1FXP>7X}LgS{WT`?)uYL)TOu|RV{lSbw94uCi7i(M%1`{+&l2zH&!tZWEFqeUWT~izvLf~L4`N>7=?&h8H5e6xgFpE#kF1}u1}Tuppjp;{XXlou{NkxioS6PU(kkQEWj(0Y>G~-4YX{tvK>n3zy2aR<{Z>?HaJQe?ITIFPrIC Jk@1-T&#VMTb)r8pTz>de3Q6Q^I&RFP8ID+{lMous{ 9N8IBgEWzS2g+~fNSz86P}KzlTG)|q^Vt;ch`6*za7B9zA#StXz4ln8J4`gP%WIkxjxwOh7=5_`q-1=tp3o;)M5mgnfOCLUo(88s N8iWMXrf83RRHiNcxAp^tvN0bG}%|JPD4#C))^+BgnpmXdrsq{3K=v;Kxgi0I3W=Wrh72>ko}7Pbm=USG1! ;lnw9?b1uV0!k~NTAwu0*73SyqyCtXF5|GM;RxE{ur;ZJxO8V;g3#8&J(XRnp!TRoW`V;0qUjAnlr)e42|sDTz9(uzndmJn~uw1!29_2TBbtPGaqr-JRj=nOL2ytsVfw4pYnK8 v)X@BXy-<~J4p5g=RNT-?+F%8&}!)$cDElh$HTZ1&&P6gI)TH&XG9?Fnf=sp(n6nfez5{h+0l-CXi_Og2>B}nVd0^INNM_E kQ`lwt2GoOzMnnB63Se{JZ0{lYSN1U8ly%F__+WdBSB0WnPk#{5PdcCv=5Bh4uKzJs4X2FJCMK(d{fT#1)mZ>zfsH*LW`r2h9?V9 V8n>jbP0(;ucyufwWWgU0;B}G?Sk49Q7xFhh8{V7 RubPRd&ZLM#T^lnFYaR8Bz;L7`z~J$h0xYM??l-zihMJ%%(t_FZHyas*GYsi#2;JQqSyr>`GEb5Csm{KS5rQ`Pc#xLAl5%d2DF5q8F2N=i;Bn4Rz;s<;Zi+l-2}$MH1&Z_9N(k9nV8V65xm?COPu*%>o4aPA|rO Ws2Fw%D8POn!q~|e`KSJPnBY3-{7aS!Xt@*<*;yHWzqZl!OnbN&g}BaqD%+I5^3UuwDXWQG`-nKgR>&(<^HN=K6i7wu-q2U{Ed3h c2S@4bF<)|mL0|~!8o{ydF;eLwVx_X7U!@FV9-|laGH%*;)p@Wmo~|0#i9ZnHfA@I?ZbA1vbL6skaB@3aoi2w8CTkDYfZrJ_nhcL @1{-^@h+i**`eM{vkVGW@hmCu^8(I+NjXR!qRv6E*& #23TlXkD{te!w9(T@?-q5YL=J?HnaFf`O2kP8!KOUQ|ueG=z5|iJ%|qunk}HeB*ceYV5<{t&dAgbEG6Uh1UTq|Ukew>(!sTN lK64>UpU=A?gQ-M?Ef7sp6h@pfyiWgkT-64!DC@p-w(x6Coa1bA<8l S?eC@#mZ?|!Qq%3(9upaQchRN=d4n2LGKz=MI?R{NMQudUh<5y6+<3rOn;Tz48JmYX3|az>l^C6dsZQv{^&+5_ZzMhWTt@F(xdG=0>gi?o2FY{UCX0DBmep19{^E)p>OaQVGcv=hcypQ4koa}^MO*r4th{snE~m_U O?}oD)9blaW1V5zyvsu29`I5=i3xv{J;oq|)1-Dl5o4 *5MAxTp8@8x>Q895a0=;PTDq-qnew>!mMw+kc@J&`3i&0emk`+DBm6|<&|!$ayP0n+DHBKQC-7gWBrSCky$a~DkuWbcTl3qF1?6j NU~FB_TzjtJOLr!PQJ@JBK$;cdz0}_Z(dH?_T?anvj|(7sqp?aX&_mkZuo`-b#nOw{YlLGR|1J0c@=U(2lrMmh)Gt#-n$*L_W gdGR>a|{*yIW+0eS&(m7aNF+DY$?!#tGo;LrM?k(4E^2(#C{f<9<_Yarh%HWx2l{=R>q&ACEb%z^y8#C=`)7jOn x$wOA;S~LX1pJ7WJbmMxSuPd15jUjMJuEES_QvVY!-+%mA|3e?V27~5~k-)i^JVYLb{0lUrp(0uB`mZq^i#c!i@UfAa`%D=)5N5iAR fq`r~rVZ}1)5D!)Ax)7MYFU#prj`@Q3bg8}9v8()zH*tQs`e_Wlk-i|?4Ge6GYrtcAvdMom7KcNg|+r aIF6~~lUTY5n9UIv<5=dp@%P@}@7vqt{jM@3-+ucEWChjXxU&{~zRDf;h?s|&J`QZ}Pu-YC9Y*#{Ia|P4iPLqZ!OWE*QwAUZ ?Rix#b_YGA23-7so&-`~4P2E=6pVGLNK@am;Hut>5~fv4JgO;T?HP?mFXp^KwcUJNH7Ce|(Z8u#FdsyAf=h3{@7`;9m1+4lS3VyFRf^$WMK?jCk8Mrp2@<|*(i{2x #0UYamLXvYs}oDoQSiejMRZGRA%?n N8t|f^}l&}GA%BTSOzI~v`GlGoj2`%dbGlBT<24H&RaL9KGYmx!uKJ-Ecm39kN%ax`_l%;!=0R0Fa1)yee2?? yZzcRt4IRd$UqF={Z%U-CsKzE#a(Ex{cQn xfr|uS)(-j{&A6whU~B5e4(yuICQmTS4u=-CS+0($+Hx8xv_)7Qx(c5?V?B>F5g3TFG|7E;;>&#D^75x6QliWEeWf@d+qVD!)*M` Y2i~XgVIwf$lQjm)ObWR*`(S{l);pPmXq?bXtsa4!>DP)&estAh05b7$FnX)$zvn_&?!~n(_ZrAw~sDffAJwicSuSv5XWaeT^9N- o}daNLei{SMt7`@=HX9Y-pi7=x^aWyThoOK!?5ety;jt+^`M~U`HU@AqY(yeT^dPk5ACasIj>tF1VO|qr>5Jz_|Q#AE2ZDIu@|SX LY6#nZmQQ#@k~qwj^tVJzZ()I^m6W!h#6TGr4diKbgx{d@a2Xs%VDyd|8ZF{^pOEQGz~y+F&nqG_ywmycDv7#xVTAj)Pi={EG(d9 vcPV8rWKhWV>S%xLc9>3Dk83twMjap;SdfU3>vsyse0tN7^MZkj$4fl2y91)E_UP9>LRiFa(yrO&!Njv&uY)MHAS6D+Q jQ!nJZb0S^m#Lg029f#1pjSOWa2j(%Z%h$1XWTGRO-fqE!~gsutiYAiH?hDFT1G=DvB$jKqmhveJE7CsDk_r!Gipk*}APj?Vvg4*%z;pVI$s?eELKx1KynP|lVAq0dKPp&V_}Jy^B}i4VFx @i-HjJ@N2r_TN%nzsgR|fH;tyH~k1PuKEE0=kQb)3s9+jKAO9*Q2=Y^FL)QF4**S;fig>3zc-1LBin6OFV^k+-l8?&8xLjf* ?0oj*(QW{_kPw?o=@!Kp*?brldOOo%*N8(lSnx8rC@Fvl8Mt2)3O})fSA%^5Kq5OwMyOETyB}itY{~NG(j+eaY~`@?6E0V?Df78o kMTN!2=u)wdKn8>>vD+&Hmu^hPuVs%&YpJ4t9;IW=cq27G^<6`?cpG8rJ8WG0Wa=eZs;mV `SMK83Dpm*uw6#wZKX_Ueed{5V{Sm7zie{6NDCT}O0)m;FdCkKeaKCei32hM{d;&2`LkJ#^POip360L_twrlzuR4VpXBxY#-4!PJ HqR!D5jRv)U1DpTuh)C#3%<~@iU9-c@@F8EXSLphXZnmdZ?kautHMPg@fI!;2{qQ?BjD+>=UCl3+b3n@JY~ZLc3uFSC^NE&uu7=U N9mk`=)d@ki^&G(k>b91jnBQyqp+ZUe-frgoC(^T7V%je&^TX#r(jW4<6CzJ+LTTHTyOIl-q_K?tYoFNii!1U!Whpk=!FlC?_tQ+ v>Hz`DOXo`UPxzrOtbZpi-&!%SlnY`-4AZlC$HCut4Potr=BRpcwMp>4powR`DF&|GbgyXU~}FpZ9bK_1y} B_SQ>D&L)jlfPPeFn|FUOTC3}IK>=lQ85wf3o<~I#^}IUX3-xVPUpkb;)HClt-j|0Sb*FgeM2X67FQ0Fy>jc8^yn6tS#Hg;;VAp6 s6*s8p9Ns8f36P1#D`>UB95mauUYmAsV#e$TU= B^Uogaonn8T>R*MBs;`k^~D1^m((!dq6P&__}SZB`_3qFCcKh=_fl$+LDh8KU1PcVa9&KXZ}+U^fz4(5@oZS4carYmXY()(!1BK_4WVfYJh!?=5 iPNEZX`1Xo!2s^H(-|@c_Bh*~s-a9#uT1)^3y~ZYvFp$yN8IAr2uA50z60hS>m4&%u-kksPcMyR)*={fW2uC-5~z9Eu*^&fn_0@4 B}TtUzj*j@dQi~ebql(yJ6q&A;TWg$8b@qhsL5t{CuIY(A-r$k%OA-kR_;q;q5beCru0aZO#!wfM(~`wR8Bn8I$B 40@@(K-PthsN-wd3MjTCP&Glp{26q=fuC-M(f>2+8JtxloTHo`^)`uhBMCNBF_}W_6W|a4*CXR>9OI!nskZ4)?c}kLJJ{iuX;(Dkx}oql||HZAABTWotaVv F2J9BJ~@8{->PE4=~zE}bokkm^x6LT_fMX_`TK+O?~}s^$phI&v=qMimZO@0cW#R-DpRI6ZMG~#sr+IJ$1`ijKs-X$1q6@dTH{U0 (-x62gWS-ZhXsW470^W3k8@eM6@h7OtzMjb%;lxHSWt8DdT_)W#Jbup(N=JDQ?=Z@Y%V-ry Y-EL#0(q5=^a)2Ff(f44h7UFOoF806N}piaNky=KC5!!6ve=)8EHB 4dc-3c|?*ZfT9C0rFt~kcz-?kYl$e)hrwT)B|+qj~Quim^u-8{Y>tzl|YP`jmml;Lg$ B?+B$3IiIApd`W?{k&Vl4dzb4Z!@U!KmOSU` 4A^=;44OQw$aY=Jw;aTEUOMBA+vc#7p|YU%clFzKVydGA?`!F)_GOq8*t6fpiSTQbk!SOwm69G=vuroJoOnT}1UqR*vj>JJORnh5 Sp>W2K>%QQ|4fIS#m07#wi4Z2(YS4NQZ93$YBkSEict?7t(|Fk)l7n^-!k7lUc&5@;GF1wXKFOPy4Ce+HbZstJab_n<$6?SLT7_p TnzISZd{u_FuCpTN&~Tuy}_^A?BAZsnovtN8Uu?6FzQGKmw^LDQ}r;nzWd_XDRU2De>0z2M-OVID;F Ql)(77g=+#Ltx_7>+gJAm4nKBv!#hL 2ViaL;vfo!U6o9*eNlBm(p$nsdI4wv7Z{U%9eaz25U>Gr~7nlb02~aQ*;%SuIXbxylsQnZ_({(Jw9d;9Agy &0;m+(mSZUqyJ5pbwQsubH^?t=4OS{J-{x`HrrkQo!ChHqdWNeObgfK4C$olb1nP}q3QDj^3R6r#4n$XWJCE$?$qyuVMM*bvc1fJ yWBza*~f9YwlFlbbu`uxPcqseY{2waV(xQ%dQJbMiD2ERyDvR7e#2#?awkuoB(7?J qBc#jLtV0E)UrXNUPF}VO%(LiWv3h<6IB(sf`93Wt qsqxv?G`Rvrk`zt3ZkI%pHHG{9zth^Cf=$I{=byj3UHk%m^w!?<2{d$ZmGW=DsSJH55^IN0>bzSC4~7TLp7c+X$hXd*#n>bl&O!r Q-co$o(2~@iqk9Igvv!y!r4G|+ON66)^Vfeq4Ft32Zf{lVwDy9MB=zoUP0!5neKS}`5uCuUzS|TfG@AJiRysdjb-IUJ^Zm6R@clT sfIvz4~ywy-jE>v{jNas!|62NR`3w9mZO!NQfe-OuSIa$oAB(&@9!?-dODZgr2c$&g}{}u`$e&cAJq9v#}W)Dn@3DZ`Xf6sY?7m; !`h(G2>GHq9ILL2o`A>E=Ifg@(?CwakmePGApWt)Cm})S+DQWebrfC-8p`wd&wsJ&%n`!3ZA)dTPaH~SG=BjGO4o$sf&&6nm tI-&$Bo{B5Gg6F>#PCWS6p;#)_H%SBJ(`d)j2Lvml=g@ZY;iY|d{!D-QdkjmQ&U0sWm&&y5Icq7o}^>Q+L?i- &CK=^|*I$1r^{-8FZG-g=ww)2B(a7h_jVX+6IZEC6>w{rm0ywR_gtuE%3M**@B}EqS=Hr ?;5MijO(}Qx}&VO?A7VWWVfM+R-Jc?@Kj$ 5w%jN%*m!YGA)&u%smK79J^mg-MDp&$K;m2tZW1Z4LS6;jG1IXDbbVn9r>L4ILe%RuB=!s*dbNS`maod35EScqru7Cn&V(pjmUf0 PM?CiHNvb#7Yk?aAU(*8YdqqIiL61)7>q#^KdL-z-o`BjxcmeB><;Im(H{o}p_y;O+pPq~sc+P8>zajjTP(*`_zD#i%sT0dZ$cag TzlhrM+knC(KeifE<@4F{m2p1@vtk-bwe&OEXJcs>jVaZ3GotL{H@ZEj6BgKH#p5kEBg!=CX=3eb30I2A7kBvvOBZH)o7I~i<2xl u9~avU8Rl@LBoSrU9RMPnY&@X9G6-*yow5bBoOLj?T(ScRxS041L2C?8=TI@i8*7IyDDh^6jNXYo~)10NGYjR#kO-gh#gW}O`?oj_=EYbw#)iFudW=1+_Gln!TfU*Su5u*2$40_2t ^elt6qBpNhU%&%1y2WwfmX7!!gt<^cv^jhVTt!!E470~k<1p=Rz)+tG@-adh(ZE5103^xPw8{9uR!KiT{P?#6M}uOHTk%t{thW%( N$Z$whvy@KZ;@VMj0FT$g-WegAJpDw4`%^G?yo+ZU3?sgYWzrZPTND;`7I@3{InGu+B`I)1GDP@hdg$tHd5IC++&*sw(5Vu!|FWf *BMd2v;~GHS;2JnH&dxRV%PU)&z=l?+Lc3uibBMvXsFC75D+?)xm2AdK5#I(q{D9wVyd@$4*k{nlnwlAcgWMlp_uK&$DuZF_Uj6K 1MRF_yYbSci8pb|KXVzh5Zafl!Hv2|*XWDkGBYCJZC}HQ<^QK|;5OQIMeF0k{q&QDZJ|%*MFCcna0LBq$InLoJKad%&wuV?2#3&_ IfR7m?5a~pUKte7bz`c_ivQb`cX2r2rt^@KgH_g4?OF$exS9xs-g2_bvUJUxhrA56(gKio5)yV)LicAB544|@K`JHYnF9mhH`Mi0^jQb5-8RY{;p*TwY>`El-nHQ|Q66Iv#>wt$#5FmnX^J(+=Sq=2o0jl&Ai;v{ Oqk2iREt?Q&laH01J2pky6(;D_Yygv|WaMmnO=tWnQlI&}6OLMQAZ YOIf_Z=FOiU)4_}Ml5?bGy<~PvgnhKZJ40dmAoKhaO!v|l^I;h}CAGaR4~5HHQ9Cw6d761{jj1~4(|WS1#~vwCNztK5lLMz;l%ccnYHTBswDuE!`Mf`f3d^=R5?p@Zo-1tC`rYj#sYGzlNw82b HJ!Jzrv>xlpTFKqzxlS8d@2!S1dyv%;w?s5>eBH@N9xv~eeI@3cI72os=)ZO*p`B6KTGT7nWyWp|jjQ%^wAhkW)iYd)G#!HT}|GKD;g*4h+*FO3cJvB6_6mbsUR_PANkAFZ*Vv>Q~-)xvWLb`OuVr(Z`mM%#nUt3(UW0E2^nv G^aTy1vXB{4MV+iXE&V59xWmV42|l7N0r3Y#Xr?dWy5$v^}zvhkfl3!cY$*q3Q=~zm{{@@cG9u0?h_6VFuKqNUqYQ~8Y@X8(BE;! L%a-FstU+o3Ky%J@)_oC6PAsgT*54wciZ@vpB^<2zBqh@C`6c_7}2%P%Kiv{^@^ WpG7>Ss)y4)JXMC4vGzK3f1e{&C{vU9E(1}iCw$3IeDZu_aGJtEq5LoESR@rVMbmGRAjyYybJ~Zr%MB !T}`ub?`0Fu7EkAe5LKoRi&pD`W20zq0Y)7`ZDsWxURw#&n_k*T`78#x-)v7?P~PwfH+R7c9~u lb!wmQbMt}Ewb&f^(6J?k{_SaNk9T3`LHcljYNl#KXvfQh{ejCEa5DqmuqHVkgH`WcA+LWvuFlaw13>Sp2Fg9rGp9gn#m!%{NbmY 9+VcsKfIp4@U3jNkVCrMB+1*(#kW1rK*da4$-te(5i1`zdKF>BH6SI{yO~L%Ort5Zn54cI!r|TO>e3*1$N3%H3yVJz%0K_2n?t%u Fw!C+$!fKmJc7i5mTIM!v&-dK4DsIZO&Zb$UqQ(roPDN>bK=$GhUFD}lX8pjs>^}R=->vM;**o|%LTJ3Y6t1lM~nHGzuF}Q +p(z%hec%shV-RxYC@)w<7$V-XI$7JQ$#MacbdW5mFEk&F9-!mMfQ|y7SS~$G`o>QwBg5 3LXaEF9NyI`YbssKt}i!6k{0!*fp=2b-*~5jBr}H8AV=cos8$&XRW!QFA&waP<*b<-Ri#0DFdU%RLG307kIRT#%&beFp0g%KgZJ< 2TzME-rZL`yMzAsQn&ZpKP*nD>Bx`ieB?EXvLH9Dn8X>aozJ?Q732ChIo|W5mAO9h_i^x+S4VE^=`yVixVr= lWDGR+EZ%rC^5P7y`u)NQP}CqdOfJcB+(WU8cK%8ds8)hs=P$04=k9E@Vx2~DthS#|>o(bsMoHeH0J{Q+kuDEo+wj_HFkgV*>x&4|emjjj$c_umTYbiF9^C3T~qRswXo(@d&ny4W?9RowVT*-0N7H}aK9d*URE@41qO=3;vV_jk%JkJ8AmedX2Y(JQLi +xUea{GS1n3ML$~UxfL2Yx9nYZfo~2GfWTE9SU!)%$4`yP$4^@r<>2 omS~@i*lHy`+tQ!>qphoa3Skw@AmCD;YX-JZs*ldaKX^dZvWeP@l`X<=EdL4=0%OrMg87A{_gy2&T2lJx+|vfVr=ns#Bh+!Evq5#XV *kG+jYsO+$Il-*7{2ox>Dos2T)8MQK!`_8wt`2<~oTBabl>?Uy**evq>S&H7|A-zBiYCL8bM4fIr1f1i%BQX;g 3#f{jmYV?IM%6_Qso6T$;Dy|B>7_+($?dM;sz~o KaRV&Qar9?x~{p?!YFnwJd)wrlHxUR^Itoo32Uw+E6Mng!~FCk3Lwo#^mQ}aG<(-<$!&<8(Bv+#HCm6vwocQ?jfvS{y2AY=!B}R~ Mbmcpk+nq{%$m;vm_lstF!k5OF}(YCXoq%j+)lwY^ndYXaO(9`2TG?POt=#vEiY}?hseoBFNft~18b!Kj7;2QnL`jeoY}iKA61870m6rpCYIP0Q9+}%;Okeg^{X{$ Rm>FYgzsuEd5*l3O_tM`IEz^D-}v1slQ{pZ(ThWXen7JTeuSs#!4?G*BqAT7Yn*Ex;OK4&6eG6BwVUHB0%l+9a3{ rO+lJb$wDM7yn4w{okQX?3IBqJ0`$oGGNd#FuF}33AFcJ;nTv9;1?)3D10}Wi`{=&z=Wcmw?g4ITJh(vplMwrw_c0=1{FNi6Fff? &ArY2YDfj0Hj@c=B=UFR*5}0}v2(H4R9ZY>AT8Z@{>Kq21eqtfow`N 3;%GnAN=FL#t-@*|M$a(x9*sacYpQk@E0nu+F#}GTX+7$-CzFAonQXdFI&H0nv0RWVdI+@rhymoEC2O^{^Ty{ha-B;IagY7b@Muo >QZp=Oc?0~yS!#a#9t16EhViT0J?V205h_r2zB@-&2Ea)neyNcj3q5Lqi_pg)(4Qij>SkgjJN~`@Ltb5BX<#>>1d9IC5GqNT}F{- OXDhCfl&vFkP+Qkj*BJM;tBR4E1gyk-gWT*m~FE*gSPf>yp6fElf}spTf)t13VC?W;jI*;b;rvXlzz#xnNKe#hYvcHWYaXA>nq`(MeBZ?T&h$u6UN#aQ`VK@jh{##o|VA$V7 8*A5Kj7*y1H%!^iq_Xo0!+@9kcZVN7{ZyK50jb^gPY1xQL*2`v;z~i1+*6cgc Uw4zLp5XtfE5k){$_QzEnz37iKC~)~z#Wz#(}M>xdGkG24iA@4z{ld)qOv3}fH1~?vPI$BpdU55*i)|mTIpbR=Gz|b&a;3;ZvS5kNs YZ*&+BxaijI}B(z>td16iYlcm_>|;K=t_U(;B&@*-n`V6VD%s|aCZhzKi%I=|`l#@kLcARo5ak-p0aycp6s`!V0 IHi2=y`I_Gi-aP(D%rx|&GdA?e*KQ`z3$x~Tzl17h0i%$H{v?~cBOs}y5n7nKks~>QXc@l8gwye6Q}{&1G*fvA9N+?Fz7;Ji$Lp%&o%PC`x@c%5zyZQJpzg$>NMy(K|c+8E$HV#>xjSR^OyShAN05%YWfpRe*yXq&|iUKN$L&I-vxd90-;xf UIqG|1@ivd1u|c~ZeO}U_%v!7(f!&Nh-zoMA^cZKPoQf-FM!?&`k$cfpc}7K Y73}yovdT*I^lEaI+?!?MqUcK81!wR9SdcBTNVoc+ZT!*cP*6h4=faU20)uZv!LrhUjSW2_FgFZcw?dH`CW@dFE=g{yR2Fy^K4oq cHXSt-v*il-ML8YF%7x|bZ(LO_0RRVtLufnyI$=2zIx%iuwLeCtQS3Rs24v;fF1(f5BkTTuhom6^e>imr4|dngNr3D4lS1V&n^~z FDw?n$S;=pzOh*J^KDSLhWajO1L(hlZY8;{hi`%21!{tR{d$SVh8tvj&ke$N=MAFIhcr#zAoDy5`X``Ig5E{`exu0O4|)seBR7hi pS)4xasqS>=s(>kab9H*cCK>nKO=ACP(7mAVMB}}n58kZ#f%X!=n?--OED?RQED`zIm&iJ{FA;n7f;NKAED<^X ZHf5DYx?>1CE`cF)b!Vy-&Kb2snc|UA?@{s==WybzQWM)ZHPSWns(@Zx9R8YhRl1HA%1lq=pN9I7-FZF4AJ}7^gQ3u{lBmK|Er$o HPF@MZ@T^ZrCOe)GH%6Ek*itLbxWmR$5P>UE9eUVhV4tm4nO^X`0sm`DYcBoFBATEf^G&K1cfQoxn*LXzh5SP|BGc}k8AJ`E~M5k 7hLXLE_uLSF7`dST0pEC>!g1El_wi`{^1H4|DzS6-*>MRc~-9! zug4-SjZbd1v)`-2>Ko3w_g0=!FE}HqFwkMZWnovwM$-jsa@9jSM8F2zSl1H xN3vg_l6CEldC~L0(uYVCrK}$uY-OFM*1e`=1n61RZ$s#dsO`8p{UINcvSrB^Po}EC;qj;o^ODTlU+88d_USOdH%yU&yK;12(zws@S7v6iT%)18k&q418{Tk>SpkDy}8kF`2qz^dxm*{z`_~#>?5+|oS1y??)pQl0p4)mLyqVG>_6FI-XP4xcH `uVkOVxOOGlX~JEU84W%y96(mY1*pWZ|xGj-_a%W+}|bfmgo|`LtUc(<6WZ9r*->Rb-#%&!OL%fejRkKOZ@xkZpk07cFR0J?v{Ce )-C(sD6IBN91~5)35Z%_*ZnlnI6G~Pbg`p&l*ih&-bay&)uXyeLogzCwttFYdfxt5_>*LKC0jEz;#OB $2EN^G@ks6a{GSLt8ODKqPQa;Kdhu?B)o{|_Y}*Y*7uYL2#a3CWhud*&nVHu65XdMG~d;lejL{yD$)1Ly6pvALrO4!HX4M*kKj74 #C|7mJ)^{TsV-Th$59RI;QESwrdT9=qF5)tv6c80`54tfWW(oFbVTwtrFZU^_|H2>2$16h5lz+ac#4qo`^(d|*xCU?yD#2O$ P#isl>o1hl@PDc#XV3@k%=HcJ3kf#}qbUDUj{K++OgN+aQk-R##KmK{o>r1m4J8-=0fx*q@zU&sddb6;mlXH!@b0D2`%y^Vq#Y$o*Ki9@fxFK!#KV*4@5uoFhc7jDqXx;A{oPP;IE(ux}gY;VBG*qKNqqP8XN *nV;$(;%@|xJHba^f?C&&%sn#yv!Q8G~d~tk-(F`Tz|ATU>VwSMqkeJzzt(DTh`-uIeACjVSZz`nX%(yTcb;}!s`1h@V1O>E}f<& cmq&Jaio(>B@=Xy?x^wMQztaRK;$85`m!jehoC^-Zn jjWY&2BAgh7>gS+OiV#$%UU1J+2CXJ4H*vJWMKja;-_5VMqzJI3__Rt(^$3gp`go=;kh&`%Qq9;K^maONdKd?v{vkHW@7{Ppha@Q PUK4#Ih8kHrbU^)Bdk31*s6%J7p&t}!ptSPGq{oj2L^1|f3SqH&niNq4mmmFfSLAafbPOlnwboIf%OU>f~|~<*>AbGmXE<-E*&0N ;io{W>T4xla<2iCAzxrpe7gF$;xOv(&z(ddy55y%jTDDdnhKtpU~md@X4+>W400LqMv+T!902U344pN&U0fp`7+=o=;oNBONCChj gLFbu5$bn$s_uhkDwDLLxM7U&DY7>`ek-t$5r@ylJSRI8En-fwx38^`d3{GuS!vIm@1SBo2-$;< hGaFlcZXbLY$NM9p6YR8Cahzn`w^Et60scl=%{Y*RNMFLQrlA`x#qAv9doj@21Ca;bO@sk*coWqL%S7^7~2p9{iN06OIV!vW-Zt9 NHPOJo3dR}m&-7Bh^E{pvh5=be=LH@{HUOqO*px9JX+RBVJjgECMnYk-qRc*m5?Ux>{L7HZw)em+6iFE4#8Qn@hD}_(6cKIPTWq| &@pHHD^^Z-!DZB4j%P(B{u#wc!eRiL>7gq}Kqzwn+7QfHV+V5MLAZ|VWo;n71bqfUKz4x~APAgY8F~Y2zDWp+7~2ypsGG53yy7N? in5Tki-{Maakx;g?P<@-rY#TiQ>dw3WO0MyNA-59UKrU-!*v1Xc7K{O4l75(Oi9I2fgsYL{fk&dm9E)(?HFZe++>|Tvam2B<9;}2 !F&{Ql!~$`!;EqKn4V#ou>mAVE2DdH&JMIpZfOo8oXC>CT47`sG-ZM(DgY#GfHf>#HtkCh}e*aJs}MfX@)8!o89V$Xnsq9hhBp7sDeP(a3{>8$hK)q+m%osvn7T|4V3gC9#lcL9`L-38(p*Jz<~pixS66_A{`rufJ0rK58riaPcDX};8M*zBJom2t9W)~+5JR4{b+cJIK7kYj908Ab~A64gY=gkXY#kUH(|-D&jX*w1=s`*EfI cc*Rg%PV(8{3V?O*5CkRgqG0ks8=|5+70H&|`HxC}je(F$icv&qD#*qNCbrsQA!hYA;7K%$38=z;#lg@C%=13t=FQ5wK+#_v3gHv6#-V(O!NjR-8wmSgMZpfwoH$Hr~ i*jG~fBe4`g!LZz-T^pyJXAYXW{akhY85VRC7leFFvWCIwQjaZC^C}n7E$*yP*8X$?fq8R+P+u9*=|+$cPeaRVJ+IUKG3O5DGouo GE`@LdQ8fmG+#uZw?OhXx} +^mD%noJUr-2ogh0h8Vb@7~+fys_AiBuZG>=57?iX-0kjcb-MZ$M^+xNaXj`kS?!M;REfh+!vS6gK vM*=D-OaX5?TMCkZEIWOmbG^M`aWxYyl=zWSZw2ljeVP}w$}EIo6NTLYgYv;M#Z13`;8v(6{ZXM!c@&OzPU4VM+y^jM@x_S3K!9K c=3EQ}ZD2u=qJA4l^H 30jz)#~I<=F?5}pJ6ijs5R7QGPZlols`3V=K0G&E<>at1iItD~D=&Sf<1#ixp5FK-3Exu>U$1k+JU(QixKU!78s?bgVKq%vJbj!y jP@~1JP9Eh3r`iM=bl9G)6o7To}Z;rg>gJhVF|Nn`8d=*Mk+u{9?!#brwUV`pDjF#|7S7&cwv<1A`XS8Fu`mi`j3eP8l2&2q0K_3|=`}copKEhj2$Ds_+T4kHDx7ZpfxC=xmkEK8 SqZ7U4w_kkjZrPp34^+TVBit7(3Jdmj>5^H=?&66o-VQyCzx|#Ol&Y)?VTPf;*KInNT*P8rF_RleVDLt34F$lYH?U93ueKHDLjA+ 1wCn#v|2ulW@FFcm__R)UP_?H5f*|(1JcwyNhD{RU}MjcFUzV&5iuu7S*q|khTlNa^K6(YS`lVFN1+Vncz~(^8zbaeD;!JUh&0Lm@3V*OLmFy#Rj^N-DjGJ)d)p}j$zU;^*PRwLBeqaNNz*Vi{#CI0MY73#JJQE!kvVYW+-1!lo)fTa7)RApPH!P@0cFLvP2)s2qk< 24*4*n39=9Vhu4><*h9#4EHIWrWr$KN`uwM;$!-~E{)jnE`lZHilY<&p;~|%1UWPcmRqW$+MIdz*UQXH`kN1W`-ZOd&4|u76NFkm 9#)na6Ow*dVWIFA)aSl4wZ22CGJ(&j$^uK4=R5id4nC?!N|tunmBEr9lWKH2Jby7XstCq@OmRI@cvS>p7!krR#&Hvlj(5o4tfgaOt8b1gT&+PV>2X_u5}E|dNk^8B57oXpca2{z8!}2#w30?81rQiuSw@Kj|36qpnCTIy@B$?$uEN6bikyp^SAwKK0TD*>p!3{mO3-IzX9m}p)&&80 9xH13#ZXc%`cP;_|2wgAp(Z3n5e~8Wr0k%&2#hZvGN;AMsMxunol4h$(_9@)mF71=hj5Vqn17l9cp}KEl1>HcE4UQphxBD-$&|c- PA4#fv&_m??+_^YXb%r$Ku{SEQq%wce8bA)RnNylJcrk|?gYkOYFH-t4eO|(Ve$|+AG%&@o7;%EyTykh{Wc>6^z %nr*1Q6~d=pp%u_7vY*2_@sFe>V{mPp>-~uUfV!qkIVA-jnkz%1rsUZ2AGaMRD`~3I|%!roSFCzW2Zr%dA5(^O@3+1K&~J3He2ygz_}+{U#`_kLk^(>?L1;K7wO{ 8rx_AFOAga*+3UC3uj$^$6JzV-uThuN-3zRVz|T(P5YT~T_7K(02aGnML9-i1Ds)xksgj|DDV@QVC=Y$vBjNFCAfrKZj?}5reT@E_GLfi3+v1MDj-~R)@e)WI(AGS{Z*W8F?i8$1d2uxn_tSqd*^3sKWdQf=I-@(kkp3p@EpR({wS58e|)Bznp-k3mM#cvg=93Yk8)eQURIb94*6%i|PnMulj>+oBd B=~{ETjBl;L!Ax=F0sqbA}>@POi}GL9`z;Tw9ElbbxjyKXG`Q537whE8b$JC0H7l}#N;O!!k)jG;pJ*M;n=)`n5Bc2D(5#+T|Ft` OH&+rj0*0+VaZikBd6H$C-l*Pz!2>>M#{iHd{lU%cvKjQfs*4YDbz~*J^+TQ2ToFpj>|DHfr^|AoCv~gE;u}|n!veu_798ahiz9t wu0zn&4RNIfzo1zhF1u?SFY?_UKogDml8&@wVVJpMm`!*ry> On5#G3sM=;myspkB3G~9!zWwOvH`=)W~TgbuJm;C@|&HeE1n;gZjIRg_*=#k(8QHbttUg(-lUHedHp5#SPAnQr^Xe4D3Kq6PV!9h &<^_14?N=(*ZW85S3l7Dc=b&Xw#-sTmVVJPCSUC-sy8^%;i0wUsZD_o#p@Zx?ods@JKm1=}_}OEw9;itjv`D_v}T*`3)5AQ^j`uSmssy %P3a%`Jj|6esLl|j&0Cn5&Qfjd^p2tjq1aG7!$V$O*vZX8^`&4BCmp*!g;{#dEbR7s-`(SNM7U;tSfxfO+Ui=A5cpJ1QY-O0000_ W`WiMrPFHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiMrP FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsyuJ!~9B6ds4;?zkjC9R30%O!zg5Hryoy?86|N*al-ew(N5Vf@X3% -kaR+%(6RsNhE5ZfFcD#k@#sGiHgnz3RD&nA{9Rk4L=eM4Gn@O1$=Y!?wl~%*>C2}oAtUuCQ 7`q4fCa?;87q|y_30MYxLh>uXy}-{2zXaX}{1&(y_#^54O85T&-U0lF&dVilZxjd-I{>T!50%?ytgzqDlyMYg3f4S`A`l9Uld{y@Mu9bZrzAJmXzmeu9U-A1x74QE@#owO<;$w>y@23U49e9THBRaQa=dFs*-#c{vUd8jdO!7}FK7X5ZewFThLwY|D{zQI$A-z9Iex2-$ R6UlfUcS5P`R=Rwcn_2Oc-6-{QT2JB0*)}Bi$^gZ!Mxu;$-cdZnU8-z<^!0I(b*G(V}u9T&T#x)ZSH117jE3^YQ=oc?jo71*CATF 9E>s_BPZEm%=<78G9QZ@jZrfWlyJbbOJ$ELGI8Y<_K-%_ky~JQU#Pmt=I&TUnA;;83tr&cX6| 4HJD|E27Bp?-*;?sz_DH`)fX+4-;!LQ{Y1eTOFVlD$ZHUgyJGQtwL%1-~0DVQh!y2aQ~Xjt<0Qu+V|A|=LG%OdhXItVzPmt4~#bF MW&UGa<-D0bFyuN`7k&wGndIG&m8;Os!UC0gQYxDVen!Rf?shN(;!S?6-WU%WjiCMvZ%j0w e)dQmqqZn=8?-W^^H^AuHTj|_U@1jy2U3{G`E-~lt#X?=t(;G;>#jx?Uw{D}6{tzjk|JsH+1whfgyxgdPQ~h|$)X*dCYQFhG`}>v 6IkPDy>`-QJQ>iqm_o(M3-+lr7D_+I+Z~bR(muc5nhVBv^c=AbnFX`DZ9?R%$;ZzsTRRgB$p`LDB2~lCCxZI%;CP+a>&;{1KJ+ue OA=4z|6z}vEmR!x#`r{|{$!0UY;UP97jZ0NAwrd?T!uW}-b(T4Y!R~Qo?r`tnx$~fvL^Ae*rLhDH(KCAMr>_+GgG$6 -Fi_dsY5o0@~L6V_zfQ+Hf5-%*Q!_cwG;X%@sVk)Hw-RYkO0Rn>uJn>x4g`rp~^|3d$FA@Y-KNMVJ}QWUrj|*Q$a^XQ!h|U0|XQR000O8PiBTtB3+kO-l6~i!V&@iF8}}l Y;R*>Y-KNMVJ}QWUrj|*Q$a^XQ!jF1aA{;MaA}U^Ph*N?mhRcb?Vfqs#E8j mv`S`zC(Y*dN|Hc2@d$Ny=N2*=5lInFtUJI;Re{>c%J(}!TyQI0c_!Y7P!obS^6#AEWhIYuoF^#XrN=wYzX=vjaGccy^S^bR%>=7{=Qz(3{QmD9rx(S4o8Y7TUhg5W&ASInHhbuWfdm-3i`Ka4&)z2>zVl8wz(yI?j&>mJ|F5!65_>BKUiPza+Ro;c9}F1YaQdLxSHt$#H%`@D~JQ1P2lP AA%9pBv?+cY@*|Qo8UeKzelj&M3j5fMAWZwBGR`_L^)Ry`~ktoC!(Hz*Y`+@a6oWRg;fOi0@sB6igZoEeLen*8&@ZQDP@nTO{yfcRA;CQeUZ?r3 AxOi+c~Ij$ngO2vpzt-V$3HW`;}@F$x3WmLM;7h)aTeu|Cm3P86Z{pyOcv$LQ+Rn6@byd<uuTuJxPIIK8N1jPE#dJT#acb!ODT05Z_b3IPMetREhZ1zB6HRma>7duw3HIf7P^20jKLjr&=$!?8eEV#K|CnG4)AiY)w+GKg fB%EvkxZ8arxF}YjZE@)f(?w1bJ5QioeO;4K=3hwE6zpwwi%8ylHlnx(7zjIU|c;*@JgvzI8U}>;M2Y4VO|=jQ?c{GCFr-~FGYRk5cCMHycF}muNGpy t6hlkI)&h2Jnj~PKDI5y{5kY8^hb)|egy9$NK>oxPl6-@I1?^M_(PYYeji_se%XH!+Iz?%jFT~o(7x;<%#%|Wfgi741pIuo2z2qy D}dKMu0Z`82oB|OdjC`(Fim9eEYr%`e7yTCf=SynHd*y?im!J-ZnBe!dudYo{fM_k$$}@3jQ&>`RbDOQ&WD %D-d@=zFQg+q?wh^8F>~ryZ`t`!}z{`1{dy7%%%@2f8`@I`rR}*MYtkDO`CS=-`3tkk9+qfnR-i9oqZpb!g8H*8{IRDcqId-UNS0 kVIi;(Dmrg%df}$b2q_jxt|G=2=1JC1C14eH{5`ExO^%2=t)a4o}M6hKjV8T>a%7U`uELc=+{q{0be`NU?ox6+3iN)qm3XC-UPfJaTDT?y$SUC{7o2VZ{LJ|`p(VZ`}^OFe2%^u_?&n%==>alE12$X27ZoO0s0=d0`!wuf$;PS;InlF =E+kCj%NB=fp)#4@H2(cl}NwmO0;*cm8f?W!QosVg8ew3mB{xt{eGvuuUiTH+_w__^`w4(b|vcb*Oln+zZ2Yt`*$Vuf?uw}_&9hK +BbF;=rOqpbl0{D>1VD&J?E_gon5mE{^u@?pAmPV9};(=zfQdi{dhh>5>cJ`cOjo$SEGKvBv?)r`1NYYhqd>B Kdie4_}+LA=>E_5fSzBz2XgAC_n^H4*P#3{Ye4rog|pWHPuH)(I9b02&qMbLdMZZ3% ?^_9ys^R>5E%1?Ehw#%0_GCI+2R?B(!93TO;O{x#d%-uJx)*rrvz};_%OyC9=;ML)kUMt0AL;tskAArRe&qY`{h+fq?}r@w#rWfj4toNj~TT*mxh1IE`0k0RemkAglHJ&Jx?`Y6W7J&)@AuHWC)_fH?i_}FtJ-g|9? 95{3%>N8;@@G@y5>c3$l>izsijGL_+k^cRS=x0_^m@dEj81Vkn$AG`y3Wq(0@jm`BjGOt7A^qi#0bk1=!??R$!|#3!d~pN8nVkRQ gbT*UorfI-Rqx%y!G@`;EUgX8vJSK )2Mg;X~@54J`KG6;c4i79Zw@&?K9}-OP&FLzU&#$?IX{iy&cb>o^KFr=6-kUF`kbgNLf3nKcXFnJV)hHyXqCT {R#5Wg?~o*_x>64Oxa&(%rJfb1>@|LzhHiTN#A#R9`6&M2OVBYkh<1+l;9!MfVqDKJwN>-#_uODf^Pc11b+XUm!Oy4NwALl>u-=B #u1!E@D_r{5G;Qg`p+pZV;;ETWyoz0y$t&LCO)N+C;g0B;tNbuNKQO*Oef-Zjk8tJ|Sn_h$5@!o5|!>xZu IotjYd48XE=o6C(9>C*+V1eMbHo;zY#wPT`dz;W-l^vjyBReqfkMBTxPVWHSKh=TyztjPGf2#xZ5!noW{_V{e*L!Tnxa_?d^mZ6Q m)o%!a{k)Q(EFlWz(Cj1Krd�s4LL4e*86-T>Wx^G(bT2fhitrtMA0|M$O%e*5%I(8=(( AkWTv3;4YAEsV1--U2@!{WjXQQQ>oMgCD%|Hu~-Lw=oWW`VR3}g8RJ#d3?<~p#P3{(C@pwi+=3)F6<%Ky^HzfAMYalZtsB~mA{Ag VeetyI^jLwFaI9oz}Wx@I&zB{vU##{`?`v%eS|IZVuRnej2(B<&E5idGR;fFs{?v(9R3DshwmS%D;6R=LNYDm=@axz#lJ8=F8CMt@9Y199VGuL>{kE&6!b9VGsrLh`V93dd`@!*!FN7K dyoD%#(Ukr(eJGU|A*-I%723|KKKRTBVVAt8^6$YegVAx^$XzRWetB_V1wGCXqU h;s*pPunHp{E1+{T_es``o0S>&m-ymqwhzY1@u0YCeQH%U)VF^97^f-|4GC-ix5`$c|_K8{dJ#7Pirr5Cmz zqEJ6Sw`u8SV8nh@Ap?moHVaHRYjcN(fbkmMx46{F6|R>8VH`aU&NuRIS=g*`h5C;h>Z751etGtM3DK^&kl?TpXz@g==ykqJn!ZS iv5cq^N%MLzDtnpFuNTT5jo{3f@~)^onVaM?F#>N5XQkaf;_Ij(JvzW_dP5nV1t2O)qjrSZu=9e$(`_}%Tn|J$zZa(gh `h8~r=(c(Q@;h(<@)owiohoaxs>-Q%#{3Xr*?}wtl-yle;s`F2Re`Gox9C6+wM4dH++C#7~BH|p)>q8?WvX1lY 5fPEkkE6kUJeNnXoW4hnqI?PddK6$^O7vYC?=_<%P7{yU+KA{|x7LAwoG=dKez)Tg-tRXNS=W4xAkU+fe0Dd2*AaA2z&x_^Z}EL3L0$(MLy+y)w-aPJZ2~b7mOmE$4&yxfd*GvzAh8=8KIal-{o;qj#Hi`c@CMZ5$^__RX#(kPB*=Qpx&-j@c>;74b5Wl`F7R}Mi}Z6{^#39k d|;UiKJWlRmP_Bz@B0!HW;y1NM$k!ZBhohzWV>ohBho)ckoD&FMzrUMCe-VUCcIzNgz_J5Li;{zLU}!!0rzPJ9&4L{rxgTe6Z{v! bp+2%0w2Rqia7Uic?4M>m^CpXdd1%+qJ9UZQ0`$V)bsch@RvvdA9MBnmK4f;Md3GFP;T!Q)bG@mh^~VppZP5)=PH8pn6I>;yg6xn zakC!`efAW8U6mj$-uLd!}qZSS>K#U@O-Wh!J7z<_9CJeeC7dWqy&S7>4nbb0dT27{v7Oow??i&Ek6zIR`u~LBg#-^iB_eY4W2d10<4#3+H=K%o-T5@M`{$>DJ`Xt!_&@nH )PK%tXwP3y1HSs4j`oi~9r@=@$9&x54A8|aV@!S;j!_HG7&zv|F^q8LtdH5`XY~Nou75t#*G{_l;PXj$1Hw|?A`)O!r^EBY|zG=wk^J&1-ccz05V$%`7YC7hZgEV}|bl`9F bkukHbmVtCLAIlQ`z+vd(pi{)A2odbM6c`n-Viy5HnUIba6954gv;xizB Up@o%ym|)kee(>Iw{eEnV+Q!vTl&5BJmjA_59#ke5BWcG9{TAeeShUVl=tCz=+__51pnHPAlr4$p9#8Iqp+PI+Z}eEg?vt)h50r= 3w+{~StxJ%EVOHe!V6}hoCULh&ou;D@9#Mq^2%=rlFIG;mLThqN6(3ff7O~fp#K@?N1R0jzjp!XW)(s9*Vu9a_{jSg0uMj92(Z^h z}JBUuiz9{+-|c@1-j7k3xCHoYy##b}$|c}`%P)Z(^FNmYRw~^8Qq@!SecYv}@9!=J{t^V)zV^(e$hY@GeDAvu?*}hLe+^iO{u-{| kI?XA7NTCq6J$F`%RNL5q>k u*Et*FGhGm-%nl)Je|52?OVMV?Rs=E@c-0e^xLzV?uEsmuPqvHk0ogTPnV#a1D2pZM=n8qPSWr5m!Q5Y^!<-Zkp8VDpz{xwfF9>v hjP{s{5MtL(d#gtHY`Q_#4_~v#AVul%M|a+z(>|E!#LUPM&ws@BkDDdAlvCC-iY~o{*BPr*4_yD`Gp%%uZrb>LzbhyCoIRjGezGw E=RuaEJr0{m)pUQYe@;XnczJH*>9-%PQ;7c1^KVnUFerBccFg&ybJCB-fGZMFM{kxy05

      5XUnaQA8t~h<*Py-ktOZ^=)?%FgXdTKcUkCj6TZjDX)?wbB v<~>1xeoQ;unyz%1r7iHy`ZOK?gd_^-3$D^elP0%p1$w29_e>o5BmDmdW_S9*Mq+dTn{{rUypv8ydLw_)$1{yKGpO+?nAmC+z0&r L0p-uyfcD*aVbI9YU?~{)M|9d?FIr6+Gz~A3~ 0`t_*p2R%(DM3;podJJ{IHbBc3!efX`0Q!up+`Rhcr8I*ci8p}>@n5Pf_|=i7VjJN{op@Beo7Ez|G-rQH&O%6eGc?_%wHm6hhFd( ;PFF(ydK~CdC>bxf+uqL^N_cW{VVYC1VLW^O1^+{o_zuB`TPZxSM?(B-S#5n*|{%*{{QqM=Eq%LLc3Bgfp6UV67p^N8_J2k4EyX9 f_D@Am|%?XaqBA)@!R_2tC)ZKy%v%6km;|1?>$M7?d(7OJLo7ua0;g<$m=3)?T}kGwxfP;x5NJSjZM(k2X6xX-nt2NbJr%s`|Bpq )BBsy&t)C>{_PIf*{VB0|06n}hm7xlJn-)h%&!wSBm7Z<_i{V8L}dM;ax0A|YS#vWY-fM>b&SXFzlnDIB-~AT)?X$Ol-yv@!{lx^&Ah@0&uTKqp2X>Js-a&f{?_wT4Ea08F)_fXEu3V-#? KKlEP_woIm_o2^KeSr4~AAnx2)b~Gpfck#tpU7td!7T(o_$S));)fC0H}K1Cs*inye!Sr$@T12Se(;gn?>`29Mi5-i<$R3(IpPzw cYT6&g3KqFA2xr2@p|UJ(EjMB5$9R%hfgtIZuu1T*!MH=;YpvNpXPoBe!1{7@W+*(q5MC52EPBvXP}#(e-1jT{v7=2u+Ndc?sLos Cwz`^7Wp^&rT*Ut-}wv7ueW@G_y-dA;rbmykjp(x;qM5t{m&!Fe$kr=-a~M0q)hs~wX96mS+^17`R2?XWwI`L)DC50m)mp4GFdNq iy*sPpYe?{nXf-3$n)ylZpn1=78@%n0be}YVhBM36y>Ikyl mmtXc-5CUBy^BEENq4D3z^nMHdSl?tB;;u66<@p(P#Ao!JjbLq^|A_pZcD5t;z&raM_0w;xAJZ_G`I&Vlo+sId?L>k+CokiEpx-NHV$Kr3 qieMeJf;WH^IHTb5PdHccnJ0<@G?#{{i~(y5GkR_IvSPljgZW1OEvU_rxx-O!K;uZTXrP^PLm8Unpz{!3&u-C|^2R$2HX(ZKl~y}zzuzb%6g 1pkp3=KPm3rWSrH+ndo{&@Z5<1+Zm@E`AId79T~H2tNTb_79QBYjrGFC=)ernyX($cGmD;5FA5cygtEeuRCxX8IM-oKGe92>9>I5Jgngxcnw&;vD|SAeY?91K41JdN6Xrq@|whU33|Rn!${P1D$00ngfCH*=EL@e pYWP9rJ2lQrwqQ^Jnyg5v`^A+0EPdU;yf9FZ!Q1*Uh^2H0X^w`A$`A+;M@p&O!)6P&F8@~_@901V80a0j7#Vn>ma<3YBW9fC%7mA |EW9Zd4Kwyt>rvq(KP@4jKY`dw{J16_JE&_{a2@H+9)2|-bo~M-XQo<8GJsj)AZ9QdF{1aCTRGAEw_)Jaukn{fXlIsSG}FB*HrLnb(!UcYPK?Ueh05 )CTj%cFsHXnK!#;t$4CWjmN6KPmaJZ=NgK`@&wByXVUZ4MR^}X??Wi=I1N9p41QSuu;SgTQ0&kYegOSeQ<^{Uc-MBa3^Y&UeQxDX Vxn^>#dGO5mY&y@!Ow~RKBM1HdcZ%bjJ~n{%(C0z1TWF@SvR+#?B=-VO87ai;$zR}8u*TY%H9LDX^F!qUhB!WG_lT1An|zn1qZ%o*YiA2zi%_0(mRQk&JI+@yrMC)8-?9OabBd~`Sh)a_5BEXew==PV7w4~i6HAS(;fI> ??-7`mprWd!eY;A{6iGrv(BQU{&u==YkYJB-5i;_x!;FJD6NHJ*DdKFogUYxMbF^!vT_?GE~VuJ3zjy>77T*S`n+ _DF4Uenr1~DDFu8{!Q)27c~8Gnr0}yN9o%@jrS4HkM#VvGWdq_-~IHwmf&9rvftGVf<1e{SCI9~#hT|vjnBFy+vndT$m^9aY2J^O VZZ#ZBG}KrUc(=x_dO`To#^*%`kkiv+(_T6>HRY1VLV@!!N2q86#qCaljVQ5jr@?udxU-Vi0@iBIVOU=`=?OY8w69DE=_QO#^JTF f6#k`%6fy-YWlMb&rx`-mG4FL{5k#D--CUYzoFmu*8DRH2UDKxqr&@i=WEy&t`or-1gq#5)A055`?FO>pECG+enh|1HO>K)-?#Lc eZzUZZ$cUTTg~6TRvzO`nD+mkJ+QZ8rRK3ukqmc21irz2^qto|Ux{FU^)}{9J>Yx%Y6QNgR}nn84Ew5|(=>lq$TkS}i`kRgScW|l o<+~)TK0FezL)bHVDPAr*FDDT^AGsE2zq{u`BelyzgN*a`}9np-|-RbD>{eZk0_jde{N$LC<4FtJcU(K9)G6ypK95Be#ADbPSfc3 qL#-x<|F#ddjBShx02gRX$M$oKH;{P;f#qNmcfUf?f(~RoFVjEPGM#Ao!7(I_Rx>sAJx2nSq8uCjtKnCzhm;I`2W=BlN7Q);Z*v4 W|e;wr|SXV++S#T?=tLFW&0@mtRA7^FFM$3#CBV@;l9K3EdAK8XolwZF+KCTZhw8}HMptF+sm;3ubIAIL%%g;@Mk|z+fksf_f4Cr KI}s^g}$xO?>}b#%JUAr#|ak7;NRZEYRi2Zm+i5$>G@Xrc4!3qDBq*^R*l=I2ln7DkHGhz?dd%zY!UMKP>)!%jCW6%C=zoGE==y@gmo;UL^!2=9GqTl{hk5lP=G=)d#x2t|*JJx_6I8Wuf6ut}nerDQ9u!ZxB #;m`Q=~zSDb7PstSUlYp%jPomDYwO|jKyO)HxWxVWYV$LWGWSlXR~fR7mMd(`DQm(pULMlEu4zqT9fHSrZto=g(Mr|`DD5&)|_dL wQ%NcE|e$d!vSA`erNWZ=SSIVH<$G+nq!=qHVxjy|WOXPk+_Jjj^hgp*B|R$LZfwj=H)IOwyvr@FcN;S~ w=$L}@8ouF^^sd&T0 &WT#6mNC!GB{K!jr1z?0<1+>7Q0i1hDdUst-Q1RSbE#x{B4ITXE`xDRIHxRv+n`P|5LJL$l;= I<(+1!aCteW7cOTbEf<`m1!k}rrgH7A)pfd)OFX^H5Xdy)6`;5s#8yBpk#ztR3ILk6wf8yd>d!pkV{hMCF3>G0h!dm=zvsm;DGvp qcVwPqmU;ds4m&!)(q%fKQPwX?4p9w?$)>$OU1oBVVYyR3F^OwhD7O iIvCE^Qlxlb#O)XfZkL&Q^TRnZo@=sQf;0(+pirDnV^D6DnFj%SdH9oh8#orjG&0=xM`pyEzn?Y)Zj|$l7>`4YUobR)376qgmV~f f~_nx_1>P9$S02iag%&=Qb?^SmnmdpCuQ9xA?94XHI{54Y9ju^b&e*}UOt{~a64BzR!208BD2jI%8H^-N+#S)IO;H=R>b2f8G=$O =0{2HN%@k2$2^CqhTCkA#yHGnT1?)(iB^c@IDd^Ggr$h{xU>QFIr&8g`P#eZ*s8>+OKwxRYrqO$Tw#MeHuNT $;TQBxg0T)R9h^O^s=dVn=q+{IPmNW{nFTWql9v_ioPTmUnW*2O^MTPt5zmxzDKN?y4y5mSSHp+o!A;r=ehHUJvO+MQ)@Dhfo>{1 C^R&~!<2A#M5aDAG?M_HXqe|ES2yk@sTyutm?_Z>T1nApjMh`NJeLL(bzi6c3P>xeZEj&s;uY!}GpPjS#!+QNFa=Qbk!cVhOgNnQgT}Rh?A;%_d$dDdRbDQo)0Shz@j9@vJ9oFW<_Ul2Gco4TXG?hB5K5yfWCN2i8XYY`P;JmCI@t|?`L#%TkIEAf0oGbhW&sV})3xq@5+sUr9SIGGW6+Jwg-J;^zOHjii1PIZ;iN#e2?BdG$-T6g8Y BMLc|R9ZxiHdzE|qlGNf2+fxsqtcqATV27OTixYQ5;kv8^k0o5$;AC?!)I`c=I26FbD+CGv0-Y?P(Ir(||~4jFQ5bZpgVjwuD%C;tquUOiR5q!Y{s|Ig@OV*&y2Frilb89ZLX+DUGC#sx4%*84;Sz ywAOY5lj+FOI#;u&EJc)u?ko|p8hIWn<2e|D2TKcCMH5T5kmQ>Q59TQP9EckRij2(6-5h(_X~R!!Y(Hv$5lnbSB~N&IO2Omq$mklx%3eIBL$Q+cmeJsg;4!zFxW*A<4&zTl$M&@*xxq0@E<+Pqo0Bv@68;-WEP+7AMBruJhGb)#(ewTJ (-(3x4J42fL3;&C9v3DZHIg^=usewm$Q4LspkIZj+BzynwHYqn7B|(v;0kWJ+@K6YY0`02#dx4G@WdNE8iUQJ1TT~jE%dfFQ>HwYp_Vkp3#q)ag<_H(%X}&}MkvRSx62wiQHg1h be5468%V@)En<~!&Kva@pB3AzR(KhzVYZOV@(UC+j|I0_KG3KsSIp-kjtQ#)`B9fgNmk2H=QPA~37tVQqLM<}@`?$Lv|Li?99_SWPMq?wu{aZgnC67jhY#_Zsdp& rd^pd6x24TBO)zXB2rA)PCZFt9=AdG&ULyp5zM3tSBTmB8XDU@moGPAHcEr@0!Mv-wqg^pZCiG3|k?L5~9#h3LFJP8w#U|9FN*S>4Rg#lxql#zsCBrMyjNAb&PYbUA;7w8^hQ#^5=DGG&&w{f((*J{b4sC>8UFDoLOg5rJoS WBwv-$Jd@{u5RHba51)d$8T@cqe0!kCKziR=x}CBR3S^GFgTG&ayauwmf`Yj$@L3_f(50RXdr6Xn#a~EX#l(gaV#mPp+C D{8(D#<7AxSb^ecnh@j6$I+WC5M|Ph$tD)KLvkUp29={#SdwBZeHtL)h^RgawnM$hwy&fowrXFr6!R?`B$&H3a+d{SSFF2=(?nLt XK3P30YpWf&gACt%*Ivn?Le_;n`J{|Hps$zNj^h_;0v8vRgnm^G-9TtK~eMYO)c!Iqq#H)XrdLlqjghRpBu#`o{3hwmFY60@tx3aMk*w`Y?=m7LbM$QD<_Yb`>}5IH*L)w5&&f kw~e*?2*h-19=`K{khPP7rVWP1k~0R5${_wfh3RFI!Zn1C$whlVA3%oF@|bmwh@UAwxTgfDaylJr3sa}#DryXYHAW3XfRKdG)-95 CLJcl)=I)@q7Ag~YpiVWDdgGQU&>Grt#@hsRjMpgTxZDMrK&4@pmfy&>9KUCF{!&Td@46?%F*0bPehDX(J&Jeh7spE8JqDcSzTs9 &(BL~o^AKC{(vQx(0Gu=5PHwCgkC~E=sb{Zfm#%4MRn3xetoSu#2EtBBuZjw>2a=7j;M)j4DPm}%$2~{ldT^C|{y|}+)<&fWKR7kUUeX*&KVvQ%ANmnKFabmd1 Q)Im%ov*OW*FoMP0#y|?F!oyYkrK2(=o5jy9h6j2G-B*VV&PC)noJXp(A%N97;B=bkfkMP(G8iD*qWs}VvwxphEDx8%WPKHKxl^W XM2C8LRWpE0q5g6p1*?i-I0x!!H4ZVQB<;6uMkvQeY ^UkbrACi2N*_7*BJUlgvs8!Xc;J}^{Wt&Zoglj4#N24uAOjJZo(j;0lxrsDL;>1nOQ;Sep87eBpF~>t90oLTrBmJ=yx?LlKMkKNLD91+s@P)oG0F%)@eFw#zT?eq-QxNt?*(!%h}vh;rStz6vTR$ A2b1PvGShfqzK2;6PU5ea=lj}QQEwU1RH`RDG5qBeiz7}WwBChHKyhd%8SGjDzI#V3LanKGzW8Dg2CZ^V!$uu4KP {yybmt@s3%QYutfp-NLfavoe)YAKDcoM};2v}bvWT4(}F#E5l@!F-Gdgy7B^))ih@((tOok%RVx!`Tl7Jj}$9?>R3&A(?l%Y21@s 4L`&wLNnu?q-dJnI7pv@NX_&pE(DBbwyJ_ah}KN_1SJL{F+T_muGG>cuy2KDrRv)`RbNfTP4848uBAs(MLNNO`ea9J;TN_tQl2(l ny{YbYG$N@+ls#Uk<%Hm^+=$>vR91$t|FD}i*#m!n)4{eP&^@6d5ls5KTklX7Jr7zg$84&QYaJ=1cFOaAY^?<+DZajaTUWK@Mw<| `@0O9U=_Skn_SAD;y+9#JRzA#xJ>=}Kv`wu(kntLK%G>~BVlI(o6alLf-WUVXfU)zl(0sh3o8(R1CueZGS)|^pWlry7e6cG@rOnq r9TexhlWLzeUubA&?m}-aX_PI;(RVC!Gv9THWLIP!S!Skkl`*LiHAu7b{JyF4fL?O=*kBOfj;`0nit+iE`j6KPUu`8axtTl#Mkke~SVC|C^Sxa|%9aBhB!m%zBEQ%-1z!3-1|BQ~N6=hx1!V|B9NqK4%{HWPFKMdA_V^Z~meC>(|$4I=zcjM)queb)X^iR~zy;$6&KRwbiZn i0z%e*FgUfi~ObX9I4B(#xbM5&{R}_+Tv50CbM?JYL6AKg~-}C0){mVLhGrNZUUz}olya!O+25E!)=3$KnMESGcjPbnO(n#0{nW1 ^QQ3_m@%@zj40jq0&`G(V|3M_OC@!xDWU|G?V@0qmjiTj19{>kd^0gKs+o4h*%%(cO@ToYVp+IoKPRm~cbSEo;b+@L-!=xSV~G58 Zm>0M!*-a7d6nu@2rC6#Dl_@OjX3PNEprL+xv-+bMDP2As&956Rlt&xjyE*8=tCxYzZE0%GWzO8&zuMcPjL@5mUBomVml+HEbTS2 riBqWu6Bs!pPS|k*at(bLB!~#;eJ7*({Pdy4+N}G2n~r1lGVdzxVnoMq^t|c>OC*aNMHfG38+k|5K$5Qd9_XQpLX2)l`yh7V4O0f0T&c!8~Gf(+9|wIdGUgmunRdGQ7!M1(=Yn+ng(POTbpk})K_(L>81Y#S9FU8fMk20cq)7u}ZPb-5yG)J)>#F7$NQ07DxMjXcQUt#gONEREruJM*ASMk9 lvW!7gN-pymy~=Qc3?_z8PBzwMGAYr-;%0WU8`_oAig+~p$<>A3-`gUC(`=nc8+$B79^W^c+d>p7Zc3Q@bTNu| c%+0e!sDANie(uQGOd*vX+vGnj3_=~g2Q@|$9Qrf!P58x3F>@5v!J0}w3E6nEvslU#WIeXWtH9dIQeeG);?}+8!erP@Ox!|QR)pU*mPOr@NP^LY)1>9v5w1mRGv~wvXrx99aoJR%sYyx=*NpwMjjGR<=1LL=IBs!z+nogbSbCmgayO=n WQPAck8kfhUPRzbkt$@vI@&%UdLuw8jSsKkV}97%Vu0});NNhH*Af<_%x_! %_Z}!3FR}@B_tj&Rev&&r96A}X^^RcKjUl8h-&YvD%nf_|L6#H(GoYPSg_{qg=W&QaF)#by$3^B8^abik)-?@Gew+Qt!Udl_k^;t wor-8A^2cF?gSU!h7QAZ=+>JY5j6ou~J>S9%8x?9o`WPm9ej7Pi0sZsHTcFk_2Y#e}hFH BU#!Z5izZcC{S(kQb&+*9{!4OMkc^wj{tS`jz)d;SF|EycaRPPO_(Ke@Ea>Fz7-iQkpToRB7yEijqWM2T)Wz%V IS7jr`Y^kg(AO02vg>@K@9&~pv0H=(=1G#Utxz1n-f1mm7#}CU91dm6{a`t)AZ~H*WIE|JyR!HRAGe%K6fZ4kwp{=B)>X0k%w+IY jw?pO6jePqcfj6;?iV5)xgb(CZ;&f*;;pU~mE!*r-m>MNxlrEbvdO47PEM%6eikfQmgm@y$l+C$!Lr#+_a8t2!+gNQC~xia5QAQ@ X~s7npkEV`8x8iRWZuJLr!B6|;Iy7l;SUni`*G6=*7kj0J<0@U2I!}rp3d4tKvs^%!l((P#zCq|o|~lBI;FspY>`$vo@zVA?3D5f DQuTkO@rx>4bmC$TNPGVfbd~ls$`Fr*&7(%6380`E2E5vxbgdHAtfnCEGlqsF?7$#0;djakoCBFUMsvc;rvAX#dcG6$EI&>rk>#r >!Pc&ZjPNt9a;Meyr3*T~+m9=AcpC_`us`g3Zi+@B8K!DA$%D$S80mJ-FNt)kQ_DigsS;SS@DP*0{DI<6@ +`~%Y*GB~CMqeQHb5!}-92JpGW+e#^LHsXPU5q^cECBsdVod56dzv=9M`Rx;EcxP%7OHdG9vyO~M>KkLChyk7Oh2*1kXc>!Pkiy! CFWne7t+k@jhSG3TZxK=B_!{wh((<<`?`e@f73@?<5_b&r#QJl-wAVkij3HJ)AGdmniGM%kW?+q+{#sFMLW-;yx4qYA5NpGxz%9q q@U#>TEa!wULLR+KUc~>bR%Fmz0D3=ulRhTWJ^{wrUJ{@4SuO6PrD}S;b7GzP|*tb)_ru1#E)i7^kj0OavJD=Y{-Ie!>`oO$@*j} nQwDC4-B|Mr1K>{d8NXv_+|?YRM~*-%XGl3JBR`uw{#RQlS(EmxdC!Osp;Rdq9bv(EjEUzSe|491wHX*6DEG1Fmo-eRoP;ceH4>$ GNzZFo|TSpC>x3tBjs`Jq iViyoJ{ZdD91?6+!Z)t0JXO_+*`teGgRdjmUr~2O6nzSn8U$mLl$An{4alSo0fSs?gph}^T);zu(BU%u>E23z;?%jX3;owWuq!5$ FRV{298%71md!BfhNM{*k(G53f7x{@;qPHFbH7=PVZ(gLAkOu4eR0rQ7o=x+NXL#!rVEo4|A-rDHrIhZ$zur@m1Y)N>^hjh|Z_!@un;48CWw(RD+RCkG(P@xct=9E1=4o{khN%WSNd-DA9YYdT3VF;i^If(m3#ckBPdU$i#Zba+!>r h?J|2jxEUPjlq^o4rag4z%*+~sntN-_61JyI?}%lPz@kqwT(nEEB27 j&U6Sk>ZWRm{&@d2@d9OL-#iu`E~UDGJHv}vo!pbBA3XTXJk>gaY9$oXfnGNo3UdB9(u8!olEUzGmbyfRAnBJ9B4eqVVmwcGovpl #deBly12_Rq2@FrFis+6unoaUd?LrZFqRAxKR98@HgQA0;OUf&3dM)+6>?46 U5-TFzCzgFIfQo}V9Me>ui(nrEn=%uqravh3eNH32I{27j_pY6Gd(R5D-i7T?+5kMO#_lqpMA}40ss35_16s~;~@I6YG+{nP?|b| WKvJ9C%%GQ_K?5l(1X5#meC(@a}&Y(1w<__?`^r*uZ#Exid8Z-T#>1Kw8tE{y*miS8;g+Y7>Z#D%w7iwroZ !Cxj3`Q0p)gk##pOb`!XD{Cu;VWikh5pwpbw&ROfUM%j0-)o%VL!9B(p}j>qw-{i<)>P|cl^~@o?1ZNr`UnHMI4$~zp9aDHG6qYD e()GwTfim&KbV=DFM*c|#3oB~WP)#5AtB7cnYg`hD6XfkhjU$75V23p<;^8s3<5+mJM!3eKq#l&)4a{ef36^WNz5AFq{0ssTA&7` GqOd8xF)N~^p4Q)`_OqmLRke5^CV -wq`v*9N2Bi>6D0$|NR3J5sjIpAkYIU|ThxtWzBVdv_4q@EzL|Ks6YgG`5|If_T(uAuDZ*pY3mqaXGE~Li?6y5vFLmxXT${u RLw%#EGyTy8Tr}YKcCFm$}jdV@!}l`lD-R&ujwS!Z?Xl9uxRnR4a#8=hZ<30oyl?)avA^Wg#5?qgPy>RcL-IJ^JW=~r9ERdZqD(B A3s{aZ@P{;$u-MnBZz_14CGowav;u2JauXT~!zride?taYo#fUt_rB2Z&ywDgj&pSi9ab7?tt8?oJ40v)_0DcFVx IfBZW#&?+6gQGoVEixPyY|rT~Oe)XL6siKY#FJ^upM{S>H_4!ngwF1gD&%9l87($ij+J8Oz(L}k nhAo~h$a(316!L;JzaeVb*BO4tnv_SzRux?)4!@wqws%KZ7n^>+o)0e?2274*!?C)Df$HD6;TlTlc;HD5_=6L#Nwle{X>mO^XY@Z ?s#9EZOIgHP+c=ip^^kEb+EivJBN!w4(nshyzRz5Jkc3hJK7o92(LuZjx*`tJ(g7`#NdxFi_!3w=@U-T{Aa-Jhw gk2EB$yV-%O+njB<9hx@y7uIv%V#`WyT^Wh0etu&uL|fx}l^)i9ts-rcIFl1izi)6kyH8dHHn x(f}f(kR4vIZ2KtP*JwTE0%hr(QkrLg}C#5rMa@J!@gks4SWZSk8{(Em;qA>u(}O9`mmCAL+_@oVXK^K%@5Q(pwFOit_c;8`3 PVkEj$ma(_=N!6=6EF^U>y(Ze{L$1Wl7Mi87up1u-9U{TLLD^(P0zbs*@|gh7}JLqIu{p99bU5 WW2k4;(3ho#NZgu!5QB&A_y!hjirfgH(LZpO6biNs48aH>hy?-b}CrW+7-RTZY;D&E{#m8Fgl?xM$Lo7Dr4PdtWA WTbD@1ah?e0viNS*M$CCTo(*J;6IF4j4^y99$YDp& 9S+s8S}dCyzGdAY5)>)}h8ps$ex ~w%D;pauct5c$Q3hR3-!Wjb@Rd*e|+3Ibo7yF2Sy&+-MmDJ`QV~QA6loZ_jOTNNgK5 D&`+cLNCLH$$#U=E8quMwTETWKADd4X;XbzWPI>|IQ8`2ayn6OB47UXp|~W?2wf6U1U980+$;4#j*Sm3kc^O=QY1NkThBa67oB;cB~i4H*Zr8bF(c`}WAX>Ylre+t964-w>}Z#r#sk*wz+1<@^8m|7 zVN6jgf1F)BYeX|5G)rL@8ilQv$FEx`!7}dz8!3dr>_TB?<;4H%i)sAuy`7ulu0H~&w7_M&1A;9Ba4W^%UDZcM%vjMe0{%I6^b{q GCx<1qe+ZuXYcCRVA*kvgYnr?kZ#)!Kl8v3iyA9jx$}ZIpCGJVpqtP_0*o)cGcUAy!jBV(_y3!9qOxH=vV2 (<-n#V+Pk9?u;4YuqIPO|5L|0V_ZIz9OALRK`-g^EF3A*$%2l6v8rtrz3Pd=8rsd7!x|%Sy$L%`;cJmnU!%d6BBDW_Gp5rLQ)xBC +SGzGWzrekRHwzkFj>fcg=uAs*mVM-*)d1`I{)`9mj8PeOBZLcgwH|gmQZ}6h)SZt(iwhD;ZvI_CWcBCP&vKd;Aqsb&(FdcQ?a8l j^qUpw}DQS>k`BOKr@uE(lI#_Q$l*JIvl{+keHX=G$3{4+iR>PUdZrcsA00AB1{IEqN!c(!17~=SZ{BQG+#VhI^<(2yxrA)man9LjuHP4e=^5w@l1Y9LGH-WWAk&oS0}Ho{jwv#%e&cX#DZbQ $Y64gs(%`yZzL&~d6176QU@m?i;5rzBc7R+4n9Xk1Y+3ysA=0F30i`7S0!?j{X*Lc;gZ?{VcxH~oXD&zgxiyQEXe+pwrmzX`Zbr( #i;K3ObS`;f~$_dcbR*1l3Dg~OBu#kpf*-MQp$M@){W75@uunsq`|-oKZl #GWDMc6xb@2;n{_vhJnw^OdQzYloZCCooIuV3exW8jd?&@o~g&YRUl)ay&CK`nVS`+PAZq9&>Mvv8dMthcV?SU7|%Bh_>Gk+t0FS6LhDnw|Bo!kf9!#UYybYJA0x1YRGozPL=q&_aKc8oL~bZuLMH% ^$o$W?}&yhTL3!MOiX6>f}m(17{YD-rCK@vjCeV80EgxUegMG<{9H9r6@6XKY);f`$m21Ul0abGE(R_Zy#2j)=4zz8xeduUTjR7# zGbPK9TRn7Cr`N+`@isFp!#J}VpHKqo>D|~gVVNNfQTs^b|`I{Tmm-?_4Z7F=eMM%ee0CAi(?gtkNcjUwY3f(FdOT1sB0I&UHhz+ j?YzA%6gi;afPQ$|9%4FU~Mj# v92oj<%968fTgZB0Ex$1Hnrrsq&E(mFrbBkN~++z4AnQ#_3#6!;b$MKH5S~z3U JX2$y(f6ut9Hq0h`B*ClAeuKAce;ogFLBF8@J)|o3~h}ic6=i fz@{Qx~XMt0%UDns%Y?CdvhbUBRXgKOB-A#xnWY4#@tkOE=HRl{*4FCq;bqaNad(ZHs#q&4-R+EsceAQ)6dljR *{}KlTtLz)UVMxvZbOO#2ag&SJ8=J4J-g_p;(4})_-L_hgT^&s`%cAy%xPs5+GylEWax^$bv7d^tWmLI8MR!3H9v^9-QY+M8wp!T Tg7-|PVFFGVid5Tw;e25*ZMc(6bXpsMujVKsI9P*s26z&f5+0S+DeOKZ2Xk|U0Nm5`_hn~JeZP#n@sDi(-m}^kh%}tU5M?5Sow<(&cEq NGNX(DA5Y2ChOlWuX<;2^?67{mjk(K#dK~T+!PNy+%3^dtyT#*~S?P ?sVxrlUp|@=a7U}>%yL2>ULKo7f(VrkF`qp?)$8*F}y|N@Zlpz#CkIr8qyf}WPRUw=hO{x>Vm6pzSPH|PA^7ImR|hgd%2xDk~3xg k{ZFV4lOPFr8a9`b1Aw{2m(#v~wo{h`}}IOF0q$e`RWPbhW{p Y1Nd=Fn2C>3z-L2EywW{%t~>^2l+`v;$z=<$t;a=s{Q`8YtVt(2gNo44}zo^6s|G6_9XnQNTFrRh9ZP7*mR D2lJOL4$^m8Ge*dlb4kHM`b;(o)1A|;!GeCcIj--q*VI$GxfF#IlNScTwbxvFY}UhyswP|W8~M9^}o(pO3~ZJWR(dfD}VC*n$S{o nC1V+&_Z?c)taw@mXYIXdGlZkY3cd4FQqMC8EP#$aa(4Qn4Yd`UD_!2vEZbb?a#yYy3d8(63}5uFF123e5z4!R*s(nOZL7SH!2V? DtPgC-Z#KfPmu>0p8!zEv6z@?Z2YnkEMCU;vZBbg-@*S*b&5(TQJt}4M#V-HMC=~H4ryOT3I4gB|Hm^`za_kl&sYU=u3WkuI?A;4 SvUc$ieQ69ZJe>o&9QFQB)P*4hW%`&GdmkT^1fV_7#i!YQM42}v*TE{!W6H=4`d!9>aX2jU4MB-qoZIl9IxupL)?^SjXb #AnZwb5T2GRHXW=FUd%3(7?eK=FCiU;2L%YQA7AXLq)P|riREgxlLD-)j1;E?k_=!F72A_{Y@pefrZcJGN(Bt?LAZ$p19edo^k0U E9hT7V0=Y_bsD+zFiQb>-U7@%Dd5d*UrQGI7!jh*7r5`Z@vaflv=txA_16NucL+-4E7$=ab32aeyuBdUEVt`gGg3SCJLVr6RGG})@dzloHJ&CpjZ(lN>yLhYYJbn 4}-l*#)Z~Q2f0GJrYK4YnHmRJg`@dC$euaE$-h|}t0OhBQ%{ddB3UocotSlM+6s#Tgj#Bt;I>#QsO}=ke-`h{Pr&OU8+8h_vnsJ* 7Nj<&yYQjDp*1JpT`)M6hE?#cxUO{o2hkKEd=LurU3R%xnhRm%O{jv;?8`ppfG5WWnPdIIz!o}V1+d-F>||(IcS_}dJJ{4BX~?Rl XBms@%^3p;@O!i3uH4Y~HnTF?FUC9I;2!P;9w{t72i^hOVPJ)g(DrW+&gYB{Eh;}|ET~cuFVmQBh5NieKNQPaVk$L#WepyFE$>sI ^GFvH7q+#vCb^z+05rElx51H`>IxLqY_S{l-vr9}IpTHl*La6x3>6$JOG@cd`K >AQ}7j{NhiEpH#}?+YDzgSVn`;3Z^A@tm$MT8}H~g)f7`URB&2G^#E95uw~X9=y6vR_s_9yayiaK_JEVNyy0jATMjtHFR|XfAquc OJ<$Az|+=ukH#HH_V#hZ5PkncH($sycQn_fSbV3{E|O3w*hy{t`fR>xj;6D>bav{+qTHl_Vl+-AzMPv| S4D*oRBGdN-S(ZF*4_GGV2ojpQTQUdU3((pwgTVb1bzy_CZ#sTo8~J0Gdo2ZAwkXaw*c?wult63Qwl1LT=fl9tAQ_;_}6WPjKZ8d >-K^4!Y;Zpaw-D>f+!)E$>!wjmTWxD>!A1`huT(oybV*SIZQMxDb}!1SadOAC5OS|2(Qee>IWK0O|JUnw(wcur93iaz7#Ep4=2xI W{{b)(%-F%^D@day3YqrC?q!587f1JphIM=f;Vi=|?Ox!w7;**wN?F*WVvH`QxM~OQGSoE^+Trw9Klm1a4CZCc~ ^G8JW5l$}?cpXSBcZr|z2BsUe{TEm`_LWwHTs-t0WJ*POb$?-aAp#wR87xO+n0#nYoF=K|0 9XhynxHB&8dllh+#LiYjKCF(HNX_PwAc>rpribs@!I(wzombAn8doxH*?siTT3<3URyJ$7P2&42YjW6M3E{D1J(S1;V-+jlC1aL2 (;ysI_ss;xKy3EJ*-SySWID;lD-#j!QZfhDQy~?g2JT2;k!F~mVYIYyZgNChKXx$=T2ukW3czD #J5sOy2uOrK7(*VZoZJlB}wW+W!K;0#p=A`1TOVoT~Ds`@7H93#NKyq=Zh6FYfpM;(=+Swi9)VxPo%y51bR*qGr_I|H(~8E$EMX4 &aa2<-3!r)zjf=yYBo5Vsnl4I|BqfC8HYO>W94#>YK56w;aO93swC?-xOSz;JDD$OF<-iHc`#=Me933sTM>RO>AF%KM8c(AiIDy6 KXG?48R|wM7I((^j&VI@?*w-Y6qqV6-$vLC-KM&om#OC5CKgNG$*gRODP^yL8WytxdB3O>SmK-Um^S|YdL0xzr2lI#=y56|dnvIw m5Ud)h`8~@Nvu`)3p-y*%iCdMk@Bd|;c;K=Pt<7>if=nnt4y%a%ihkRx8v_&?Z5AAU9aDTXhwgV v1fa)o5gAzyq?K{Z}EAOo$R<;pFq1Rm3eTgySgu{ejYxJNDtxl!VSTZ)m%GM2Ct20wcO$whYtyMLfc{z4^k=GvO8L85-{rOqcVx*W?o3G-{Lirz!=U)3bI0L84M`)9WXhd2fmk^8rdzj`{Vr#J;CTS`@J `$5jicCV0;d@oajkmVq;XyWcde_FGFkt42OPmn1s7ReDrKd?Uc1A|qn1a!oRIBJ%xALdZ3OeXy-D2Id!6HwiF`Bt&wIVQp>M)~ G>ug}IR@3T(i@_ab>!pp;_do2!-A=tEEg%>9Jx#*#7jP_gH72~s9VT|Vp3;xJx!Xk6@$}f^<3BLSXT#CSo_`Wtst^`)tJ#M50f}F mbX~5A3HAb%*VZn{)u}!o|!<+e5$w4V;tJIKKt%IfeaB`Y+LP&AL5K3PyhHd=V8O>L5=~Gv;X)%KbSu#@ZX0GtLkGt_T6v);Ehj& w!h-Ns?WiF_nq8l-+ucReKE#vJ4uPK305H!{L}OJeF6nY#moauEpCnt#N+htiUq#3y!y}=vsx$5kx2qANPU>s_Yn?J+IvUg&ZurzaOf9JT^rvl~LFFL#xv*>=S (l?OFTxTs9rQ&kYKu$|!MU>^bQ|0_3-?74!Nb>goh=1&)crN*Mmun=m;gge%b?ktmd3SX|&hbN>`It+8k3FkY9>&6m_+}P21P@YU;+P09G>HHysy_u^HMecmzEEFs|so%|Mxf5>mSSpZT-O*`b#bQ )6CQ#wA){ZwtteZkj?jpoZKG-+@A@!zoYi_&Rh37ZN~GYN%Ftc%S%q?AD;cIAj8)-`wf?aMq6avk>JA^}XdTTREzYT=JlP&WQ1+3h@SS<_M;$k%=m`4b;TM k`#rPR@Er4DVeAmQfTt3>M}L4!02>n6X|=YYNF=on9)^Zi4Sns&nHlHL)Y&Y$qWNX~0SGLsQA>Os;8QbkxXE!-J~!sopm_6e}rJeA`M*jPESyO-wkM?k{o|X~u_)s~b_( FNnt#pjoAg?;A>pFJiy?WIp@62x)jsvo_NiBOTzz}Tg)`cxE^nW@^4+zw+ovsUpT4Yp `r7vCH?>c{LLTVrip}#^wNIP7^_rzymfX`m^%6=L%6ID>OWLQN)jsXo_GwGnr`^^*{WdD2ecJWy(-!md^z-O>)9P8TPhUzUnOx?# Pot{b+dg&SyKB#HpLzwqPMaIbw|&~m_USjaPoK^YQx~>Ro7FybY3VwK3!~y+UqF%P_yvRyrYkCCdonZ_nm&bJIs9gcdETbgH@8on **=Z%bX&)Hb2{#&RxJ+@tSDd6aW*xcD;CCFDP(M3ws7ltw^Eu-tIykd!`zN_*HYPAZ@#|cqM6(acP!bodNqXv^`17DYWDh?xf;&7 okx|}eAg`aJ54W4zkqvi`bE;R8@ZK)_-S)X_5&5!v2NbhWw*9Zr}D0mgoLD7q1WkGwojiURb1UZeQ|LO1a%bY -1g}g3hCV4x#Q&FsxE1>xSLjV+{L6O{WXm$x_QZ>Ew^9WK7A3@z7uV6c{fO>+SI1L_BETEAlR&5Ji*a^2>I)94#Jm26%#1(X-= joFB52<$4!dk$6j-L*41E?BvB`Z^&GqLx+fu05}PIwf2${jruGrp?{7ZvB>vDaj>-B}&4>bm}=$wHs-~Q}Hq?&I=Vf?Jh>_^mDk~ Q&*JC&Bxn--qa$~toG?s+o#xC;3PG@yoNYAr67Z~K*ap4?;%30TRti7Y-W+KVC9T!r2 rgW^B&BM1ib~rOXS&2$hbmpQ#jPp%j%n;1aW|er$#cMif08U*>(uh9u&|4+rh+26`$Ls}$NLEmD37gUxB?+dRhF)pV+HuapEsL&_ bkh_~v*uIDc1Y)(g25WjX4+XM^@`3N)N%IoAXh633y(BxDE}fnGX^?khQY~wD~;tk_-D$NirppaHe?f!9VWNpN=%*I!JL)4ae0)> 3{70~ZWcKHLWCX~F_i4N{oou<|EFNPQEZn+&6)1c2f^&IVT6ImwoJ$$uXJ6Mb^YU&v i&%6>O87^-*<$qX?7Z--aPl?BKR7$k_Vm7TlpF4u3lyfBJB^FgJ6)K)1_2A~lNNyaEH3NJ48o$FjF285L>yLIjtF4(yQ(8&(LGmXP6s3?EXobXEPHcJ8J?9wwlt@#|yf&@BqT}XEgUq@w kxHO;Y+Advh~E%-FaZcj5Lf0T%%qp`d`AMTKNEMXxN0klen>n^W?7M>4VuG@b=n$XL3c^t-Db5oTm*8JnRof-mFIU{ekF@$NX*hp NRkYdz}<1@Wi-M%Zob6i-KkI_hK>tovy39OL|c)jy9vBE_2Yov*?~+pQS`g;M9~YTUcYtOZIb8$44wh;SoABq9vC~kuCDJz7!wJV u)?F_wyihbwE5EWH($P*oeyMSUA*=B8>Gyu87))KlIms$7RhQ<<4vn)a$j;b%S3jW0lCoP<}0{cXE5zap9%{INO48+bRok2rZv}* LO^&ZIV<^G8_2Y|{0bCL61`O4ngar~1J`y9rRG4!luonJip@97+OqOIUu@{O@T|>qS9Gkqg(3(iCT?>+;4N{0nm9%EaAT->ByAs@2B}*y&Vm3IyD_r#O4HrPJmv^lSy6lI=d|v+C5=>QLkC!_DDYFo?y#-=43YeFlSiSM+ED UJLyqb#liBZ`)eEDNF-+I&6_1Pz<9mDCNo$FYB(MTc}-%4L=r7U{H^#cEnX(xFEH1hZ`4f333R9fim|{s3@K!;l=H2eCiFTwGK<< ?t}Wnd#|w8i9GnVEpfHSR&USZ*=4ewxbyD3EC{`%u`a}ZQH*hIWYX5K>@9%DSiFkLHuPW=ZNoCifQ>Va#Vn4@l5IKC=oev<=FW;s K#6IbU8?3s#s3@6mV?uB>&1L6e}N~qQ0hR!OiJ&9Xz?8OY;H4m2|Nh+crcmaMT$#CK-J1_z&sO+SeypWwtx*@!K=pAJZPeA)n*r~ Pan2Jn5F~HV3)xa(My=x^ZE8ehdMxqb8ooFAt9O)riN87L>#K`t=38ghie<8p5b?H@U>rdv& %s8ez@As+$o-SU{(*cDNY-?oxf?=ZPe48P##jbY???C2o!8!y}cL^lm@G>ZYlTXmf6+6Pnum89g_q4mtzG>Lqxi)RISg%q|^nm^p GC@$s5shENSCq%qK2n{(hpz&azM*I9?g{)u@>`stA~gH*s<=;g2*W)RZ;dm8{mg*1UaBFbjn3Q7_-LgsXT_mtmQM{xw&w&yHAz nLo>o^@X<$J4PH+u?%+4>JV-Rkq4*IM}4A1@_-y8*flZiV$RJcZrSUeoC7y1?F1*v?@=s@=;mi^LMgEwW6?3kInk@C*=lk)0;_)h5qQ_q=JFMxI}x4F?=cu%VgWk3dr>*`4JzA{58k=wn(8 ZQAm-J;fr}UlT8{Y<%?rR}Y-NPfTLAN5R2!EtbSqcA^Pb`mJ*SWj>H_eFqyzGr j0F^g-UI42NCQ;Nb5r&?;V#-95h NjM~A&>H?o7vzm!E@4-f#4p0)ZIfn|s23*Y7@;s};wkvd`~6@_x&N+)&+=vNbe3sGr&^)pKerZ=aoL+&+uK!3~U(@`g+AqB076rv%E1yLkT__;kX! 7_U8fvi0;njb59SDHY!h=LH)JZiif_8^m|TSB}ZXmG(T^x{Xb+kRnDF7bqSvhyu+qmHpP>XkaJz;><#$i4r`q&2t$(!zP=Fh9-m2 3@~Guf&P2RVLwA1$ZxMr3DJnI(3FMf-;Xc_6b)ni11OLj5>!fQFmx?r9qAx|$Q!_!u?~wjt!d?R@!%8WTf&9!#%a=@k^_X=dJf#) f;UJ}u(dIqzL=$tqa@cG?wA-Kay%}v6&o~WNTyWtcMzRcc9yDiewrfBGlsmLwI~TpV;S%&I{qvg{Y!o-<2Ia|YU2kEHWos)G=K67 BdCup>mf)p2uKd^#2$=vi?#xoCIP=Z1qNGv}S*3D}t4C6*Vo LR+>DY*I)mKG=aya0kU^2X3Kp*x8IZ*COze-4-hs>gOKszBPx-EF4L(xMl4(gM2^)id_?)>2+bPN G4%_L5$xuOBH`y5%JK<&&FlAi*YAy7FCT1kD3>@rMUqb}6(qjbi&N%tdJto}pXloy{JLYHHlI(-FT2`%Po3!Q@A*P>=(PA{=1$6G y?yA%7l($%vFGv)4Yd4DU!sZdTkh>U!l`w#Efou*qntLU??gWwp&1oC$CTi7f-LY$$4REq5n1M!kKo>v;AnmhL|%c%Gmd8DM`v~G 0_9)QCjXa;Z$4{$BaLjE?PIde2!5@NwN!sXZ=ZOdv3J0nn#3^c&vd;J2@fM*RY#?vy1`L^zh#G~0Lo3hU654UmDaiRg4~bZFmwFmmqJ+PUg_fs=To`H!b>txi;P6yPHR)drd=O%J{efR(9NUFDs)q9f)8d@zp6N+>D?n5038F=lxe~;r^`|;*xb``!Q*l+PKkKcCx;dh~zJUq+!LhR@k4gH}bA;)q1 ?!)57U|+4`$NHn3m=5i`|5@A=QETnH|A;rGXJXGaxSeIV2NhE|OEhzC``T^#h?rXZND$%n-5=|5Sz_bb8W(X~p@$pyN9zlB8gSVs qOsA5#@$71?-SjvPsM?WtBs}W)iWhwUw2`oW;7LI!4)^G;g#E}`ryGvY!RtW(q)p+y-)!_w=9mwSX@PYm0G$z~s _LreWSmNk%fEVS5HQ?|+B>#}{(arF1kDiDPK+HJ_lq{JM;lzM2`l-FA=SFHQ0r2^DaD0EnLb?!xi0}tk L5k(>+i$u*9}sHscW)d}A2DdInig;N#(gP9t^UCcLXD%uyyv73Vw@uD0fx)+s~uy0vW7-t;EpMc+fUeY;M?PUUm*eicQB07uFRSi y)bLHZ{!uKUo=9KFx0D@?3Lvckn4R({bG-WF-?r|vb`Wq&S7wzSRNTY@*bC{SIj5Qr3_@aD|%wU;2{yi8wc>wE=eqfoAz3OE^}x7 fS8rJ3hxh*oRNF-6SRC=IVjC<8=0uCB&Y3$T^?f^Vy>1MX*Y7QT{DsNJi{gaZ+rTd5DJ{Y#n~_A?V(w*DLVKf(LLKq0R@Yc2Av@l +RMIM#;92ZH^rxh{|AJrv-CO09ZCTeJ^u9L_ic$~VdWZY;xV#h3&=RNms$s5a&%m?y2*V|_iYq^5L$(F>@6x~Aa!CY94$U;UV#$|_>c{?#(S&TXN*QUf^SvsY-sl^OB&>~jJaMpmYhV9iiT0t#pxCRMi2K2p-ZV(5}8wa-M)*5&38+grtFV@Ta P(6Yq#a#VNG58kW%&7OsQG79ym5ed3VY#tB7I#7q|s_c1Ol$De;S;uot_C#NB+_OYA%mITA+1XHcwde&H)Fh`EO7e`WDaByXAN*efvkRYu)j~SGh w7{DzjHvNWy^YRz?h39z2v`ZLR?imu<%r(yxH;3TYu8rX%Pz9h4j0b 88p&Zo>VrILNCgRS_!6E!9YcCvyKDT6oq7rOGP1;d3Alp G`7^uLy4(MJ24-QmWWhBb%Ja4-g$@|v2;I&=kq)ReARPdV^1PALTQi7Hy>D6Y#wH)&2+*P6BJbA5V8*N?vN+O+ SL!QchR*NE4(2K#5zJdv$IGiE!OTHX7W%1~xd^q3Z2vr8^1*ymtOh{c!*>`FAz$Z&{7gSK-UPgpnB}`+YZHM{ R~~&~>0(mg7$il7=3bCH<)tP>YV&`eB9cTBk|Qd`MM?Z#N2gecI5aN0TFc*nP3#QjEM~`&|Mjb=AAQEg%@%>R4?g1 IE&s#aVv{B1-OATT8s&Vi<+hlDRKqQ6W}=M13(K55Q^7{op4N1lS0m2-_CB-SEh~3UzLhX(aT_SWH{e*mzMrcOy}RmEs(==C{AUE`(Wa?7qWD$AMPH)LB{TCLJF&P0s)w_2H6IiMl4!`4mRlY28R2<3_dcY~!>SX+8%$SH?86 tQ!oFQWxw=MVxN1doirSd0_UD`JG9^gMs-fLjE{tZ(=#~xDShE9@#bGDEb{E9Kq9ztpG?Flu# UXWaDH;i=TvbBVfo>MY%7VIP$@Knl&k(--!LK%~FVi^jBTK+=y+=5g9%D5Ti>rXC99DAX5`6+Yk$XTr*-|GDBwGljjlDJvvLIbL$ &ul!pO($%6^r{I>nnYr?HF<^!=n~s#?ZUI_Y6TLqK=GNz5Fq8ZRuqgwS|ZLYJ5#FN%;JrF|0QB)5?j`4uFhSAU@H1asj(|EzLUn> Dmnd4(YA)91%Spiay@Vl-6wVo>(=Z5)l7)Z7}QP~h`M5iY+$SuG}>Omfsu1)(!j>7Ty8ucR`aH;?{Alg^1$$1-U9YcPM!!md03|XN&i5S_jk#JhRC(1FMF0us;6Z|D_J-$O{gJR`&IO=CZjyyJ wh1bU&yhFf2a<8>5M_zxpU4OX}7N8>p_bUL$56EKi*8oDCXMV^|we$-{tBST>WsN&2Qj-{r*weNW7m97dhcvYGFEgKk!PTYHBd0 B6z*~Q^rB$1WqBVhL&+?o(M~2cD`B;U8*M~oa6_vXstb@d1GpLrIZl9f`11?pG$Jqg6oY=nHvNU5I qH34$V{7C4S|MATUl1BU+^tc{*UK~FU4t4xgIv42fP2_;QbYBxLc^;*pG-7p*;v{pypAIdb(A+mnnA9^T>}h~5aM-=Q9F|Af)EC# {?73tOUEE(#YI67m`!J2W*<=MR!p@w#kOsP7-EzfWzwivLof~X^@;g~XqS?dODTNmWPl*pa;8`xLt7gScmni_zMkwk2_ipq*)f8bSlXT)$#hhVD!?-EJkQNzqEB>^LjK>&Gp%@%RCS|ixjj-T<^i24R-9&GXXpd=7iP8#%nWoL8L}Z WRtB7LL2NhTR^F5@nhIsj4S3Lo(I=w*7PkK9PLgg9F_AGI>8EuxD1q2RM*ZuSGpQ`BH}5T{NhaVWiP{d*-jj_y`DjqXRtu0@$GrN &*ebBW4Ep;z_cUF8Y(_&JYFmB#S$UAF!RO=tG{I9iG0elQji&hKV%>!ThFFylXJD9Vl%;EZ~INo-f3g321H0j{Y{| u3$!wWOOV@mxP|?^+)%G!IJPFNq~c&T>~kW7y;+FEX1`ORQ(W=QCK};z=UNDBnsEbtf8J!S3CCtBcm!rF|L>p WO_9aR+^ntT_Fdy*mzQTjI0jfe1%E(BhFVad>Q@^JKVv8;@_b|pMA!E#0TA1;CTd1LhD52Oy@ri{U^ZO^#P8_46!c4>Xtl1bUB?Z JV{CSOgrY!w1nORU)0Hi*y8>5=~P03xHsj&j5-?aq;7zz096ApvBX9>Ol1rR$JjjGy(`@Pp>6Cgrrfx j@?>EKcA|FmJZ&}hZ7jRe3UdcYGt{9Jtt|mK*veIOz9`QFMq*M(;beq@9Y|U|fmv~{HhiXfPSxjEC=NyG `_jU)0{#i}$;U%N>aDRgkif9-=z`S FDgd0i6v6{43-^p-^WpQRUqIz<+;Y9C PHLkzXgTRU*?7VhT?Mb{G6}i0BElpJq2SrjZO~GVQE)~n+1|Z9vKez%+uw6QX4iKNVD3?CFD=cT)BNHH?o(*ilj}I=rGz1Vzv1Qj )V=DhVVo7sCSe?>TDB+jlmU~qu20kA5Rf+{>}9N8W?kudCs9WIcoQKNF;CqL`S)S+>Si4mO4AO7CeN$(hTC+#IhNxl^rGi@^Va1J Z(=9b)UcaMKrkL*-9y-d1gkNCHpSL%z~d26UYVd|fY4d~;a}FS&zjmx*IOo4MEIJ}x|aFB{u*qyH-`XoG-Azh9P>kBapDFZtv2UO {g|&SMBfoG*T}##5FAl%d5;t|*24v=8D`}aD~Deo{-At;#uG`wHXt*7ko*H*{E?%*$Bszqk~E1mLo6Jxry->K5mWDI&vD@V>=+0P CIv@f``rn~C~#w8Td9s80npY!JmCq>O-a?-)h^4xr{ql8Zuszw;_!;tf>TZZ_~GP(_miMo9Fu{3)6;+sR#K5tGKwB-96h8f+u5_0 0JI8gGWDJ3PmBV1Y!mvovy1f$qlqD-msHkwM*PX73$aAbLb_yvpoF{H p`d&pltm}T8FXPvhKVMy40QsiOzqwM{eAtg{M=uA`;g#gV6Z=U%0NN{#7X1vneFWP?X#0%u_?njBWAxm=EY(F!zwY!A&(0yktGS! UyfevIFa1%$P+XFXR%h8I6_Tj{pr2LcH*%Q{}J}(0_88tWR9T!?7U+?m>O!tb!%RLArCJ-T&H_Qovi@}T3jVuHjoKK=MXXsBM-Qv JC)^@8+JB2Z9x>%lreji!a1!qg1r&*hKwBSyQKi2ZLc*ifJ7jqU_awV8@pSi#xeVqj@${e(yv3tW&gR2)x21m-n-FU8g|$E?e6HD{*_syJw?YYVCZT&+$#j7B})fl;be&ew}m7~lGlkX)c3{^tGUH|RXr >+H_f1AAc>QWyfbB6%RdadT5{2aC8Bp`SOmh`9^eijB3XH(&~Prk$oIeB#u^L1U1)&tTZr#s9|<|I_Muj)%rtn5B@tAbXIiN) Qdz|C4%gE`U!t|!|Ms`yU+1Ai^#9I}KNcVG+o40^bA5HO`t*#wXt-Lm%i@-(Z@h(#i?_Ll1nHf=Q@&)KK?@jB`&b$;W4skq&kqi@QbW yGw3>PnUgx>1C?tlKh$qMLu#%lD{@+ZoZ2+P7^lBFP!BVpFvGbg8806H*N|fLUy?ukU#0UZV)HeB^XD!mjpz>+T;gyjH4@jU}R08$8le)Nm~b?PKBRH1AXFT>=l&o1vD 96UgEd-m@UAC1#Y)lCJ0IYD04I|%tRJ;#(kG%aFrtynh}u%&4Y4q`FgSSQ>-oGtrpx2MMehiYP(DT@(pLY(My3OSi=uB04sMA#y$ LIJu^qN75Z1a8V`|0KZbmtFqqB&mQQKm~W!h}?r9Psj#O6lU`9>A|o2dUqIWa+wx7I|oh=40fOB1P;c|lVY|U{i=H)z<>#msf(}} +)Rq#?JFow)heT|1s;Y8i+p>OcC8l#iu~hC99KJAD2z#2w-sHgf2K?`^pp13121`8cP$6m8y(GVNkKJH&^B2l0QOea3&phiYX6M42qI0v6^W bFpSC-+s4e;OnFP-Fw6$hX1;xPIfM^{DQ$NqAZ|isg~o6k#&^}<94ekCqv{OUSd0nC)yld&;O?2NC(5K6WC&pa?v2+cBLe<%4nK2}m}`MTcAsCY(@?oAghmSMqV)z(zdqWqCK6 W>Cr~r0sBY9Lr6Ekvb~!(pUQ7X1j`mZ#YpA2Y=X--yQrQ^ZV|;UacEtD~C@XKAt&z`kx2i)mnc5mqSlKbfHmN+Z?(mqs+E)g!(on broXfa17}j1~{83I-buYjHmV>U#dbK$6rTU9e=f)KS6U)fo+JjPUWHRElu%}M#(gc=lW+Uxy>!D10E$Zymv`40T rgCCY<+|ryFMfh;nzWA=5I|ywlm3CF+T8_&N0%jBe3>f?H%(@Y6c;0RkC{?ttEkJ>^-E+)q_J0d?D}@zp&hufez9|@yG*c_EiDbQ FwqXx-yqMq1CA>z^c@{;6#|%elC1oCQP+CI(nSkre7Z4>`O*`7LxLyBj}!~wIgA_U7i!aIw})nd|Dbwi*wI=sVyko+^$7+|0re7g Z-@BnQo(&X_#t|B4qzl0A4W&j;rIE|dyt9%xjWhU+RCk@mYv#qdWNU5U-`wRIAni+62+Y;x0&hd&~r!LyvEEO+ss$mjvuAI7Y %w-OXUv}H_uj&H<%|ybbJ=c?0bF&p6)T?SvDpnfwQkV*luI-)tz2L>)3ts$xRq(>DD50jdn)9%|My5G>X6apmU?%s79v&Sq4b9}> bd9|gyi+1`hmFmjC6Zl!X*StPK%Ftp6p=?#uJc)$>JiQbK9vDIL6)&kbdG=Y^(1*hWGSFGVqFZ>3Z0OsK=Xv9!AZ3kIbJI$-SnDV`bA RU4$F*?N|*t^P<#Hf4+^fu90EORV@3I@J#Qa?dzyl~RV^yfXj#M0i05yZ}8W(Jy(lUa}&PAEPniP3lO!i16lM- 0fw@s8;xR1#a%8pLez<9Mf;Sf(JUJ<&hbV;d>>)A%;2}Kb+1k%tI{Cdsf|olFFqjsK~n0esyh-wEOD&OAeiC!7jI616rqUoSHfeR {O<@8VmgCt87L`M4f1dQrnwv*9gRIvv$qT24%hT=X-4=}@8d2g3pm@>X87$Ff=~hUcup|KlS1e>0Vnw!MNM5&m_N|!d6CRB50Mzd BPKEqr?Bl7U>=IgbCG-axT{^3iWa}(q@!PDndr8*?S%)`AMVkwM^7E=>4P7Y_k(`#8~hq7GA9AZc+TR%nh(zV(%K)u!SYYN&<<3oc+qr^u8))h9HeEe~eR@4ipUGpIo=&r7!cQb_|!Uvg)I(%fSA tIj!q%au#W2M9`z8$61xD6Nj30UmLaD2e5ny2RPg=x7Be?|sRTMInRonoM8M8SpTY~st5);~spkCOXs`(jx {0VMcaF)#0w0Yq9*Iyvxek?Jj!_fk1izYw7Q%VG5TEE8q(fYz2(849Z2*J@*l8+-dOP-6+rJ14*ZdwE%uBR7}v2^%7dSsG`5DSH< `p@Cv?eXTY4^Ftm<>y@Wv4KFcF3nT*WF>xmEn)n)XIQ7t}&0cjP^YbHAfW4-J_r?;T>$biH(+=Wub(0Z#06GYXq}MEtj!C>Ax+FXWSt` #f=!995F5p7nU=3^MLZrW8O1t*h^?FjF}ouAY5;yz-s5LwIR?gJu?H)C+w(Okp5(di@lqBleN?x-lLRp7gc5>(3^fXv|BjCQ}B=;$dpxpLB Pe!7yHEI%6T#j5~sI}g7;%kxC6062o30_V7o_^8jJ^bR_%~irNOy&?*6wx`>1e3w37A_-WgEa`6ee?xY0!f&?DXTMR6;iq(Jn)QE QQQO4wOph|`QT6F1E=M;8jQM)Bg?e$SHosJRHiRbhswwM?B2PZuh~5LYr^jH{fCko_ G`$J^BsR#uv_ip-B(NoBF(p=3@P$=3<~M^Ru^6TvF)1lQ`n$BQrf)1*2N*XUEA73p^kePnd4Q3{>)~R4`Uf9y1V9n-{Ihzi5wx_kJQ&C oD{{@2EC}1-c-f)68Z?2A_44x%BuN6Sa)qQzA=q7`RLP+(YLgKe#mhyMn@r<=%PT+6WhNY#y%ABDadLWH^T8C)btP=C!Jfi)AlE6 GfrX|a{d9l{qV0o`EAl{S(oiuTL3l~gbZ-(Tr%Lt^VG;)F83bef{0H5FKD4+U(>ENMNzn2OJioWyY|P!hcX|Y0)~amhyC5%uOxGg +ROhh?M0?v!YXJ(EN=LeN(#zDC0T7jW?S;^udHo$p6D^dNL{TsUayR$uViWCo5L-8Q84Rq6UT{D0U>rK_PP?NP8iTfmW{gU7FZ>~ su@yK1}|FTki7 Q*!}mD!Jz&h@OV#|SwB=?1m}@b91pN5TyoC_+z}IT}32`nFSeb5_s2G#;ILEpN277uHgEME05yt@;s(2b1tFe4@l+r4Qm1@hq @-5@^kDB7*^8>pEnCGJD+LsbrB_x%#n-cD)BrAtJWHpQ{_^Q;*0j4MkgluX?x`}h%m=q{mpVYqQQ-sJUtz2Pff_ymUTAfX*lMfoD tF2grL|4E~yQtoZSCp+NCV;GfpZLImIt1KxO1J$FOvJve^bH_p`OfPopYuF`M|6qpRP$zi9FfHl;j |LHZ$EDpZeONtVE*vlJbur@4PBdZ_iYi6y;Y;Yr^(zq{~CC-cXg;D=rC$xm+>I;NEq@N#+Z 8Q+FXoQ)YK==ayR&rURMpA}kyum&M^JOuj*uxu1!bBecqsI7tfz1aLueNK8HrnaI_I~-X^+mO#&Uh$m}z9?Nu`nV)*EsV9Lb)(W< acCg6)~@R3^ypMuvw~Hv5CbTBVlc3@A4XPiA^YB+-++9$FvplSr?pevCVjirSSOwM|bYuA&(PBX%5$)s)VI>5~mZ5bj#Fan0!+4Lptce>GLS3)k3a2r-o{SLBQ?SJ#y;9`nk+*Kt T+p%5&|8yWeHSXIxDj;RJTy_FlWtiulW2+x2dVS=d-IBw=Qm{u8#UA>s~C>F+!%8?BTd0=q&j-0T85k-uT;F;t&mN3uf@k!y9i%MUuv$iLMl*q*x3XX;Vv?e){E9?~hg^;(nU2O`)keEgTUo9@9ars>l~2GbDnmWl#paL_-bCsc;EGs_w`psy||W2Md4oV@lp*x &+Hn=#P00h&^9re-_W^Sij>yQ7g88;g00@JRu;C)BUH5u#E%icSh8>mzOvWtW{tAYW-D78-y;Nl#;R14#>OD`%%*pZb()fxqRhJy y4;jLH4Vpey&5PgpGGqg&SdW+gS*_87OQYqITqH9c5hm@@1T7!0NVO4JS^?_I@$Ib$;{->c?JjD{Zs-*I4>p}D)$k2ih c`&Y!r~{EoNXr!Pk4eX?jFdE=*E>8f9A61ij-+QFrQ`3-=$bo_vfax61xSDDt1Rz=nP5g7OZ*PM$Xqi_J(EV9qDzF#!}s>=v6Bvo gK5vPzAsLl=F@sP)bXSJ-G2fHD+GE5-Z&t1Maba4S*lO2Gsz<91xYAj-DILDnwM^dYc{Xm{QjsR;IE?)hlZ7T49px2@QA9-R1FzzF+yI?pNM!cL05Bz&z-v@m|6Y 2V0tUAup&RyD{Hj5NHKHKs!7ZW6=dY;Wi@M$s11ojvi`7RCdzAQ(M?E$2s~ wzA}~)FIT6|HDqEWGYD7leShTG~ukJx)+>c+7QWN$c|z-^yy7q_-j#?jT{jRDcC=9&XBv=y+KnVL3gf!^!7vCE-xl3r%UJ*_<`7) B!9b_v({1CHOyKB=_6qUXDmZp(OAUKPp`I1IlorzP&@56y_c=grsy$fUI_;7%8qa4Y$@SOH+x{HmdtQke{`XGceeU`Qfz+nVswBS MHX5?GD-QXs<#5a{?+SHisgxUqbf(hLlJ74$haZOb2Fv#W7u_R(Ez*Me-W%#CV3uuj%(C2z!& AM%;O7}J?&irh8e)6`pMtm~SHKOUo@C(#x30L3R1=~=uALJr`DV=UH1qnh6Lo7tNj(~0175(yj+WnfD0Yr)OE(SyL*$N@E93u%Oa S;Zq%!K4{e|9ORua8~J#y3uC$V~OJ|W8>%sDTdxfq};ktj%_~4S9=(^;BV+zf^|3L5^?AU^kg;Hlbvtk)$*ZaUNi_z{!qd~wF&Dk sxJ&pa5&ZFKv3IUp!5{yB4>V<;Vfe>r`T9>ESlgK$N9^69q%=2pW}`kc`f${o?%pZ1uR3IDFIyXYGlGG>k%k;rsaE?mGhp4 w03lWwlqrj{k>JC=$k2jZs=#&RT)Fve;hE2#gmqKdU3QdF9oCN_>C TdpF5Q!URo(n&2Fl6S45*y_U|+|S-mKKo4kgM#!24~h?1&=9K_!vECIaDe})?*|Wdb{QY{zWt8=21V`7qx8MA>mT>N^{1}4e)*Pj #0NW=7pERQV%+#hps*esIU){WxA{ZuY6-*qsEP!z+x?F5(flBV_ApF%sMel^>hoja1+~+YTNhY>eQ}T* kFjx+J|9J1G<%2P?IcX{7p^W=3C2bJKu17j!mxD&`2yp*!tNh%KRstSo<$E&P+$eO3V2VD?$Q9gS?D{mo-hK?q*D0ndjQ*wY(2oY RAC18#?(0jO_l#E)y)br&heSOF6B$m`0{m=Kkcw?n{n=UZdJ|$K5ZO^SW?%v-g Ma$eiqO95HOWl1+%H0zzU2i2_Zzpdj U3-(gZzX$e$L%M-JtTi%XVJG`eBIacMfZ1^_HX~~Xn)Vq-ofuW5WiMuFFHA#UO+`~vK}SVXFHlPZ1QY-O00;n2W`WiMuFFHA#UO+`~v K}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEu}gdvF{{d2bFvf_UW2*%roUyKN*{mUh>YZ27S|?oMaRXPqQlNU{$lyjr_0?PzCb =H?-JFh@d;yzWRy!kcgh0pIZo5FT-$E|(MtQlyGh0;xa>5(t$Fe}qthqNq@ig8aVzdS-W}l@GGz(Ql@^r~B*g`+bj|^4FjHv^NR- K7s32Tz~lsLVOSSl4lC@lfNuPH}D|v0Pr-h2e=3<0ACG!9`J*}Uj%*@_;lbGfKLPdBk-4i{|wv({3fsq_&>niz?*Isq93>ixEFZW %{=~Pz!v~lZsze10SAC@29ju>20jb;cfb+gSAiwqvv=_GZNSq&ABZi9_XD2;{0Q(S;9u=vIX}IF*ZVy18Ne^@;Pt)+oB@8zjywKb -rpGTAn*)u9;kuGfS&?R0lx!0L3+AHh}(ey@Y%F35L*^c0BN>`s<%ZYS&eCBPyu*~#*} 2Y4L#Ip7iCk9P9DdUmnCin~}}r|t7O;0~G(cobOO#d>+;F4osucJccU?_xVXwu|-fL5m*)?xTGJp9=g6aGdnEi{;+8o7d~#&HEe$ _5tq!?g8GnoB8$-@cF>^?dJ71cJn^JV4uIdoA>_>i{G*MclLX#0n{dA^gtLExSC*|p=6ZkFSf-Ms#r x_O;<+UE~-^Ll^L&HDLFH_QL|ZszrWbhBUl7}!gG^E~GFIbaHWDNvH0fH1ZA;q#dH&)UOskM3c9oZ7?do!`Uj&+TDeykZaU%LjsD ;#Ic)^?O*ZhxhP4-e=oC1bh(qIPf8o1Dm@D{L=GT&O>mv!@#@u@_2tQuXF!iw(INmGEYAMJVW#BWuE>NI0P)+%Im%ycmcS2E3f}4 ;34v_TbYmF1nvj!-pA{V?&E!&*~jr@b|3p$0Q^0AZy)P-dOy!Ux1aU#QsBM7mHiwi{(3*p`?dYNpC18dfd>w-eu4w6&j$|hd~Z0w ^S$i=uYV2b0zYc|_eX-mqRv=yny4t_bu+~;W%)zhvS9n;rCwI!}B~~pC9bu{k)-v_4!B-^Wcdd_R}x)u-(7a!*<=(%krG+ <@j@ZFOPS7dA+Ol`O#js_a}h2k-zk^-~F_gz$e{wMlaFMrd=^Z!F1$M ?;#!?<~;Ql;0uADJ*u`lct6|eTXy^p`+0v)J;L#H#}Ve+z9YQP;t`Jji%0nVw*t$+jU%kj pB!Nx76*8q@&M0set`G4V4o`ktY?3K_44ol@Aq8;yx+$Ln3o?JV10dJfb+-W1MJ5ecHB3CW5E9$;CR(H$m`!W$oYM8knO7mx&O6; 9IxI!$Z_%ULDv752YLVhW}m-3$o%?&#pe{5H-`(%=kWr|HCJHy7cIV|z;eIb_E!rmXT8AoiwiveTkW`a7ns-YEwEnxw!m`zlYRbf f%W#kcKkDo9N%s(vK*(1oaZKsJbzkbdp`_(HSnWFj^{%q-p5Rd+6#xUhi`jzgS}X{cDNi&bLdKRw3do^hP@-VIzJUL9xot{&%j@{Z$NA3Y9yG4Q{S^E&58+0Pb7Sufrw`&&H9^FB1n@&0Y2Ecf?D dEOt6vOV^kV7}aXg8O?%?upLS#S)Q?z{QflXSAZ`%$#VVaN%rfHS^UgN-v5_QGEe@+j{Ct$mgC1K nHM*mLJSwI+jkJ(afQS)!SSDT`6$gV_;*}1e{Z&U#^NyXgk-|?mX>i(w@B;Lo@qZ6TQA}I1JWI?Nx|{p5nL}5yx05fd&GOH-H2De h3hfFHlpAAaQ!;24+_rHi-PM1(%m21F(1J7Ucq*MyI?+(PF4iRX8JwX;=2UrTl$fGmju^8^qaQWYmxL{#r0BLv2A;mMe>P>79B`j bM~Hi`rCr-Oh2jzK5p-+7Wxgrv5w+XLvZ|{AJwf7<9d(a-2JPzop}33T&sd(3GtJB;=?WL|0b@N+xt5O$M_vB{gi7c-k2Hymln*k !1lia*A;tz)*|^6`6lHLdkhnQgzGL`SMBpFalI8+MQ~jInBe?&S#TVu-vhY*OmO{4zt;)&IZ#yixPC{lZ*2bEEjTxRNN^0yesoY= 7kpNvnyc8-w=CG-$v2PMwp%U!q2QYB4fgrnf@{*6;9Ns~^;*I81N}UU9}!#|(vNDZgZ93!gUl2wD9_UwOyPq2iPzw|hU-u47>cjI hHJFtJ*qi>7gt?yy+E;(;_>^l0lodpj;rG|&_^O!_18VuS5;kYZ(mlpugciZN1)&H&!II!cXMpCd6Ml0b)GS4Ea`CbSkZSzc@^yf T|d&IZ!Ymf-=$zB#2R9}T9t|C+?QzSRJ9j7%Z?7kxa-QQv*N@N-`X`IS@9bIX4a-T(sAr~E0I)QRaR7`rXyKXYg#U8?a5H1za+-J XkCZWiKOSpGSyK*>MIVthrU3EaS~#-B=#FBb}GtsQ(46Vl~^vRN<9hiwB}TFl#lT}aTj_dx`LV?`@H-bq{r=g4J&8jVhwRdHFT(C L)CSD?^mIXGc{eQV}x{;We{QwKZ)d;4kIie9WRO@3N*a##5EZ>L8(*{XIuyC#x*Ui_T*9$#~2PXV0;*xzJ&X3JlqbV+icC=h+ct( &iZm)c`_uh=;#g_k^0G&QQN4&@$gJDRFW_RV_|xbNV!sb xbwXR+P0mO-cvyU%NQmdj&2|anaOK?aSKiSE`FMnDAmKR7p>- %X|DKNhIpnSde}QcX!DxRZ|bXhv8v}zVndRC4ZY>-_DTSX5vcVNAPkMYT`<)J=%vjm&dS*AEdbY gu+Zy2$Se)9g%6Yg#sCsi8fKkX*;~s9Ebf;g!T|xaI>bfuzAi$ER*P1iEDUB!n^}c0xz3|j^}m7_p0J<_>(qTtU%TB>ivjfm{O_= +$SPeZ`+SJe;)seGc)|RI6sdY^E5L<_u5&h#o~M#AQVD*RT^c-xb?7t?H1sC;Hd_BR|a fqNdo1Hvu+L6l{nn_SWg?hsIoHXt^HJ{r{!PLE!g3;w1AXwxFX`bE#uOk4~B9*A~EA+uiuPu4>R=D4`-k@jgG 6C}iJ=&zcW~EIUHIOOAImq$P@`PAFENbmc7VV}Pz`hZ0}YG0|p3qS>QL=maqoVjfcLvSE2gOobQD6Z=qgAp*ouSpFR0E_5Kab(MMYaOf+4 T%-DhDL22>Z|7?XO$T`rFBbF8m3(a73Cy3SY3BVfObayBtr|yk5t0y0^G%lItgFErS)o$M__ds*;P2^}?CEK1OV319XE~)ZfMNz& C^Yu1#c>doj~-oLUoTZvgUSZ4QY&GGuC6QvbY-GAO((rkZdY=aUAU8pZM=xGF~>@yl$(&O@VXJ!?7^kR@tL#o#BsUg#4(2tTq#s`=R+UPfT)qLzL-|gvot2}15pQV_-k;4_T8jLh&L$KaH0P_(gkCVpBI9QT2 RD>>oZB`kVW@jhn&Wz7bh)dp+$Qjq*RqHD1a55{%y4Ha?$;Ff;n@5>abKcfC%?cISp=_Jvly&n_sv`wU%|VXmL^Vp4EiC^3&^DXU rZEaI+(aAbH5HOMMetv)z4+F8{k@wGz-IdP14N+QzFryygBQDxH=@dEZTHqzAG3<+|YL%JzBK@5^A!3tJAtFLB6D;+j4e_Kq%5-h3Yx8Q~o=a$vtKsu|QBu$D9V`sxhO6 vAOYk$GBLaF`gcS^&#~bSCL~46!T$<5n*+V=ZwS_Rc0-a(l$g{NN?Vm@wvEWoUo(URYwv?r*#k%G+$y}U?R#2GT m8?X?1-~qtwZok&4R~A$O6!`vSe!$Kq_>Oo-J&c>CH>^X|s!tusTE=CN0;iZLh#Z%33Boe9($mCC7; rL}kPOFj8V@L8mmtnxJ_K%b<9X{e@b7QP<(AN&~AhZ)FIPBcuvt)CQ?M7gxHQ$L79;$Be)et#OuF13>Iqt@F3iF75abiT(VoHGr4n;;C`f>JXwp53u+Ab%(qLZ#);sPP=N{?NfOolzyT#4)bu*eKX67qva*9!nqwSUPmp*?F5_vj)wDvcA@RxUJ&C{A M)Q&Ko>)*}owPx6!HDn+Y*s-I6p_k?a*{CO?In~_%d{cNHB*S_bqotKmE%kq1Ww)%laipI$oYB3wtez6)|D6hKr7m$qdj9Gg{_iA Ud!tZ>;rO%DIbR+vs0ha77{DQSbjQUb{7AprY>K$fSd7Eg^kx>X~Uh3Yd9yk^`tE39482pwIspWn(b%wRFJC(f}Ue`L5x+%rBIR& 61WXx;AutY?CH#Q=arkNn3M}WVhUN`xRyfZ>-0+GtR?XsTgRA9dz*HRvtU|JVIQ55YJZYxEQZiGA}0)F_drN*h<0*9+AiE)P{3Wx^bNh1!r;Ks2kVo ;D?hp=PeSa9rAgUiCStLr(H-zj6ww!)}U|bE+TunshG`ux#iYWU&{4kE8&8pt3D2i0SN*&OtjEYvfmO}w%BA98*LlwCVuCE&`w=> #zV_(@umHBQlOb2wi0={V{aPDd@*Bl%7iUWaD!F0zS=HRDc6VRG!VWVXxGMG_?_>@u@BEfM7p5eRf-O_Yl^4^0>FG?(uG4i#QU0N n_ayhHCWxDIG63ot^)lp;2(VmHGk6>6=9VE_GV`I9Kpc?YQR_CH4hc1~d *g$0l!dJm6Zsl!?aihIecn0DLa#b3qUK*E8yJv%QCxbw(TZgFj)~)=aQ)tTo`wb&VQ_q7_h=trq^1If?DOIN+&3+rVn#zZLI(1l+ cIdfmnkbH2Ma&}k!zxo#^Z|8h3elSWAV@Rd=3=g0)>FF8w^9%R iR8!kLx|FLHf~^f&&n+Cd~6I93(cP0I7F{&FW5mlBG`9D!LtZA8on?~uD^`XUFT`XpmDR2Ht%dC@hV $KPM4U_|IDQUGzmn4QY|SjMB>QPELVQ3~Z%TVpp@W3uh%zRvH`7DbLjMVa4Mj0;b@s3>nMTaPZ5yni!?TvnhSzI5PMYWIJb}(vW #h+<)-F%M%=~OK2`74cNUK`LiS}x>q21ro!k*V#0tv%}S0U%3t^qsbjV2BlxP$|lnb*kw-XeJLkWRr3}0;X4W`j01;7uJ?gf8F=A c4HMeWobUsUeMXG#sojVX5Gbfiv`Z=}cp!YSD@f#=!IL4zAQWr3qrJHhmA+Nl-CdiaCIe&3MPEF3;Gd?*pv5*nIQ|>94tR*v7HHMmW?QSh6ZLhJ*N}9YXU2>Ws>u2T1;4WV_b(|^Q=uh5kJI*KORTKb-v~6`0%91Td%OujOB{Mo+>$eUh(#SDU l<1hab(n*OP@s-|SFfc`&4IqBn#O2)xY?ztGf@23sy-b6b7yNmLE}8f1zDXxF@!J{LW?nYJ~BWACF$#^*o?cxtp}h0WJHvxn@Xgi V?jgBpD{zxF&ssGdQ76RIPqJ);@0g~+@wZnb1b5REPLu$tMbOUkQ}S~A^c&?OwFsbsB_D+%Hn?Wj(SP-O!Agby0O5DR2@^q6aNQL O9KQH0000008eIyPyhe`000000000002TlM0Bmn#VQghDV_`2$LtjlrQ&T}lMN=2(06IYc051Rl 0Bmn#VQghDV_`2$LtjlrQ&T}lMN=EVtWiN+T@e*g5HaW~HzFt~Vg#CFMezXTQ1A$@HzK-#x(fUM-uG2^^-PBBZ+GW6um1I3z2ke|`>yx( k6-`lk1G5fxj?C9z%!0i%EbE>uT%QZI8Lb=;7Z_|fLnkofNusGz-i!W;AOyi;C`w964(HI4F=&=bqWpx-vG=Cz8$y-_@OuPyw?Gb 06qx(N8rOikfaU(Ul05(a3Sy|8GqCwuGcJL`qwSu@dJW8f&T#94Llt97T__!l+-=ot7spBZwDR)+zWg)@O{$ngR;&?7co8i>8fJbM;1J>FvG>v@Zr|Ch+PuSviAfvbQI0dcJA xy8KyKM5YTL@E5MWAQi|*Z_PDuwx1Drytk?99+Wt+6(LizDMeJE#Z0YU&3_$U|K0bgFid^>C@k2_*1@AtT++<)Ct rn_}1^DhDXC*by_JkMK~GT$=5R^SxyB;fT+dEYMr+evUC44VNbEMvMRfh&RMFXMSXw~XhxZ5h+`z%u6lgTOfOC(D?=W0v#0%Ykjc y5%h2r!VJu_bz9;FIvuYe|$Nw^Qq;`&$|U5TF&b|A@ltPcs!kh%vV#x{d#Md|3fuQ=NZzT6P&JLde0ZUu!hg!eKkDq#Wl>|%W9aO D+NDW!}5ItFbTZ5hUx!f4a*TJAFX>da1(IR3g*Xd;9`=u6+Hh1f)}me^*^?P=eb<)8o}FE@Vxh~;Pt;F{U4S36H@=Fto!r|ruz>o *d9E;g7<%n!F;PRc-=;W=kG9BE(Q!9f11JLvj)p^PQG7gFn>Q`@HyQD{34yR!S?JOIILr7A1nF$wJVwKTUYXY`&TlZrIpO*`vt!x `0z^BzsFay96!5~_jgz=(|uGe)4imY?c1ta?%!L>_Vct_9(QgnkGrT=?2Od+N&V_trsI}cruR#=%%2BpneNAGnJ+)9Wx0K}mih9M j6Zr6@8`Hx+;8bB=F7TO{C(#tp8r(ocg8A~V^jLQ8`wzayNd11<3LQU7OZAERs*|$ZL8Vd6jt;4m#pS}U$vUoxqCI!_buQc@JGNC h>kT%xwPII=Ii&?aR0~F@cs_0VLE;XEC7$KV>;he$MjrS$K!6UWB%S&$KxNWWBxu~$MpQRj`{j$>Hjhi|LX9yy#I!^yj~-)1K26; -deUlMZxpd^7sqZ@_g?X{IIlNwwBNRQ__BojQhN_-@caVzf15wX@5}Ge?;1!lKO$QtiQjL`TqbM0lpyfZ?9*$IJutXE>+L{f_ff* PCbu5znG+b2-(S!3-z)e{>G!aFe^lmqQojE}#y&-Uc9<5@m#I-cW-hmYrTeGa&mN?tk?IgXMgy_dbStOu4g$rvVr$k-@trmYG8Vj4J-%S8<^g=H1IrGshf`{xGc(}Ec9|A-jRyDY}%TOZ?jV=?aE7UTY#VoZN;jP+$y`lVvLkF(_ac`>HXc?UC<=Cg$tjCg$r$n|Oa$HL<+h(8O}_fPDX@jQbOCBk)xavOeIJX3^(n*8BGZPb9uIGoN0AAZQ(Md5gqj EllrN3)7Wu;dQbtJpRHKKBv1{nEppvIBt3pxSr&^mFezjWqCQJmHBP9a@=gU^7u;yuWjY{_Rdyb_lZ`H%YN0$am3O#wr>M%Oz((b x{c4j*v8{7Y-4&a6}+sC_kBeh)A{K(=I`}wd_Fg~FuLWP+!0R90 &f||1Tq4-e&iyvGGaWnHx&KHz)3;mdr?>ODzE#@KYUgus+gTnz*v|Ih>UQz}?aYS<1)peVzWu75_xF4|pU+=_2qo2;6ZkxmC-8U& _!w~d1U`@94z{294yNP$4(7wf9n9CybTFOQcJMxKkoH?UnBK2+u>S4u;PsxC?=N?-9vt4u{9n<@bgb><^+r3HuX{S#4qhVtuIuD| -O|bDe|IPA!^53S$5Yb&QyKSMC-47=1oQn338ud;!TaeH>`ySgCriKG36{Hw1oP!137-Fx(r;ga?fGYcaM|i1U=!(Gg7s*17sn4f yO@r%fdeF;K$s@=?JlP4Z(VGcj@rok=-h<=>>2v@ogiozjqVUeSzSIHnF~caufIa;U+$h({V}I2^`+ UgxRJ>=&Nd%=Slgj*UjsFQRexoU`fV*Q@(#!>W@kN$!^w*r=|TlX@5b+|Gk^{ d-xWX=VQ09JiT!X+wY}Yc-(Se5m+nVKfZ6|m(*7SP=g2$B+z%sTJd_0sI5zn$$}W_{P=7SiXR+XWQGTQNzDa*1pJcnq{{9T* yvP{3JCXhWKFT%Hb^zrmlv5SU_{UN9pj;gpNBI}}Bi;Ng%DE^OwWi)6C|{B`%AH&)@8n+`l>4QA jNs3e#3WL`P_fPMQQjtP6jPC({Ab1Y6#Dy~;3rY;Qhe{CzYhrh1m&CZem=^ZmBbz>A40iX@g4CmDF3Re|ISowXHSzl#UNyt?v?sY D0e8f?ezCol;;%tQo4s86`AV~D4$mBU;beM$G_h}`8&#OD6d9aR{Cy3d0O5nzWcQjf225$_?Y7O_*>EkVULbW-+}TO#j(ldDA%F< 5#>gd`%oqo``3$PTv~D5MLDRO72C|(Sv+`B@g1G~(I+D9|B3Pz6ie!l3vNZ}MfsFs-@FCo@C9tIzm8&3r#1CybH-nnHV7JwHT4s2 (WAOXe9qW8E0`%*>wF{aPB}T(Ok3&d_Kb=5v=O-F9{RiI2WQ%Wl}8WLNn`4qS#D9Y7NV8&wo?o&YLYi~kT&Y*TPfE`Q=`10qvH;M 2p?-zNb_gYJYT1SZoqNROqqGhGpR=}zj1TgnzU1TU?0D6b78^_TxuQGFWfk3r!C#MTfb0aF+Xm3vuUXQz^@hB={p}$hz&-w<{Z`K sLHHt7G_aXnUxU^HVfaVvCKi=sL#16Gq7C;T(Eq@aRbAew*6ooeOzy>@l{=~>7=Y2Fz5P~s@rPi3V7Pti5yB`By;$-)0z(ObXDEZ Nvdwx1B=`u#_lRQs&2%b#JEv!#zG@9GqVn;xdp^l`H6E6H!5}6e--Fn;g-XuGCStH=?mVru}E66j2n4#k5ztm(>U%>_9d1f=lH=ZR6Qr&KL~4dZss4rWj*%oxLF FrnW(5=7OD{m=>Y^{GA+ET@N2KQU97upED#RErLl_fuFrYzpi=`f5%J7$YfD(-qcz`y300zsJD_RH*)a*w>6(G^iE3?pA%Su1}dx KvqR~gS}aXSt#Ue*0Z%fnC%z^Gi&*C#^4_^78y8)<8EdimeO2e#=;k|Nm|_467ew|e1gg_>K_u31B?9N(96dw!2Wgs^1A9ET-W=5x2YJ21&+28ygJQgMQ^mIm`;zTnF7f58t+8Q#m@){%Mm`64OuH0ci+?E^kT3<2VqFMavK~oT{%7{?asZ+uApkFhQ*YTnm91S3F7m1bzt~~QtE^zv1kME5D)~*$wJ)*+#KnzR!mG3)?FtzgZH8r4mz<%ZQY9h*x(>PV+q^B3!=jLjMX-2ki|!h==X5W5pI{JCXAC%Q0)bdNv(y @nl9}CYW%Y)|goc%G|9UXKPC8DK})`*zj=wuHNKGzmltzM9FcZ7yI2~aO{os aF+u=$NX?hF+Z4rRoZA8IFHPx+KC`2BpMsjW}ZB_lbVP-R?z4X#f@nw~(ClkmaeKEqwMXF+3iCo7K6UnqAl%E0;t;~& ^TocW^(aK0+DMy*zWpn+n6_P&_MooK3@wU79{q&0D}<{sRVrg=bTt#Yg$z2Y3|(;Pp}#?uEiVOQt`H>g!_glo!sUhavny1?E?tFe 6eec6SXjF>VO_hDr*v_SgZemD7i?w{iffH;k}T;R?uG4aicc V9Lr(YH)Df3#MGfY}HR=bnBp!g~K47T-sR(JYw6@vE8hE2}29=!d(_^KQ`!R?R2cCnDt|$Zo;U@{FW>%VJ;52SU5Zs+XcTxqhoYC Oc*UqElshe)>u=g(cGSBJ|WiB*3`6+!n4?@XF5JENUoPKc9=!XRDk^pTeYw!(}>b=jrXXRZ)_anOXOxu;AD$1HL+34%qL(6A#Vu5 H>S)jIXmup*-DoLVzq^X+Xnk9`)ZCiE$oHm0&`-ca6<_rfM04X=a5W%Lg(ScY;r617+V-@Rn5RQUn38Q1&4i>&SR;E2h Hy3a!+<9{+?YySQ`jH<+Bj$icG0%V2zF5R%riNw=vjXGMSs#v E9Vp|*+u@UxyQ*xW+UYmO`|vt|C_Q)x5C_VX3?^z=Oh>Jxjkp9x>39Xl4ljuCPjy4E-+(t6O{R&qz~0XxT)-$R2YD*p$f2)DtE4DQ$~8d|47%TF*-cxOPM!sem9m*ffu5&edL*#{ O9G98mnhxhkP4XhQ&o|2To$1Ww-juBZ={{#b^`iT4{lK@Z9&5xW_5>QPHmb9dU5mf4%#Q8 r(wnu8zS-#y5@j6?txBFiDrl{Ybmb9lnO=1kK%mR-l4DpHIW$7lJi-XQvD3`j`M1Y8!J$8>#&>GLGN~mJ@y)N+&i{hk8H|p8VRH}5Xulm3qUXD)FQ@vj4nn6G~{tIP}P*B#dW@EaCNZq1uf^S=VnA;b&DRZ JIqPY_K0OL%*mo%UDL_gZBF31>0;^gl)9r7mrc_ICNB3d_QgYeH(=LcK`I|ZwyG0BpOyzAHO#wOoVC?HLMshllpxsP5cmX(rVXYs 0U#O4n*d4s*VAKPp`V+ZKPtAt|#Erhv8Su$@%dgFx3HG7j7VJ*b%26wY0QQx|kw4ZIsxu+vtF5BJ|IKeCqkjLna>eQ^-o*q@YJQvt`pAyb;24PFLhNj_Jlo+FuO tyq32rzClXSq_&+O)qOPpCxQCb>5lV+4xj_;Dj{AB%G1P{vmsa$_CN79$wlio@EB>xaw2##al=67hx_Zp}}4f>MH*skwT;|)2Vxw WqICjbFzNg`?odYrFq1Z=WXhUeITsUr_Hm%(CJl-G ET=&tOd4YO_>|`klf_&Xfe1x+P-CbPr3tjx3n$c3i(Vw;jw?BCHR56roHaaO*=)h^BI-i8V#9(CmOemP?p}&E5-O>q#{r7O$I3T` Fysm&JIz?~qKRI4(w*8QnUpV=cPr{@urK%mtEz=^cQm&ZRPGFR<^C`P4)JenX4Fd}g0vji?5Ouc IBq#vE6WlXvXhhO`Wh4F&8NiGM_q&50Nnov7* 6k<`D2U~{Uvjn;6=|-bR?C;=&!1gSN@yPu^vEP+ICu_|^XyuZXWje$H&?nr4B;QtaL$fz<#G~>n`&79{4SYu(`(R*7KxRy q6yRC&?+Dvmj?%ds_#Sb(WD2LFD}(iEv}M$x3QwrPsmwC!*LQWJ-Knu^^t7-JztFrdE%?RgSl$VRdlN2c{^*qg7(f<E0k()CG- m;2nxISeMZmo6Xa9ox}AGV3Zf>%L|TV4W1WfemoH%Ixy#cWXrRV}Y$Z|Gy>hBNaow>kK~D%yATA^SKXe9;6|iV94i 5oFm^+NIY?+rgBWT6oRCKO)GYa!34cP)h>@6aWAK002*BhEM@ 6aWAK2mnuJhEUsim#d6K003~Z001ul003-nV_|G%FKKiyOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ^eBHd>vPH _lQuSVkrSiX(?q`VoQzmyk@a*>?q!FY}txsJ26X~(R(9l@Y9>e%sk0*cCwI=5L28LNC+uuvpL{Ux-YaTd_ZYw*;|&DvbIo`kF`+f _dn-c^L`cZ=BIkz@Z&u1DbMxv@98i0yuSxL8So!a=WBoop1*I2=lufi*Ytbd hwyysuY2C_13vpy&-)bMhXLOYc;A5Moq>9<9`w8y;{N`c=lwF^hX8*G@XLVD2mC3Z5BO`#P#17LAiDC70ip@-6M)YKJZU-V0RGBy -md|C7T~DC5b!yGhnBP5BUbNS%h}!s0iOu?O~79O`~l#T0H3(R^PVB|1?&ZU(F(R#v-=Gzh@TxR`2GQdDd5uqF9v)9;Eh&(#O~h= _%y(K0G}-LvFCpR_;Y~o1^juyzq0a=13n(`vo@Z8UcvEw5AZ31C%|=pPhRPHK&yA|O1`(<;O>=d_Z2HSzi~h;sh6zec&=E)KQ=Kc2R#Op^4eje~w0KauQ@%-d7SpG|A@P5e|#NWy@h^O^uklwZcVrt&h8N}P00ryD1fM*GP0D?5V )6QhQ2H+YQ-Kv_8QJ>hrtWha2(@y|0+OiD=%9^Jj|{kUM^e1_Fub(baAWQzj+PU=>fo#g`UB0JewN-y4TG{yT;^uA@Vwk9PyE2Yesk1mF{1!uO_M!gV|hI0pFpfUBgRwVt<4=DU{Tzi}<; ^_I27!^hTg{Qta`?RGYXrvA-9c#c{7bi}bkdEaLy7v-sX&K(HR~uCv(wd(Yzd{|0ci?4Pr^&wJN#9?RBozGtjs|L3eDen!`k PrPg$={H@+@w{yv+j$fatj+u3I?~Sz*Av#(v)`fhq{9vC*-^SpxqipaWq-eSF6+PNT+Zi%_Wa`pKYcFc;pgpMHlOU1Cv4+B`o(RelYwoV-}-Hw&*p7x|NL#Fvx~M7|IKY2 $MxH|AKtu;>-8u0{IlCg??2i`x_JI}@GQUp@It^(00w}kjj;dQ0OtT79wEQ&+W{H?+`5DKi+6B*SMA{VZr#Co-noP0ywA%2z{=mV gM8<&c5ofPYwi7D2gm)qozyFq?c{j37;Nk$p0Bj~!#la}9@`L7U)agEcOyIIg98 xSj)me=G0pVZYDcOa8ZUFWXH3vE{tq-AlgmAA5=Kf%7TP_MA`tc<_A6$D@ERmHh;G9pLH4*Y^@Ypv1ct@O;51;A;U_y^?bCk6y|7 e)5$Z_Y*H9ewF}^%6eW%I(W;49RE8mBwqgv5UPpymlqOGKe~|Pc+q~&qklj5!I}Fxo}K&I&dc@_AJh9u--q^dKVG??derOe{ks7V OMm;xU)Nv6_8+>4{N<60xDWpRBGcC{VtZe@h~xYEMeO(6R{kGW@1(%=f`Ih)O9A=tDOSEdV7+q#;%_YAI=(U>om>ex1NdIR-;i}3 $5;XXW}NzaT<17HUpM(vH~C}mJNEoXb@t;mSpM@3%I&8&SpJ*_-+zIXFR}ZYJzv$}_|{taX1m|kpgh~tU_bk;{rwH{iHQdH(?NTF y}ftX-n+y4yVJ_=ZEzjm(V!fEpVj-ejpKXP&QGnM$A^SZ4q5LRA)h}xWP87A&zFRJe-IF=y>~j`J>UydfM1gLC$VO@|2E*4vC!X$ z&~*R@h0uEXSJY%0)7MVM}Y5%q00+Bw;?l8Z}QdLxBr@OeV>|g9!pb}uS-eqK}z{_Map&lkCgkt&-mVG#(J;HDBrHnNXKu_$j5&# qdxUl8Ta)UGxqcN4(ar{9nSll4&U3}vGuU~341=*;d@tgNQZCgkYC^1;d=Z2Q62Zif8j*)wea)EUaV (+m#Jm|UOXdwXX%j|;8->oYSP|L5$zFIoM6o8f$ZFhjib&a&RG&9eLygJ;efoz8N;dki*bIq$1x$yaXzJOcR1 S&rktLCW1j2T3n~e30_*8wWX`XF=G0Ue;}n^&fYLcsltI?X~_xT%X1v&im>^9RKSNvEN$`QLfw#_}73RKE!tKyqNs{{)^e}S1#uK zJD?4qxTZ_^WsZbzV;I0fAkX0H@Jj&$S$Fsa53Oo*-w|S|F2&{KKI>AXir>yDebIJUCMgTxJ*?uZ|7y)N4H&O`t@a8ucLsc%f2-D lgl{H)t3`)xSaUjW%sYRoP6NG<>a52UT*gB+1t{WZYL$9=-oc?$3X_lJs%%YoN0Oz6=m5w)f`O5TF0_8rp4NeGTPF-&Mrdx~r&%?YN3~h^_oG E5GR~(#Jcl;(CAhD!%{JtGSO~bhXKatJ%*O;4Z+IU(NA8d^Pd-PgfhAT+RLW{i}(eCtt&Mo_!7VjI*xczPjof>MI0PE%E-**V2CbqQR$KN4%bS9iMNyj`QAY_Y>D~y=SkZJbc4-+>du%N51#&>qsvjv+^%rN4@DM *O7isy`KHot|xw0Ur)L@>w4njoa>3Nt=Drr=UvbDFTS4g;eNndg^mHC+ISnGJVKTB-ugQB`}NmxAN}-o9QVmLkT1UA2Fl@eHxNJX zJYq@pWQ&c^V}Orub;S)bn~qn$=9Ftdan1z*OMMYyT1YOy?_tB-uy;45nf^Nrkl8~Z!!3w!9To-Db^!=$@ihuO~5Vd6JA%zh3Y=6GIr*zE1Yq`x~4lV5xo@D|X;Q{Lctn6h`zZ?K(ZZ^T#u*SwMA{_Y#O k54+n_Mdx%<9NXlj`P=#a2%%};rrX|`Q9VM+x{bF_Z_kE93elr{RsKRU)u9e9pSh?Ywv&a2=~JekI=t)(#@>D{ATiljW@HM$(y;( N9_KcfKXAr&j20;9J&R#5Io;P`5oL!`ur^5r82);xlfYYxbAn{MtboJ4%Xjt2itx59bAXWJBa5QE5Gp$ws*V1V|P%m|KJ@Q|5xwedOYq;T(_sZiQ|0+;9CJ- 40xyD9}p_0H~wbwsrLc?F6iQy-$Fg^Z||gC@#8x=&Q*7De4Fp$_+NGx`T3!{D3@-%i+t-}?;^il{#N3x19%bORc|F-eDSRuSMS}l yPkeG^|Y0DQ@%d_ZQw=H-`m)3^KG;<-t#ufy_4@DAKZ2i_w8l(kgo5!hyDKJJ+xz9{F|V2z)JwnmHEG&<9_AaxjvV^op?I-cH;Ms -cI`XySHFJeH`yy_i?=6zmI(I#``&+ -@TvX{_*{!v*$iQf8+KC*zUU?;J82X0Qb$mJU~11yAM#WS^gmLec(aT)2kn(yu8Bh?|snx+YgdIeZcB};z9DC&pb#xf5G4rAM!k~ 2Jh5|xUc^7Ay39wWZrag6)*ukF1b+IW6y?>*rWzSsK*pP&2)%YVu4pZf^M`vSW^)#|T!g!})@N2u2e&BKJ^Uhm=F 1*@t2iT~tZ?fNM_Mfp?hTK3DuxUTh3mY4saCVF5!Dr4Q>2GqMBzkinT_K@HGIes8H^|gp!`C4mRXi@wPFYh6rkiV;O-LU6EE3sX_ 55H&O`oSLVp^tggpcfOoAE(3x#TWd)@Vm2z dgUed?k>O!@jEEEva*{2{{`^hJjRgL_K;V&zqeSu3-Fut$hY?4_q&2$dp2tE%s=(0-~A=b2%3OQ6Pvx(H-!k0q2ZZ|LJptFJ;r9moK*rvm$okk=&hHv)g8OF*JzDuo0bwfXp7=Ff WBV(8%ij{KBYL&^7y(ZOJQKfv$Mxd?f3t^r&|$#8@W{))ir-%R-fHi!Hh57FdCboP-i04nx9;g*wC8<*&&KZyxIP!~AFD(6{sX_4 +w}@Oe;44^((~6C{CcS@?4e)j-X6-mqh0v;Fn%}okmvoAl?k8N-9!J={Z{q~gA$V#xplU+qp@UM-_b+=y!=HTd5Y+fzm2jhJnGV) wKo31V{B0TF3;(qpXOUq7rz9*ojv3wn|m0$81JDh5kKW+)`s}XSC;1TU61+(V)nE(Q$@&04)*?IF*X`0+njy$>0@y=z@1 4`EFYeOVLsOzfhM;`cV(e;ROW=^fGW{}^x+;E?Ps;Xyt0naJO7^e~Pkviu=?4=SN|wLO25m3_qSe`s(Y%6|^OZ+q06_x8}ACV$%j $F1I#9`&x-(j1nSu7~kEy@$S(D*&H{-=#f_slUE7k5?HKnfDUA{uO(ElHI=@_a|G~d+@uVhdPe@t;h8z0igz}eJFoZ9&H2ncb!4e bAQ3w5!?B59(C8(^-u?uKe08$|9+L#TWU~pIriW;)cg^vdh)*#|u8>wjkV{XNvPMQ0a($$9ue Raf7~+wi*#&!e%&{@%tkydx=|LgHN#XtMGfb$2gSyiQfIFSN#*4;XC-fvs5O2?(f_6lhNj!wL4^GE!p2z=Hqt&*KaJ1@wvD@ gkKMSe}j9d&}ut;M(TQuvx?3HQ_fq}!}!E)J&b46tPRnXqaO3k1O627Cb`G&I{bdChjxYggSqQHjIv4mGW>qxG2XPThx%{3hjyX( 3`T6MU-9Te5`VMT>zDqvw)}dKhJHNZ2dz23oy6nKa5^3E13w8HepHWJ{%q82`a!!L28kbJel`{Q<8hY7)AE+w%|@+8JX>iOB~d-d qSmB870>$9(s-C8ae`*sagwF-ViNj664v|;&8U7rs-m+f^W%2d(&zprePfrt;aA#cm$gb+b!NM}-{&iSGfL5Wd9r@ks>hvH7Rrpr !-+Tv2mD4S(Gg+F6L_M-skD!_TFp3U)coNVss*jd(9eiJoz1A&3fu(s)ebiEgcT29N$Smxjxao!VcP*C)fP6n;!+d#_R_TUQcfNn aFc8*Qc{~t;!fLtRXdziVoritKbi(LfxpO@d!tsG1+98Gf6)GJ&@8)bPsL~o)n}qc7+0%qRBB~C8ImI?qhh(#*Hi6Z8%TxcfNEsU 4rzkJB%XF{F9WTBX%s9x4eOmOn!!#1GNdYcj%3H88gM(_iJA==P|^O7c3RznyF!dp`3_Lf $?_@926L%DXUjhsw!%avz!$^Rb7c? FG`dS1&3%RV K9LAqq#>FE2l87GDq)g3tV{<7O1-#l(ZEzRIfd=nn}qdv8hFPBeL>em94E|o!2D^LI7o$n8lg}I(L}@z2r|=lSdS*=u$&M-6Ob+~ s6g}UDkBX8nbdCAB6PK86z09m--)TdRT@?=$F*d-5u{Tud5i-un$rO*mn#jHgp!XB`~@t%wm1Qt(kB~vzii|F)bBf`4{|9|Yg&jg mfl)9|E-nwRt-J2ViAEUo)^PUyXUo7r3EM1iuc#CWJw@3Ht>qYL?N5u^?qWj`!PkW6_YSfs(arGNg^mzKA?rVsk(<)eZb3NYWln# WK#}f9Jm&z(V=kvL=x&^0*KhP(k#w`rc`P`rq1PXz+V9aq?5?Kz%;**Ct$>#ER-T%rKL-G4!Ie(8dAtBJO^bqV^bX)F*aE%&dA;S AhC>JkG2$NYD|&oONGhWHB5 S`OE)C|`$p7h2t+z9`HWCcjuao~)CfLr_lpLsClW6HeZr@}Bg?Yi>nvxZsmPQ&k%3#-g#9%50jG=#O<%(95cKS)0zLV%3AKx)2Fa EPPRPyC`ipgE`gFs2$GJ9aTLQF;>ICCc@bq3&W6fvp!^S#2@{_^`K!2(+S1FAn)^s~aW@0$xn p<6}+y+6 r*$X~c;pRtpp9WS)Np*{v7l&I1vJJ6$KptRwO&w? iSibxLn2hJCv^tVL^d@DZcy%MHUg^>r$a5DR^0N=5n~B6p09GKS?(q(2s?+k+1ZvCQ+I1iZntT%?VNtw@HWW0`64ccaNVqTn(Cnv f~HJVwJ*Pp8{pASSgJ*?+r7O1u)SfyVqx2?AhZWWIy)|}r-p7*s7_|@x1+Xp3TB;n8=Pt$*m9Tlh@kz|9X!XXiLtMGR!gshDLKbY TH!-VZ>3hHMpv6%ZADqthhT5Z<}*P8nn*9L_{yX9@C CA*}K`MV;S=DG2>FB6|%QrKI3CTgT!4T?bNetC||hXI6bFD1zs6};blFjU(PX?;*+U6w>32U+-wFU5ZzHAw@C576O(7S_#kO6EpTg(x9X3WTorHpV&z6Upkn8SWVD2mkN HYE61J&D?xucD<9`^)?!Mn#C;q}B`VO7=!!>Pj)%j)^h07CJoCdZnA$0Je|#2ib#GzzF@e_`P%@GBH;xXW&w;#98K5bj>ZYW1^N> W~OC;p23xZrXRL&6}JQ{i?%86sm(~ec4>N?0n3hVm0z64>lW2Xq%E^ZHs-2UtC0_*DUv@saXYo*brO5w#S7A*{8rXXJutapqqaO$ y_`j0Hlo0G-4A)2T2yajqsxr9svevd%R1$IYN0|J@Xj5RV<>K+y1Kewig`DMF3XL0&o2stPgTFbDk}D{wymtTXw_E9Rj!rHmf+K-I63C1OO|}n!g*z4(g`eq+{K<|!hKY7FX%CL #!3mJ!6ekd0TIguQ}48#6*De+r<#HTPMeF8LTRTm)rh92MP-b0^Dy`IL@IcoDssbh*-CSva*pw^?9>JlV7JLXVuV->iT7lM2Qz1; h+PvT%-g(Lv9%VjIuknmelrYru$izm3HiObP+n!c?p~yzT`LAtOmqkZog{B1QJ3H-Dv#0n+~R!R7TPHgS3IheVco-K+o!Ku NN|fd5tJ3wMWjPc&Q1v>25RgGC#!4;@1-xre}f|<{C99{3>SJgG9uTZ>LrC+L8!mLP}+r}m#P9ndtgc;aP_hRymf4+w{?Pke=Mmu zls19d7Q+?gsQ|3t71W%r<8l5W=@oXYHAkeny46b>Y0`nl5jFe8lW5) 6CMl-E6X`_(!80fh$}IU0aK5pJXOY~Vp84JK*j`GP+8GX*^zo%rOlpWaf2cwH2CY#IHo)ebj#8r=VCrI7g#Dz_{o(_;6yt3{r^y89e6bmw3NbpDO@Y5Iph?vHz4HrGz(7p~UzBv-ho$w5mlJ#2F!q+uvXppQ&KuR%IjVev(Dm2K!gwRnO|U&FBF3PDR%=$bzkLHf`6&Jk6L8~eGm*T4w2Yg>%Jc!GEL%cB%D8=6w=he*7(hiHf7ED04$X5Dc(DpiZZpfg&?)x$Q}$y8A65ip!Rg&{9b*VLA4ii1SMMf)rp3BgPpH8{@k5Gqa-m-0toWI=~0Y$|8L EhU++@(0$a)<7*!Xe2AVrUQ8vj=2sUt5Dgiiuuk2V{burXoMrb%eC#DLWulVnB-0%a#qrKyqzNG G;6>U;W~tWF*gs27*Ipcx&qt-`>L_3%&?iT%w!!?o7eb3>+x7Gt9CSPP%}m CalG|Q6b+zfXt*BRF~*r07>WC^FlSKaY}h=CZ1GD14STx1nfvv3g<^XNh?~j_Gz<30=9Uwwf`Uie3ctgNNdwx_XEk+lkwatGI__;DTUBcE?ni`Bg0&r3nQd D0lZV&?Lgjn)NUis#0IviU-K_q_O!X+?b@`=6R^<`Wa$j7PS>0E{HKU)sc>U&4=~IqJw#>2cowAQ*e$k*eG)YQnlGo#;ANWEGVYt kE%gKYmH)Ht9Z*=p@wBzw96Rl!TcuXoE{--muS+6B!i_x%a+Z~&ep0KVZFW1Mb+zu5)~@*@!X`raV#6Rw^LVVRqZsNK_7Jv2rrX4 G^KEOWTSujYJXhZYRw=MyP)RA(&c5&-9cvThz+aZ0;k+tRoVuA*-ZHWt6HDR)m+UtkLl{N(YLlWHGxa <9Onh^9H41S*oL>bAZr>x`@Z2`1*MsQz1*?4rimY%EzTg1#d8UG0Mtw*gK{zro&hs=@;9SQbrfyl+->M @EJrz5z|)0liulyQM%ZSw>zB1#tV{YVKs5LB-lto!YO^0EtV&DiwuuaDzBC{>T)&ID%LFLbb-jV#QSth=_e2!$(Mgj3A&P>C|Nh^ yk_pj+(Nl{nu{h$#CgtLTRsSAq)gwJ5jVy8G$)veXOyoOT}gTrC$wpF({^>irjn#NhoPow@jxPvtF!9&W#Yv3cS>3k(89>t;)`rB_r|GiB0p^VtFcmQXcc;kX@hHenJK=NC}8jy^m>Y|vO}TBgy`MS)xYn=p9~}|8KSur T9`mXy{GiCctwAjUrS2pZt-)tB`Laf{zojzJashs#kkAvS2*g_!NzvsK=k5Yb>;}C*q`nV&j4$R=mB!$LGcPa&5u<0%)Ge%rwb!7a?!wxd>UT 0X<$;yoD?>ecRID&$mnr@BA=4Aj()ZPLP)}QgA*KDXSm7xt*+*i5gfUY!*oy$m5*3!ymXWTkg(XB%DVVNLXA$!m9J~eTO)n?l-HM Is<-nyA%=4JpFM(v{^9@)r{6Kvd$+{u3*(_-uY1@oASLWyYvl}yEMaeCxWx6YuZq;Ml?p?wmpts2*8zY0~xyRFLwUbr-1%QVU~%qjoa$$WBQXS13alQ(0^~4p2P4x>7>AVZrzE mzfRYBw|+@VL=F$+(wDDl>~V+(DWUsbU~*P#h!ljqElEwu+n1|i2e%>;e}0c6M7TTgxK;8VO r4J;NO(~H7rrtbq^yYb@Qte*<)i%=Tp!|59=df1O%JV^LZl>TBNSbb|>ZH71xrjV#LrD{NZOzNj9`q8+nu%vIEs&aCaEM+}sL|9f63~M%mfTs1_%a>v~7F j%+GMzoNFhcLUUWAZ<`T$M!R@iDlpbQR^k@X@d1})}Gy)2hS|($(X>>1~;|pvFz?4|IG0y>%CxbyAo_WXbeg|A@EV2-|E5Tr}-<^ 46R(w`CTw*Hj~UPf79>dm&(D)HK$K3U%hhGibfc&I_0cM8UKN&g4e%aTRg0$*s=13#W@MfvpAso0V)-o;WAF;x$t6dVflV2nU!B$+4exVNb(a!Dkt7B*YW -_x>VFk(CkP`4flcTB`!(IYWL&G3Vn8S!xHJA!M!4n{K-#ft6NP$}ipL35(hI)paZ!9Z_VuHF(XFJ9Zn)|~;GM>}z((n;4R?L_jy Q8S#>T9LTTdIK0!vUZY&6-Zo%8Ec^my_lgM!3BD$o{OPv2f~bXRMLT9yNv5j7B!bU^B_^nzN};AB=yp0hbVy7#OwAph0oua7ot{xWJVQQYkcZQDhz1W|zzz~3j`*RR|LA?9+le0Hj@pR* =28*Mpskr0l6ycu%!!j}wVN^2$T?gww~)>BS*yANtw<6U`h6uxdpDAS%ExBbuRB_!E{=_$sVa?l2D(ny7}KFiFC=o{WU>`=B57Ej MCrM_BG~FC_)5z=VhtTIn}H1qGmuiV#o~N+_PHSUd)f(n(JD39s_Q(AO?f$6Y%VQoYHKamtENl)+c8j~Ni>~sg_B@%GU*5h!|b3_ fVD)-2a}CCJD`=YIj7rE*MxRQ?YL_~6Ka_(cp68(Q{w8}rGa7_iTTu2o-2V)Z4cWN=7ulZk1`ob!lclvp*oA^pUnXV-dyTV<~XFt NaHqED-*IG5UdLA2dX~F_L1F`e`JZp6#*kNuTMRCzn^t7P#!mZFUT9hK)0w+yY3vJ=cpJ@l`ZCHbZl)(`edrkCT0FJ5=ZXpThcNm z^e=(1fw*ekx7U`n1{TY>Xkp))J|n^h4Vhb*v0V1SWFDnV_=~}Ec8~pTj(f{?cwBP$N{vYNB;oi*A$i(V_~9v^M{62X-;sPWw0fn R>@r>s_X)xBhXYl?PQj2Ac(a8@pC<}0Bs3}HnC5|p%t}sP(0zIgm?E@pr9VeN~~T!_?jkoyJ8g#GlJvD_HJ)G&IE&LJ;V|TPo2PO $r(y*!J3HDP|x*PLtD^ #GX>|Mdk=}sHO&L)>Ml_5%7|uBoV)#qE&i|*lpfs*H|CDPKB&UsnG3>WN`*Z;SN473ZG#{2WCfnDE0<&$|>!;as}-5{2PpJ8SnC5 uxct3v@dX0VY@2GPPC`ndb&t4b{-O92C^{Fh2~qC>;h9QcL}94SB-$=oTTzOVSX}*dIXLrMlyua|HuI%IhXfzE6tl^xpMarBH`i( h?rIskfCd6xjFwJ5m}0PM~UP`a*#;z*2;z6DvlBv%ca$#=Y@D%7n$K=^}7xek@eQQ@Mk|}xc}zu|A0-kMSA5O{hqyRaB;v6mfo!OV`?>|CHk7DSSUFat9fhq}F0fZMw3{TV8;cSW @^}%fA1+!gNOW9mn2I`Rf724dps+VpbYeMVB+0lt-Vm)ufk}sgF>8T^C=45i-NHmQ)k+)l@S0n#Ao7T$l|itjCTeF|lD*rttB4lnH87+-l}VkTm1`M3M;}NJ0uhi`r}HO12Kys9Yqg7h(DK a22_jtZIvv7ZoeIz!hI{%UCWhE%ct^(q&YQ6^u5@^~fxG?8lYtX;tkIwJ%g)`J%^*5n9q{rllpzjmpVP3)E9kiLCo^&M)ycEX@tcPOI#kSp3uyP+g}*3spYewn&B;pcLdYu%E5g WW-EjRWg{Q=EP7LJGmn$1rnmHBZ`+_wc^vZ^jY&o`j6O&#Y1rb$PXt`Y0UB#V8Jig&`!_F;)%Qg|}T4=u~f&Tri5UM<0@J0qRi_=7*mI cKAtPr=KWG*#+7FNfh58km{m}-vyIrB+lDjQifaxK-a4a(zsKO>guRe{ive+NOFH}Q;8QV*G7P%PD{^~Q+_P!3^n=ENZRVJE}9qA R@-+q2B%?X50VeL15lLZd7Gg0WY~5h-t+H-N~*6Yo>ZtDbBv1PYP_9hb{LvQ-CmK=TG~!;EhO*aWgI#ZJXmHj^AF7u(((#ngfPNR8BbCC1hRD3Y}fPKO7l!doYv3Z>u0hzUS+X&sYI+%;~&f7#;yVFdS9)?Zi vT_TmgkpYaVC8gJo$yUpUB78)mbkT^+oB4^VqBXJ7x7~oF+0s5_PYn+PH|E0YdovWnhCbv*?B2~#r6x-z~Gh;+Dh$zBytUnm7;8r*=l?SZoR3t7-p=~*KNn+vRL9l@5G*pL;QMW|Mbj{qia9lTjA7`h? 6x+9g)6%X^ZFM?=*pj&+#&FPvIw>d1?9k+U{Tf>dUR*puG8t1oHgfl&lA{o-z7eYWTTpk-k3{&Z`?-_pwk{niQ|qPD4DGcX5fB}h btQyg4NIJNHv#n%{Q-#zdEF$LLFMo8;fMbIVR$g;Y;6GciUAbneHVg_U%}J#Ws~m (qJg>{AYc^9f-qNnzw_2Y&~^Eqg#5lwJYePe10lWjV(V7Cu9^HJ=Ko$LMfPqYJ8|PR0LfnBe26F@{;TEd1NjsqOfsN=ugpttt}G5 8So>GNm=`*d6~(apN^v$RT6S`QM5*sM_Geh3dR!?owV-at1j%2WLmw!lfXOjzhnTZN0tFBqZFiQ?>3RH0Yht&U@`v%=|pyJj<-7z 7T;VN*U7IB1cO(69U0JgjVABB}H}rY_P}I^;mLlrt$rtWi9jC^)TnDHQa-Vx1W`=ySf+DNiWk8)0ZBw{t@-#}65S8mk@=>htb3I!p a{Mq+EsZ>+u)qgO0kLM7J2Zt42N@|0V`_?eC-#6gUD5#5<5y-+1ENuitti?6cDP0nBIj-FX4j)s(IXz%CUyg}71SBS9UD51mf!Oz o~STJh0tcArhKR=c63`3A~ez}+fx@hbGZNo!Pn$i?eR#3E;YB}JqeEDPQy0JmXssNJfx9D59Lu)*0JvsXk#*H`#zy>3kbt1M6N<) 2U@DNjP2j%!Yy(@PtJ$zYgN41Uq}+2f~cu_ycm}X-oZGxtfjjD{0vI**ny?TWT7C v1RcBPc&akPV9;80G}Z!Jm^7;fd%AYRD6p|s*>Z5PgG%JRoCsV!qa8E(W$wtbdJxwYT_}S20;N!#od_i53aj4bW@Po*o~C{fxzdDz-L9(Mt}fpemQ!Z02l_ZDM3kNe R5=SMlB0lNipxK+zzJ}%y_jO7Ah;7{N=?b!#Z8VXt`fD8 D+x1EmlH2-%ZMxf^?89STP^t}bVAiIIkg6ZHRkDffH7DxIhz%mejynFkr@d0<3Y-STKpC3Ud(5wyGNx@GgQ7r?ON_?5@WkKNJu!1 e7mauQ!B|36NWFb{gMYs6-zK9OEes1L}(&NiV7|I=jc>=tOp8>Nn~GGqtn2GL{nhWl9N$1L(Dggbc&BDf>C-~@Mc*Pjy2}&uvT6b %9x^ST@@vV|4Nth`Z^)&m2ZyRhT78#%u%K)iS9e!Wmo2DLW_(9M9p}nMwZJtMcr=m?x09mO}d#VaYIpDOhc@u3v{K^K>1AN;~AbT WOhq_o7*6w(SZr+zk1R_JR_-BiMWXJM82{hclrf*+*q9Ip&>l(Pd6D4A+ntkRTAD*&GlR^5?zy{d91ffCn|aUnMg6j(c}zQo(!?c &2}o0lYg*-O&;Xu5*?C*fWm3!u|NW*`VF3=<~BbHmrpq5f5oSkv!1S&kG*tI(QzVg;tnhYiVSmR!RP9Pepw4nP8J^XT*owHqK+}R F>*FFpUX93*z;Yqf>ltLq^~>`-8pGnqWBUA3d@P4exEXWaxcsB0liAdl7Y>Bv02UF(D4;*YW$(QQ-%;|;**P2!xWEk3+rB+3DFe{ 435$Ac}gjN-9wc%l7o;Q%c#l|alG4XUbVAJ2s4kiNa+k$vhQ1q|V!jPjHe_MFU-Q rM=;DK;$?S;bJ4Zpg3trxSspwY1Ni}+oqC;eiV5wS;L^Eez-_sDWL2PThzjZ=A<_{c8O}~u1K+!SOl9VFO?kF3!lH_o6&Ev0Lw<3 DzSgb!!M@+?JAPt^Kc`59oj^ji6oXs!UqfHv5Yx;xs*_2QBP&P#q%^yCe<-|oL3kU+O8fPYP(Do47{D1MbFreS(T}t)07*TrZ4lj Ch0|NV5+n8!=`i#;DO3Aek6faFbC+6dysY}C&Ppxr&8clf~`h!LcUPZHMT1Oe=si#{Y$bA|E+jk$J$X)4>fCAm{utx%qhZE`>W>f E%vp#P+KjVBb2)Q%k8jh`!9Z&lXNRd>Y9}y9ryNb&Hbmn>1TGdHdvj2JFuf1JH(v3{MlnJnKKU^Fh#tovrY%#9t!tG%KWsv0ZWginS{Gd9LP8 TMoVnwZQzWmWN~VqWakY>KE3Z8z;xbbZz~Hsr*J=KRlJg5R&36oFbaecX^aVb*Pbq_)?k_9ftXJRk&}Ed^6bqng1Uu~Vl+(irn9M9D%$L*Axlr0Oi@EWW)YDjh|Id3EtX@fi%} ?%{dr;=C%fgrJg#hOsF3vCv}#&s4u{%3C`&$K8S8PgYBBAk=-W}@cVUNF(zSym8bmRTW$z`QA!)5WN< `$mWUuu5>)86lRC*9wCLjS$i7W6^5oA90191@omYkqph|T06e3E5}d0MEQ3_)pUG*yrwBE{DehCG#S)H5-jljiaDp6M)!G^UecB5 Z;8?xswriN#&!Sc_n8R+IY^-wJBXI{<)IkWq8JJw^)a<)CC&UuUWfONXw uKkzVJYj>~$ml*JYZ1IG@TQ%X6)*P6SU`3sWJ?^H<2ZC~njy8bT%ofMl-U>g8{!`-K0KjO#uKw7u&811c}Ob6VhK?VbFSI38cJtwWI-OyvZZXg;B=s-D5+ #A}zkuN(lW&FfBaT^Pgx^Qa43xx)Ip;uY$N4U)3;9CY_k*`0-Qy5Mx=%r3rv;tU~v4!xL;J>dL(azut$*Bt!3+IiC8JS&sqaK)xN =5lYqFL|2fbv>p_HP4_ptV@o3Yf3Waf@>j|DSb0l5HPz=OFD8xGFD4*8TWm-hE8&yWiuM^-KXTGPZ5jby5a%-AN|=U-CbXJcLk%$ =X7a7aZs1^cfdYubZ2!r78o`yz`{ejc1j}B?j&e*>Urd}+=~XV@=*WCFofEMo!fU-z6{D;JDk^oezC`F6-qQz%}UMtdn{y@Q>?MW 0m}Deh6!|HtCd3+-R*YAHS%CHgA%2$O&+6hnTIGB88J0~;UoHgc6WL3rBM~G-(m-rG91R_f1MfleW{&O(BG}H2hBV^Hs@yD?$JD} _c3{(%+EBis6JZjdI3uy->+Ad+W!u9w%U!FVo>FBT0Mp5n^y9P<)koYOhx(SVhl&Z4qZ#_vdAsKR`vr?Hd%tO8ED0)eEC?NmNw65-A5C7puc%0J+Bf?o*hKg(%!d{-ROphsR<`Pn+#t%227KXT{|V 5Xl3y@58#oJaNM}e~&qLOP}fpeaknuf*7|myIxmT*_GWn;4iLdxr7e$%UAq778G-}%HM&{3i)R TejdrBh4CKmVd0+4kDA1|IUNRwu0YE(trg^%CpcJ<_fE51oijnPay|o(nA}ibw67@LUQILH@41LT4fmwTU!;y>e8`d_i93XQS?@0H-_TrMqW45}Pb}aeFh$j!O{Sw&&xX^9oL))`I4T@X`Eh2IB*#$CCvp6G9$n2# r^mucLSR5M(tR{%+F(3iCvpd#*(bSTc|Ush3WF;>alCkvaiSL;`SvdID6DZ&$wBq%n&Rj&@lZa2L`6+bB$PvP@Q#Zs#CUrq)V9Ug nUN1lV^0GL`9HaHwah;~VYl{T%Ih?Y@YCkI9Ankony{KR%VW^YhiH+p8O;K8$Db*$L!}zJgJANqguMWI4b8;yW;9;Wz{D3k1kGc1 ww!?GPMIp)SB@_jKah0Ft^)7>08mQ<1QY-O0000_W`WiNAUFHA#UO+`~vK}SVXFHlPZ1QY-O 00;n2W`z?R0001NZ)0I>WiNAUFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEu}g33OandA@|O DPalCV#k*Kup`-yXU3A{RhDHdUa(`!5|-@XKuO-r+|fMEn|CK~8F>^E!rIWpP_~3UQNf{xn3fPoYhqIvixkQhmeP__4wR+sDJe^H 3iLovzyJRCy?G#O@vSJFCH @_s%HdM)TDuH=1u*U+DUUJd%cSMt6VU&Z`)UB&xfe--beAM^<5PSEY3_n7u?fUW@jwxPc<xP;|$=Mt9VT}ybqw=Cgx-o1qRzYla3@derm`eo3kgZ>!w&q03*x)=0q OIgp~UdrqLa4GNa=Sz9sUoYkPp3%wcUfRk1p5MvqE$!s@FY4s}s}1cn@B2I1PIh$izHjX0`Cr}1{(Dy^@8bhz+$r<^p-$%OQS<(> PWJmRndcvOvi<(NlkNRE%b1U)%UJ&_K^@Qy%UFKz2fd8!c^T{N(PcdDJImPbf3}Qq=d$Ij@7!{pe{4C=JGq?qf6H>7CtS|_zhOC# d%vNdTF!RzkLLMD%XvRfx48Ye7Tetti`T!_V!z#P-XFGj-#1$ve1u+mAH;>Z_RlJ52w3P5b-I xDT0mKMHyWxUacu-n4hRtbwJhJeuVue~@LI;>Z(YlN@r+uz9*>7ICmhI?XLmytt^E|$m<@~d?jC)sSnEw?S mg|NL+vkvZK4zXv8Mdd}Gwc_4XBb!BnPI&@nBjFkli_`S$MpNR46pN)8UO1H@4q9<<1Wjx+`6+YkIh+@+s-V{e?yk%tAH*dyENn8 WZFNFWj;@5d0%HhVd~=hS+@6!bBNWTYjUiIn?cvnesXM|_vARvpUkm+ea+Ax=6If8<~Z&xUdQXKGjw1b?`uEk80bsZ@w_M3@jBmJ $9j4K6jO-j^zgVXJuH_!J#4ox>0x<{_wfE-*28it_ORXhJ*?N;%=3GCnC}OAc>ka1Vch?85Bu#`dRT7%Y38}8m-%=>FZUnp<#qOf Zl(1>VG81|UY_R>^ZqeVn4PpoG-eSbaU!>`seUUv3z{~dj7M~C{@-b#HekK=u;|JV1iUhnB+ xqPIL<@nJ)=I7x)_UE&GEU(Y@@j9RH<9$Eb$8qXX1Ybq_1>Hmbw}JQdxedI|KbYr#-N1bPVgt|n%#FP6B^#Nq=WXQnB^!A?Ya{cq Y9q_B$F%ovWW5h3`8Cet!+<60$c#4{Tz2Ol)F(R6$+ZpXvYPCiahCZZdi9 W|QY`W;yNK%=YYVX1_SGnf>gc&8&~lZ|40!vDw78&8+XAZRY)5vW4+x+ZMK~JSZSk)V8oZ?%Bfg+`on8{LmJ*pXL_Eg(tT#e;r$S -z&G8{ADZK%?{AJfPY7}^0@Eyv)x{@jqPIVHkQw!ZM@&wHs05*+gQH$fj$NL!EGF;-ZcO$AwL{2@pC)lz>@8}@59?!pN^sacE;aZ xAS~&9prKM4)VTE4l=)w44QonvOb<1WW4>aLEgvncJO|$*}>z7c9?u~2g~>94qoq=Y0vNA^_(5NFVDPhnD?*Q!Fqlp=$pw-O#e6R Ggq{`X1R2g+wrUW{@*$}NKZ*fD)>7M%YNk<3loqbTo9&GQ+-wh{l`E!bzsZYXyl9C!fb9LiyoPYaeo0p$y3%oT=yC^gTpp@1?G pqw?&o?xBFe}5tMfd &fzIs&3c8_^JiXsK$z!y=zp6W|JhEO8@3gsY5DA?a#jdINNp?Ll=QzxJMTa+77@+hxEc_qqC g7I+@Wk1Tpf^l(;8Aq5(`1Y6P`R`FiQQn5qZ`vA$+A013qvEeou0t6xZRFqg3-!9Sly{}Z&7ge1)B%IyHG1;{wZZ+K6_%yt xNa1Lz8yNsv+TU8%ZzR>IerjYzM8UBNjHo;Rp~k&Mg&&gwF?z1FAH`QNXvFzGsKmFg=sp%vK?AQJCs)0E~20GteP+Dj*0@eVHMSs =PJ7>i@AYywLxNLJhi~8zzSTaD1FN=PJ*{UPafi}C0)A~NSZO6qDc$N3uGY*ow~GwveI3#GB}K=Td1sjnORrAu@_l^#zdM}IC5R0w02-s?XXbB!0vs{MA=0Nts%Vc9;SB4CXk~0kUSoW?onTsq%S=Z3O#7M7Tq_Ll`E|ql#khaiD&+W GGmU-v)M=+(Y<2cjCveBe6WR>Jp(sKxIsPe9?TB=Zpd>{7Uc-CRN<`h|>*6vtOeuo$;7Olv0Zi(RYMd^i3$&tQ* P!bCY;DOZ|Y)tCrK!%~?O$3(h6|I6z;sgM|H#GwI67O?js3!d|@-ZR`6@=~-fFA$_Oi~D~Jb)#tS;qR3KFSl<5#-<%TcBQo?arDi WA>OOtgpMG=SYnP2JxfWx_QJ5zO+0Q5{Q(X32;;t>;W)^icIRNC|wb|#x7UdK7JkWLU?Hy1!Q5fg-Tu>CkMMF!h7tgYWwKsLx{RY IOzbR7$-}3kzzWRo|SscnRCuuPS`d9MuX1+e$8H3OjZ!(OUflIE%=h<*y^Iiw_q2@0*s1XKwnkO<#J;8Zu}b_K6cCyst~*rDhmb( Lo9M)a9Q!dnuxJuHw>(yB8yrv-wqMmSyC}mwFClOP*s2eOZX-a8UVy3JplEJd~A>JLk|034lb#l9}ml#@*(N$1#DaFIc}5P_M-y! 0uTrk1~TE>RZG@kPfjTjt`1^Tw(n`%#`KaFnKP)(2otxUPBj&fwDtb>91o=zkc{`vgJY{MeR{tD5VY9lVAX0(5zi{s-Le0$g~yIj$! R?#<5+8~IJqEpg%8ampf%77=W`%-IvG_WB<9nobvfq)Qza`Zz;=Cj`UnPR>Nz>cvFcpc|5wX#omo^*@1|J%COiS-F`i@gevWkCrO VHpqFcWArBZ~Ux0w}E=($AexhJs^nQUn~x>Zy)|;hllw$J2r-jei|O8dJ=~SI9i+qb6DHgsKNFyb&+x)AApuduKi;pVt)w_WP)W# TX~$RQI-@)7oaPPI^}Du!ZJFS1N`X)7;{QVat9+<$oCRhnzDgWgjzI%FDGoj2#sm};0_q&vz4T*i(JX(8Dc~O2Iq)HGKZoQ*Z^tE j$?y~3vi1JMk!jJxRJ;0RD!lHn@hli~s2g3ufj(z}fOsFD58$kP5lO4+v@SEE>i VgYZ4Br$4MyQQF9;5w|;G8Lo__0ty*8<2WI`B#$)<8Dqm03S=_D9G&Ic4UO(B@o^hqxWZ6tFw G)5uGqX3PDV$3-n!`@iMsp+4VsK#ot;FKDSDr|aC=2Y3irt_)XjHC^rD?XwfwXvkYT6KgygM$ RUc(bskxIblvo)?a@Jmo_hikc6QR_U6O?HpvV*uYSt$e@sto5*vc(B@heSd1L*UDR8pyQYVWH~~O^Z75$t(2amjNHf1KNRMfFfpI whp)^E!KnP<;FN*JA-13w3JRZ$>-w4B~jtLPEifAk7a{{w$GNsYGDKE$DpKc=>QIgzKtwLZng#_iRoB+vT8hrB IoeRr%2#5grm?5L1IKjT+`A@7>g$o|j%(?(4<#FI4WvF4XN<3n$C(9AtBA0OwL#m-tM%R_Bc#spRyr~cMVe^88=3XEf+%o!oG%)( dE2VNUYtVY+CB^3x4j9RK_e5QtBPu?l|F>&Bc4Obr~=RVvdK6oG#-Y7V`Zll4y;3sq)9EiLf_?vifjaHNL!q)@M=aEIqL>WyzLYV ^AelZ)fMvAP;u9}iQg=L|I#lL}=C%L!<)@&M*gLbQy92@l1x*z{q`tR6EJNzhn;tfj${u*AT&BlNBDkgeb4%yY)@adXRFn_sei-fY|n`72Skb>vQXK8#?s0`5^$G -#lG$VdscEJ`k_w*PCY%N6(*ue_QA8wgW_iNlOKeH7Tw0Cmc9IgSyF3&7PB1eRf8Mm4+2G&*aI9r){Xp!xTk1d#BYA&7MOvcO5#P +hrU}nx~R`^5N#gm;uR!2ld!>XZB>qs;KklDhlh^L1aaFS$5&6vN-KnHG<5%?(E89G}$~;aH QD>VrdSkJgOZQkEZCcQsaNM)`57Xh-asEx+ wmUn6U34GPULrlm7TsgD<_Dpj?p@Nwf`Lo+OgHlIIYZ1%eZ0xIF%iMMN_=T=Hr#6NHLbQ-pl0sw6A7eVw1m{EjW%ceM8HQcaOj1< %+A0HE5OD^UeY1jDUx_1&#Ax=5eDNce0o&K9JDBr#?GF!%YbIch)@Smq$wX_A>N8iR;Ap^c6)jk3o+b-S+#%_Y9_T1;j5}f%gjmQi*!pLHYc=0#agMPqMVkd0ViyFFTFy(R#C9A>;EQcl%w@Qq=9D-J Q&af@o!k;1j>IsXd#wt&a3k&A4RK@Do(6y7fa_EUFiuy=lGU_l15U9;tW#5N^Yr->0O)wDPTZq;I-DO2Fn;z5L)WRE5(eZm94P*lXssU1#xil7HPPeNuf1#jh8xdT1Jqg_3Dk9M_RR8LE=mtB%%!QVk}w)WH%A)0%)U`Wk}D(2&3|}&q@UMVDmK%h@8F+|DfTO =Eot+`1!1U)*k>;*Z+vXjnwr&AdCrB==vY4*~TS+VR}z-o^r~XJqOf+-KH>}Or2SUC)ue$H}{(W?TIZvz+Ole6gSahviW3QEJUL#xgxeVW9frenAl<9^+SsPsJ?n_NgJH{F71igUoD5^(3pJmELuBsIo}*sASTaOtNh 5M%a|Hpon3Y0c0tQRH(l$7&tm>ltB@-{c}Pp2c)kkahynYN>bxop?)F6Z_i9(q>j>A hh1|ivns@yg~U;nq9etKVog!Ju<0a~3VJ3_Y3p#xn86&NywK+bjMX?n3e*5dUmD^@*b0!xrv2@UJGpcrnofX^Hj=)0&FHEajXisT QB?Y#z<|*Gvhor=}eegb`yHp6iwC}0k4sbUD5A133pwOu`I3m}gAk;ahIaL)J6^O%% z)&3l2v$3LzYNkK51|6%b)?32JXt8y_FB#5Gx9sI(=t ylzqp)Yy^IAG%rzKQoxdCM0oI^9-$v$Q38aISVjVv1iZG1TDBq;(ei9Aor@Nh;Uxp3oT>VPp~1Qb4f+|j`_0!Fo+`pV!^bfBMg`) In{w+mW~EALg&K@ju?-VnFT~9Q#n1jGDm~SIK|-)9;9HWT|rv&vorLSL$+La;hyAwPEAc}xK3rKV_LkturbYkF;Wadn3@j4o~)Sf AdWuQ!Zcw_`YQ;X<{DzRqI{S>JzW@j^{0@5{9x+VMSlsIRzW4I5rEA*4;A6D+A4nAbr4WEK;Vkz-UmUR;InF1ot#CN{;)SpS=EVG n-%HXCN_pS91w&@^sN?AQF|shh;N_j78gZd<)s;U4r R~xf4jyq{Pl%Q79iiq@iCc)C9}f`r_*j&O5a^(tWdhL )cm-o4*_rq9}@Lv79UU=>2&8kg#ib*^m-%=|hZAnZlAiM?J fRU}^ar+ZGRVi1F7hdQ)3}&d?zB!2hA5cpJ1QY-O0000_W`WiN1SFHA#UO+`~vK}SVXFHlPZ 1QY-O00;n2W`0001NZ)0I>WiN1SFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZExMZ37A|} nLm7+Q5oZc+lb5PT%8Fd+FjWpv>}kBvq3s()15>D0=KGeci*n%7Imvqslu=XkS%~BK{3INMO;t;6+sXqX=WVPaUACFFgo)`2W51| aYeL3Q!($mP5o=;alSX1{yuBcFCcv` (npX!2kAFW{y&=ce?j_Mq)*J_e4afYKcusfz7Xjfk-k*sGoRyZoX_^#O}#wQKS4Tf(z2;vL;8HAm(J(-?=9df2#nk)ee6IUZlRi10>;3(F!sX}%?Eggz*zPq*mkS(`_8|3;{w31F0`_bwiq%S~v^8(K6V+#m}&n)0L4w6mM%aJ~3vE$5GV;K5>!n_tZKrNtb- zL@KL+hVr=z+$fdV~YvbJCVLY*0-4Z`L8DZDbiQTdQ88sT*CIRU&8(ATS7RTw1o9fGx=vMA>92X?7zN*@aZ5OKzbcgSMYoZ=lv_B 3k6;$a32PczEb)#X%Xobq!%DPS=u4R(QsaJBHOJ%dJ@vciERIg6FHwxpGY`AjP&(L|IVbpJdtoYb}8rgx}|)dixkJ$S+tb!J7Fo; eezQFw`M8#aSPHH3w|%<{L7~O6-x=P>z8tUcP=HozK(Pd>37Wg@h1^Z3y})RSbh@6JNG1>i?Ne9uk%kLd@n(I3ep>pzDCx663_9^ k$zP0rJw!W-%ot_XQab&PTz#J$bKN55WGfuI?~^~iR&6z#`8S5jN??0o*-~u#&hzSWjqhRTt+xP>twFuB`0&db5AB*cAw08?>w3P eDGw#@$Qp}r=KzDS55l;lZg+%JDK}<%yRa#d^zDbxSaFbw%ou4>0*J)a?;KH%L$(Y%L&gfFX#NeZQ4I>@_%C5KV{lIvz&DGF9A%D U}xDWT*t&I?0*l^xzg_`+@Bwx!v3Bz?>(n-UN1P6=jG+6vfmY_5-&ziB^*jfkCXi~^*(ee+kfp;o{R68dQX`AU!ThL9JPY*o3(;? {^}LxJgp$U`6~$5mU-{2AinKcLA?3!3hv+MSC9_<+@#N5={O+W&MQ{3{koMrC#SFEdfvQ}^WVOb@H)q&qezbzyjV%R+q;r<=pLjW LV7RKHPUVsU?BUxisO8L75C$%1Kfw#4RGDPNH0Tr(g5-IA*5x&*8z^Vel_7Rw3_wag0zM7d#i~rTh|a@OKS+mizhl=KZ^C36Ce%a=uTR^eK}*dmZb)bRF06nsuD#9Hf|%GjAQ+H%tL{xS3J43U1le2DL}km~ZKVH&bP)S8v6=kibHiNscZS*DZ-%*luN~n$7mjeft49dO4I?}!+f06Wgm8#P*zQu3{~lBS {UhWTA2s#X=gV6N?(r+UD^;w+HU%!=n >?d#KxqsE!+|Sd_CcLAwDet`FY|_hn&L*Gxr?Uz7W6mM{{R^Zeqlymx5lmd@7n_I*VTcN3g=S+@wsP$@Ov3jh``QY O>qCVPY~XhOmMyLoZ$T4J;C*TVuJ1Oo8Uftb%N*mI}=79nIIp1a)R{eXA_*q(Iu|`d*#tkVq wQAI}KU3qpk3Wxc*c;B{I=7t1d7pWnkuOa;X3DGQar}nK-*q10d8x_YW7_XE>3dE7`_JQi?=bmyoA-OqBR@W1`kyrYe&syU(Qlnc y72>3{wve&Y18i6b&mhsI`dy#CqBHo&UG!Uv))_loQGFuKNEG1Q!{DH)Vsix?>6~Yn0D78h3e|O2k8f~|9@Mj9i!YJUaV;n&nrl4 a-N!`KQG)tJ$Bg+&a1V9{N~ynJWn6mLHh9d9USkm9bEV0JB)s@gLwR`7TdqL#rHWa_OqnLb+2y`kB3`4XZaT4a*-*&qQ(BMH}4-Z jP}oVnccH0w^-hj|<4)rD2TZ@8*vau8G5vmRC+GL* PM+uQ?d1A?X5K|8P&wM9uWNJsd2RBK#ck^Gm$ZrZm$ljN!)>E)wYiS(w+WZ0+ML(X9nR;)9hT4S7(KVcc56)jTRW_OUWfBKzr*pb LVBa%ONaA6?tIek-1)?-(enxC^7-udDx^O_`Y!W+(c3tmE8j-ExC!a0Nbh?a@#%MOBOK@K;`obpnfdMFy4UO?JofJ5`fu6A`Q5gQ aQO5t%1=MvMZWpc3n;fNxq$tgc>(dVcme0R>jL8Az6;pzo#y@X=KX6IaGj4`z;p2Z3rL4%T}ZyN@j~+3&V|f>_l2DIV;8dje>3Ty Tm+nzeY}W#_R@>UXTNq4&(Cu&rhR1KV#4vti`nmW7ZV;IznJI!-iyg69>17yeBN%(@724Bhkv=7bZ_2n;@iUAT=z-4iRUYKb04?u CZ3(OoAV2IbKckN=J|N{Zt~arcXOO4cT-OKt*N*E5}t$MOIUx~B^F@VAwPV{rKIa8B7I2qU6uKVk6C%=94?cBFty`6TUqc5l3r2lfGFJI1e?75u#u>W$d`wy3MpI>tY>%H*`&iCXi2*;r-xSruF I8N;f;@5Ro&|dH0lWBMCmE5m4m~_dNoad=XA=*3ZuH-)MyOR9*kt<2>{`pE{$29N1zmoHM?p55!W3Qrq|Jtj#zAaZ#553|l ;`i6D;yiw7>MgjM>m9$E`?d3G?#FJEUVAn1`Mp=O{ei1F&mUgR^Z!$m|0jD`Z|)wp8`{JE&f3FsH@b)OZ0;eRU9yLCWX~ST(YNg3 dLG}y_5E}Y;d<0H#y)Wk>F6u2A^aC#LwnwuYe=Uqx`yZVJ=bu(cU{BwPhG=v^1Ev|u5&H%`nlH^qlFV_)%Ph7|I@|t&WeGA{gb)5PR(!arX82dj`utKNjot#hWog8-;(i>!dkX|qST+elW>UzTStJiZrzqp?A(6R60 xmfTn_Ph06JO>fd`;qQ_7uPv-1Jg51n!kbYDBVCgqH59$P5O=-hzB3Mf%|pW4V>Q>kwO%8zGB)h*-N-B-OKk=_Hw^h?j>9|n)2bj 9C!O(?sH);&u3>Z_vxO!T+dhca{rz%^`F^G{5twZ&g+;PS?-#2>5YWn(2e8=TW{pJ@4k`ebpMS!_xImO`1}FseP958{%))h?~lHR ^mObd_J7Mwod2hheoxkW6W9O#_Y&@(crW4ot@rXgKJ{MGm)Gwz`?SyS(S3y1_xExB|7p@+@8kYFvybP+-OqEect7E{d_UW*F!>wy v;NlogvZYPoae>+xt{CybG%QQ@<;ZQu6|=b*YWfH^cOv|pZfS4ZzdgDb2HD;*v)L;G3h&RCO^I7X5#;&=KYzQ3D4g5k$#=_KF*`@ K8|u_Yt1od>`rd^WRVX=dAY=-+%Ca+AX$!fa87p1GEGE7-@)oDSeRZee6So_kVwg=jwI0knX+Z7UE0w7UO@ph5K`j$=`nq &)a8iAzk>ANxyxIv7egs*SC<)Jm*%P*VVTg`~0okhw`nQXLu|3`^j6WkH7FX;@v5?5gyxaBRrb78T-a{h -OhbjbUVv8-p+kK=XTPI;CAj?%cPgw&UIgRJI}{$w{zTwZYRC_?(M{vV?WGwz5c^o|H2RR+@11a&T9?Qj|lueOgePb9n>ptx`Xzb f4_s{z4;@2e=E{&Vm}UkgzMh>G4hW`KE`o=`!UY{xgY2JUiEQ~Gau<%q$@wp^L>>`AO1M&{~jq+bLRzj5{~EHNqAp*C-G>{o!r+? -budnnLD}epWjJ&@cEx0p8fU{oY(6<$$4%5B;~5hKFRXC%=>rD`?Ehqc=dgXa2`V%%Dy3m=nJ^yOb|Nfk@58cQ4o^~JU<$d?@Je&sR@+!$2MNz7A2j;!gIxd9=KW8 @0(=(lT3Q5DPL>Skx8z@o8);fPqN=#lSa-n=^j(QcarPB-Sl_gB;obNNh7D5aUV7PK0Zl0`X7_z56^kT$jy(i-jYYSFDp#`nnyUV H$TF4pKZ$Xj~KszDX%<2ICUPOeh9U~0ZKX_ke9B%8uDI&-t3?IAt=OQgGd$n)&q8K#fTCcQS*=k0j@haTEAdyZnB*w;R5 >O9ZX`-vJT|`%(Q*3$(Qr@OOtmEQXCNn>`3L-AM}tvtu^HkXPl;a7JB#>c>V=`|1lK|YDfF$9@>}f ->*#D7hx@bi|1QS{=b;?1!j%ngZ>wk{|(afQ}FnVtPkmNsk~?Kd=Y-%b{O06ds8NOa;mA*>Ds41!#KZiNaO!a*40D0D1X0B)f3yk (1TZ_{B-=@VfuLsey_pvz4-l84{ch)kH97zs94UI1aA1<(L*_BKGMs2Nc*-s#N{91{Vk@yju}s6%AezROAqPgnLV_l%inkK4EC&g z5Ff1`|es`F>pCIqQ@!Qiw+wn^L2D`A3n@{ap{~^Nl9|SX1vY{Qlk{4HJ3dhYtDg7kcPdJqzjk @jKI@{B^vnqldg&;(*@WL-}3)R;R}Oeh>NN6K0$U>AW7=*z8}QNym}D4!>vP_bfT1ayEo+q3mW;2ja2w1N`1*-v1rtFY2LBrRY$0 m%p1*{U7Y1jPXOH*WuUGL)!ZD9?Dqu?^!7vxB+E#GiUJ|f83$|3-!qPFZ?FD;0v|Fc^tpDJJdt}4CP;UC_8)(&mY0>rK$eMOe!+q *Lx_d{K_G3`MoKt$k-@5M$QL*TYKnxU1`QX<|z7XZhrzJcFwOx}}t{#VdyVuto%AxZ2HRSz?X?JlC{oeNPf8)6= <(U6#P5xP?Y&+gJApL9n{uJdO#`{0ud8gnjevb(}kpD*0?rfwGf1MRbCr#c$lfJcw@g?&2D4rih`Yrsvir)vFseg~7&I9;Cd{;S5 {#H2DO}=Q}KZf$v_+8LL*<0k4qk5?CJSB6+^WWh2Z)OggdMHE9G40Dj69n!(v~|nh|HAV>In;S(VQv47^t;Hr)AVt`p#<{DRXz|hkPFL_L{n{Fz4?g^ZuM3>V`w9{mSDRqN?*fq#sS?|Fc7T4a9TjW|RNp9_ozp x4wt^&?5W-ITsk~8_53+o{z=zfA-K1SrFQX-`pO`{qiSz-P`c~Q>35hp`U(n5B*ZJQ*$^;Xj~8N5%PBhe&4dVf!{k*b)SndAIAHC m^`nCdfdO8@@*#nE*ZCny5c#u-yX{LVlOxs&#%Mpt+HQ&2dObOnCHJ2I37hgRbutNi{H^lF)rseIX`&6)YQFD@U(}%+odK?^qmXv gG%iD4nL@%&X&|TC!6#=$omn}{XMkJ$lth0519J1%)8jWGAw%QyN{hYh19281Y6@vv0H>~+pEq7OIi_O}?&GgS9 bD2D6_MFk6>^Isqe{STWxLOXqqF>DBk9v46x{WZdf%2f@jrj{u+VU{6SMsYe7n^@h(Q8OkEI!U^1QlcfPSv8#T!<=3tA$frEi|oi 7_l0z!8{_AC$o#Xr#(}pY1dE<@vjZi8K=>s!&1Vvvnx9WprHY<6*-rZ}qfRD*+q`c@By>^`Tx(l$k&APnHgqn3<%Oo#(kXn_X +HCle#iuCsDCLn4G%HFbpR~N?)vLe>JV)-Fawy0I;1)waa;ss(^>+qQW3Cjw(VeZ8Mw{ibbKHu2*lgr-IXu;B<+gL&Dz94bQLw5U M!s|0Kv+G#;d)WYtpNL^GB7Q`E{%CX)fUUx)0eOF%QgHPjE$G^Yq%?9%=Kf{5V$-d^#=SMK>_0odX2)kyULR>H~KA|(MEq~1OJB3 ahp!Z4`}WV7y!FNzz^rRp}IecV}Th*`m!Skn|OM2GeE=5{wP2^u3c^RE52+HCs!B`bx`DnJ0xvls>7Z<4wr%&E7kq7uhSVpjybsl UR%2xskhw~T;Z15SREVg9Jg&eEc@=Zu#WvW?hH(5&Uz3DY|&W7uQs?Hqh7O&16wFyrv=fmD~(>a9X3H#aFz*|K=xxUl-M`8BRE=- >yM85g@)U#p$AYLj90&u;MSSR7uiU~x0I@5S n?)?l1EG`?CDaSh0CB_C_=OVA>L>`AZP#mB2+3=V11*#4g4zHkP@qw6yTu@?mAy8a=lz1$)QZ3}5Rr0F1z;oOOD8BP<}k5QzZI`& g2TI;|EZW1&xT0WZV1}56;IH36ch#tcc?Tp?ZGniK3A965&965EYgg18AYRUj sNh!x37i#8a8sP90uTthjuCM@@?N3Ttl>=vN)*=#t59oKqRib=V~R>7{5ms|dx2mzUWtsclHF~pNf(iQHIOo|QG$bEbu<{mWQ)$q pxzjlL%C{b3-YnherJ^|-;IKfZ=d5Wj*w9k6~FF51St9Ob65mP<_qczM(6?AQWKsTX{$KX>qcZj3QIP84DJe7&EzU6 iPD{UxnNU5aH|G*8hU2h~E9Q0Q04g0XXtFb5xk21s}z5W*_5d{_l0<%M2~xKI=X$F{ZO!(aD- ZX*8Y+is|I*c>eB*pI0e9&yGArU9i{XtDupbf++`Mm@m(%e>Cth5sBQ7%@@s0P#vy?6=8_oB^PL$PSVV_@3enggPI?UsXflda`gJ&y;Rnv2EHyV4tG2J@3M#$kM!eZmcsC?k3f}dSN^OlK_lyz=SXOEoE$8l_+g@Z_fF< =8`8CeTr2mM6WV~)_8z}yCc)F?J6fzZF$v(R5ryrLjcIF0cRqGqrlbHiaDxOOHsWk6>WDjt`hIkhmlxtia=Gpvg=pz6jo(ZX6#ei L8&YUlVkIx-2}jarpV>lIDhh#_yy*vAC*&70FP3Mu}sz9#*gq%F{KUN7c$N0|{ed)!B1cbdK~b`e&+!QrB1vYlI?x biMaGt5-U!s}w{`nJG1t0s=@2uIhVPN%UXH9HT07Geb1bFBI|Nk(;q<6+;_vOC>0j@{jNlV+!LtY4J{@O{)zc7Iw$$qPWM^63m;q>JHzkG;2br6)xsB));rpiBO>l^R@3H5t!$GlPdFxaBL)_ KIS*bg^Z|~C_Z*FqPWD?BHG0S_LuRteKWH#szG{VJ%4V4iMLTDgde4xOiy7t5nz*A*{FYz;IXqFKWg dyc!QDsqHihGdOPR+waou}M#NK?F4jGk^my#ZyI8s96SioptN*U*F&$|Lq$d#)G~M4$8ByvSeaF5$0tp_mt3&nmk{(FN#w#ex+Y^M=3EOSE5W_>1ChvfMd!#CwfAEBTR IzElGn1j$WB{MQyrI>74UmwTpivs9KH2_1mI#lCEtj9#nnh;o#^46ztCfV<}VN(yXV9GQK3`A2jt`>0wYzx6IBz4lc#<&`Qs4E0f BBb}*aeX}s7`a(3c4rEOqA~%9;$Xz(GNqaLo=~Rgt96ycLN%pzC}OF?8aF~ZhQug%vcoGwQtT3^);9nGU{X87v+EwHYbEJgiI1We p)yhP$1)YXs!D`8cR0X7X}i{*iBl5u&UjEgETBO(u``6D+?#mpL{T3j?HBk&AUzdGTCoggA0mAc@-4R`Z15l)FSHy<-xg)w7H8hJ L=cSiNpqbIWTYE_AjYr|%fKY02@%OC9yosCSQSc1l;VwpEAijF$S*ix5rc#79Amzoi{WenQw)a1VALY3*e#G#McX-EJ}+ECj__QYC*GR5 &PI{3HmYVDpB@V^kMN6{#n7GS)U<}02jebjhv4Rsp7AZO#!!CP{fi8PR^mBok1({w*tFbh@WV6oF(#%ea;fGdlU7pZs815KLy5%7df1W!2P(748er7epUD}C%`sZ$(81u9 |5yuI&V_)dTwCpTfstIhtrNRLj*Z(F4v2SRsls2=78AvhtMQ-+#_ji15J WNWAZwt8nUIueHEY;HNoLw*e)(vF5wqO>pNw6a;KSNG~dQ-yGo-TIx@ViItq)*zcN1qjMBtDqfrFnn#UuZqkFL V^%!|8}OBLhz_W@as(tZ#gS$jQI;GJ+HPh?YA0MTp1Ew4SBA7+Y#&kYZqj|HU8~Vn_kVbV8Blr#uox-In1>a$B?d%xbO+;^ggQ*4 x(Mg7zAA`bIAZhaGDM$J*1qClM}|wqeS0l$8?lt*sMpyDrn(m?NXxR+{BT0JS<^R}@GVMb2_NHzPDHf0?NQZJW`|#T3zuWqh+=@B{IcC8i+9#^8vH *BH4?01guk4l<7-$|UN@X0oEqHeSIx#PR=jo4dkf*L(cD&K3Mg8;UwOXxQ(W?k9R14!d^e}6d^@+@~Qwb6y$f2B@-XUyNmN`YX&Z68BmtiDoQ5R+`YbZGI?a39kJQe*aXF|D~v2i6gbiU>lF=@8%^~cSCLtpiR9ch;%yT&GL=*Z 4omXqt%AthlgP8`e+VrU)J9czfcAqa~Rg$|jq2!fFE0f}&jGM{89iAm>zRu8S-ppXLF7ZJGvswZa&;#OYirBqtKWmsbLDiB>7?ZejIJT&O8X(~Bh Q}_MD*56VMgnS>qV&cdLDGl|w7JOTncq*)A&qlaF)9CN2GR^)n7HniXpNCRG#$U;fD#xV&*$?$)mNruH&p1m*x|mWn7&qhm&ADAM HHAZk`K2RQfFhXCDI6@ew8^kQ21+4Ca}=k19)k526v<>}WwF=GcO>?_Y7mhL1xhy~bPPYVpqU+|M3uY^gD5gO%PIzDzhcXZbQGob Gq%qqwu}B*v*$2-!Q3c*UN|?Bw(WRt6Sda5Z1l?liEeB*^i-#eU@`NFQlm(Rf~7_x>$X>Py{mOP9mJfJuZ_JcNhbO;)WXR`qBn!G 70t6>7&s$|0Sf9X1-;Rr9yKz-VAf_G8#jEgt40`>GwwO!=ybN+%qUS+&2=g?v|UIz2Of$fLJgOo?{?TDjcm>@~Ct36~`YrRv(uKBQlV<_By$qeo@dHJ25MvJk1G>^;;Oa aKcL7Dul7`T0H#2D?rsFb L}j8N##)heHIFpwI)ZTI(b0@tX^is$zoQV+h3XLSELFlIf$eM=8d|-1)r#TO&KBj3afq2ZR6)*C**qE_R+doFzZJ@P&dzKzc%%9VYWt^8&3+UEJ@`2Hfri2xh+g6Dd UY78bc;}2dhBk+xYSa$XZqE42h+d$yUn4xDj9WF`?-ZA7#-}Hq%VM)Wv%Y?Olu>6Hf-n;WZb&>(FXJ|7(}?GhHl%UWr0kH!E$hFt =dRZ%x&NP*qqkHmV%Tx#_~JU5YxP6wie15{A|CM5otYF7>+n8Iu`#x0U#C^Ma!DnAdRELxqyG~%&30&v_(I&6B`7glBW|`Z-ftQ% JQ~(B_-6=+d>7GM#lfOjTh_xK>&swr#%2mBx9QUnqH%memu;*^!e%4u5m&oQuQ0>uPKKPks2@WMaZD|=SHns&5v4-m (pH(ge5x0f8X+CSRuWA+W2~sGZQNt $`yNpv>U7`=g#DPO*xIMON?epV@Fd;pdW7*)j1-D5-dqX4=*ak!AT~rK_rz(=$oaMoej#l>8HCOMyw^_kn@F1*yk{ixwwu5~!Ol<$K?PlNQe3xnTa%`EkiPsdneYF=z6A4l;Bs`+(Ep*F~0+z#T91QCs(E$~iW; M_p=k3MR2cscng4A9(WT=N3=xL&LOHzL<^+r9wz!H(NrVruW(Px_)jfmw0i;WvevWHA)SuQfA$LzuYCQsV5{7>@K7(eo%DsDzS8$ *kO;a`%~pga}k9cJ{4@cz6&+?L&P)6dJVfIop|xFk2R`*Jxu3lrCgC(^l_D<7mdHki+IOH?0t<)kd2Xi&2ChS5`5QC1E)})c!Fw5 7*}~d1FW=5snt!R*jl{ay3Z;BCX6i}TCB%%mq9s0aV(@_G|GHaCn`@$w<>#0P-PL|x36@z`}NR#Phe%rOmtT&%Fb&RgV51iBNSW< m@IS{2Cx4@)N!D{>_9RKt;pBZ1nZ2VvNI~5_{%?9Rt`b%#jod7#RMV$RJA}p!(kMY(JH2(yfei|5$Uk{ul5lIJLSjc_>;^;zp&p; =;SmqQJ`OA=!mt^#!-tkXxHMH%sHUu4&-UBpdq#y2QprHhbGlV8%gNsoE$T=`1%X^;J_$nu_;>j%yL&$NPSj&{w^Et(zm|YXC#V# S3?nI(dN}R7>xzRzLm|fsBa|fcN1sXsbkOy%Q;}etf5VPn}N&Hx=+3~?ROW>UpT*S{-VAGC%E$$^e>wK#`*Z0C6TdxRz;N0HwL6P cY}22E}O3F>pLrlHLG?}Qc!>PQ$y-L&^es*5 $&^4V`&L)MkJJ{rG#@l(y`^u1;&RO^_Q~f_07rUxi~Hs;aTlD_ziw10iZCYefowT(^cqpB#uo8Y4nt-x=TahN*os8I^d{XWeJbp_Wu2QLG#w9P;W3Xl9&8(aPW^EQSpUa7MYlRbD-P1dnd3iQgK M(g2w>K!OPP;iL$0fDC15C+nA}$gns~s(e5brt;yvHxSAG8nsQ4JC=!-$AM}bJgT%nrBs)0*3sNUQ)|@UePszPPZ8;aI {P<8zc`%m?$uVFXo1L7K^izCHbPBm8V?uz48a{vkR0PK6{fUZDXoHx6rA|?;?zM^?A%!AzDCG(;R7+7@?ldZa{L42{Xc7Uco^GqW wb};TJuzDWyn){WD!a|e2igF-M-H-Sav!)3P+cxXfiP0?oPm(oZE9d!JW<3W9P2~eGbA5%7rhDoD?wu=FxFO^#;o?JzSdc)(YC-5 gZ|v;__&bwDSBWQ0+gCYfwl8Er~>OiLhIY$a=cgwwcD0EVxa|~Yb^n=VL`0`haZe(4v?gb2B3Ntl_z({cjL8P>_tbg6p*ZX9Za8G YtG~Y58pGnyU}*%p))8Do=hCeo67-Zq+}2sbB^KVZ9rz5B{$pR?JcxN>uqNXApq1*?|eczlKRbFyY5B#;`*n`__T+BQZ6K#!1hFf4IoSnWjF`!WaMmNN04HQyTXvyU@SM$I1aK5WdrMIp!zp@|>g|aX(ey;DQEU`mDYO9Z O$fi}6jLpQH33Tpv<-*;;AL@lq(Cd3)5ZL5%YA2yp{L#L+>Y>3bQp-VuHqD+ASj#$+@@Lqh@*q+)TEcdc7plE@$DVS3?e*bs`wLK ^N9~wR5Iogg|M@wt^}j)YzPXSJcKHR1zr6SsBk~vCm2;Xn^p*tP4g%Eot4c|#;u8uklq>pVt$F?jrd2*ZfRQWN*JWMGC=7|iYNntjG%sf`wY3EBqws71Eiqqw0-o^IY*KXpSqS(1qb)`?negyQS5k=#Andq7RigC-O|gHz e34rACzKhi^2@>_>TLH1c&&#;nHX6|tY%F%N3qWNGK!Ez?|f!_hKqmqQ^ sxJ;Y!67E2*KSgd(GNOvL2H$WY)uGkzRs#t34tgTPk32}Pg7&NVm9B$Vh)GpSw?yyf^$7|ANF^AgxO5Z(c7uE)kFXkNeb*1DxBpwLL^d!mJfirl{^uQR2GSgC*NBT+%ExwR$&GbiqHq>-sHAeu@l6nOhAKz)r~fo 7sS4qYnmztZ|YTn0uo2P3(+8H>Ur^u#VV>C7M{$GT#+Sy=t`F?GflHvFoh_22{D@5B&8jBLJG#3Gc@gYTk$dv V_>DoHnmokY?99dr;luiY~$(LP@vb~nzl8NIwS3xIT0IGtTE5PVb46PO_|aRj#klAy%;PZYK0R%DFM!9x=E&X>g+)>-VVZqQ)N?h Lld_LeNXemm|%&tALFZH)Tmm%;#%=BnYP*x8H3E#*)&!Kw*p|C)47MDpJSp}d>Pt;*;rd>Z{TWYNrFgfwXmXMxH0HZg^0EK7BGKu pV(84?BOd-=1CF6Z%C)KDx3~}kG56MSfLkO`0N7S_;yXmVv^~YP?OIPU;LeYuDmGxvoq9mFv3JuGKfau4`L63QJTprdo!x`|g>2A1*`-k%vECV0{n(NPr8?!dYPBh0D;U)1L#TU+HAs7}Sx#gaO)*sFp;|WPNBd{DktJtAWu+mUy{Hot7-3#bF?vrgjY=GlC`5i)XT3cz w)|MU>Dbe*ezSHZ$PkQ5pohTn;2>eaKBbgc3nTTCW7h$5r+2|}$BwWgAfrSbyQv$&T>ak0*m#A78Cjs|hK8(ZY_Pjc^YnX3ZRJ^`i-H*fz0Q g0k7IO+6lo)Ndl!bC8m3u@@KnhIxt^M-@9z5IHq9!HXHL5VK0I)e~qU-JTX~6Ks+Abd|Asjm2Ct(wRpXlcy_5>+G=L6rgD2Xxk}8`NyL=y67^_h1(Q~C*_f%+ecc$A AP5qOVW;I!CnQf^?8zsAx&SM}@Qk&smJJdq#KmHzfYDU2y1E!B#=@LC6eoWoyrg8Y`z2ZrySq7?mtD<(ZzMBPC*my|PScJh )&5NPm$g&Zmu=o`54~m-slyECK<}m}q#V87gdk_#TYx Q%eBnP_Gm)-Wd#hh`Bi4b0Tth#g@6Le05tBi@doMM}gvFMVjJL2B3yAXlqW_`RSgP($FuqC83?3@LMvil;v<{c|yr))t|<0*iJr5GIpnw5+UItK@D8Ss#GApiMd(sOcR||jST)oY!fq<6Y(up )w->~hB`LR1DkUPjR(46LP$h^OPE8=*quH1@r&MfB-f}te$mZ2V+W!ye)0h|NfL^O^NMC&76i<+9HT*HXBx&q`N4{jY0Isbvpc6G Iu7xXk0DdluvVRG;&?fN$@&xjgW2xP&Ex_zL`}ZGmk5P4g|(_g+}39FLogHwlm5xGc>culln3|i1e{{K2r4NZk2b3%nMi!_W>}>% n+e65VpujlvSQdJ%pM675UNQ_tI&j)@J_XG^wKscFkk?M605N=W;r=sUTCFFxy6ijua@otgu2T>Qwx4PhPk4R=0}O?n9hzVm9~e6 t7XBh{!$4#*Z<|hA8WMExu+#wgalh@s#ndzS`4$4t{T%N5!LNiQcbz%t*tk^$q|EePc04nPQH*$l~vP*gwPOAA96|67dOsEuc+}c 5?TaBF0K1m*^v@~F)xU$E94G)Q1)WAz>`bh;+K9AYO$XcZz9n*vav&|cXKA&?UqhsSDjHO>NnG|>Vo0r{Z1S}wk?iHN+7OLb5>;Z lN;kEd~{a`#B?wbI|WK*NM<0Dc|3;IM!VWn!;Szg?XXQbYSLH9wGMZaTxaSva-HlQav9%$VkcNx_ew&<@4?4ymM^>9t-2NiSplLf(+xqSgUCJ;fl{$cs60s)t;<#i)DG&6F2lg;k;?ug_lXy6l?A?MG A8MhA=}_*LSVvV*Fy8!9JuEddPWKGaSI=1-J)jaoO!DVwWS4$cA~8a0b8OTFW#(r3OIlbv68fQ_kY$EShb3|#MG_82yXWYKm@*GL xSfsOWw)san6#;kw3`*DcVe6KeK%BPz!hU0=o35yyedOe`(}D?&>=$BpSCAV3!AfhxCQH3*$^Q@RW)z LS7=;iX43YE(ovrpeiEl|KI{VIos3to?`D!FGQ@eKN?o4vB=jB@!6Wjv4f_?rq~dGI|pwnmQ+|hcp1e&tX7z8Dq4rEKFzhKb0x)W OUy;eVJd-Ty+**4Z_PAGOWcR_P+74cU=*!lk&f2dd;E}ht?RJOPd2`z=%|!=Zqg|rh`FeI)77R4j`#0D}?Zp GSfOq_-Zx7LmbAh>c2?@Zsrw3_*RoP7ARH4OgvX=@0{&p!a?_$KvdN=OI|e{;<`EPsBy5+u~uFwNNH;-IYYOqHJWKPA+~{wCI`g} lOX%+v|Eq@6^&>B_ML5=YDO;f<=#EU<)-Z9#z^iT!bUFA-ZTMXaVLzZEK8P{+h)3ok05BM>meOy0j>p&9NUFCXDTI9nh`hzyy>Qe aj}$lnzXjd5*pwmboU_FvmHqUu^dm0Ar{5bly=0_P*=@cAzq0^I;@l;omJc|PC&?N)9svul!E|vn?7yq&o&K@b|>%0D1w_u)|%l! wyJT{U}wQkMJ=}l#(`@)m!b_aY4xqNMED4tVe{l0LoqbR_Jn*1Vcx_SF&y|stX*A3#*NVBI2a1mev%Fs?sdnC?S5M#*GUxxnKID@ wv>TGM#+n@DxkKL2vljOQEW@KwR)iqNysY4LE)}d|EhK;9h2TTkWV`AWUPgvZS4;qSU_Ex~aH8I`PFl$%V2FCWSp3uNgnX@Mns03I(j!dVGr5hXktZi9GFPJ$Ezx{Ctf}tcLTPV;qtic$6#E@Z)W!AG1S;0}v$+a*hF|o$OK*+oy C!5%P{J)`S8M9KQn`cHU4|II73Qm{G#KUoZxN#8K0Teb6St%ErzYW6H_+P{Go)4w$a3q5Ct3BIn$JvXRmS buwY6vCGezzR)AZm>K#LYgse4A5?>iC14#D9Mp)SrWlofV#9{Sk`*c9iS^WQg5Fqc(O@rbY7P@dk+HoFkb4npHj95F!~Gu8Lh88Vk@CGH#;=JJ$Rv(9kerxdqV%37d#t>NENUkSH^9D9sm0CS*9#DW6Kh{9pZek3&Y =GHt_8thGpIY&H0@kcMNxfHQkn^rZ^uQQAM@`4R|RgrU>H3&O6O_RG_k=cqW xtIM3RT^wJl_2MCQE!weQX1qPe+*+{i>By8_PfWHOOZ+DE`%nM>r0{RL%qSKTfdk_%4>9&EitnYTWdAQ>7~;hh_LmbS>e@*m1Y#U d5u=*nF+-QnyHt)J@E({bYGx&1Wn>Q6sND7irBMKh0j`vy-MmCL=3`oY-ZYvEA*)1gU9v9#-&V1fcQ^hEMW}w#&o$+(-T*#Mk~8& 1qX4ZssJvi_bP5G;Sd=C-=E&GQ%eq?v3%y-Ol)h#xHe|eqq{<}FiBUW(atH>f?g%nZ9xT5Z**u*01mhP;5YS&uMmmQcq4&O<^y3b CIZCUFxGV0Mdl-6buU@DFGWz)iY35n8t3qA7sMr_Y0kX2Uas4NY$#rkcErwj=i+w71^vh{ZB$XW^#}-Z$=iu*Gnz{(ywRN9?){psdo%N{n;H!X$=Ea5`UpeN4=L>@B2_?>86cQ62vadB(|-k{b|^J7a8450pA-v`nCdA@iLC_k ouhnyIOZ`zCBE7*h=EP#mPc;N4~AsOL^v0nQVxC+#BYQadeqgYZVQ!Kb_n>;fFLwq6pDvWFK`qA3`Yo(vIdF-=5~Qpkf^ZS!N8x0 3cgjaeK)?mQ9_OA)7H>t<;cR*mgU{$?&+XU=pBTZH#x3QQN*aN!L%$iWztYrJa$Cw;Z2uv2hEzwmn&`gwqj0bonLC+NNJ@|MXawx tbiJ?rPn($UW?O|2f5*qd2_9}WMXpT;oIgjTM1R66HvPMgts@%!H&PmO3r#sZey7OTgzi)s}o0>jbRK0_XlkBIwsJ-;wxfcNnxA1 8@NytA8uZ1>0o)qT}v#1N&_kgDIpwar2^!(tzW(2^!2OV4eLi%Z$2Z<5zl;LeAZ&wm;5IoUbk!V0U;#X7n24m*}8LEk=sVK`T~i{TY2BDHF({jUU;s^)s^&Q*yg8BS51j1&HYi 8CKF&h{-kDY2%Fz#xmQV_5wPa;yBG2KVY)a9_Ct*3{B2NW6151RK--*vZO1CJIM@}2}tRtjuNaOksGm{Juzj>C`cJacBW-yBKA5| g^~%;v=DD|GtDaHQb{q@VvUSTz{8>95kh;~V`Itxe-)BV#R}LtwsTIaEvon2jMd~2AAh7Hg=V^GGX9qJh}<00_%jYuerVM=mu+qr (zdPLH>|*mbvC8GKXNAD3&09%6nUf37LyO~wJYdvN^v&!Z)i${PaNHnSZq_GcGoBNL8MVe2QSNh>1m>4^uqw7Gs+E` L0NPJJ7jWwCXKXSy%Ac|4qXxHJ2h?CV0@-STK+)ytO3wV7#+~8>`!ytD@tb6&O3GCoi0aLugFVDT;dpzr(|#sh#PAVaU@f~4~(sJ D_)1X{U#%&6{~`qIRf?r@>6E;H;dMz5tMDi97cJ4=BTIMGhVYvnNP#VOeyCicW#Dtg^BJB4sfF-I=}TLEA#_nN(U;-)tWPeqGT?M P@lWF@jJdm2$b|*&5{kiD1}8ej*hfz>iXs9;tA`vAu~o1Y6#;|VLeouYII0(nzu6%DKk)1y=7CrY~O6I)7-pS1AFC(bOnAQ}g`D8ga9fF@3^@qc8Lo!G^hi7%8df2gk;6)NLG=%l|J(ne9oesv_e1y1-F%H^cj #h}bP>EbVz?UXWM2Pv)5MktizdQEe==1c(`vS3D#ngzSt#d(|wZ{X#2R^>3(A)YikA-duprX$BGfmfAqp*^a8da?SMKtqqhV8#d) _~Lsv(zl;c=M!a!d>PwYn1(qMEU7C8tXyO-+w`)5H8P*%qbI$IQ@@PF=@sjcIQ`8h00p^?BO7RGBjce}$oE4fM=lrBPm&feS?GkI ;1&K`)fh+LQO|^VmU!`oeMv`E*3_Kk6!hytCbn8dZwylhK86O*Y_YC=Y-9#<;^@{`XY7_WlMDeAvm*7Ho5Xe)(Kjt=6t5t5iKHIg AQK|WJ3V!$X_BJWsW>z40mFa@GW&=Nk=Pd7y*xWbvDopwsNY)q^5V&h+-h2JIOp^i&vL_Oyif7nDiU|vu_OmIlF0Y-cRBwTP)h>@ 6aWAK002*BhEMP003-nV_|G%FM4QSLryPDLtjlrQ&T}lMN=as-pn+M)3k1Lnw*|~|NZYQ5}Np&E_2SE |1SUi@BR1xzMnk&fs+EiDYR^~4?HNu0}lxCvyTY*`{gHumh>;6rnmPATByfaMDAo5TB01AZ8AU=H(lbq?S2bu~XZhwu02YW@3wAT9n*?f>Z<=Ko&- f1mUO=2rpc0R92V=MkoN5pXTwDBx3oHeeax(z(1Z2nbb*lXIEg&|JRvO~4#Fe=gJc*<6#k}4+4&<{Ws?^zxM#&5BN>MEr8zw+(>er&vGfB&vx`Bzy-v|e74t)`Ap}^e7^4u1>aKedusoW=kqzS`Fy{3 =CghMR?R=Kfa!cl!G{*``oaZl7mF9Le2N#aJaoV}0QW9n|IijPU+Wk0`cn(}+^uT9d?EYC?u9J({R`P%+ZM7P^e^Ol+yL~D{Vrtw o>;_k+qj7JSH6hn!;9Dtk1b+4w*WQ3?*c9*{uVL4N3t0|JDcUPL5)9~&H8a?^L;~V{ZF!4K1Z_oUZ=BJ?ysr!x3Zb9?`5-m{$9=h LpI;%=YY$|j~?auV!%g94v#Y5Re+lS>mFtQnFK5V{Aa-D0T(^Sa(W4Wxg?***pFTZ+zR-&fF*#BEoQvWFJ?clU(EMDx0vO9Wij7# Y%$+!5^y`N4EMq>#mhpMF051W4U(MI&vVAn< ^1eO=U(03u+qta&zgF{a=kmUHa@h|5J(u&u<~;U0e;(WQu{`EyB9HCrI|}|PkN3}8&h#Ez&f^u!S8VhX9KK|3=|`e1#CJ0UrTeM|xSo{?WLC@B8f)e9q5TFung&t5?-st4> w>bGeWlrX6mzw{wlliT7avW$@^P_;T0NzyVTUYXYwSvBtD&MJb<4V4F+e(&u-%6Ix=t{P`KUH`?0{j!QJB6!)3f#|rq| Zxk@z+XXC-Ul(xPTTsa7KUt{!Q;l6}>{sKqLO!>0ht&PXBa{VlcrW3?Vt@E3~Cy9)1pMQmq}74iJjMSQ=qBIesw#Bn`X #QY2@_$|N+z+Wo-&8w8Xty1>3itV{u!SAl(c<|tAK5zbNzE81&8x`ETn*DRzYWCl{)qIa{uIBvp!_~~!PZgba)xLRanE%JtFdv0$ SZ+_L@e6Ah&%K8Id@ta40lU_)9qn1m>ose6Y^w48wan+&0jtO_)O^W074H-*TgUf$aUHK$D(G3qao(@Sf3}YK`L=>TQu}_oj_>=f !u$AoUVmggkC!T#5BLD_LpDNwj`pnJALR{_@hQP~qTex+h3X#{>_c?Ui)bOiwdZZYxt$&mcLdj+uZiiu4zw={&IKf&ezcot%`@;u (Z&Sp?h0D1;P^l}@*vs`!S+Ehh4gZC#{SPMNWL%SD7e0$ANliDw6kavXkBXFm9{^O){FKvw5J8XZHm-d9~#_L)(`aCjrKmlbv5Pk U4m<9`n`_!1++D3v^xdo%z0`IRmk^N6Iv_U9<(~NKT_+}f@|M;!L?^W8m)C{{p*5jBeMH9(Ke*5kqvxF^(oGL8EpV<2yL(68Z+@5 Mw>+I5&UML_#9Ac{xrNDf^*C*G#}alv}Xj@4Tj*jM7fIW{WRLkf@_DFKk`S4%~TIGqM2y>)!JdSYl341{k&*MUE!5*y|NJo4jVw5IH--K9RH2Umd_!JT+)r+OCaSl~Jb!4VUS22gOFWTMPRaM+EzorB=1E<>XLDV7WBSBXShAXQ~uiFUV1l@;Id?DTA16P4ijSsW_*QXy;=Lyx|YMziY$(HF8 &wybK9J38bnyh)Pjz}jM_4ukKDloVCX=5-k^aspJuTiUppb#)LpBW-iRC%f)Xt!V!)oS&;EJs3Z> K-VO1_HhiAz*rY)ik1dI%1WU~9nFdYfs^%b3J0NMr_(7)OUuf3?^b|1WK1DXt$|)Wvr;TL9w?v%JzoWDzP&z3LnJ~)smHC=n_-P+ LH9GF)YR&9Ux?W9_&^8RApXIV=GUu@pv0gZvtj9eKO`pa48>&LL*nzLZ}bOnA2S?GiV{Y@L-*ryGJ0vHiP#e$S}JBHIx50RGvB4m 9Bz?;Kx!M|CobWI{DPtPKHiz!p05QAA52}6sm$nbRRObBQ-NL1n=*zZVo_B>FebRb1?++P15`ox~Oj0h>U!PQ_Gi@Ouyfn2JYsP+0h&&ZWO4*OtKu3xi5|g*Wc%PAo=vz$0Q4NUI p&AU5L6E!~<8UB}7$Avg+p%6Q(}mc&)lpW)|Bmu#B{n)@V?pmY*x@3bipG`v-yP>Tu84eJumG7VgxB59Qw_PL7_lcfGMx+J``m82sYkK?2o5_#H`$`7!e$lSBdkK_q6CcD<237B=r(4?wuPeI)ZE|TLQdI1k2As5>i?W0PKeYd=Z )apvFvM^PLkd4}mDoe`uVLv9rL=-v+`$D4Jvp-2-ug5R{Qc^3I>?$8uvzb4_KQ%&U~hf$S_uzyC(~JlI*6UdIQGhH(d161tP@^{=Yx`^R%ob xH~Nq@RV{X^}K&UYMDwHuV=4hDnPt|g@mb~?Ej2-0a*)WpH^89W0xf?c<@u1O0OqyTLmHE3W!d$M@PmrkSx+Mkv=oU+n|Qrlt>lo r9)&8$(`DE6>!qskSr?o(3DPShFS9RQB9YUFMq0*Fs4F?ypUhnAw9U4-|dyj!p}gp4qew!&d1Y`q9dpJT9j|_E0-Q{^V66PNgARj ^@YJHcJHP#6GhVQ-Lh7q0*O0#I2Zx4$K4P#9bBWMB$WB|{`UZB6?cYW>A4#AB7}R5G@HN;L*y(Zgwz+8e9drHJ7JPIiPTU-7j_2_ AyB2#v9);h$zw^!M#@y_{$Uv^O(~B`?=&+=#C!SlNVf~rod(%{T2YEOQrL&m2yY-g?Dm*Ko?pnINK_??eFP&T;6gbfB=`JZlHjEz Wi|CB9*TmY5-FOJ9UEUL;S@(WKBELG0w*Qx2PLek5>izO(+rCH#G9DG&DBJ*0u*jgskzB)ZXE*(siAdY9K>RJ58a+C$DJ#NP{;p(8H!Yqb=!V10hkkr%FwTMPeh%{^aHpdQxcG~Trr+TqgR8UmlC|KnvT&oon7OyH?QGj0-73q$OfbI+8 L23qywNj#{JxAoUPtQjBDeUo8hY{8t6^340tZk}+>JY(l%RS^G6jt)IPk*&$&!*>}_IjLVp!%t-vS-USr?@F}7G!Ngm`8o;sHpej av>PnO1~F5w?t;{pb>gsEN2F03WG;8`7T&0& flO%kQA_)rYjuuA&yL%@6EnZqVqxY-T`e|p*BWe@1v7mi`E}R2(;sabj<&VT_`qwAycrvAj-P+!fAfvk8tb%sZoYHpNTJo*96#2V {KiWXow^r2aY+uEZp3@8<>qY46R~?;v4JDGIXm)%)zK227|zYvnI{VGqhq!7bIx;#;pKs+Hy2q@^3F}%{66c>98m;m1*zf_n`?fvM3d&aRrO4!k*uW*buL~EqZodJV>03b7K7u=UKumO8&yd~Q2eQ$thi6b$90=wQl434c uhy|6N|8JpZ)l4T+*SkoWK;Z1udv3>*u7U`_s&B23ahCjIyEBL>a5nA@rHiuWOHKt>S3$%mKs1&C#{xA7Ma!7L0k-W;1qkHIWjpE 9TW5b86*3(KpjKuQIh!h{c5F0x$l{9iDa=UG|@2{*~s4m{~hEQDe483#bj8L}7AbNQM2+&ouZz!=6nd-+Ve&D#()$`7sK4CXr vJc*{M%rQ*nvjcQqi@)!j>ZSxoMkz7?{sARiZyY9O)N8Z$2dd|eZf$%fklT6vzKgYtBQE+=d)un$_zUteJD@8eUtBL_clP%?{Tc$ H+fW<=&>VK)6K|achb}nW^*9k(gAf_T^&SzHb)^s_O%PrL66?|K{XM{Ba`jW&@2N|TKvT6*yyM=cqrP{tOj=bko8J?<`1foyX4lw K6?&fNg0COcG1vX9z^&_6 Yk&Oo;7s9IXYX1EJK4R2lF{i)@E~w+wT_XpSl8+DlVX#zc6<9YuVAFsF+4gWlSn%Qh~d%x0|FL`R8%BICA+Iq-PNgXA$6^$X6sr{ ti5q1L@K|caxTm85!Grs2%*~@BLX^%4kMYpK7gR9o=0`}$W5HeUJEzkUXnu@n_D@PGQ&W!8KZjTg`apgM`*5EKJEpq!X<*Bjj _Nh_w4UXjZTA&Zu6LKFywcURk7ftG426oDKnbIO$FzJqIDFAYp1N+U+*l;VDB7UJd1oNp6rjl>6Q-~!iOHe&9IcXp2L@tX?4o4@iNlTTMkkGN50+CD+_geCJ5kG$@HZs5hAT^J5swtKcM{eudDGPUIld3o_gQcu#4HFJn`qD8BlVu`zc#_>p )gUk!RZ}M-0wJAj)j&7nw@L~S=dVu76qzYWLP22AOGT9tg49MSBh5WB306vsuP>GHf1vx^73)bnE&KjkTvoYmm|*sB&!j>TI#6T~Qt9v!259lU`GfVB;CQC7ee=X(ks}pPKwhi8~=ZN8APxo(kL6Jy`5)>F%=-iv~ng{IpeO=%pM5_@eEXx)7LH{ _ly4qP)h>@6aWAK002*BhEM@6aWAK2mnuJhEQ2w$Xag!008#^ 001ul003-nV_|G%FJ@scOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ(WehP8%^4g$Gn5G#jL@ySPg#xTyyaOiVxl nj#Pp0R@D*b7q{uFk_Ewho3j-qT4?R#i#o(4u}AzJ3xeNtP7#lEAA9}x LEEMWiAiP9vF1c39=B3Fl-4PuIapDuG~Ab^u^!tlQz@Yj&L5kR%n+CZ!Cu$F`!AMNa5|3MmShY3#FCwcIa}@IMAosoaumHXB(u^hMa-YPUwcq8bY~ jP_Dfip!ELUS9YgWiFInhU8dSC;iGn_ZP+^-!NBST5M_Bm(m%BxTk!0gzwq0b@9BZ_vUqE^El6dF+LZ+G(W;ksipngdb&4Ic?wZn kJ$GxxWB4ypt`B@6aWAK002*BhEM@6aWAK 2mnuJhEU%nv3h4`008zC0RS%m003-nV_|G%FK%uxOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ^gX{oE$~jKi<1| v5J6zzIe81LZZ7v5cAN`=gyZETXgocO$qh!S@qzMiZUo;>mD`%& GJ>xnc;EquzgFK%2cX^I0ch801Zk+9ZxVbZ!KVnmp8Med^k>In)N7~3sE@lC`E@Tw{5=S6#p9!J-^EBbXEDZQ^rHVAG_@TBFAvx(=^3hFz8D?bQ)I+NfGf|n8e9Kqjx 5cND}CG|PMkFUh|-?S3_|2#qJ0_O#S0l|5F=;v?sp*=ScyoKPceTaWnKlKgcTR-~ucm2TYr~5I#UbPDK*o|O;;Nn$i=TQXT%>A|s `F?Q~+I{gV^!K+3-b?VVRmk`2tI_XQ5_}KA@2>`)J+>Nn_&0rj(;DPEc@4^$y$0zISOdISwFcwhtpR9CKL3!5_ +>hXT*m3qDc*Vi!uV)TMe(oWTvp3KG Ly+%jhiJVILHQRPf_7he2=MpTLr|Xw4*`9BN#WZMMZU8SMY`Id==Wn4o^mMK{b_wahai!0=b}R~PG30`{ras#QU2A30#9$!_gfDI KL6rS(7!((3VQ#l!%(09ISl#kLGW!n-w#8*4?PTcvrgYXaTvz!YXk}9o$u&-=iwNqZ4L+h-}!LVYv$pYhjR```6~}cKlq2EJ&nUL ZXY@v=B@o*BpWM;PE3cf8OW;-{%qBo!}_J5rSVLSS0wm0nDo-2k`y-1ZVR2 4xm4K22t<#4FaDR4WgdGAl8ke20@=L8$>(*Jc#k*%(;JFUqn3*B}hxG^T{H{R-!e3WH`Ztx3?(HSu*W42N|IiZJ `LPo6{|3RSoNo#E^4ekK_oiXIzjGMv?ioh?_8kUYSvZXRBZ99Wy878+|sj_xAw#P8tFIm_CAd`;H)d*$CQs @CeEs(C~N!^W!*$r;h;tFB}2>{$K>-f9D9sXX`TXWU|7&%NW-sWz5r~%b*X(mC>$~%c%D!%ILo{6rMwHSH@3*L>io%%NVyw70~s$ 1TWzJAV@5d^8~@!+^$jJeN6B=g6EH-{DBbT_URDgb$*C`xP%}LfwM6LU3056mkAzTMSFIrISys*Osk<@U#Ov7e)z^ZjNeuIUS1EryS^UfoVFhG@;rja@wl%?JN9be`+^4W^S}n$d3Xc)lp4UtBOB=Fvm0pF MH>HW3cuX||9Pdp-`zmJ{i1>KeX@c2{=I>DyWLU1>lsI(pI01(elHz`@i^)zr2o)SsL!X50^jrbqcA^TxdHvS{RZIW+cyB;CT~D{ =59bat2O{1*KI)iPu~E%{rU!!_rnb+=T1%c$Og3cFB^c@Z#x?K?sGKifAG;5pPIg(c{JL0iN1fA;3R@SKN|D$uLKkB=VQQ6eDfHz ciUsZr%XN;{kHH}q#HUGcyKDg0iLhNqMlnFhkkkEaTtfU9fx{NAxJEtGoRoJo=?Z2eUEGWe;tSRz4CbE`^MuD{+{EJ&-CN5KF&HG @%-aakFn!HC(k_|^X41J>w0rM@cE|W(XW3!9{sW1hp;a1N${(j?nA)q`6nR1BTm4$efR|Q^QTV$eqM9}+VMU8{(!#!{siD>=ZSdV ?nLk@Jtv|bi%vv)k2n$azU)NQ_xclow|Ab1^uIb0rO#E-+T(@#ne;Ku7#(7Z#eK2(3x{j!Ti7V6x8n@1WD9zUj0$@ %W8tG3K;z;@apW3qW&8{iu!#2qnH;j68t&Aw|orsdFo>*XZw$Xey$=oo#)%fv98>%@b4eT`0siu@Mg`akTZ@aNTkWR^yBrXgU;N3I>zB%fEPoQe;Rs@vkB4?>D)o^aBk-rgikcC=bwS`zv43(ziU1Nyua@=7`K0Z2J&C`nUEK% XQJP}b|(7!xii79?0pts@hsIFC_LvZmBY@`d3YB3_olPJzy9$oU57u5?*|d==XQS<^X5hkf9SKIgD-p*^KW|+de$($5hPS}KJ+=n -}-Ef^Q5ye&sUv|c2&ygU-P?op28N>r>|-pR>*Z{k-@b;ODjHpuWF82kn3U 9OV1&b11X@I7Ayef{hgQQs%N 2>kx@7t#MaoCo^Ydmi%N=RDMF!Fg!+((_RNl^TAS#w%+0=y~Xm_2;3#K71bf`>gXYPM4ksx_z_8`?bb^0r2kL3(!9u7Xog5A=-*vQ eegomzoOw|`o7^p@J%OcIUgn1$MZtVdE`Q@Cr?}mdif8Hx6MUJzr#gH|F(-z?mIPn>P5h>-7iAB572n^i%_4&Mabubi%`xf3O}jw &eHGaXnyDG_pfXE%Psw2$hnItYxkcmccLnC(&=tVT_zJA^AGrecyWk3> zw!#m(+^yMdA7}WKsVm?9nhUQ-$DNz{2hF+eh2t|@^?^=FA|(Z@CV-k9e+vFExi(S)xQ$${P>mV@2^~m@xSy+jPrFGe)E;6*PT~l oPK{L>ix97Z*>*s|29`CUw;+KdCyhIXO6-HG~UXqfG^%vSZ7bw?;EcIKKw}EZ_@XlUWNADeHG~1^H*UVc;nT;mxHbb-*d#(7>~-; DCfkh(XXGr8u@)w<6n6-=EwK0R(axT^xut|?w1<>iL256XRk)PUb-51wDm^h^A?4>D4eD$6Bg~WQ 2>y}r;72-c*MZ-;?mDD@&Gq1Kx4$0vQMexSWX1Ksv+DKer*p2yI{Ve@l}}N4@AcrP9whh}!8dF|eP2@8bp!aNoo_(Bmfrw+QN96q dFl{do5csP}I*{vU4u9&UXj_`i4G2t4@Ujfj8fjfg*dBgU_OBj)YVH=Ny*Gkxz2zp=>)Zr9lr1bTK2L1L|(yKVxXRQfT+<@rFcM)37N0iSc+PteZ0e**rh>t^uD^KM4I^_ziD8*WCwoO(0z|NPCE?^oW8`rdvs=-d+ux4#8? p1p3tI8<*z`;WN=?LS4~XKq11oPP`Wfp6Y|c3!IC*W3cUzUda=!Tq-YpMS0JnOo4$ue=p>(Y+PpwCAnJXZ5YXi?z3+zQ^8*{yR(G zkMs}@#9;;@7#4O=$m^R%6rdk=>Oer!#J(H4fF7z+c3_-ZJ5U=--hzey$$o`;@eQ~-|PF|ZbLoZe>=u$H9=Z(o#b}#>;Lmp=>1Om De&v^pMoCT`BUKUzZAafXTbOUe}?%q@-xW0Xa5ZP_J8~g^7G1{V;+3w=a{EI{5k5^c?amgYwtimz5NcfXTLju2g~n(+;#FD=-(Ue K)>F92k6!x?|^)>;7;Vb{!ZY|4{*76sXq2@z$tfwAAbMcz`G;v M!Sx=8{_lgyD^@p-3`1y`)>5>gLh+Gx48%S_@;Z1ZqhxVvju&B-#x(l{qBLjb^bjV|LQ&H?@!+Y{J!oU%)iGJzU^M*zw%z>cc{J> ?*$%*8ouFP;K7OaqW%{U{3nmky;z^We;@Gfk^3<39=i|ieepijXP5ht&yxEwpZf1d{%h|?yDRsjAJ*Tmdf5BXuG8;Fe&;B>6R(@0%V#f8G25UVzyyt(;T=-&r^h4LTy74%$B{R()q`q!{~eD>F9$DH5LoF#bpZ-L-h;s3p$CD_XFZ7e Ui~2O@}38g-(Ma?J+}WX^vdu2Eym%7-=aV7(D%m_{^hse?>ZmC`{aj!hr2%nyq^6K#&g9(sMjG6q5u4cz{iyzLce_fA@uJ*9>O?m ^)SZ$RS%>8-|#T{<4q5v9QR?&-=2p-x92>Jau3ybBbqMOeAYh7c* AHn!Xk09OI1UC>L@$*MS1>`LGJ=XO*e~wdQP`tOkK+4nkD@-mdldEk>!aw;mlVG8 F^uoFkD*=rJqA2n_88)?d<^}*<}r--VUMA|kJ0!iJ%({V<1ygHg^vL*uX_yh`SHhqH?Mje{juxgNWa(P7>E7zz5j9WJ%>Dw@wi3f -~Tx9^YO<)@1J=b?Rw)A$hYtW`g8dcC~xcu;M*BbpufNV1nBIK^!=_UP`}5Y0Df=(B)wh#qx=v58TG%I;4s1436jX^yzd!|_ivs7o&Lu&sLw9X0v~#w MSlA{i*Y*eS>RjaS>$)(vxtAmvzT93J*)mI&!Rnleir?+)pLk<_;YAi@Er14{~X$Pf`0$RbHJ0cp98*s={bzU70+S(Zg~#){M+Y{ |L>o}ym~?N>v$gh@!IF%hv5=Dl;BsMNB_U#FUWuJFKBQ1FIeYJ{|or`n+O(Z9`E#5_+1?JH}L;g{tfy6>2Ij#3xC7-ZS?}$`_>nr U+H-P^x()Bpdb9|3rP3d7f}8aFQ~ryMfBehFQQ*hc~R{rFM`kc_KTPY&k!UQ)_MKkfrt0~9dxDhCBQ{5L9YJPOQ6FyyafDy>?Mr< Hva&g%>4)ANB@A`=$e119sQpuf8{^H|HS{q_+0!?)c-sGM7dA>6aG+d`WN)C1OEcwbjiOkZ(i|ld_R)lSp>iLZ}o#9DUkc)G=hw` HxT4;{VhT9!y?G(Uft0l`C#W)cE~(CfFSeDA0f#6*4?i}J>UGQ4jDI}AmjUK1exw#^(xfs`viI3{Formg f;`Wh*K`PeyyZ3cK11PRf=3W668sRi|24>e;nwJ1Z)^0|=M-)v$m4oHL8h}W5@fk>`>qbr@6PK&JF>yE(f(5j@_aappy**DZBUP&Z-eq5A;|LI a|A!ZKb*Q9`uXeI 0l#n6c#m$U{jTY^-yZq8+oM0FXh-zZa)qmR#5f(M`S=G%4MXwNYOdA&JR<9$-&ou%)e-x1?`fxf?PC-ln>J7L~W+6m?K?u76A?u7L7cS1P_ ?1c8MB*=9CFoL|k$2+0iFKN7sG@oy1`b!mFsqwzM6WaUzozPF4G~Mkx0nhHy`aDFC^;P^gN(o=ziFMli@fxr-g?&#WeURWEJHTTd )CnH^JM?}C{kEg`QGy#fvDWb4Zxvoe;Ux;+o_;|`mj8JQ>z#nt>HEj&cbmpLM!y}d-=4DS$G8&G_kZa->q0J}A1xQoqm-W59HIOC H?I>q<^2i%p2v{BU%`FM|$zeh2+7rQb&={yXS5p!Hz=7t8o;AE|a={o%ix=yys7^h5kNgW_L7?|lRtomltyZ@sqb YYuFt{P$N4`+mEP*k(Tv?MXm?I5`~RuniJ{wReF9aeY={TPuB3y(C{a w|NA=K=8_@wj9<8zQz184P2x3cq^q@M$b%Nmv_Lf%6~uMw$Sgg4)9D{YxuPec!YDcOqN^zK+n@U!RxSmH&^pMLE$+X_oNQhuT%Kf >30FWf1m?0(h(i7LC&Ud603xse6xdj2;~7ak8?V~i@Z+j^C^1&a|is~rxTp3@o1@#wbT4l2f0t4C4W`}>czyo+s>c5|eLGjfzCdB$)wp{oT*bVpK2IgM5BC}U-l<`q >x7+}W%o@K=F|JE4%l@0k8PLxQP}wuHb%dX)9<_bZC83ewiEWJ0x7jo`N(@TTVP4+?Kq_zEqT^&OYc^PA{5iGJ&u&RO&540@kK?|Tyb3c;__?{fOBqW8Ns&Rz6=9n%E*?V|bm+?SnB %io(R{Edu5^n5VE<2ta1!u&CxxS#`eJk|*utl?`Z?z<@Ldk%D?B;q-*(t5IO;pbMJNepnlXuUH}&FkY*4I?(d`31o{n(B5bmGO4^ 5gX;K=!EZyr{8|1kp1au^gX2C6#AXl0b4fz_0sb(+*cj2C-UF%l+Ptv?jrUkF71RI!ZPI> =y?r=RWu&&JNW>?^9-HSa?hslex7F<@23uQ$E(bDiob(3K9|$;YdRrc@!yx}`6&9mjec*Y--#NR<*-*<=`QYsZo>Sro@S#y-$=hM `hF+D(+H9n>D)uVL3)0e;8_%RTY8Q=;pblIggnMF*59<=9Srr^C3vwuKfrUj6Z+)lzt46+5A$z=4|c%!lI_@U)3lEhBo@#4SSQOu 2pb^ysScKv=(_{`;xY6)NWXuO;@+zHvoFc#^f}_O);I@HoF7(eF_T`%DM)%Lg*9X}X6rZ4bR~ W94-^J^zm2s|Y^NZKmH;rl0hi)&aSkdFiV=U`zZog`d^QvM18-*a_Kpg}$@=JDZ+&wECN6P_{?1Z`{W;ocC_+ZN<5^1A9fx-yHgW 6TQEs6Sns+b-?Gy{9WTf=g9tKM-%)}2Xt^n&4cwH&(ibzDgC8ZI^O@qvc=5=FYJWBDF2=9z(-_vULz=cndb9a{r)cPvn3s{F|wX{ uTIsc=(p3I{2%L_Ua8-9*8I+=_g(avbuTQ(vrM&;!tbE)KhbYrO~X7o?`K&@@2~5`UYnVweI2Y1ps}X#8CJjXpGRS5P}qkEvVP#x ^z6~^So-~#-oMrf{oyAF-lJ)MM!)aVZ!0aE^$0)L{Pxv2y%ye_O22D5pqIPcf!^qg`u!xUF7Kl_&vn3m?8k;)P`tXsdJtL{d3-zJ *T#Q~>G?w)tmB|@>V*F0-2{i|eKD^;^uB8+^nP#FG~d#EyA?i7@ILx&)d9WL3G~}Wzuiv1`JK@J@ZZ}h{1AG7nx2m!_;-!BgMPo0 -WSsEmpl#x%k(>3+qqW^GX(y$$7r9>ICd0lvP)(BRD5v7LbwOCHuFK_1A;F-R 1YyY?uC8-OIdeaXsu5*dt42x82_xV2BER6ytptN*j!K0EiCeAtp?r7eONy0}!p-H6A`7{&e9QWq(<6yn31TYUZmjEvgVlPN_}tX;7lo9U>C?d=8l))NLq5kC@`6g8OU;$wg+=-{Q1J%K t%*jdmTv4vLA4&6^l`yGs9L81r9tH`<^JS)4>xLlR0+Z|^=dU=2KP1fIb{)0_SD*_vmalDiqu ddwZx(oY(5pt_zj<~*YBNsb4{iT&eRLqC7ROSZ0qO=yMjeX^cyJl4@`*zK$1pCe!*mr5Q 7z_z|QU~=1qkiwK-3In`*A4rqptO6P7rPZNPN=6jwqK<28yu`gMQLSKI&IWXyrP$Q?v!d<*a=L|aU)LrQFn@m k*`z+Xn>~{X6;6mGc}w$><^ZyNqq?oc3L~0GFb%!D&LDZ))0@ILC0J^3n*gfnFdPII!)#w4eq8P8LZT$hW`45rXBT2K8N`x*vdjv ?;2Z)QuL@3HA#j8LA6p;t=HUf~|--JeKk$ gP3U!VGXz0bQKgG!Mrl;z(m h32Q=Jgt%&*9V5G6)v3n937f8YBZxNRP&M_`qWkFgp8}BLRq*6w3{e35dpzEBEU>0^Al7sz)UV4+-`Twk9bBWOs-O#m7(SyOb0r} 6Pdq*ki40@r;;fbw?UI8uK9z(P{S;(GKSJH)7{mD00rEVDY%7j&2#0vOc+~As) eZR&DMh&fRS)Z)#T{ldbCcDN;35L9Sg_#QOn%*Xq<|##ev{L99sErpA7I<9wSUQVJrx`R9lxTrPi4n)9))(CVDqeh!3FM%0YM3>6 xLS?`t1(ST!|HL%J!5F*Xfai#K=5 q$$K7c;Q;AVNn+1c&bEc#8ZomZ<2JFI+@=E@@GFLRzXmN^5~%$hA^Q3Sx%9%Cq4Gs1s-@4XX*JyL==XCJ9&+V8{(*St6m%lMm~LY2C`YZS&FI mseiG(jcx?yautRZDSLknMG&b(275K_CU3s6bk%Qt5q7#qJ$M?T1x1YWUNkrE(&;Lr#e%p8{E0z3|0tdFx7dF^B%Wf_&R@R$RA9I6R2iG K#_PxInzOI2nvNENRtTv6Ja*fM&EU2O*a$ENdp*2d^43yP&&<89wfS%Sy^B@@2m%%bk6j`p2H4tkF$n|z!S<>s?k2XM1FCXeb*oc 2~qrMUtug~1uVctA{vt1TOS$<1_S2YMS(!XoTpetH!))PRvl`u;g-~8dS`fL2H8tjJ)-5Kdxq*jAAA&BC!p#x-EtjkYhn5>8ycBeuTxGyb_dsiz_#* Ye-0%OUtC8UQ6Z4lv&U7xF+*{s~)P|sbzB-N>fTt|5Klmq(ux{kw&iMMMYYwgz6fVj!1#rHm|ipG$@5F?uwQs<+@`ow;U?6d@%u5 h=_(Wh>W<*eKkzvP>L1#s~VNOkk-NC|5YDMJT#^!=C2Qi`m5E7tV^EJ;@S-zN0{Lm6uW71)=yE+sSZ!%G@~LSb`l&=K@`abKcz*4 p(5?_s=`E&drLG~l?wN6ARS5-9p+`EAyY0Q+A&JRl+`(osivX&>Dt-LpxxLv%0W3a!NN#Zx(_ls)8(6i?9l2r7j3>ARfS#UlTViXqeYD3Y@cfy=Llg#1Nj#wDI`zZ{2~EIf#?9tF*d$FVsF4vRA)S?KDT %kv4{NKGKz2MzKBd3iLHVHcU&cVn8TA@f&^Gm^Cz+ dJnUh`VM_wl-vk0OF{5 Omb$&gG5}IDVd$q3KgmD#A~sIpDwDk6GC>+8A((J=n3!1?wt6Qq1LGsm!aTI)R>B#R&6VQC45$jNloSVbPfrP_HqSox5Tc g%h6iI&&F&Tox+Lb2`^z4XB5n%o&#SGm96|TuxCLtXE_$=V?7x_1DC#rO%A)j!^^5&3FXiDv5}yh+r&eV}Z}Q+F71EOzZbPyG)9A *_WBsS-W}rQUN^oh1{9^P?ZE`Bvv!GV*QfIvc;w^HX%1uS-1$OqLXGFtun&4YC_CTU0utniQns*abnGv5tCA*Bv+%JC~0Bafua0Esns?vw5eEr1&d$KvelZ| |Mqf~>We*%XRS1xf*8`lGW8rAI)yzC<%#n(M(a4ohX|dua^)CJc{b%m>{`x#s;RlvDj+k1mtgT1w3Kgke49ABM&d_(NVFa$dbsfG%mqFPzjQT(~8KD!Na7@r?_3172nuBU|Y+Gv=DD5v{@8b-P%WqtCc|HDh!x67*&b;H<-aq v8GlU9f@lVcLiacJVmUOaY&9S@=^^A15f06^XT8wr3W3PfFFpZA7BaxB0G=C2mj|zfnh72s;~8s*Ab!18pQR0>XX9@(st(KSz~i0B#>oePkl-R)u_3p}5jGu$Q^Q+ZU_uZf;bih(z_HLf6W=_;FwlJxpYTdBlkfF=m*^m;k9ehM8Ddd=qgnUHn=ZfR`1yHR}{N4L7C()e_NenW#^o)ZaC3(@v9yb%LWjk8%EB +H{Uw{m!DVR_TSOL;FT&$)ujzacmwY7H+d$R>+bY(wugltY@jdM;#xykb!ZfEa8S#Mwf8V SR;t0<#IoT)wR-9YboB^)Yi!v7`vt2i(8&Vjqb+!me0czQj+qH`NV5Q?QJEnVi*G(EQn$onyVao!HzHNN%OLwfA4kX8wXU;eC0_W eT3FVoT5^9yet^(7L6h=uxaoLRW`wRl?F4lNtuaufud`PNjfCi!^`GcHKgc*>XYH78SCr*TvuKYZ68iHijISw60Mg_rco4D#Xd}Y gUq6-ar%{>)_Y7ysc+V^6ik3tlvJo3V>hrN+vu3tLb(BwUsIx-#Gle>M3M%mnuZ2!{`y)qW~Nqf-se964|E1d)JF?i?EYpxLlUxMn0arl8ivP%zg@d*+a${3QMU*N_KEwdlR9bQNqJCtRtHyR 2pr>pnm%L(>0wwrkW$8jkSt6J<32U=m>VpAxq0p2WZbmB>8k?#1g{4bdn3+>23X`(gRH7{Ss27Bm (T5$THIPh%YATgj-vmo}v5IQ-?0wYOD#D3F^fu@gh&P`}%|NZG-&(fv%zo)N{9^`H5QhxSD9L~HI#KSfn qPS^{*jl90;FuRNw$>oknQa10!3ZHTC(x8v8?CaThL*TtW{V`rn5-O7brhWaMW%)lc$l5|ZJ%0aQQvZB(Ga#Qh;+g}hsK8;YYkf+ c~b3Ksem_U6&OZ>wKYSQU%ptEQiYDV`LYVe7oMb@X;CJtHOYCg@Q{Pi1&M7@&BY|hic3){S*jMDhNWA5I@LbxWvX?<4#a6Td8XAO soh2fq3~EpzA*CQ_(`2HL^(i;owsbEcsK7R>eF!;?=9Qe~`gsw^9|w?{~p+!CU$g|4nuvCl>v OXn!&bvSvqvB3xd)5VQs?P|o!npDeFGi|PNkEvzEauUzvKAvlcUlbOH-b8D{&3AGNltrVmo5Z$9!xNX#uTo4WcdB!yO7l`zAQncJ $=HZ;!;Q}-L884QAb%7fz)uybvUT$JmOV2)f#6X#hJYbGa9t>L?6R7As#DXz%$LjCiJP% 6qOkUg@ia*x9Y5TM@2$4AOd1iWWMF8QHnU#7F|fMDc2W5LM7M3VsjubEYRz~$vyopgD?)4#%o6VXiZ;IbpVw^$hP4a`(v$<3~RA^t=oQ)AV@L2p!QFz}7mTvm(hwJGH&RxpI4=+dud!OaI)t%lHA5O3V~`pVd!1B@$@H&P )_tZL9eLt))>+KnE9!V4)`>P2oh7{0Ylh)E|NvN{~?9LLllR#OXO2I7_7+d?njv*y>s);iSXZ}IB8-LWs*y~7p_OTad!40oc8mQ%hggKAOWo9EnO^42lm8AnNC7|a3hNPF3R8qy%B$f34PRbgxs;YG;ui*KW`F=MRnqM&4dOw+ Qt?8cofliS)oBP;oh@+FUn+YZj#*)M`(N?C@(DWoW#4Xb0kvGS +k~|$87Pu$n^7m?u*r#7OLAcOla|1nPj#dzi=cd(D)T4ca3JYqYJ8oDX$RGa$g;~+Y6~r-7Aw}}(bv5T(`3I7Z*XJrI=5G7tQr(i &jFt#uApjd38gM4ktWmknpJaGke=P$9u#jlB7W{!<@WUO2<=*MXY-ycs;==G3L9JC<&)WTsj=e|^(I=5?o|mX<MC&5N3|JGe%nROywQRuq3uxSJIla-DM<;w~%+W@^Nk%h3!uF=c*fsA@{;k izb3AEyU9ik7-&mWr>;-RoC%MCJMFOD7VE&A{UZw3&uAGjvQX)<(g9pF7Zn|_AvGYDw#BEP=nm;7j}SuwkRe}~!OUizO#)gf`2a0{GX>V6xfLHwnW?2;{KO!O<*7*Z5_2MyIvZrizl6bmdy;3cy<3kk~I8ZNXCfz7P (o;0BnO$9u?X3@wc6S--C@+9GRiNxQj5?5}zToHzs+DXvmfklZT+eZR5KW9&dP;ZBQH)7(_Jx&+nMT_B5UZtC1BLoq&QT_4joCb6 0*LTO&4s>LUbU%D0Mu}7t(0k6$;;e&PA ?W(&vBWm?vqE1KRt3={Ot$n;ivm6YuH_9nKJVBOMNTSrNEm&8qWqZ65xyfmvM>T3SSOwC; 8X0$xR-VVoXim4J0M{7@T{lNv$BO_>c|87SFeqw^TImn^0lP0`N;D1w2W@*Z^>%fEdh~Wpnqs!Hb#=jd#$jeBTUXcYdNHVSkjD=k A~cypgnuGdZe^-JPWQ;^{u=<8rEzq!NDMv%RZ-ok-;;$d{X;8$guPggX$#OcjssFW~pHx(;#E2R(BV_cK*(a^QU|L_^zG%fVOIjaJ lu_-qj0r;4$v(DqypIhQ1{2O=vK(_1^CU@vF?N*egOQUaY_EAn2kTO`M0peQv5!~<;+^yjtj#!4J=0<+@*_>p1g|qdDJ41J6K}LwPfC`P8l!$l!Vx4b6Z=!9>UfIg3N{_x)t$rWdOVZPgL^08ez$B>2;29@g4&+aDE*`s6oW5Xv ns+&<$$#1U-dByHMmI;T6opVheVwf*>8>~^DTR$Qyf?4xp|7iYC`M8~Uqc02Mz=^-`r#z0#l5@jwr<_JLXi(>s5HXC;R5B*)n$yq U8XAe6FG*OU3Vr}yRmi^vW#+mRH=c}A6(*uY(Sz;dA%;$Jj|Ddn5ZzNuNkzD8E}u|G@=l4*m~hQO{x9yS~pVVdt`eeCmd3ho^0(4q{GYTtzZb!Qtyv;yj_pPt*Jem9b+Wvs9rvrjyhE%#_^e!-vDhQsmmS3>tl8%Cpd|vG@5#ckx#)23&LuE= &-&6GOsvxeTUvxfW{y39TQ>z^Z!~+u)SJA3e;ssc-eJc-yr1zXx0?N&?aIX+R#I8?9!DX128Yb@8ef&+)B C&YYh7sY2aph5Fj%wHls6|*vgD9&#}ntmsvpqFAkOxP xuOD=LMy4ZL^d0z#*e&m#Zq@cT~?n3tn}VoFRls$UOqP;k*BdS5!ow`nYvrD_8_OGMUt?0QY?5Y$0nqb#KYK%0hanp@aow%lals0p%SN4tMqZz#dFI{k%XFL#22=Z00yWyBFNhA`7y0P>tIgzJ>4|1cER2)nKa1zd MoPGRSkrj7rg3V`MpgE9R$*hDQMMVg{PxrQ$$D;!8}|eob8L57!T{><{ZLq{isxd9@IYTy)b)YMe(ror8qYx?Xz2-)d$cJ;HNEZu0ER@NBJb8ftNYbpntI8#cDIJx5?S=8rq3BH<-R;&OS>bTYoaenFO{&rKiFsrU%DGm6__VWf4I^5gM_oJ6gQ9YI8H<|&u>j=;~>;uZ827Nr@O0!juDBcj8J6L6&h#JXh>EP^$DNC*;NK|DXtK t!61+3>zm%bP0Re_fs)(1%^{9Yj)mwrk@2h9D2o=%RIPjw3Dq|YQLm~xgJS9m}MLq%1KCyFc#NUXpWvLKeGb`crmK7ULwwv!O#cz *!|L!h0KFiM?~(5yvM@JN!fm{vc)B~=46SvybZX`c6w&4a=UQbdt3snO6JLAb _lQns!E*el*&k(A730R6MH8BzKO1J!6r9R}6X#`@C3^SPnjR^Zs=WE=<>dQP14cqv%%Dl~7L7$Gqt#Ndo*9s?H`Wn9 +2&x%iKOf}(8+6*hf<>E6UecD)uCh^R}9Ag2Got?O2n3ws-E=jP(2hXB+G!wI5CIcrJE*=5h*>T!8#q^P|IvHf}FSC?3u3Fi&LZ? 25I@OHtnGi0-YW|WgFx4$^j?!h*;x`I+mbcW|dLiCov6$SE8~uP3Mm*vyz?fBgd7s-=&o9D@YysXlB_45#v~g4X9O#;K`vXR+l?K01Hx2oMhd955zVRl!=`G#PJAlJ^6!F#=HT5fZV^KMh!Zl0F6c%F~5nO$(35!W2}g2LLfZ-zVJ^Sarar@P6dKHApJm9h+q $uRv-A12C}8Y(ikIa<&bS&Vi^lmiDHME`i-&b)c_AWpdAdCUK$!Tdo%`aW-7&vff?#_oG$Z@l-%{)+dW>3h$Zwto7wy{0vNF*+1G Nt>{>Rv~LsM_GPfO94_b^FX8NN6cRzq>Nsd!Vk5@E*6S#!^1DWUs}x~Q{;$?@x1!`-1hN{%0k;rN*OopDd8Lg{PezLg-xF-j =_b0G`Er8+vKl>kwCKgdGrd?(3^eDn#OkPNmM@G3`;>6i*)RiI%oSv>AsH!Q95ePHO`JDtH=PBMAwq8B4GXfCGN9tgw#!IMw54$S bVts6yj|`G`%zW*C>jPfx8Pdd-b&dC3bHxkC*;T>&(dwv0cJSZjwk;Ud3Q**9V0MA60Y$0pz2^au-f+Tztqt>re|Vrz+uV9xKlRpl|WvY95dCp7xpYF_9$Q3 >qd+uUC^`kER9P+v1d-b6!-L3d)>@2-~%P%6)FWn%&ry7dsfoq;M6^QB2TY7W7>>qJ=1pYnf^X^+VtMtr@eO?{dMsMkshOm;LWP@ I5&3*XXnmpm-W7sCM?xSrs(PSz0qEGSv6Ycm#FgYvPM{q;<7s{3_nl_3e~8zZ`aaAOXp|pm|mFHHJ3MWhEyuwpCgxy>_%iO2xp2h mRPQRR`oCF*(;03wIe#*!)Fi_#niCZK#+7D*t0}tS^i12+oxXSPjOl3Ufj!Dxb1T!7?i5@t;!V*ZcPx*xR2m{e64w?akP8_o->?d)+YX%3tWUnwU)2$A*5K`jm)7dBhL>T(1)C@X*9u8B{V=)N=!lz$+0kr?j+(X}+5-ClP(q#_|ZqF`Xa!G9D7{ 4^+$4dhRk_y(+|RgnSM~9y8hw$@oLqH@fNK0agn6QVF@LCh`>jsEeuViCrw?PBK4#<gWOEighvBdD0PWvXVY-bB|bRBZ^1(lnXc@$PV97rZWwQ%UTl>fLulaVtWX8Wp;757Xvn&s=m^f8g)_RP&PhSeP+iZcc2m^ 392WxqkJm7UCd8!5L?Jsh7ClGgeQySl9k1`h{=5ApomYa=CiRY6~Y2(rYGZ(61|E?z0s8>Z+BnVGShiNsYX5VNN1y1hC^Iu3iCp$ C?PL$?=&rJ%W2?TOHZDQJ+G5Baf1ekLi$WZ%bGLLr|Dw7uGLgmstnhQsh5o$qwIZ^hU{@!qCqRs *9A&Izmx2R|FDsU{NOV(pG*s2e$E3yV`lf#MljaM;R`7LTz6=OcXwNmn;Z`<%mAcSOuDG8VIxUEQ+R-MGE?Uh>0<2SZuToQ7rO>3yhhU)1UxAP+o{e}L%~_A6v+&|Epw;HB!EN^6My1c#1>d{IYXb=9ulKEp&pm1 k|TiKZkN^@w3>M^s+9CR5vPGhDXlm!#N*jgt@?8g)Hf^%cxe;5GR}*}DjXiES2FHvh<|b@R3OVa<6k+Z3ETMp_F}OT<5qU%6{Yf` mYc;MKK_jV@NO~c*3I56c1F|PVgYjj6JIVyi8gz^7&6}S3&w_67$;(#G~F$hu1wD23ZL~yY&0=qKtNvqLcf@^sx{v*Ml@i&3&y0k +gvb~WN{Mvelb~BiGupF05@MSRwkTlxnWF7PcIm=lFew7Y=SGslI9!6m=ucH8#xfm)@ O6SY;be0rbo^baOkh5q#rE((Y6w7@KwA@6vT8t|wEUl0LL9Mn|j&a*!mPLn#__df5UPa>In9LZ<3LiI^K`d-}RKMU%UOq~c>&wpM IkYr6lV^`H-|I|XQZLinB0>7NMyZJDD6yymWYrTIFt7uk=w>rCBy!h$Mn)% H6~&KaRxe5_yVzv7wqNxzDB9?#2M{|U2`nUCWM@kGkIA9jb6rTdIo{Hf-KA}@o`Y3d>4hGoP&qaoVmai;J+Fum5>12)5d{x*y(SGSNLDHDsR|a{U3Lw0ab0K_Xj+rx~ 37OEi7u?k%c!fMAc>!fEk#)kd>sX8~Nif!qrJdkLvk5C&mP@OMotK>eb*;5vO+5_Ce#VtA9Dz*6Z=QY}gJc3;mU@qMLWIY~z>Crf t!Bxpt{X0x<5$H1k)~80vXH|q^W5;G^hz^LU*Wl8TFsg%5$;-<-`oXW%Z((K!|s%C4%^_e(jXQly#)1b!(f{N<`LsA>Lq61Q_2wf BK=9X@Tno*7PC0>83ZsP%$Q7SmB@Tqa7K(DzX 4P7;TMy82wITL+drtRg+8WI>rs>M`WKd$KAnm1}P;H+r14ZNfgsp7EU F7Tp~s#MiD#9k(%cqD|d8P=3r^)ZWNfTom)6$+;sjhrxy@`2~QYRbk$swmYfyQy8rMCXXemnK}ujhMpL8{Cp6SC{!Jsde+z@M+b= Os8rl157+&7fEkPgGN(2-i#FTa%qm^Avc@S-qXVD@sqEi)Qu2_=vyCQiOo`sP_2}2BTPUBMnuf&)viW!D(ndwRcmsqNIJ~6;#2}G iEeS7YDTSh`jSAD$PTmCUMVY44AN1fRI2zvIWAXg0S>&)^kC^dV{zFxtWV;Pr$6ImMu>?lEDc6KDCKR@ZJ?Z;%TXQWr;91|8t+}Ha+&6V!A=Ev(hi~{9|ggSY{joipD8yq~eqyR_?yGiZ5FEVL!sHZG9~DsNACLAM)aot&e{5dSi31?O0lofq1T3nOHgSfXfQR7dp=#D@P4loB61T)~Kin kycNzeF!W;nvrK6AOsr4KHi)Nf~WkS64YXzDmnd|HjWy))aDD8BhECP```))L9MB282va&)zp*@o&_-Wb#<}jwAY=V@vnTLK`J_i EQ+HON6pd|rG1a03#b$9rvJsVYqjkEW}$^9o~OEuE6>cRo`5Ox15IhTO{!Ko5w2;(GbX$-eQh>p8ab-T#@wzzU5B;Ep&;dM+m|$4 9VgRN-Oxi5vR2b9Spf7)4Q{r0A!ri#%UU(Yi6-RUj<#4&{ezgzJ}fMMjLBBbv24x>8)8)=OD5~J&~ZjyUZ{tOPv9bn-WJE07v}}M-w0Do7xW^y O($Xh6I9Mo%g~Z5M+x7@0JVpb$ id};YrH;)YY8Hew^Zz>%?y!E5{Q~MN8W1Aw=Rm(}WII(_m32b02MXV;@(Q5Gn)Z;C5sdlC1ahJdrm);$gE>#)?((`>y&;ZeM{tU7QPBP)8XHa~yL5jYOeKl*LjX{*F+-TF(reY8Wzp qtNB#l>b#d1DRa+hV(9kUOuc1M$$BM? F88;26-GTT&$904F124pw6$Z$Io_llgQrDAH1FcgWzH;`M%=Poy)mn$sjrejuxNaYHj}fG&S63VG0?J)1+xUSSdOy0Pdb&D8DhK~ lU{EY9k7XU+$@%8Iq8FSsas}f-OG}FrcX2CkFzWj3q|3d=FuuCF)upK#=bOFH9L_s5|==K^O~Z9v%nZgEE;1~EcH1|%js5qr^wJ$ W^<3VslBKXGY=>b%+%JKH%Pa=wM{Id*+p+JJ4Nde>{%8x6?^d-rBuK5nzz;n)-7)}u^Tbb93{3k2#F!I;xqHHEVq2~>fI93s~ngx L`)w>&4S1DO#JVh)qcfzEpb!z-Gw~Q{!Owp@Brca$IfiMayIr*g{1eO@1y%)6C%e%+9H& se!%D(%CCk%xAq*=x2(E#4EFemPzHTxDyBFJQsw?mR|>&qNL^z#OYx)@n+f@wRV0Um=#JnnD#YAvnaD{yeVU8XA{c!dACpGhgJ#* @5Te!?k#0g({B+jj}uf~U>u3nwk~JLQS2fu-?$2{>9fd{IE7$AI@P3Vejuz(+6UcOxQ6Sc*h{^~X_i-2e`~KyW-Zt0n>xaBP!alM cmWtAQ;=z&m?=<>NZk!(waICRB$r6gjqiyg27>xf4VmIkUJlqfkn=U3+}bp$aB6i(8`m^GAnB?9caO0E@kMW;{AW4KM+gumMV51x 82vI^zP`8D9X(CWo>R{$*rqOi^<(qknSuw_v^nt2s5=QSjl4Y_X|?CS@=To$TT*1O`wFPbeIkhrbc>-6{2KfWkV{^yJ0 `upV#7sYMbSSmWHpGn0YBG&Tc#)!>o9$LyLzw>0a44X{6*fp4uJaaNmT|>oWHd>GU8u1Fk*Td1BRw>bz6llI7niR3GZ3MQcuV&vJzf5n0Ponw1eRY?%NHp1DFTGFQe`cO$Bm&Tm01zVt2S#!@#UjcOe^$655K!iES5A4}7czB~2h2wZje @|(A>=%C2j($&RoHbF^Mc9y7aRxcQ_q-<;FKa)QZqGS(1d(&0c_9130n1{}G2pFZQ5QF7%)*!P2q6-E2;2yveQxx3g=0{ByEI|gQ <`w2?b!ZIR&Acv_w}QJk^2hQ@0*kF^b8DQ?nKor@(Zz8_Gf^4xdT?`GPsVuHld+&&5o45*r_3CU{b=)={{kPDuP9lSJt3ZPW#MEk *<)V9IgDl}bdlpPjJClh)ckA351TPCP~(a^_VY&PQ0)eT&(^=SF$}@=^hkbLuid)G-c0?QP0osMH+vTQLkhBPv%~*S7hQi&H}zPSN4ta;@{q+)F+}i >vV~X=!>!`cpD0=S8Sy+@w|#$A6Hb7%!jK4HY+kw>q*6Ibh*+_+e|mYf+_noB;7VavMqFcmt1O?p&(j-;Q3_eg1QWiR0jrnSp600 eRAd8eR7F)ot$Xa&4auw6zvJ00ulxq$q&atDpZzGH2Obg=biOKy0-9ze-)IA}-4Sg=TeTaACX5pA2P+Z-A}h9KP7@Sraw3PZa$e@foAMl9 -Yih}LO!9#@JE>uKz8|9HUMCw+%9JuYzvvG47y9bVNSiGsfM1MDvVWTOq_SZ61;QS|4fB35~$Rvj2lzVOk&qxvL(06U4L!C6$Ioh !R+^=yJ0I^qG`0v&%8YHx?ncXN}JkRIf{WH_TnE{3ABd``MzhrEV!qFv110qRBj90zy8yzv2oG(#HGFuzGXQv4vk7HQs>^hXk%xS |I*72ZHbUIcE;2FV51^LhQbH>ypO%iRbuI5Jm)kQj#{iK&Nytrh}7Mxt+>AI`b1(SM}g+kFEHyLTbxuoJ|L2amP^WZZhP%)-MS-5tYGn-Y6vxSwEh8X>M_5@9O svH?dr|zVifQ6ZJ`uZ2K@0GcyuI+vYx%pRauXA)$kN~58QO>O)Yt1 mxfl|V*N51Tfa4V$E)f^J^Iv}u<05*@p5B)u2f4Uk#+<7v07Xn8<$pmEtEXy8BqBcY)5g(Py)+J%}^WJbOZA}5) Vqz|i`;-k$$*G!8ek~K$Uq$cDuZsDFvALX33xeaB6s8yDLCa7L)3sFGz2SSA(;VB)8>bnZ`^&s2ucwVz2v>^KYj4~(x7Y)W7t*)} 7fY|`EM~_FOH)4^;yf?P-<-FkQOw<&$7_atZ65Cz^D?EA?X$-{Xg#*Y^O4w{r_uTds+78UgP@zPzOncbU-BeQ`r^u;~q;SQlszRET&L+;cKd21wy^c(3)58z2&BK@ABC3H-u}vh8f-J_%a@Pk2|lnh7}b@^0y`k@b}tO4`#Sr|vb{kLn2~L)yRnbAwU?Fc-dz1&dE#ZL %@PX2Xn1IfN0YNs^f#Zx_-7dF`lgF3(l!%-e6pZ64i8|AurDe*|3Yw7SqA(3j@-5cI1>b{rIcNUq8P%Xc7S;mzs&S78E4by$_chN IejB_5waGySW#97aqdJfQStOjux!4~d1zB8No?h~MgpRmqLDq-Uh+@(^JY)>Y+p`-1lw}#MMzY?*;2{5TB>DNT)stx&x=qE=voY9 vx0IPmf2Gd0^|M46J6Ms+xJxTW8Sw3{}Xqp)%nGPRGN3FpTK`c+t}XCO?G%lvkel2YL{Vyl_AG=+Co>}d!SF~e{ZJ$GfUDG*&!tM lseqw{i%6>kaY3G%vOHA1zBxxktE2S=_9%@!#0Ltbrk2O#YvuSSw|!3tPwLUjx%bWUy_}u!(u2SEP7#I;|G1nQeSKmvUQ%b#Nh#! (alUXZw$&H_{~Tmi3jOG&)KobU21YO;)875f-Q{(CWgzl**mKJX}h9>%SiM{8>W7;S(tY<%U)69XiJ)Fw%12?E14XODn)loH*^0K VbjG#8d`=6yNwsJ114yx?oQ2)=+GphyKVKcn=ompd+5Thcjx&Ba$=DA%O*hZ4sQbVI>;PxE@;QTL+{3$kK4jXqVIJW9X41{e^<17EleB&SEdhW_U!muq+ZMRpI U;!QQ`EDOxzxf71)DQ$T)hX~4ZrV>g4(np>{7Wsda?rMj!m>L#-NUN){mF@ZZ5bSPxL5PB?89wv=d)>$iAG5l0c8M&aEk3vz-Ay8 bam5)c)7^>+LF1P-V?ZWIf5J4%y?i-aAPKK>dVf?%xuDPI0{MoEaVyI)$1?eTmP=VR>;E`4?A1;i$%_^kTV9U8?Bkxa*Rvd?1MAx MJ-Ns|7+RwC4nEddLtTdLM6S%Y5-XWX;<1U-BouUTiE& L|Phm#mD&yEbZ~W+th^%awvT<2gBg(?zo~SORzG9*RFyiw7|<5nvLb6mvkJK(ZaIW$##6-On<0aQ1p&V&=jk OlR(}Sl-Y;9BYVETg4A36a|`DNbEyybLm>$JN4iWDsFxnTSh)vnQ;IR9$aY~QgCVR9CgTw$Q;~4)E^!OR_uvXq;rPxE0-xjE1*`P8C{9gJ;`l &T$x82F--0mztf8u-&pb$Yh(%0nQY)wJ!pcRmL(-n{*K019ivp+IeG%f19O$o31i6EZEh4y3uE8ac8VzKf)KuWeE9*7T4Ig??uJ9oXq{3{$qsE|#aJ1)1d5-Bm~%Y1lQvxx2qK-kD{!i*K8`!(q5`&3(#)w8 ++`3@(kkSAKh2TDzS(|jo!;Hzl}jVWPOsvH#v3x0kBUnJIHy*(C~=oj7BYrFBG+^GG&wEFb`p}->zQ{boOja$MGWHD+eP{+n!DMc Y$sr!R5!?PaTw(S5hySCKzfDZ4T-cM__cEFGkq*xEVkx6LiKsy$SZ{WxuF%^1wqtr0J8Of#xCsDI#>1KB_GNw4yzJwBID wlXx=%IAH6vOeZ2BjIUPvO2=ErS*e&5M&>qVAwo$l^vtfcX{U*zCe(-TvRe=b#Y<}<-#a0waqkrYsp3M(pFneBqCJDyJt|fe|b;5 *<8^$)wr?LC*TrOP^IzLKptSWdvBYn^c~D%|<;iw8kpL!n=Ez)}lc*B1*<=rrZk8ByaejT3LxVB&dmM!PzVaR@1!bu!iNkwB} FlUg8VL@i-sBbKA8Np6ZC$Tm%Ot?$J6qWkvi+&rLV{7Sc9tLirZNbd$DRI)HGTCP;YLG-yuQ{vzvd_vf%SSd1QYTr~?z7CA8VQE0 O!1p6KgP1|mr5gEde&R(0c=L$oaCi;j*Kfa@`rr2-KGZ{ASxvNl5Xhs%o#9k_zxwb+*zzk%gQia+>Bq@Vf0pu+b}hj|9#7*20cAv xY}~wg4|&kR5CHb;Er{pNb@NRwy6SZbK3z-xL$~8Juad_i=27&bf=6AIy*XNV@mVfx}zwQJ8P|8Wi8_8w89=e&AGI4 _-z?(p)wRFN>{&jw>ii)9x{`SD*)dP$e!g)3g?+^s3UcAD-$G2%MTZ3^DsS2*Sg>-e-TO0dYg{4mN-u}m}N3uvr|S|72S>-LH05Y G-n;k#fQ3UjA!Fv}GegChsZFW%VnkrbOvR0+s}b|lX{KP!Oh%iTrodM7dRrrTJW_Y!hEzAE2_^sWOUC>;`I8z= Z(M%~Z$P>JT0Nj%E}2QONgUMqfMTOpO9CfhD>mPhNL`myD`QSFQs*c8io~AuibQ4(EpOPi*ChTwP)h>@6aWAK002*BhEM@6aWAK2mnuJhES8CjntGQ004_t001ul003-nV_|G%FLQP;OhaEyMN?Bj M@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ?$^~oE%4aZwU;>BH#l9zSTN*rImI^+LdHUt7E;lu9a5WU14F2(!1R=)0&y?QFqTu W1(P!ojizvIDm0NI1)>F4gq2wAVN5tu!O?|cnO&JIWfczFCpYP@B#rI4kZ7t{?$D_vnyGU$NW_LRaaMi_0@M*RqN|lT=Z6j--<;_ T?e@B5~c1!{S{Xz{i|N3)a8K30Hx`*fHwf%3wSl)hXFSMei?8n;Kf%Hb^yKKcxF6JRIchX7v!_{24&<45NCrPnHTC1B3LK|qkCZoZcD9|OD*@E*Y3fS4dujjn$056kuT~B%@ujl-?n)jh;zsrn& Bj81V_W_;+dvaJk5D3CD*^$cIyatA#GW7Xm(L ;6qEuuP-eje;zaa{}Hf9=37ENSZ0w=+boV7usGiV18)I*7NBd9o}xwi0`vZaMS5Oi;2SK?d!Oll+Ty%_2)IY|(Tx8Oi+p_^lz9i> wM)sjmoFuKMZiJ8w=bo>e`BeU<1)(W@@3@TvSpOh7QmeFXBpRVY8mIb8*l^QTbEHEA6`a!zO#(;{csuA@tozH=hEeT?q1GyY+X(~ qsz(X@#VyG(!787a`N}R%SqoyP5b8!d}KN8`-$bW|L-m5x-VNnzAj%u{qJ>155>TO)-Ys~ZAZN&3d1MfHR18oLx8|ir1z`txG{g1YBzQ1WB-QP0rpE7vA-^TU+#5`ZtPP|vQlP@dV >6f;&6VF&X@w^-mu16g)?{8}--`@z>E_&2X`X4j+zS&Mb{;O&KQ9J2=)=J`g!Aicr!oaIm(!bqcp0}^0J`JuU{V!ih`PnN;XJsY% _v)3DuN3_Uv_-#G5%1v+rJ(Yv+ClvHbZ}kwndkR*P=7wyLB7s)aQ@F2_*WgA_v;;8@6+b_lGXGZ?W;M@ z-r<-yqbLQR44HTm{s)BaV{@5$A)*Ke)n`d6+&0o=QW{o*y8=QV4nulKB>z5dY}+Vh{T p`BiYV6zTzeJAI0Iw_B!lk>i@llJ)LPR{dTz%G$D;99`v;ogp9Q2aWwjz#=b(HheI?`2JN4>or(3SCkV}RdTXY{6<>l_5!Df$AqAMich9RK5P<6q#^CIK()p}ZWxK=Af(z2EI2zJKeX9G~vt_$$_vuItxR PgbvIzwY(4gH7wHFRxrrI&IVM=z8Kkww`!q&HFpd^Xtv?Ti27mcLL4=J^;8KaLESFbL$4;n=$a{297(nf#Ys7{q8jHU%!F&a?b|J {eIK$LmRlRPi~+eeZ-7Y8#(T|8;SP?fZZY&z_%k$+PRVVzIh|{^#?anK9_7_{OZ_5dIvXAU+ysQ{!N_k&&~7S0>TBUpKjv%S8OK# *8+BkJ#VHxett9YKE9dr{ctn&WAPU1ZEg$k-nxbQ8k^@gZ=s)kkAV+uVSe=0Eu{A;z+PD&{_GPy>!tkO)=Pc(WG~~=W4+|tlfC52 _j<{{ANP`;i?)*fmu}@e%eK-#Y}!ga88q+5w{rX~Tj>v`x01i%R@&!D^ZxZ)jl4|1`?pdqAKXfMKDw2B`LnI0>k-rb4`%*tJ^kF;co7hf&IlY~7d+m1i|AXzs|Jm&(4sGYU9^KBo;R!ST${nO@IpAhdvmKO| zk`0{4d(sFc93sh++p|+I3)bv!TDD95&v)>^SOO}?C^ZWa_-jDQ=&mZsOyr1f0Jb&2CbNNl= )5@FJzWFBV*{g3NAMXVm0Q}rdT-WpaDW}!_j0-#Z89#3^&$EDiqNn|&?<@VJ=kNNtzxbzq@^9&Y$$tk(_pJjaPah!PP7ILmzdt}Z yl;T?e`J7q{?GvV_6;-cCj->SO9nabm4o!VOU?7zLF&=ALE7noLE23;NWR`ZNIt!3(DPnq^F43n-$P5YC> W(mq$m)ryq?_EX51*Irp&obbAwTx);rIjQy<=c?5B2p`dyIbW;Xd!3dnku*?V+5m-ph54?&UnM+)MnG ys5eNz_nJxKdxL@ZP8$C_NqXLIo kEclAC#I;6pPr&!e{G8E`1Ta_{rgkQZxs^X^C%;h9 _WqAzj{GO02Pp4A@lY-|6G`6uQIzN7`S$^TX%Th&GQcZQ{sHxWM~OslWWXZIN`8NjvdrN5U#9K<8n_7UH<|j&RO2V>-DK(ol&jJ2 X25?!`E8M<$U~7I5(9szXgeQJl*P+YzK8OsD6duAkKJzYiOqgSprJ{8)ay}xgz`njT>jrsK85nPiZ;B%jD0oA!;1DJzdFi`4W1XN `M)Po{#8-mpu98l{Mwa7!1E^* {hIvbK=nN+aFNX$5H46w}eyAAwvMc+*A?^Li%lQd%fDz5&sHQpJ%I8%=H35R##bul0P>Su *U8K~o2mb?;+dH2N1i}=)}qEc@v)Mh+=+4<%2~yH^jh>;jPhm0eSPv9Yg3zXZ1La#N {}1K6rqA_@==+l&T)p}u#eD1@lz&t_tCw?)XB#@6PCB=(a_rdch^)3%b=M9%qO_$GO|e&TO;bJUa4Z4RUJPoXJZmVg-C1wO?FO1P R`S%tfx&UV9N3QM7mnn^pn@(>-u@PY`bgQ$$7m5?t!i5pRbAKVh&nJ1w3IzJJVFYruElMu${;IgSfGbBuSec1yK%iLZxb?Hr@1|E qwZL7koHh5tCQtcJiivZ(qw9lPDNC`ie1o)KW;}>Y?oZ$3VbVRKVlec$BibE*lF3mlQe=|nNdCSNA;LdIkf;mLS^L61imAUrY0Q& KQ01IR=i1D+bX|SaYJtgbJbhkq@Dd>1RRQVW5Tznm7(YAv>thkk)ZsVdJdlxVrI> t|-0MX*X;ovH1n7jioie5Ax_@&tgsXblJ7?X2~-}ccz3@=7X?lnLo!cv4NuJIIfQlrUF!vcbg02akat%5T$O7gV-)>GNafI1x`jIag*GSjm}f(BcS5mB8wBY735`ipO8>ly?w*j`XiOKBshHKM?%c+r+BUsoF!1wUSh0o@i4D0??D=-=1^%|R(>u0Jhr0BK u2m0eR#Y>U^&blF9yeH^xj}T-38h=wwv_$1PjFRF8WYIqe$4oSeqwcm*$xST&1;?gy1BaJjk}9En9? ^dvJj>;k%P&$>VbM+)V1W1#Y*<5(Ql;|H--7yWZjcrp&}s%{vIPV|Sd7saYSnt}3*)cR|2PysV%>~gsd-p1}sY)#uUrCQZ8-X!f4 _-X)etf?v?y3n&|y68_dm#s`l(_PVXe^n4f$s^bgUR4ymn^i$bNbABcmAJh@aRR_&d3g*1ML{jHAjL@J@Aj`JEy79##n2G`jg1{XY=Be{Z7lH@sMRg)OL`S_JKV;7Q@G!A9wzwjX@(@C6c28W2esrM1FpllB$5`p-` mginI>?6mqY-`*WGYqU<+S<})A2z-_n6^Y27HsUa5O5;5ET&*Lgab2I!(oVbJF%p)$b9&OElP$dVQHyLfs^q?T~n7;v>Q%eaJzyf Y97>NH>vrv6Q`;M+Er@d44;TyU*xGq<|Pn`s3RRnb4n5qYZ3xrjZs(Eg`;T&<6Zg=?OJTpQImqD`*H4^U43{OLyvSqlksUI0sIPb SHBP!@lbYz*J619n9N!pqp&>6YPPe8|KV>)p8%|GLJ;__u3f0u}u3tEn1!?DA)VFcg)` 8@?RJqNAc$HPaznSc65|F9;hNFJaHZQ5^&{hv4cfUSt#iEIO&9XjG44w{k>c^WJv}WJErRbz+9V6>Q2WFj_605BFJ-^H(jG0F*)PyG->0EdRJCVZlbZT1si~Ps?e~r0sQrjXh$Uqt{}I}uU7^|!vpybr (3|}te4S9J@&3u3N))RXe{1Lqt3hmowIZ6Q>5rFAp`AYewrXmxGP{Fp3ObH3ElS1V!tQb7ud0n+mW^3Ff7UL0j=Vpr*=3nXKM@C^ ==qdTm%fZlD`>Xty!haBV{oA6hIJkB)95Z5-q;_2l_iXgtW|nx6@=rMdU3o6S#&fon4T83pUI^wt{EKA?KJ;7?Vy~ uQkt9hjAXOdEx?6%7tTgIdpBOenHr+2Kw9T)v6@1|KDd=c>U*SPI00GWLnjnR@togB; @J^&7N?uj}X&AsnAgSd<)t&M3b;&?<9#gbq?jN{`!7f60>znA*lC!Nff|mvCx^K9U>UQw$wyz+61&@blQ-0Aqc^>vZEspLVj#Z_&FZPwhg(5@emSZ1MLf+5eIT|ZV7CyV9(TD^P_n{vJ0Ga k^Y2s=q>C}Cz1K6NxfS&8`X-5N8&hiAeIf7^cWr=-U~xT8s~w5b*qBihKLd71D-kTv}H6_9dHeZ2Nm#x+L)eqO18OA9f+Es7rFn5YlU%JhfO4ih_K6T%2r%fL3wHVW;gl OwTh|yX6t#-;*m7A|NU;Qx3%E(ZSkM&L=-mcJ&h TR*iRVjxe@$OsXU@xqe{-;r_6fHy@*E_=9=zDHMMLuxY6t_t}oc8u7q!E%rbhEZ%a?d_ZSBWF3aY8(WRa4pj5LPIZBMrk)_DgZX+ O|wKnC6oT7K_BV_W!BT#)oMA(dehUUB>W3D*)dN-pQ5rp&k#oSH^xZNo~(sh?Zp7|d5u-FG}&mRdlR1{XAHwFQS=7G8CTDPC`qmD I2Ly670g4}f)1QVKrr%}8Xq4%IM_citfr{?KyXYlq?VK~XN^-Z`Yf5e-X&Xp-_?P}=RS_7cNlHUIcp9`4bMbC#%2v-HD$JYQCXYj s%aO_qeBR=oulG`g(85nW9xNVnWjl)Hi0HdvjOn=9n>nL{X>BqSS- <%D1>f`ge>ClW>NHf4p*lq4XHT6zwmQAaf=&}lg`v`RJBa!S0o epj`l=y(vqgf&WK5T{oOCr>Tlc;)yk@#^RR9ygwny;#>Sr|S?~dl6@l>n~;|-!&E$Jf~}*R*1SLgI?%YMUHCxnc_`_3Or#Bdb4DvF!T061NkCz1HpkhVNAXA*3h*N!z9vad)7zU#P*v&Po+7`{; RQ7T~SlF?6Y}eRugY53yy2XQVl1L}Iu#T#9O>HJ=qJP=1?d__;wr-LwKh+C@#34i_S!WpvT8eBa^?m` WEZxfYu!exdrNPRS=h~8=5R_Dm5zj0(3WiXY`HPNZbQ%dZpU@kZ`?TTZgi$Mt)H3MylM0F7PqJS#?4#oo{j4}(lz&5(d^=%^~$+k @UvIWcwe!@|N5Qt+!@K>rIc)Tbvv<#NP>{TR{=IXloNK*!wgRNSnS1BVu$~2m o$uy3Y`u9d)qF=2`3t*x&T{lzea^w&rn~2o)PnG5ynA;2qDv`c@1CcBGAEE2XY=P4lAmKc|^S!(a5UEDJy0)=TK$j8NO9Qt|z$%=1oY1&l>ip<@_VUo?NV5&oFluxq|4u)&Wb_ kjEdWwIRW4QW8nRkU^HqY>a_*0)oJDWu$g9N9~+tGzt5ffwD-$Zrn*v#6S%usGS~m1&I@(=}{tRh)O{f%+NA4*D+BkPH(6q{Yp)= bhqcX7O eYN9AOS*UzY_E!9n@jM6t{>TQv=CHeHICizU$D^r*;1gHzlX^`vSm4|D%WR95;dl(aNDyH%q9kNeMvrTCvz`8ch}rqX@w7VT&sXk R4}JCjVX`XVXqpo9dl!R^#Gnz_gHjZF0gNM1!h)Jdo;ygcMibf|nsk0mw2cyl)o|oIns2*(IO8AB&3EEjRytzCi=t!p|gbdI09>`|vi78pEuKD}#ACa>q(a )JQ$F8$;mq!kR<}xk54#b3)cYM++%95w>%NquTejMQQ|*&^Q-w0@(SL0$i =gG5XO|I0dyX#L?nzjd1k~fJ-fiq@`%!dNaX`*jy)eUH1wj>&Gp&}doML^jtEkp>`o#|M%3rxevFzruVeL>jR++}HMM0#;)Dv3=tv 8q}P7CaY;G^NqnTaJHZGV*|++2I@3z=`81SqT1EQHwP2x{&emxyhBzHXL4Wp_5cnl(nuw?jd7E2iI?qFhjf-wy+DgF-Akh1_63hM XCCYhrX)MjMvF$MnWJAR$T~kJi$FKXTrnd&rCIUZ#Wyqe$iEi%*h+it~+p+3uE- ?;Bw1@*fj?wNLlbeASyrEwZe4#I#xy(zn8yl5Ik_?;}+>BYSBbecM2m1-m&v2FVx`49s&S7j26!e3W6588)GlK&S&aI4@G9i2`B~ KXsV@nFC{7POBRBAr6?VzjQEZT9V8~*$&NLIh?O&>y`SvzK~;7_WYxuwjjo?^Tzp`d-<+G1S_&C)dE6dER{|6ppuH{Tqe%5jRdN?RC@i(yh$k}L27hlUg~JI2V^XErZ7 _jeAm%A$02=~6R;pFtifyDtgr5JjwAs-4-EWsX;>Sw4#UZG8REa%v?VcnBalt+vyQ PSO~t(pt4L6MLCGlA9iJ*5z}%GF?2SsEsxyO+L()0}*{lqA|&bzKvr8ol3w;lgc#f9yfYAqP;0GJrG+#blG ;<@pPOZOXFl=ESk%xu}zq2YrQ{dFz}g9exi)tnwu( 6a*a&-yk1I$ds{o&joyKC-Vg&iyGsm>vRT*ug@hDMsi?Mxqv+k{c^AF&JDlR8iz9i29U=(>9M5tovBxqoS;wXovQpX-$F=L?`hL* Y*NW|nAgdCE0L-05|ODP8dd8Gw1gH4GW5GzhLS`w)q!_O^Pi}beO#WYC7(<{jn0IQxrC%$_`&=mGZu;Ja;y7ef{Nxpj8HUWiMuOFHA#UO+`~vK}SVXFHlPZ1QY-O00;n2 W`WiMuOFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZExJY378yJ^*3BIEJ6c{ sDD`$ia?SXn3-&>lMu*4Aev>!OacMIq-MHirb$nCQ`McxB!qq6M0OAei)g|o`;Ll16i`4wK>NMO?n$Ilp^r>FEi<*Z=o? ?>A36r|QmW@E3KC^R*d{6VyA-(gPi59PZ!xlH+^|aJyNK ^CRTjb++UD3-E7%_W=HNj^q3q@Rqrb^E}|iZH_Yvb(IcsoDbx_!*TY+`(K^!IKRXFqYE78VZeJ1cAQTGt~|tXwgUVL;0VBL0JjJH zJad;ZUeZ%LbL(!i-3Cq?hUvj;86yi57-2FC*bD+Uj^I&@b7>w;I@Z4&dz`n0W*M$0gnP)0@wif65!^58z1I4p8@>LVXSxbVQk-& !}xy3VXS8m@P7cmaTweApt*k$@UwvL8Mw*ej U5gg6Kcz*iZ-u!(*W~}2f!|!j@xR@a`;>vt18xcU3Scwf9|6Yz?r?od(}z9)-jj2j{Q&nl(s8Cr|BfVGJ_I;k _yw>PaLXl*a|z&=m$2WjFJbzh0Q+Tp^Q5b<!Ar Bp*KncqQQ52A*DGyBomlEr8RHB7Q?ah(hP+qgcZ3T`n+1;ZGr%zc>)SXaJ$yRk_7xm5}wE 6tdn`Aqf6AmA4{*BBVVUpWU*amu28P+Yv4k_S%MEhkdpIV K!|E*#8Qks;IgHpx4V`SfBOxvydvP{!bp{ ^BI7crku7xj$ivA@q6eX+tEEpz6s3zz##eSltIelO9#nMw+*sg51Vpd0sNxWH^}yHvYhm_({kRoE+?MnFXuQe1;iBS91l2K#?Pd0 zk=h}xPtT3?km{NgI7>a9I=A!DXbuVj$gt4UAThddBqCS#j7hg4(|bCDs#pijWGc{6L2EnhAT-A`>kZVk6TGOe(3H?29IuB?Wxs!aD$D=$X~f5j(@2M<(^%fofNjDDCjGh7h>zD!V>|zR8s*tPPh&j|VEzpu@MfRR^5>mFzAB$Vd=8$${-1sZ -@D}umixjPlv{6_e1A6S8=lGjZV3og$JzQ!)?Yc3bbiX2%=hq_ENof Sk6;tQC>ZB7W@12v)G?k&mw-`H1KzTqXGW{2vyGc;@KS6!LvCJT?}{);MV}5GCPyc0q+5xd=BT~jlV*9df->cSJwkRB>4Uc+jHr; 9Op;R<@i2#F7fp$V6Tkhxx~l8UqzXK7Xsb^xZQc|=TqmAzupDR3mu)$cAs;;kt65xy(<7Af}Nc%ART}00`lE07jWF3x`6Y*UoT*} pT3azZMl$gX6A*49{_I_d|gPqopurF|Em{~uCBU>>DOOGJl}p1=g+$UVH!BUFwb|nnEjn_G5bH+z*zsx*{_v=Fj1V7 0QUlX>|)ll!6kgY@g=<9;u7L<%S$+}Uo_80T*CSrFCkrw2iz5K|4V2u9CZo#>GVt3-)k-*-QIf%>GM(Z{x2?JJ72qm^!Ue1C>J)k l=L|MQr17?Qr6#oDaZSeOG!7UndfI+%J(k?gv#yQa4GS=>18Zu=gY`{dtJu&7hT5jI{Pxp(>nl92Vef-GU|WJFNduF`2OY8pGIFn JnnM^>E-})|Box!-;J+i{o7y3eviFUrvzu_m4+_O^XIN4zr1xN`~UkZS8hG(4+6`Bj `v+DLzu#L$dU|FR+yCk+%A3EfBHwL$6~|?-t2lmhuj06N0bfnaV^{9Ud!^vT}ymTyO#X70A&-ps#%pG4>714Pg@CYgQI?A2Lt|Pvhz5$sf^#aZYy*&60>MxtE=6g-6IUZN9X1U*8&368JHRL~Iq&~9gO(y?MY}d4#$hWzh NQZ+r5f4Y-L_RwICXV0Qn~3k1ZlZov58<|2-U9?nIa_^;{CLy1SndzMMf&;Ow>X}E{}%aZ^IO>Oop0guDdv9mE##vk&Hb`lsApby 3)^$+EyT|cZ(;klxs~nS#cl$`mG%QdAE{oy<3gmcq{REynz?pO1W^ut>mjW&HL}(N_>5IEBSNd+nB!DZIq+i0G=V`1D+}P xQ*kKyPbCA^S4ue?+78X81Se&SpL&@P%nJ`4(ekg?_~Xl+)4fIf;*`XJp*_Y=ykyNQoY?xB9S %{`Q_i|(O(JL?|y=fQiZcmMDn;`8(O(%x*jm+xJEFUS9tdnxB%yO(tSsr!hBmiyS=2?iGLW4mv-kNWi6_mTg1xgRtQIO~44|BDZx KJ;g*feRm`{#E)m>%H>ZoTpv|90%C&9rEL$-=QAxfVqFm+<*DIq|0T1j{>g#F6laWi2VJvhe$s!Jw&_r?|>ab7vG~^aw#B8Gv_bg qdk>h%X#7}YpDm`wU%`C&RUMshii%dmWQdgEO?l5>xze|N4x+C)7?4n`z-&C?~@L;d<1hB;KE0!$GrLo`}_4Du%6%ifb{UiAJR@a 5^#6GhXE_n?jO?MR(h0l|LUU#|Bo3z(qp8Da~`AKa5>;XfZu(LbidW(?8gp|Q+|$loOD0;aneKfamtV4*%o+my0;Cafmt$)sO-W9MHc%KMZ lJWQj=c~`Y!0|f$1@iF+FHm0p>jl!=r7x0yo_vw?^tTr|ZX3VEdN+TG^XPUjk-x{i#QwIwMEoB465COEiF9|`OPqf$e2Mz-I>1H0B)#1AOVa=6UM3xOy-fXL$;+%Se3|v1{xZkm5ij(&^%JK-(%>r?~JG0!i2i|zWFN&mWe {|1wOyLtZslm3vof7CpG;w|>)Ig|b?bN}nNsNes=)br=JsQ>=m)HCO8>J9VX=KR+CHuEieo9`d@z;i)A`FA+){qwib;Xp`FybJvR@Kb+4+hm>SPvB9&hCkEK -0>IC24Ls=j`OnM^RJLOxIgo6kT*h)AD~P$=1hg0WliTfw(>J(3})YmB={s~a%d!r5NRBvqn6ge^zQ0TD_ Q0B)I07ag!0u;V}&cF`$4D19HJRbun^5Fc9*`75UvmM_9oCNqPpv-$ae4>ta=_gqJ>3||BnW*{;y=%&eaCqZt{OSL%ckmVLN|i>iu(u?Q=F`KeybB^=}U-`sPl6GH(TdvJP;u xxaKX_W#?Pu^o>93ZFf>8S(wI%~_Qg8&KmX>7tZ(-AlpCFZqJN#R J@Y>R_+#Ps9r(QL)~WySVwd=R!lgWT-etS~lg7omm5p3UkBiO%xjo>)$u~VJuhqHDfU#|cZ J>~qJNRJQf#BqFdCnNuMB3}OlD02VPJF|V0b|!z#*qP-Xwlmvz)Xwbx@jH{Be+?*l=*A=K)DD|DlI5NRDD&_|Bl-Nkk?iL`M^e6S G>UK(psY_H04V;Y^8iKv|K#X8^-o?52-C;;_h^pmgAH}6*VHxEseU`Vk@R_fBl~q}Bk^=gBjx9J8rhGZoBQ7ZiXFAdF2vIwyO96< T__jAT}=CTp?tguP}VPgvkUp<@LieD2Nb<$>8|9z!Cm?MxLt{t(|0Aktl5?2-@Gf!ePCDO`w5fpT|lunw`k&cPHrNf&uk(c7Me&W XEibZZA~1{r<>T04*|u_+q{{u&`de=R5RtwYt0;o-!~I4pJ^c;Mzk<}QVZ)_+`{oaxrKapVGGOuO$+(@1HfYd4;)kHTnqREK=lKS ty4Sav9avO*5ioRnSlQQTn2a^U}b!r>a&|n;5^v|D0=D96PUjFZcOjkjqe|~8^`%uyRn`R0Y%?Gba%GzjNLhpy|g>~z3m=#YDXRo sQv;#(eFm?N%_&eC&%H&JxR~^?Mc3TYER0&_W;EX{={CS$C-O^oG#dl<90is=#k$C6nkjW-lWIk-hBUdK+$V{04R3v2Ya(0JGPSV +FD7Ui&{Bflv~-pvs=jrkGFDsf7{A&-+Us+XP1e@%bbbC^YV!t-ycq7y)R58-~Qe_-*ytq>6^sCAoD&+qI*IsB$cZ-6o;cI)AjNe^F}%<_ITne_E5K(VX-IGO$M_9dRn`;tD--Yj@RF(as0NQPB>{g^_fGbvz+s%Q(j#(o$})H>68=KP3JgVKb>;&*6EZ}_X5iL)tl3a&*}TuslHtS{2JgOp!iKcH>1w^ f$-Z5^6P#FP>z1(0P@$?2i7?s3ZEZHJRLrh^mEQk_V*eCZv#9B@Ov}KM+X7<5_fSWAWTAM&o6Uaww*=(oHC32efBK&$DK|5HUf&h JYhE5`NV9#cjO%6+rj>in@@c2J)iV>DBwz=oB5mv-k;C;VY>yCE4wcse=lCZdFbi|lzTq_ `~moKvxDo@pY_Zkq%&_J`Dx8U^67U0{|Wf`LgM|=LpjdR9Lo0p<4}(GR)aF+YG!-=+hdmb4E}OHM<9Fm@j^CM!iN7_A`TpZ3-!2~E43G770g4}VnMb<2!z10iT~|QrMFJk177PTUJHFpzo?J;;-h_> cQ?XL$Jie0S`@aVizw(G9*^YAn?*jbmk*x3LCFHlg^L5TGfW3Lr)7JegZ^wSp)2{uLEBp169u@+M-@Lz{ ^WdHZ>ig3Q#NWyS@v^GGem`3v9llc_UVjHDe%T$0%$GCp$|BqK450Wmk0{k?99sKPd~f@JdhXnS^mAcA`EqSQd3sC0ad|FayWbCp hs{E^e{#rq`QVUx#F-)K`ffn+_q`C3J{FWoXZbSu_M|fL|CKVw|LQX9zoX20zgK2CZYPIXKevqIUs}fb;N@lH+u|Vgy~-f__me@=(MHQDr<<3P-cJSmDd=wPa{5g!J(~K-lSfm({p3o* 9afUx#;znD766LBxUiDr_MMe%@21BP4+kAX`=s+2=KsMlrhUh-UBzQL{*NC^ygzX)`TXz4vi&<9M|-L9IF4`jIL@cn8~FZl?9bHW LEmWqk;fC?gC}6V$Nd$6i^UK;iFD+hT&I4(i%w>{-#(dk;lxwwoD%`VQ^@y!1(dkUmQ(rs_ERZG-vQhVKB7&vc4P6BtN`*CiS-u&Sbx*p2hN3p2hb5^eoEDQD?Kg*PTuNZ9Io`aNaqjlXn5X19-+) sHcDFT#n0yfD+gF(z)dSDPQHhb<$(dlH}AWE{-n1rAir#M A?be03(1dPxR7#T;)Q&F5uo_l^B1z;zrK+4Ir*YGjeA^v5%IX;#dW%lb=<`q_xAxI3Z0EEW%-56`2O`_GiHr#P=yz5I?`af_{;%D@pHvzLNFVuVQ~c2`KA&+pHr0FJ8s*K5-T2yZcs=4*t4|1Fj*#_qV9{I(yUtf%%|P5tB9t2rJYnCIJG!}9mLhJ4t44f}BuplmqU>RR%}YCxDk&X2C8UA4(|wD=g(#flLQNC_`H~T*iQ1+Mn?r!?)zIhMjQRQChwU69O{jTFa>e27s$9aGJ{nQuo_p`pG_fxJP Z{Vr-v;MOUyy$+mW0kr8y1BpUe)j*i`#Em+n)Dyu&wl;bJb%Hw_o}Jy9h2{Ulm6lT#P@~|u>MaxKzXyp1APC~2S`un7-DIB!4pfYC1=;5ff;^6mT}%WZg&`NtTzyMYrQWcgD}z8Md)-LoGg-5l~D`@8r-@St{7XH~I(e^*eJ_-Cjfqa-2oIllbPsD2T9HPd#%jC}|a01qJ4l(HvhmLFd^h`Zt>;HmZ Kd#TH=NhQ|?Q8POTBppL!V8Ds`5SdykCwl0s)@-^R#uT|L*#7nt|N?&(b6qWbR^@we48jzs>xEB!>;iRS(D&AXETF&#KROVH%$27b$=iB5TQ;&~gc 8_fHgnRFL$2GZu>*N$I3?tkgX8f^UD`zEi*VyJS?{U-e}$!ng8-c*uj^^DDszf(+IvR7~b>7rYnXVRVp+y!aN>P<|SDM$7VegW5? #5;q4$J8_CM(mb*&AZ>jZy%&@gFKJcaSdGlPBzb{nS@cu0~OJ^3h>N2#ze~BPfWf?>KQNe2mJP`=iUaWOwJm>zuiGA^Pw466xYk6FESh4)&~-hb3H#_?&u2hDT!@g(~2wt-NebROBt;Co+_{yU_v7GAzRUK6RVBV`;buG%0bxxUMj}`n@l|8?n`&1X2^uy{IZ;|}F!$8rKvoePGLEUnG0=Sdur`YVLnS6gry!%h& njCGU0&xoAF{Wowus*bTdlgzuKUx>~zqn>;I9t3zwJ!ARAFZKC4#`{RD-D;%&0lzw=-H!WD<9b8XaX}T&d>U!rM4spIJ4f;-p3lLx=<$!q_zADqF%JCeb&QuAk9UiS {F|8TqXGYcJRh3$X55mxIPcppTSSomBc5wk)6xTyS{<@q0H&H7W?}gllD5`Gk_A~GNO(#+VXcNe!oc6F}|L0r@zH7Gcn2q}}2{|IZ-Rn(xyCl*ze;s2R8_hjTap%Q4o~Q6vl+&~U_p-^K*tD0)yes9`aSycoJ%`_h^^AEHKb82R cEr7`3FH#={7=))EeyO!*W$nU74qFG`oIP}cj7kl?5`qUaJ>)Gx2|W5{1f<{ZORp&%|5x1RTKc?};`~6*@v*@#%cdq>ruVo|vyY++(z#mC=BWc(wr7;%obD9b<8K#P1kW-urbtFJpqa7u))H!FN65eUHHN%kg`#p8LY~ H2qkDv_F`7rl37v!1Zx>c8hr~v6E-ucc{p8lkXw?{uXz|S!?o&fAB0^--LX-*D?P4&$#c$^>o0o8*p#tH*kNq!?@xNkan?*u_@yU 1O0l&^PX+)->7HYYx3{k^^6f7M0r2Jb)QK;&9w7@I>rFYpPUi0De{aLJOSQV$Ni@po4gw!ZCjD+3EtWW*XLE$`5^Lq(d2orj(b<+ PtG`yxb0(Qo~=v2Bk?moleX0J43ux-UVMuZ_j)0IN7Qp~=Iah);uj(B;YfP}*Vp0qqQSx2fV-HoUz9rQxd)~l@ZW$NnP=kHnus=@ i2G0B*(XKrnP(DnSCaBFZsKod!R_`!-!1mIUSZHJ1;wts-yb%)o*VdCH`iS(xC6O--t|f)-wRx??3Vj{x2sq#7yIQcxf{q8vc-W^ xk$-%d*xiA*X=6~xcySN9|Xk!#g>XeIg}Rz-}M5&#hsSVbuW>us4Q1@izUCH&)xm?jd}Wpn<}4GwxrV1J?p4`pRc(2T!`9}opt>} cd=3^`_khszo!`ZO>VXlXp7M09z4HGg?!P=wzyLY$mSJ#eYYIs0Q0_dGVnvcAT_xIUQj?;7N_00pc`2XhJ4A<w9*azAXlt}_WiKMU0AGOKryI-Qo*ORyKk`M2l-rK39wpB*CDtD&QU}T#iO@be`&5;Dw1YN8ivm6^@F%*FCP|B vln#tY3X)AE1@842%b#NuHrH&R37Jx13+lr?-WoE)+>8%!+=tA#`Tt>VIIh;QAsEHf-N~5 49kAM+u(8J^Z70eaAV7)F=(7^;j})#dkMPKUdCWYtrM1s8<<1=ULd)8WZWz{rplRtj0MkjP+zTpnR`rf6NaQaU(pu&%gSIoU?g3_ {x&&Lgn4^(n0P57j|!woxi6=r)*BQnCHKgZ->bwNcmr;(AJhc-B5ls(3SrqRbo)aa?RJ1>S!JoOh@y~vX)fy*(^;o0wKAVH$r6;I V!71UL#0@Qq}?V%c+80Q}O{QxZqCpmU~{nlvXzbjFl$OBnu_mE5$7Zt&w&Duv7p!Y(`4h528uQnWC=C@Ad>a;Eb4OM3iNSWpIRcxJ#M< F}qYmAci9zOpIe`vNWb6Q30qm%;yxx*&{0>v(N}p=spt$^2tu!sP=J{x+ N@`-%c4@#H43(0E5_<{!+9vZwC&uXKFaZ?9!Nj%aV(KRH^Nbxv%A>eFI|vok`gECZze2Of^LxtU?J!X+Jul4D#Ec+ 0w+w#W^=JLc}RriIKAQ9#%0x6ihf}fW$Ee>!r Q9VefC)bO)m;{8`0uX|5MY%awuuW}}wwl^Jw;N1{?(vyX`V3q9U;-$Ys%;8)sp^H9!*jDivD7Th!CYIYw63F@ ^CR^m{Z5k+aH2}3+o!Fwt&mAq8^~!cIg%F5pi@v#zi)&%`xQOpv!oi-W+$!%BKzI;h^r4E$BSs(A4FXYQvIs#*uhjwpuVYkqk=?h jRr8A3(&!0FbHxFD&1vOC71YqNkj!`2O?{rh+I9&reG7ytziZu8NHa$j|`nBIMHRZ1u;#o-vVN$$ZyMORUz-1Y^u(AHmw+#8AEYk lEDo!rzM)*SFAvudU@b9J4o7>LD6nPe3U9>(Lig>EtxJK{MTe={pvPzI;+)Ol>@b#=4aBXM0KIAwmmH6y+JXN*r?vXAB3<9Os~LZ I_q%;<7+Y-gQEs=2nJ5)m%nPWB3mxJal7_g|$`DQLtn+|d_Eg9@o1d-e|I1HaFh6de& k6eXf`6C9c2~3BXvkd7_T;dJ7IYp{W)-4$=$2KIcx>Cp*HFqfLlNwqTn?&Xb^c-p4fN)+UMI%Md70LFs*RZ8 {9pz-!nER0RWCuopkG#v#EbQ$A=(z|8_k|#;_NS#`HU)LCh?-^#i|yXcBZQB@_V5&S5M5g=TWwyDz7m=LZR!SSXDV4mi+Eq&!C_q 5)_#l#4io>F_kJEutat?s-@P%B5x&{m0`O^^=G}XZ{m73JT6WftU6+%u@t~j`!KIS%&luiw|LWWRH_|Xzo;KVlO<_MKQxM5DK8c* jYpj@m7bN!A_Ww4PDMB`bTeWh1yEX0O8`k7K&R9x92(j{F<1i8=c(a7RrMTWxI}7Anmx0ASvB=0lD3CQEkpe%(ISo`Xs;HTWQ$6$ +GCmHIENK5%IIW`aWj%SC2=9Fq3@VkJDSL3HmNc0$|w+HWe+SQ+9@eSYE2kt1Hy7;ZwV$kiocBIht_l_MmET+jiEcTVGt6sF^p20 kR^_G8i_Z&j9i&CZIs>70P3^OfZ)wOry`6MEOMl}J^s$$v8r=CF| b&9Ho9IqaCfoXWBNdHDN382v!M=3+vik^bM0^6hJ%*cj3dT0}B MpBv)r8re+7Q90{!89RB<|@wAhfDPq2%5zkLjnP<+4N3B3?Q*6i5+e-wQJ(|#xU{L_@Qr&H*ZPThcrl932U%e$V#HQN@nbr8&G&3 %1qLwO&i%zfMFHnx>509)srZ5p(tLDP!lbd!)o*om#OAh6pEeQkeY!fIi~T7$wtN)N|5VL4r=vddRI&`Srw^N@R&#`iA3s9j`kIX Rdo~74|tj6l;m?|n#hkvO9{!{#wC_?cKwI1sZ7Xav%XNjxj<1RPe(;bg{aepg}LQE*wt662VhN_8nd>l5()0}XJBcjY&Uo);D`Ft1`z^-1~2?9vK^dgghvb#Qn4AU3HHz-g#D9**Q7|fC|&+M3bvO7ly{g-xU;>s541j 8g4$<6^IWxbVeQM=S%n>ig#X=Z+8kXG-_sVK~yuH8p$KhsA$4+M$Hz)f#sz2bNm7A+Z^Zt_`m3kn)_w^#OrQVYPSs{$QjiZdr|a8 -CEA5gDN?^IL`;=g?(DoJmb7zH@o|aT0c@@ZU9!$>2^;p+n3}@%oJeq(&ls^#n?5|y+JLm1NPSx;%a^g-OnQ1!F@%r(80w3L^Wz5 8q@&A*aMyQMjj%U{*_{PcO_6+3UVsP4vid9l#`KdbQ*vLm*%zGrnYyZvx~Ef+X0Clx;`{Gs4|sOF&+YB5{`1lQQQEkgaHH-@qY+r %QoiTaMn1>SWc86K=WHxvPlt}4Y|7>zBg2-!BR2?RS;gtJ$Ety})9aV{){UQ$rRc<7WwH9|ahA@$-!na^O (ht(^;}$gSF7@&iKW@e}@va2@F%wLWRT62zq^>}JQ>>|G95KLkLH&H8@l11?>8#RLQbrDPTj9R1)IGhJD#?(l78dFvkT^QYIF=lR hbo1ArDf|b!7M!dhXsY6@fdXX$$DbQWw?~%Y~Lhyz?JfPKDWeA_!6zdO>E%QyJ|I+BIP?Wj?QVC>z% ?}eR%saIzayJn>$D1GyWHV7ouvfii|(xntSrb*Aa2AHlU#~CjGG3ElXpTsGlrXR$+R;%8!V$kaqFt2C-w{WoTp|P0Qe_5`lqgc%A JnPwI>SRZUam@(-hi>$`S-*)EDb>4d*T4$a+NK?E=~H_I3U$RxRaDoFapA~PT|O_^%_&0B&_0aN^#^Yuch$h*yR(PVsHDng(ldn^kMf=mR12!oc>jDUiP(3hysuys-94E{!o7>_&B90aihd^0rDU8BR12WY>F6`@Ci`&LoW-I51ZzGj0I(I7BrxH9VW*nn)nE7o*4}TS-WLS6ZbmM$tv% S1g4mRu?sw4r*e_)F=TiUX6&)%j=pj7e{54(nM((51JTFwJh1>a%x%4t|+^V7}_eXQ9)_6UXkSe)Z)8FM92bn3mVpg3Cb$JQ*^q5 Diaz<-!LTJFfweEk|HBq3Mv)BB4UsWJ9`08m9;)@JF|g}#I)*)2}N2Gv$!(-XoslNvj2ns+pZ`O*rcqVyNMu}ai=46X4%dGXJ%ZS{eMV$bv-QgxUB$JsYx&{X`7urQ`R|kwVVg19DKXx)T(+*o8 Bwt;>q=m7n`roMuR$dm=CC=tRbx^l+oQR9g@wR%19&2tULXP@X29|x0Wnz&-G9)94v<_oV#Pvw3n5|PZD9=ks?_41l_WA1hAL#3B*VNZ2W!HY+V(#H+>#5z ri@_B3(RVMzw31ekY({AkYx~gEnfNnX{f!8=7j@XE9Md*23A}o5)6W8gSMUNksW4COMW0r*N%F~;~VI5}B8)1%WrX~XtYt$hGV#l LyYV$@wZn++m$7}!qZS%UkOO^G^>lg8S{IxA{nb(L3KpiEy$^*n@jJEGqr{mCX={PFzs_ARm^P| &+|4`CF@Mh0dJz0OlzBubTCG%Gff!W6_2&Oj>KVT5-J5x#hNT5#PPLY8+jw&UCFCqEs~c@3E-S1esnGJ$gyh-(_({N9aNwqM8IG7NelLwWb2Ro673VJ2w+DP;;rRA#3Oq6OSpJbU;Wnt<_ 1x1^;rPq|9u$RhI^%yUriYB$?lzjDcvNQp*F<+0d;mBciTzsy-q!vs?bl&c$R$FGWCC1&JXiID|RrqY(*-a+7w4^su$Xw0yVU%>E al!s5L<1aGh8A|?f5vN4O_5trNUkfF&y@$Ap_EIHexY3BQCKT2k>5tx(I}1OvdU|bt#KAwtF^O)#e6Pn?@EJi8wgsjG++u>5?m&H AX8M(F9uIiaY^n5P}w1*GcruP2Tltl+G44Piqu*kqZwnJCrFeXMd%MH85j;^Q4VFR^H0RW^y&CFd-lSG2FL}9>=JoNkv(06k^JX2 ^bM9UlZ1`tRzsyimGUM@#x2HlxhOM1^uQ9~(3Chhk7!VnqYjjNEZ&$Ic6P^z-+CO>mx41mD+bPP>;1h)6yaB-DB+jng<2;&fJNtSqo*lU{53tKX_npi)oQlpIJ9cx;x@=CPs$3|(H 7&?$2^xl0P;|;|GC2UsP&n)WhzSfyJx4<1eoRDBBhKBvw_b7Bjh*W~0#6#?hXIeH2a9*ihCnZ?4?Ia3%{KJp|!3fNHpR!W28>XO}3FubQ=#}n6*$0#SY16hj>_?FrF@}J1&L!Rq^t!U%*wdAS^s=netv@=|nu7 Lx{+}Bg^>xMkK}49$h#4Du?N1lBIK#2 7cD24JxX@xRc&vE@|$s2YC0z{>+*@}6+9J+orGb4)kRc~pxbs6X~GBlp0LW9XnrNL-w Nj;!j)ILgV2a8?RGls+#TX92AO)`fSOUZZuV=SpITeH|2FU9$Q7A0QB)H%`4a9$-GV7fpmCbM{_k*0fh>6uryQ3tWsMzvf0U%qGd p_WZG#v0XY;~fy~(y`mXZd-1YzwaKE|e(m*hvxb})JrfzxrE#*xs;w04;&RuZ Rn?;n;<+GcXES_PmhhmnMlolRQI#{nW&MVIOXnDZuhPyKCK*{)HEVrhNCeSyThM%iMCGj zFj<<0r`#z)-Uvy`da!ky?4ayJRJB`7Nsfd#&*OD^6Tu((*JasTUD>{Bh_#{{Rg@&? j@u!%1nZjD@J17{3gt_8X+$0=vwEnfTbO_?hNyb+l47*SZAdZN=u4I&x*$Ubix?i>L+n&Sw<>XRZ&K_Y-r108(R=NwSeWnFM*ceF)HyUAQ5Be+zGppelqU|d$>ZORrKRb-ZDhWgb7 SD4;fGMV|IF98%i(SbuD14z^jQX~F>+X$(yUX)Z9 fWz|HNPb0&iB`r!pH;;t9O43u-szP=E*FdW=J7429&^q^x~gG(4EUOI%y0p<-D0_AvbA#zG$pWEzr=XK`Mp}E$PdZq7A$)ZnVN0Khz`GvJAciiDLC<8xY~R;1Z4dXer~-Ecj0IYf@>DFY7@*Js|aN03Dtspx=1J;SZG USH=L)LbcKs}n`{pqHD&7d=<<8OClAwW4;mswa{Ej*h_6}FxN4w+yXP@kOq+bV9H#G&+KBKRIM}rBM7)Msl;y!_64fiw0i7>Tb-pb7JIwrTeFxQH7VDAcV}(cA9bnN#tBcF9?2fm(x86-i-R+jT!#tVgm8LqgXphX2$c^eq?&_G3 q&rq3!Fy#%D@<4cvx-GV!}O`vD)HzQlti^exJ*KJ1raIU)=&i{$~&?HcmaAxPiZa<&*3chT?9CBKqNl8Yhuk)~h*%C|UHh5iK q91#@CD)|MhQ3B;j<^=)C|N~f&5oQ|78$bEh5Q5Zi+yr)64R#ap2|9Nis@)Pv%_D}A`i?dOUZ32E$({9@>iE0M$?--qPm#azFs43 s1FyJNCAdGH59M7ju8xVB@wk>4srSanGZ6&qFpucO iDL(hq>TFtB|w(JVo@E%{K&Elp6=Z;R*#j`lZA3=1HxNc%w^fmF2B!%A(l9^6T}l16YHW@A05p}X@c9#>a8^+*Uj@W^9!wwZgHnb Y!jMm_ZMKA`RM%saTpvrJN!IWHOr?|%*ehHd72oBC{JvF{cpAjb<@9xf}^;~=rF+Ep}vmf3vp_zGq+$IOnSAhv();Fp>n#KNl?gy L3DbNBV`$jH8iAS9Y+b;gYODal(mSKT)d1HHbt8%OzfGaTK)4soq=c`EmKiC~{=*C{p5CY4eZgX1vv)ysd}umg=H SB=x2bVCilYB4OAk~Gm0@l08{C`fqw+yDb1_3KXk=q~d0&K2h5|Jo0`bQoWy+=>!26d6S7S(+=Vy_!@`+mwz2owlh?o1v=}D-(xy SPB-G?7ETQ#qvi?H&CwM;)wm)ivK|@P8&=HuRxjgSM-YoE2K+9ukyd8()S@ZnvS-dnw&tN!s5}KT(iGBUbRT&i *=X2hGPb7pST0Ujag4Dsuf&RR4{13>CI*0(L!9JE5D1)zN&6&BDl)RsKa8Kqx>vknn|Kg~*CZ3^`sSFEQi&t_U#?*oULOW6_UvGW3`N_UWki?SH6g#2BTIBS>jH%R2-(BKkDFCjY0iFR &AEQY9;`dm#qP{&O729h5db5^Cr2Z=dW4&XZ;{0ICu-LR3+prmu^e;!$4mnp*mIz|aUe%qF$Vq=$w_oDCYuPMm1Az#JZ56{K!r>p&(lYT;dU7{CEYU&;)nkngk0z*j ez%{KAn|y~QPSvaNp8hy&19(1v}Q&&*t66!8M@ge%^sze$xNwab45w=mfz2?}nzhKyyH8bwU5{Y`%_~q5H3gG~&O#$!cC4+8cX3HIX)4{jKnJ>1>KlJiI@IW&G98$vqL F|7LGiT{Jh3AC@6S1*BF%1osiA!E`hAdF@}&x+|wxR0of4stP8yTl>Y*9HyFKd6k45SwQ6O$Q$75iQsO7nJbj>GVxQqmRk93{6A*Jk7}r#^po6|BQtSyEU=9qx94SN;sZS* wIiu+G`Y1-6efwzZ=dS+FpCR#noY+lm2$XcYb8ahDk9xX^f@hM;^SC2SotW?*2TCH3ko7*LU!+EbPu9pZc@zyUPVauusBa?oi|5kOW^G;0k#rhrpL(Mr+P-@#&6mw$Y 1QKWTvB60fXGC}t-MD>N)FxcC4at3M8nh>0GlC5ehnvWjH&fW)P%XE?TD4UH$c@QY Ok94A_|V$ZOyXT0{u8}PXG`t(Bb6?C-ON_%`EPF4&NoNc2)G(#V?p$3+|hU@mI;>1RafGa3bXmkL_r$IVB$0|ySC%=JVX(J)21!a5Ci)n!I 3q+rlGFH64G}J`V6VTe#U!6QD%Zs-gM3R3sgqx5ngAvIP}oG9VI0FmFCkf$!Ig# g*%eleB*B`s%87pWypzA<^w7t!;j8R=YHx1d#YJ`bdHk*snGh*(uHh4PQ-&0ki@f%Ws^#!>YN4}nC7%6whhb1+g){YZYsHYAF-0# I!+*hV%qL=k*U@k Jvg70K5|_^wj5S{y?}b0`6xj38ehEev*jb-)up6(&F(*W{iCZl@5bS@q4o4Lhn&l3j^Wd2DE($)Emx%MC{PKi#}ZcTK{p@y@wygq {EN_%d5j0C4c1b7`T31gKH4ya1G|#J*!2JEQK-BkD&!^ij1s}gO-`|+huoUf2AN{4s8dYU%f#^`;*PNvkf}BbptnJLmO+9_ p|vVY4K0J`C#ADRQIDZLK`8ogAI-Z~cg4z#zNG$KvpcWD_yW?x5r_bpC?=}qWXmwG{Ac+-`Yg6#iZLNW$)akkY{YL{n>T&jYx)zz ?vO)K)^X@s^2`QM01&<}D~o~zrCLY_I^nX$5|ODl^=WjBXSYh7h;+rJVa*jiCdBL}OuojBMcZHh7g)o%a4cDk3=_`0F1s^5%aefY LaUK3aU5G*&;(a@MKK^Xi~|u;XNGv|;gO;rBpFc~AIO-QR#m@iT~6ANu-H=`V8Cu9Z>wh?^)1=4N-&SyHjHaDaye;%Rqbi@&>U%} 9t|x0FoFCUd1ZY14dbJNl4hNZu^Mt?Xx8Zt4D+VxLA2tL4jfB=bfCpupnE~${UU)c%+E4l=2Gk>2sm*BlPIOSc<7Z|Ga0e3^(8&w &91QN){oresv|FSa;mb2?Hppi<{THcuGzT8oLlo--Q|Qjpd}AETG|~wG8~;ARJ)ro(nM{5A-~9@#1tuVsn7CY;E0bW|6>@MlHc9P*`B6s39S(s+6*g3;XhU)N4^s2kdnQgvel4l0TZdyg&sno?M9&`Q(zni koYvO31ySm1}2Yd45MrLqGCt#BeBV-5$>-_9lXN3s(Ki0VrvPV;XY{T8Cp(%mW3N4`EB6YgXxFni@_*Sq=8u&sSZ%9y4L{z@N!$-XF7}qEQfeY6vm$fz3`-qyNGb&a6fo2#+ TSF&A3xVm;)QV~&*G47NaEtVy_|x{O!%GTTHLqfINkT!DvzlU!1(XmJOMxCBQt}G2QpE>)h--5wJJSp`r-?>X(^k0i0G2@=RFb4~C5l!PIqW tp~uZ7B@I=B(nN-oe{k*lQ*(xK*#MyCU<4D+O5G<8aP %WQ{G`Y^6-#g)L{jvPOp1(5(9D!k&~fFzq$tphf$d7!)#mL2)du*`}cCTvdTp#f8=7nX;tV^*dM?I$ecf84_-% L~FEd6QmY@b5FGaJr1UzB%?>uQiZ@Jk?PEEYukU`v?=ZTJM#-sM2Z@uHICPidOH`-LHUl7+I;lzi$;>xta=?~$JZ1`Ae_`1tVc1+_kha&qZ-Kmh? KJak@TjEcpB?^_5xcJz%bcOnCXgkct)u9i#r7cd!h?Oe^ey7L8(j<|Rkilj---$!EKfXcUq`OHtu3>6RZL-{Q^>*9Teok>1WGlh& F(RYGRG0}Z?BNtP73n&+7EDZ3)Q)7BCkND-{}JJgcJHR0LhZS?|5tma=kqgxZi6qIiW=>l%2hjqpLNnusS3wV+FR|RmcUxfJZj*ot%7aK9s`&C7{nMn}c(`yhcKqlXXyePNa(YETNp-DueVJ=$Mjl8JN0^={xFaJ3F8aacJqm2&fTe~fqsq5M}y&$=0A8(CjvK~pcz&M5z yQEX!&oGBgAFK;W8dDWT*hZF4F{o02889cC`t%6UAiZrVc|fJ{+TdiY{6ygO^t#=*XNsdu?UhWyvAo;w0JIr>oQ(BdES5e4Aj)w(=`b>+Btl%uQ7yx{t}sp(?`fesXRpH ;Q!+3hNdjeM0SD9T0-%M>h$~6wNI=~oWB@t7Y>u*;x-PKhp!g{$}KrGa)@Kzv?sP+YZV@!>~3OijsGKk0FF6nH%xbgCs#}BY#s6u iISN%E)pkF<2Ib2dMmdq!k=tocPDz=VW=ipqn+=u^VbMQLI1Q^h+iOr^mY9`$6HiSS|pbs`5bM6|nypDQGQe_WMVCtbBBS$`nj)zM9 N|4Hl!5Cg1+q2~2vrNq?p)KxkCmSR-NGAj3b=|9{Xugh@;}N8?*H%Jx`Mt-o7cPlT6EoZ)1ZoAh`Jy=`eez4f(E+^iWEFobwZ&Pu 5dY+0;OWzGq34_Fp=R=5lq?Sni0-FPZyuMp96w>V_)ZQNPCn&*^SHgok6kuy>|SH5o>-T4@|7BCory|1qhrD3z7q-BFna+3<_F^D U1-kIjK2q0E#O+5)CcaOWtE`=m|R`~1&nRkZD<+FZ|di$W$`A?6CJuIe3+f=O|IY4+fs8^T%uZafCtgXPt%SpI{$w*Xby9-+8;+lHdss3B^aNo %);2!)2(0fOd~6~!LEkCSl*6y2CGFIo61qu=^b`eUuCNO-7G!!EV1m9_w>yAz|<(_j%W`n^z@u49>dlMt!`%xG+gQhx&L;(cK(m- Y*Y4dpJF-G4~phsdFyQ(=JOto5zBzeB90yi;E3(N^~b>de60uU2rF{ohbAG9ULU|CN=x{iwT67#Z+c9mlUjuPgKtToDt#lh!D9IJdD;pg-ihf88 g%F+96jvza#&`C#p5~d^W@CP~y6UXRFtV$8cG#QCHczeehRq$tRyX!*?AHsEBHsd1&a};Ko(CZyZ#T<#7F*r%W5xP*qXZ{s>`|u89lqD!>drv+wcqqGV@@i-3YnalJ#+T{aa+f=jLl5r5=XOqwxiXR!|%sH 1m_A9Rpo;9wa@&H8O?je`J@GyQ<~+|Hdzf|+^Z{B&K%M_OL?#4Wt-(wDd>GwZ+3Ub?cF+lEPHcEv$3w!50Z0%|>B`O7eQyz0_vC^xH)zB>0-dqkm SFITFZbOc^J$_;B_2s}%l_?*fKdK^&=o+P9?dnjB%ms-z(C@Wt#BZGU#5^hGf#q=Rnjq(^+PXmECrd!Pzg$!W9g9#9GrAAd9prOzgoI2ysR}tvP%{b;NKo6wc&NA~ DYn!n|4ZFj`CL8PC6W@n19L%5A^S$UZm$BxTo#Q2`MKg>FoPAkYp+6cJkfVjjlg(<-}=Q87PlK;wFHTGdc8`wDmm5EwEhG%%NHL^ A!iP&Ecq3Y)hscUkdUm+5b9+y^)G!`Doy7>q{Q0mvNDTCyg6&E@V dGUThCQIoM_>fbA6*)u+W_rOjUt>`Uj&Us;Eztnmitb`JM#*KpKzpK6QInyV9aXXQ#dMr10*ss}-xNg#x26W2Ys&be;|~O-N{N!q `*FTu2_-+8$QCnF+86k`-ehRT9NVq7BU*rYyGa6G+>F1>mqw+l7hk~8UKk%yMW*SsYl`Vts%V^VC^Cl9zhA1zw=Tsqkk{534Zts( q9yV|tb9c=UK4V%)r|qwfEI-UQ7tGz$}E@lh?RIywECrr9zW=p=LMzff_w|i?eV&yE~x7U&6A1BC(=YDfUH&Qx)QVB-<4;{aTBw? ZDo1@GLkbI17&hafyogzXT=XH^zWB75r_#>Wav(p{N2*fRK#MFNH5t+8%BBEq8>T0_M5QzN5}nlGYnE}M-OelVw0^edKVHd&z0r^ #4ORQVoeZ`Qydk$fUI0lv+x4~@%>HpmU~{nlvWp0<)qSNZGV1rD%!F;*UagwNw^dCV?VhwpX)7H`J-N=V!qg$^OeU$N{cZhrb8u6 H$LlUh#_4-l%``Cj)X*`JV=m>P)ljDv}=}rJR+1iO(M|~wRy5~qH|msED*{JQmo`rjuHv!GRVpLj4Yzysji~fAyx@jqU8arAdqlJ kU+Xat=fvT5N(rpd_A{YCM3=~745DNv3A&7`%STev(m+-2@>mFy9UD+P%VgvC{1BWE+DxMB{%)}W7c2Ztc8b^o|8N`^B*joX>cFL 143G?$`O;(JD1T@9d21XtDaBV(05F?+Gs&Gm`{4g6TmChTGQaTlEaZ8aJpq?Jar-oJJYY$q1r_ds9?Q76$?h09sGURLnE iiw4k)wZBo3=%iS@uplKXiohgPGVwd;|#(=P(YX6mS>Z2-&Y0{{B*8JE79zroy96PLYmqVTuwe?)LDSYsA@#nDLnu0*(uP&@mn#ou AU?a--ce9pP1fbr9w_t*kM)`f%IlGVV7cg(;t|t)UbKnUb)awUaaL6XV^zJ_l$;d=1656qdaT__G#G@|mh29-1S1nIjV&#fX+D%h K!&1V^?PRKR2(f=`eFtNY}O1_+M~=x*<9I3aU%vPU}_0K>rtpAChIhMhOmzzj)*`?GW#!A-t}Y^yP~H;Yk5VH%r&HKldF;_(sKdq1N}NtRcy05JvrOz_o_lWxfAlNNt;%zn5lXJyKQzZxYOdwv&CFAb1F|7(}p8e46;(Y8lmlK@TBJS Om|Lg(xT4lei{|2@0H2qWm;&C)aIRtxu}VL+(IBCV-&{P*iij|3;p15 vO8hMCq^i?lhlZeawHg1W^Bm^BT`{D0AiDxw9!$ApPxCtM^$pfmNX6=0TEFy>H$yHf=>8F1dqtu;hc`{%zQi{t;Z-g$%-^ogwfK1 l5SZEp$QUqI-#{>q)3QF$zga;#UEANVMZ&duU9c!%DxqktMzoa33Xl$r$mmt&=?rmP9C~=xl}DmPV+LXDh?Blh4vhjXmn}N^)eX5 N^FgL6*W3!Koi=nwJ1$vAe78Bhfbr7xx&(%JQhsSfXGx8kW#wXJdq@HGIUjpni(~49r%bRreGM;NbP9x%&fh>e>mhfso@K|tDF1X l4P&CPm--=UcHHCi>u~JCR{8hL`+Fx?v4v7Wtd-+WI^=uz-14U+jp^jOKHD^_%gh{7t;L)~0nrA2)yX$zTJebknr>aVPt3kO!q2Oub8M_u&AT3szLbYZ#j x=~VU8WGj{Q?9=&Q09=8*dd0h+h0_(Nlc)RoS%o3Eh4bM82OxEDENkd#HS;sp3cI;xOqRx6e5qvxW-U3qB=7iXSSvh676yx*)ZsP a@ev>X^M6|JL_>Ul4KbS8?)|_^2twmw@)sRpl&TK!{?4I?zwK3?~~I35wZ$hx*LZ_yGG{;3ca1OynrnH &XTmYQ`ROMLoQLG-Fiehn~TooF&4H{&6$x6vJz|)YUFT-fMY1}HB|V%MA40!n^kE;CUV^w4Q%RhTUrM4u{}QBHD8L+ M0eyf=rJAU`oMUy*@3?nIAJ<*3&WX0?>&Je7mMeLNI;&GOCB{e4FYg~`CPHww|2Ev4D*C4tnW<_@91j l*{UFS(;k5;Z^~uywPbeXkCZTsL|QQ*+n+g$YznA9yvl^U8SJioHnE%2C-~Y8b_H4NHK{E>7)Ued?H@ADOMniGxETR6BOz@Rsuw6 k$4z#q4^_$5U0ihBYBmQ7S6b)-Q7NClBFpz7`d)k|^heeD4*~?xQxmnnMB!9`)`>gk>yN4sm &ISQ&Y1ALp)zww?zJBlb8dy1GLryUiB3486utQrAtsvha2JpuDugW$kz1B-O-6>l10aIeQcX<+x>-yfNojvaH*9%a3UWyqWOaie7 ;H9EfKF*&?*DgHtmK}%~bn;M40>Yv-?r&c% I0QI+z4%|0$@#SNMuZ-~wN$h(l6Vf!+aQBb`!KE+aH&th>lMVhu1avaMgw@dvwon$%gh0K`c@xcgTZni;RXMHrQr@ZBMR4KB#e6(FD&5KtK>`=>7B=cqYSJUB<; ;$W$}*h!`mzTSfd=UHzN+*HsDEh5DSfesf=+$S>5T8_A>-@N_Y*D4Fgq*jlvzo9`P& 4c%Gf$6}q3ntT#HbkS7HfsCpC$Wqp9ly=1Gh=5|vOTr9Ytg2}+s{B2GT`U2;lWJ|V VXZBDYNAGj69KDA2f2$tx&{pqee3MbNwyh_H<>`>mmS-U1lQDw0K8xNVMe$S^`M~?YlIa-XK4JZLG^TAYK$y$J`Q3McDKW31C2sv %wi5{xnpcY%ABdZy_~UDte9UoQ)8GD=c$dhDV(o>mspjATwzG-Y^PwKAfpE(WEJ%bWVK>w7TgRSGLLOYdjbXk2w8)|*8g%_+2NN9 wEF4q8{823K$9HNCwwz#4^(W>8e5?K;1`7adHl5K10a#Lf?^UP79xMOkR!%HNyB~@%oQ* +VS-3bL+TNWYQ)vrLh?rz!P7Aw_vB3OaP>v_MFb+adA()QRl)p-n>URhLQtZ=r;BFUDzi-zsH?>UZLga@wKD8y1D{rNZ4a=Go#q6 !^^gE@zCSQ29~qn1Uh8sx<1ulJPhccotHHA$x{Rf;!@yf*Wh;xcK#UP_5d#AsSY?FXh6W|gfun*WLSiV``!hg$lhpJul5KlGtGCu EJ9E35UhR=W2XhWbryhN-bMWU9x%YQEBJ#xP~jc;Bi`RA84YGC<}t4*##*m9cY(sg{9(cjdHwsD`YCYspwCnv68iW2Ik=tlh}qo< _sf1)bBRUU0bvpW=3)Ra!Q9ct#z76Yir*oP?NZRmJ=O+jUHZZ$XPAH3n+bgj*m3IUGO``D9V6FCL-*80*LKL3P2H;us{4^9p!2gfgWk 5IoLKaq=&Lw!|3Ei?#xa(Rx*tG-p$fP49HX;o=!M&OU2lF@ZZ%{q-Fjh*{~`A$TKKW%gMO`7e_?C=`H2%T54|*@Hq1dmajRnNDU_ >x53U6K7(lAbAVprQAcb!N=J#0RZ~C0C0*v}sXRiN>xnj!)n0nkK@2W}G0H{uB03)ZwmL(zijRs29sNjLQz> 94tGRST*9B|)@ft>8zZt&@MjG$zv TMFnBqd$jpDkA|yogMw}zqPf5jo<^oUUZN>f$S&rtrJDzL3TziK~Q|~2s&Ie&nH9T!#X*N`Vy)|(T#o(E}c!<83@xe$eKyC!R(C1 gg=@Fkk@*>Xanmgz#c4fT{UeXaDC;5+HQXIQ8lR$lMXe!CA$ix03u1)DM~ec^?ci_aa*K%bQ{M=%sBfMnGFakWY ^ZIvy8COr{>u+O!1{#1q%L7rhi2V7+bc>)jHhN)QAsiC8l0p-_&FOYG8`#orzW`vKH{XxaP0zade^FMCY!+Zw<3mSqDwIIv8*FvW $ajAX6Dw$oToLHdSe#-DNATb#9Wlm^1r$nSoj%RVPPgPaH=>{b+ff+EC_E{ir2lmJLLLywrY?3Trn%^bdPj50k_4qPNwEs1X(4%A sGscn)Xdm{WR$e`-~Ay!)367Hb@T83M6Ys{oERE`wT&z(&P_tAa)!VUk8V sLB)8tZ^;wAZKC431Dfk0o%Vr?nkUMP)e48>&H%SI;$~7!-uRfqajFo7flHp@56`Tzq7N$L;frL5J6oM;Jqnb;QAng?0Ebm-(7{S ubMsgFSvz|lqrk1Ww{#$0G;gmUK_z?;1kxpEZ-1t1qcoGvILge&lrW*| kt$j{#9bDbVC6|hS@bANwxc8`zz#k3&9N;VBL!=$Y7{(Z;gs!+ZwS|pWCEbgL`m!A$OmdTrLleSPLD@rsE}l|5*w5oE#%&dX?370 D;(z2p(}vbB-uZ&za@mqc-@Fw^_r}$64hwR$PH8V)-2F*_Gkxl?vYOc(m^;*S6{Xo0#9#>&nh&Ng7)$35ox7J2f$q>QZ~`m5=ja- (8YM)j9n?im#Z3Z!#9{A2pgh}QqjJ%Qv`zm$(q~YOIJlbzPwqp8`)WfUM4UX&{iP$i-FGNyHNZb{F*@wV$8;7wKiUrS=awr=^izP vBKci4K@kNDwUv0?n6_B2z?+s2;L5p1~`yPvCn$3SOKjInhd46s?>-pT?kM;-4D%l7R;r%KCThh-oy|Dh-n8t(h^&= Dmh!0!gXN_>P1vpUEa+4onXu6ALoh`g6tPz4G_f#vh}Q;GXWop0pC*G8{%Izl#30^WPx0olpH?>@lWyKq)SboTpVI$NZzYd%h6n- pxdEq2Rv*3@`>t^MhVdU#$;Dh`W+JM@J!yGCT-bK_jr@3aRe!=MJmZYtUijRqOnw0(!Afcdt4eH56ql_Wz1Uw(<0C5`yyF#m|0|t 4K~>~8O2AVmlfZfa%)ueW7!;h-d?1Q0bP|1OHA3u c(*d_$lail6^*~uI|y%U$Xai8_QdptqVtdqVUPaQOyj%n$t>fya2p!y;HLqp2*(5xMm#UuKm%V}m|9Q|RKJQDq$uZ?b6JXxr7S8qp7Asf@_7ejV0>h{W(c1U&$^sBjcqul)+~IU9P2fRZ-Mz-O 3|U#s-?_(`oFHRNI(fXD3Pb584$2}Jz<{dnKOElT6J8eER??cVC?r0|7@1#@W4YT)>3DOKT@*lMF$f!o=WVoKg8Fn8(Nqw~Fk%&x uP5+zvJ=RUyzxHdL1WuF=+-40YhE;~K^i`ZPsx7#SQx`}yZ8lhkCBdohnlQ&RlYy8pigYN7^=uV=d;C7-~zcDws-M2By~aw9=`Pe vXg+7Jxn8iXuiN~Erjjb^MC&Be}QeDoe*PHm=Y&10KAZKx=13VIG$QjAk<|dk;_J3+=P)OtlAgX>3PwD|6@UDLZPxfd*uK1F0Em 1)9{J9UDP2OAMN_u>i{G*SMd@f%GmrBTd}5(H@3zzvyuQW=}lN8Mzcq1ZMz*%U2TvO 4AcbqYrlrYvgdttTQfTIc6w;nV ZI(3PAReHKPt7DKc8Ehq*Wq<;`LkIk+T39Z~=^k$)_<5>7`rS>um>lmWV-!gAp-9gC|B=^VEct*ceAsWUw-h4;afdvlyK%K>1QzA!wg>*Gw(T) _TrA5HW|A686&gFJOoImct2skU4ItBSW(S*^|f*AF(R>O`{YLU>8Ihp{j)RrbN}KZ1KNE21AcRe$mhJWQzFjo#?NP1q6OlT8)OaV d`$t0lQuI)mPjJaWX??W|AL1w3`&Lm+Uo_-%W$l4j2rd@n72LDfh`C$nlQSJaa+&;9$b8uT~y>0bFp0Ts=4Us2)9D=*(@Y@9Qwkp Mk5p`%efOO76iaVNpHStcc9IJFluyiL3m}!v64JAFr2Y=F@@tfQa}I(b-i~I4IEuc`64txUNlRzH}r^!jTG8_z&&MB(p%){ihNF? Jp52S5&Aw5lm%NUpD`iHo6gnN1Ld>CA!cOWLv)lIucM6Afd)PA`d;AveN<)Ru*B4i$W^z-={AaNY&S!Ue}n;8Ln&#Aow5fe4|83F 6pFYtvIi$&o3kh9-&Z?G`=TQ;90T?UaGZzZtu08GHN-|~`(#9`J9QWk3u*!C&P?RxUkF|SLRvM{?}RyS-(4v2VKcDM<%aU=DJGen _@xt6%ZA+@s6%6v^idKueSl>B@)(yQXdN2_t(zeAj&;JA#EB^5@<#;Xt5#`pMNja{*G{MI==vS(&|rjOdzX8+2k%adxw0LDgWHL<|H`OEWa6zT2^m~73skMm=rYFOphE>dV(tojK446FL2FJB72070Fy2QyTT h&{dQ>VbD;o_PpwOMX2sOywfCRP=HU?tMyKaRVijmNS9XV}iNqnfGAerXJBZQz2=E5wdpnI#N3CQa#89h;Yzf1X}rEeAC|QPYt&D uLOYuCtkf#4gp*qbg`D$X$uRS_`y;Rh=rx$zk@!K-J`G#y7|S}eZS|}2R+A*<%py=>LIyCy$abWF_+GUJ#!k1;r!oD(kCSGhJEby A6L#)SH}m1f3Q+68dM8pNewdevPE8olsNjjAPyJ}@~@c=XN&OPonZQB!Ad?1jShj>FAMZ9S_rP!Zu=l6h(Ni6NE0yjabeNl>*70)QZ3E^{BfUEngqftbyupT2j%i7J`dfpE}(mM(6vU`!kcctxa88cvW{FvtL$r7tW49m&)@DEyJ`kDPr?36X@k#!u1jyF{>Q4~_id8T%+-VtD ;3lvN_aIh&-pQpWUS4C`?Y7Nk1FEhc$;NOEC2q1pU0?sg2=*n(}6oQZgm`O-Sc7VDlZS wf=s-e}&JLf_U(I|7p-l+aSnxf{D0TdAL6E2_r?u?TP9pA?3O%*6E`Cs*nu=8`ldaOG3wT_>hx|*_k8yqoBq1hFxTo+M9Kev^Cgx nBZX2m!YNNG36%n9$DLt@zWk4KZ3|pG?_4tA^aBwW(jaA2Fwa9uNl|`2i^zn35BilTa4>i)9e*9ZnYXUw2SV{YO(z{Gk9by>&u+#vJ$jK^&$qxCa{^wC>2{T#ov2GDuQsWixaK O|NQ>jMI=Ugu%&R&R$k?h|l;4BA+N{kO~Q@v8afTF+PikB>iEPi6k0g{2$bO8_jIWKm7FM?7^e#e1R4m8LQy+pYH%EU(2yBT~rk3 >%@hJrsZ`(9-W{aL5f&(0e$xk;P#s(f*P|y;!6p#t(f;IBi=*LZBkjRjzf6O N4{_Z>BI*av*w--1;N%ivXsM0sS~HpzZSXRW1{SUq7ixe6J6sRBQP*qL8Aph&k?gsnHC9>p(tX`iVge1tKXE*!29v_7P5Lj&$bT>WVNFY6p0Y`RCzs*}mjVGk8uII@nyKmKn&K|Utt`q &#Sq2{B?*oOX0^`%W0qFk^5Ncp~oIs1vfi<7SyWLiHpm14dZW`Ebdr;PdkqO)QRQ66O_c3J!O-IvV<33mMan_d9zy3cJ02)(Dkie pIj02&eok5;FQVTVtVAh2wptd=m}jGo4G+a!X-HJ@53u{?s3VuMAkx;vj-rS!*?ueQzr@YLLu-i*(}^Qke*A(WDTnuNj;*+k#tLA 9+Z~W32a*+jdPfODufDAEQ0j!CGC1tiadgyAr&Tv426l-sEbBX-lR|DVAU~t*>i|!LZI>eA^NR|;fE=`=2j!eAUr&))dhL7<@ fz~3yB@x_fh9oBaNwHHlBW}T`_wMnaVX%AYxn)2U$$w*>9xYm1D`xnqj65(#zb|SEEnAz$1Je^4oph9%>I&BH91;T{b!sq*GPp*E CV*SINx_>r*0}<n;a!GZzjk7aLys@Uso|Jvf{u2{TPlxik<7e}hq#CiRy&z(V@k&^HRe}L#B9WuHh1$kj qdYud_@5!noM30M;-W-=3zk|uEZ6z4`E1F`g>BmPAz Io{Iiq;xbLJ!@PTxPxp4gsF=rCGG_9*F!e@8fL%rfp1GP;$F%`i2Awxc>i%6GQE4j4^8iPp+F)-@R#)ZFGQ8nn=C&RB>^@IoP@*+ #?k$ue1|!~?Zo%mH__~aoJETv$hjy{rbeWZ677qxFzim_9-R}BL3^A@b=7G5Thb@RS7jGsx?09Qd`EU_ZpoXE90NMT=(SzyB&z*pJ};k=ZR6=9YRsU92bnN}1lI7qi%Q|eA?jl-(hrTVKc CgoC1Cf@i=bv$bCyFcVdyeBF{#CLz%Ge9cZ8X3T%YjHHV`-wlzFgyw?eA6KtyY;1;w(b?4T2T<+)l~D`@&&Iu%K5CTigO*;{(^4wYf)J*}^@MKur>PY#tA5MJ@sFz$N6}BtXMyTCRc|yxkl=sy_Z^ Z8338+E|*LW$?M{ukG!_@KhvDt1yoj6)|`i!mmv-8L?*PJl6g$HR;JSfIx>hHy?44&$zvKys_C*#Q5lrkoJ&Wghd~bCcQL+xqwIs m|yNi_K|k(Qw0_Kao`zBBwfIB^|?zd(Mc~=V9Dj8I=(*VkL4!W$InqdpzxWMK>e>i#hK(2V*W$*B8~x7zT&^U)H_B=4VeUvQy3;v (62#UI|6Q#q+u7~*tBDUHZWPFpn_yZp|c%g*fo}s7O-h4Wr@)%{h~rDehOgGXq2wd&4Pk>U#wQk=HSkq-~8q`<7siVn9qQ2W*lzX +R{|Pt^Urf_gsloTMOQtM;J68d4K#9neXz&gMI#*$VN-`?Jr?)_K8ymoLw`x>G140|ECYaR9N}(Ovz_hJ(l*(mYE~855f`~^~@8z yj9qwRKdQ&;xy3mwRH_BI=dKCDZo`%VrmXJ8dv2^bj5W&?5Yn#$K!-xtFER4jf^D@BqI34k7DoX3%WMr{M;10PVVmUxhdF~_(`K5b3_R& ?n7hmTXqUW=P92a=O;m80&#vJ${gSUW65silyp;zsmHfI8#_Vf;F$@J_Q9S-`9jwFDwfkAk+U5!RP*XsEh$Y-@y^ML_;^UwiCq*tMZ7c?=`B9`)V}d6E8;f9|A@x1g p^ie$M&;IG!17N|9(-~q{BdLwA!0-@7&X~>tZ{uSW_B1W6UOzrYQU60sLT_PA(`rPO`peWEm|PF^!6?pB~pahR14EuP9|ugaepP% 8sE~2a2znlhj9tMYg-%i%Z41FGCLQ#Y)k|nulw-XN2dA@*Pgo!8uM~p94^UI#<(UZD2sN6bd)O&eBi{g`@?k^ONHL-gSr6IOUj~@ >nQKJt*~+}1td+B#Z;U}QB;4)g}4xw%K5Z0o+JpNxN#v(1psPa|Mx0CIX^iCt_6`982!YQgfc(=?Be3V$>Vnx=LzN{VzCr-oJJ!? #He-8Rmb#E%D=&i9*i3+RouTWYsm~dlZ_1z!xr&M;Ogn|GAVk?>kInsd!ZKFg^C?Gonx=_yfwV|Nsmau9!(IMK{ sFp8nuvaypaclfuSjlWBhK7a42(|W=BtIo(Y{^0$ik7mjWPHzSRJf~d+SVR^mY@@%COXubo$pF^_byM_>GgX+Y2OCbE-Cy8^yBDQ =~rEWeuY*bumeC^A7{lP+EK`F8sirjyTT31?tojYa)_6h=bS=S?JjBZMoxDYu!3{RaKp5^Mw0Z@ S7*qAH%k>Gdg^L@PsE8yd 0=yC6lK2ECh|iobxlOJlIB{VpTY=PA!A%dgEF20=E-h$j3~|KcT_&@ZY?FhnE%a&iRFNK{3lB2c@Y0&1B`Cj*nD=EUQ92J=iQO9c>EgIDWddnU h%b?9?Le{?TT-*gsLA 8Xsu`^(pICU)BcVL+LZz-D~vsJ)q1bz%dtLjU*q+PIBZ-vhdF}hywFv=*jTl2AT+qwweX)c*Th^SBp6ll&^t7nH4FNOFxFH-uKTI >+Yj#AWQ~18yem|>dUh@9iWPrW#HH8IORLEO`VzYhi17Q*-G7WS(g)Gi8(U=7TZ4Fffzulgw7R)vU8W|HOeEddb(3Q3t!4)tuJ*- uG%GVYi-WnGfk;c#+@fC*IAPIfOFjx^>8^w=}c?7?RNUVU%-|fH&4Bp@2!NqY}yGw_>wO>nNQ#ygn1~(CyzBU_eaKMS zgMXbjR^;@;H!XkNio`G5rz*yb4$q~7LVd2nAm{Z!@kg(itxlV$?X6P6jR*_43rTZ6YwrtEJ2=xLj%-2a0L%XWKbP+a4;#^j6;tk _i>U=+8L_Wp3aFGLwC_uGz@LHnOr>!-L9I&T%=sX8KDib)8!Xo_X{Q%u+!l?z~4u!dPax#`YKPVH;J4cQrIOw6>iK<=R1U>IP0Ve qV@j(Ln?io%c5l<=m5^|0!D*8864*i0%q1*#z+uy~pd9nvN-BVPah{+?N_Ig4Y03P*h qkXo3&_Q;{iCA3IQ}eQ{CFwS*v>w8611^m15*nwFG}+5#O0~c^tM{E6PxzDg`f#+Zgo|{j^|yCseot-M0dEM(?;Om-59y5nxomum UfEB)ZlvojH^9c1tHWaGdZi&!z=FehcHQoF_ELP)ZFd_!s9QS#$(8#mn+0eTx|-M!KD&({Z_Ia9YM(qcv{^C9b*+ofR{5!?X>@eNjgwjLbEcKlJt2aBw@g6hd>}s;Bol75=*YE Q7MPGktOy@AJQTIvW7Mjc11#p&9KLqqt?p{6vZ#ot13v`^eXaCa5O+l2Rvo^Cq)wz`O~o9Qpld7l0~KR{(_*C@&^g?y*V5O;D#VE YS7ldgjAS%uLo;DJ3PkOY~7$(D*Q{PNnGO_5r>_E<8DiaPV0~lTxZJd6s}BA{~0bfp4%eop=%7nlUnCU!^fH1rVHOYfbS&MdhPAz xYGp^gW)(&Ce7mpLxDMW!=dYY{M6g?!+~bp76y;(YnVVgSOr!6;`lh+VHyyM?aPAGyR>UIXNin5>S90OeJeWJjYOWcp+9sR1}|VX zCtGdnvCirf(}|3t{6KSBU%c*E Gc37mKpf1ls3y2rOzOxWEX6~M5%X9^(oYJq#z#VbA?9b&m}Co6Rzyyr-mHq5Em<^T7U`znDvsR{ESx|`rC45Cc{#1YrmG}Y-C0xO YMfB90grVBd7BSe#{wr%d4<)|c8h1g7JXe2grWBm<&QpHS6-->J1nCAyaSGlZS+Ci{$n1r)A6)f;ZR%MNEr-$%(DbgC|{Thf)+fWU3<@4l0I=q`)%87%nbymt)6p PR-54;y`2ma4zaUm_j002Tqm6vh8Ioq?mH-cIqWk{Mvqwj_ce}WkifaOpL*7VDgJ#CDtCOPOO}Zlq&1oChyu8Gis5|D6)Y!F+zfq r>j1&W@`*YxOTw;SdB$4*k!9=2~1vW%taf~1rk3i5dFdgXPWWF9uXv_D6odcKG&4dGL=GoW-1#JA8|!0Yj)n_Y#znnd6&Qg7ZX>I ^a*xlRIzPf*lStg_p{JW(2E>1n}!&(QELWYH(a4-5K#p1gz)^OaG~mKpo7@I=cI|xk+vs%kt@^! !gpIEAi0JK*1}`WQTV3CVk0P0lJ;ivcX6RcCc2V|-`lA3hO<;!;)-#EjBi@K{tt}h0sjDvlmBkA%p2MPRs`wez|54q5mfyh1i-`> S%{(~5kA6&8RXz$_z&tQK71H{U?mDHKLLN}VK~8m>AxR7+`nsn-h2Op_%EozXwTBW_wWAf-h26r{O)@{eJ?pTfWEYC+L8C^)id*ct1wumXb#t?cJ4R%dyGBFr{@UL2u*WxIx7a6|+$W|MO? FQ%BK@7q<;pu7n?o?}+EL7YzA#5om`6u(By;OPi)oBlye(WbE*XbIRKkzT$xp6uyzUFl(?F?xDLABv3*zYarA6NK$bm@9i(EA0^8 |GTY%vY&e*V+4?Z9vkZf!KWovp)WB;Mp_TWQO=oCTd_B=09dJfg{0f;K7|6TSn%T?&JUk_nos)%FaaWc?;VSZp!(*LXAZ<2EjSeoH!h8QgQo6w<4RNbB0Q?rXHlom kPk9LH(kaQOn2qSz3hv&T4mGf#XkO6%x}spr~vSn57T9nYW`JL&Do&Cyxp&`PBH$qsKXslmIxsiO*Svv=h!U%Xy+Mq3;(?DI2!Mp )pkEh<*K}2#X^tw>0RyzE#bZo2HrO$vG=3yeqR>beO!F^GmgJ@wn#Y=(fwIdE@?>cM^n8BN2>68F45ivL6H&AjTTn)!9~hYF=n0y ^JKA7ivuhFjNxHf7)f}@3V?~(bkT<2*VX(o^rUQGWc)4JOndU_Sth+LygB*`%%w^Bb-w!wSHXPs^j;@~{%vDuywb&^2eSVI P)h>@6aWAK002*BhEMoOhaEyMN?BjM@3UFP)h>@6aWAK2mnuJhEPbxVwQyw007x4001ul 003-nV_|G%FJW>oOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ>3m!Y#hgVpVVqn)3Nx7M3t084aHa@CGkvBsv})w MlZ^uBUy|{$&bWVm%Jsp)^V5K-6KUeO-+fUD57wXhZCe|Ybc6BiXuf*GGkK-kS1w>phcRZZQ8y5krZ`PzzGU8L5m_lTlDwMH~Y9F B|GT>bH90f^Ue33x%*MYnpXrqQ)rvevTKC+Ch!}-CDiB52ZX2sE(13J{}#9f_%q-Kfe*Z2h+V)YU?uQbU=7gMfh58<;Cq1&1M7f~0CxbN0j>p(1FM0b2SOyV00b-X^#_^n_kh0%{A=J=;NNTfCGdXIc`egzTg&5=#=UF# +(W<*0NXX)vujx{69^W<2G#;U2`mNv=~|Zm=33VGyTBCiAN9WbOPOy)Detc;<@2_eGN0yB)}ynO>CftMe<|zbm-0EIdj2yS{{&bL ysr6w9k?0zZQy;te*zu_{!1y_d1o2(d!&rdIb6o_9M|}a#{M#J8SD4UGWNrL<;?H? avrbKSY6I>BlY+r|Gb>_SX;s4O%-gveHA?4UcqtnWCiQdTfygfdVQjT<^4Rc 75FOfh4%>YBfZ`MCqp&y9Plv7w~qaN8`uQ==XJdQ1M6A8n)Pg_M}Z%v_*&0#{i*eQ{+HJ?{la>-!yP^Tv-NDpztsDG2&|{L(scJ# vc2xFWO`Z2dhD!ZzO9vPmycF5{i#ak_Y`ml*sbUDn(oIM|5eldn_mAfJ^w$I?1wcQSpUimyuN({(>HElx({vOcxeT`1iL-9f$Pcl ejBu8A7BHp1e1-xJ-~-ao+^&t&sMSBUaR7LKd9oodb^7A<$tR<4rDdw=YeYW@3Cs$_f$2<#c(yt@yFFVUaQ$Zw}5HjTfmLvpN(7} (i{1_XE*Zv@J5c4&jHtypMd*;Zvqbh|5MLDvWfQ{-^6*@tHHrm;t3u7>ORB|Uz%hV8ak!+HI!8qSv=*06lP0R9g7y@u_v8%F;)@Z=Web7Kqd`;Nwc*ur}L Yzx=xQpuQ>yx){eH!9hGuSn*zr1ATb&;5zyIRAIxK44WX@9V5(z5Dcdu$JvHR?GWdu4Q|DNz;9+me2W%T0Z}$wH%-C-OA$!w{qMy Y-Ks01|B1RTiGw)-^%>n(&Go}*#EV4Ebnu5%x9>M<@szK+x4q;%H@2}n @7vDxwPQQy&AIJd4_*O20sN!w95-)oXE`?4b38QHvt3&CxV@g&&(w4NK3~uG`0wfY8Q>l|x1RIi=k=T~>l!$(+8UT&Mx&$gMc}Kz @diHUp>DEgD;QF#pGQuwS0r!G7q|^R~tdJDA@Wc5t3w(c|xE{3{^LrfTRzf@7WXhGfkM{(MLy)fLk10L6`nKa*%EKcYJ^_YB!U _vzkzT5w$pKjcfQmvoo9dagzkem;TLE4Z#uPIl;dia%R$J*w4n6a#gMy`+1Y?w`;|^@Du;f*w;Gc!Kk>G_jZbl|#Fr#}q%03HBT1 &hI8@DMm_k{|^NF=25{h{;c4;jXo;J1;^ZF!7-Ob`y|>a!8Nx9tqbip&_>YCqMc8iMR`@B`x9uEVBdcf?L{;b?UG)99<4|BDevhH XcinJ$q(h=5wt<7t+c*>L|Xi&ngRgnK+a*zfob&332`PYzibQ%#;x9h%Gybepc?&D~f7IzU-WVQ(&*6$i6fnX&pT -{Y>P^<sy{L4(5Dk!0@deBbyzO8Ibh&vfJo6mm8E?a&ZVli7|^T4Lc)QP&wRh+R-VN-KR)Fd2-OV9NW`F Y;jF#J3hp)d#yekpAl?AIbfVKqrQ_dvm&(ZVT^k4t#|P0(#v)CI@yfr${yD==#&JBl4^C5!4cQ$>-WWBoK5CAob#Y~DwPsP4BwQ# HDC(%j|S;kFPbuEpR=K!2wit142ZC!cg7}=y{9anm0 mfU5?K^LbvIZrw^$j=+(>@+$M*#itZ9+^jp+IHSIZI6s{bVZoUA=9NLL=%=$g3?2B*r`4#gU*l{2H8;uaU-$N=l5fvj85S}+rzPA XGhS_xzQ$Dk@W= eZc604me47wT@)m9m?qIA=`AVsj`4H^i=Ue`2X M?@6`#QQqddd?WuG39X&s->l>e4JWMr)jtv|2yle$=R`i@IZI88!Ei=Li^=+fw=1c-|9DbwpQY|+Wl&$4M=$F<1eVkhDb%IT4+s;iK`kRve>$3D)% *tHPVIwm@iLZFI=LsatE`JF4Hw6i})Ob|vn+ZUbI`G|JV?6G=BC|Om?_Zz+(wos&PaCBui3J#RAp?NPdTbEk&xY9=3DXg_0EF1OL >gm_+Vk?u`zykskrS{7HZnsr6tMv)TH`8hj{_&LBPA`PgJclhM8^VITEP=2;*9b(VJ76K!tlk9gh=iopf~4e83`_%}X(CG6VarpM jvN{iQ{=!EzO##KwHZqS?JS?=K~W~=e#4?DP`l@c7sB%7l$^&NSbkV%=qpj-YO$vxk2{lX2Ns<58uG6x2cP_DIl_IH`*ebJ>199;(5n91Z#m*AzOrtw&d `t(%mQp^gsQf$N~yI?21cDkdZ?bP9eooxa&AtTNZhZSX9X*^;=Yn2)n5t94(du0vdX;t*OTTsq;O8Zv7 zMix)sOL|c9=t{pK8+}*K9~5i1Ib0{)g=$4&@6J#4r((#Q)daASL>@eIEP($X~stxU-&6A|P$p78ptOyi+kpV!#sq+!qjy5a4f{sVmj aAyin&619jji(S;w7ZesS83VO)Y8=0w7aospKNYPx9n?d+SAljLbqpQmuuKw)3&sCSGJh}fgKg(Ld !0yZ8nrQ4Yje)d0=o;O44eU4E16eEOxP3828YV9}(SD*WR;xMHRD#DN-a`-qFLu;Lc;Ml|EYkMFct;qnXZnwx?mF7IH>M-8kb8}7 HeL#_SX%Dww)~Q(8Y9sg>A?jm8 EPpw;BJvkWvzw58g5;LyjG?oL6QGV>rnyLYCc6rKVMJOGu+MBT57~(jGEERSfw^Vy8I{2@oh6lq)4{Fi2pDxVxGsY)V|fY&g%Q*o 6DY+czKAC&Jgrm)vx#7#NF)*5Bo1tPUb`Cd7llKq4!aF9FujECRgl0QOW?Jvwk92k6-Yo99$RIt(BlZj@!$pX=NK{SJ80ii-HNo^98RGd>5Kvu^D!3=p2E7v(r #);7!MFR08rQQwQE;@V?UnCGLyFkjtJCqDFFocT08zg92z*5t}SA&Jn{>#e#U!x(iR(YM)z-^WdtztnITP(^KPDx!RD3r(;m*8Hc xVAOhkC@&rnz>1aN|Xl{>J1oESB072Dpv49w&1wQBco-bO}2(gL!4- +bTKgF@v1UPd13)TJRceUd9PyQ6Po|iw3GH?V`#YT3Q`DQB+>YpS*XTy`B<9NyE8J^28QT&W-Dm7{(9F%|@DyPn=dYZjq;wG*QXB p{Q;Yl3!nyH1fq=Nw2S1i@hG+KTJPEr8mJ`*?%;4;p@o$MOh#FsG)G4or$CLyoy2!jd4je84mY)As_W-aI*bnKOP~~GTtj}=6JUa7Sc|y|_M>gv|t7`Rfc)b^rbFJmlw#pXDj^$OZ>uZ>uj;k{kF$Q1s*ht Qhyc>7^B99PNZ$Lf|8ePn-|DJdY5v^rJ|iw `svvP+AGC^f;bkG-eoBY^lQP_s3NGR0F%?3s#v}P*$ZE$7ga60$Lp8>x+w}u6+yS?PDs9p5Sx7d7!}iDEq&MLt~hlD9PvsgyT3#~U;baL7J{oWqdD9GS9B_<+cSQ6+`FQyXY>Wq9#8&YDSGI{1vl{!)BB67 Zd%^;ucpFudnZ=J2+BlPf1)@bgreUj$v1G~WkE%g>mCwoMql(W$)}@ueL1>{r=oJOvb?GYoe7_6D}I~)8WlO6d__e(3yD^}Deujb v*vF6l0Tft_;?NS!y8#jWmHg-$I8r61-$o<)!BmIw3HXieCu6RkBW=LhIG7vO_!t6J)QiYLA{)AM3sTaE`aBfRIl6_<#LSY@>31` JeXA(qJ6GNn-l$(*yo6$JK^IldXMTWHdH8S?N#Oqj7R(mGBfr>*Rc}~Nn%w`UZcas{{c`-0Rj{Q6aWAK002*BhEMY-KM{O928D0~7!N0000_W`>18O928D0~7!N0000_W`O928D 0~7!N0000_W`003-nV_|G%FK%uxP)h*<6ay3h00000PiBTt00000 00000000003IG5A00000000mG?Ln3U003-nV_|G%FK=TnP)h*<6ay3h00000PiBTt0000000000000003IG5A00000000mG?Loc+ 003-nV_|G%FK}!xP)h*<6ay3h00000PiBTt0000000000000003IG5A00000000mG?Lp=P003-nV_|G%FK~1(P)h*<6ay3h00000 PiBTt0000000000000004FCWD00000000mG?LiI%003-nV_|G%FK~2ULQ*eKO928D0~7!N0000_W`{0Bmn#VQghDa&<3I O928D0~7!N0000_W`WV0Bmn# VQghDb9OIKO928D0~7!N0000_W`-B-0Bmn#VQghDbaF3HO928D0~7!N0000_W`Y-KNLWG_rZUrj|* Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhEPd0_8x@;00316001ul0000000000005+cumu1BY;R*>Y-KNLWG_rZUrj|*Q$a^XQ!jF1aA{;M aAWiMo9FHA#U O+`~vK}SVXFHlPX0u%!j0000808eIyP^znfZNr-Y0Gq@C051Rl00000000000HlHKmjD24Z)0I>WiMo9FHA#UO+`~vK}SVXFLGgU X=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNUZ!b(k Urj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhETkMx%U1H0040u001ul0000000000005+cF*E@HY;R*>Y-KNUZ!b(kUrj|*Q$a^XQ!jF1 aA{;MaAWiM-C VlPZXUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhET??Cd?KQ001E*001xm0000000000005+cG86&;Y;R*>Y-KNNVPY>#LtjlrQ&T}l MN= WiMrOFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP@^aWiMrOFHA#UO+`~v K}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEM Y-KNKbuUaqUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhER1)0bm}g004IR0RS%m0000000000005+ce%%59Y;R*>Y-KNKbuUaqUrj|* Q$a^XQ!jF1aA{;MaAJ0|0Dq V_|G%FLHG+OhaEyMN?BjM@3UFP)h*<6ay3h000O8PiBTtIw!_|aWiM!QFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyQ2nr27{~+w0H+85051Rl00000000000HlE{J_G=4Z)0I>WiM!QFHA#U O+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMP00000000005CH8#Ktluo Y;R*>Y-KNSbYDVJFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP@%qq{k)q10OH9305Sjo00000000000HlF;Lj(Y9Z)0I>WiN1a UqVtZOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j0000008eIyPyhe`000000000002TlM000000000G 0PR78-vj_`Z)0I>WiM`GFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP_0pcYGrHy0A?`(051Rl00000000000HlGp-vj_`Z)0I> WiM`GFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNXYcEVgUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhENuNbim9P004|U001ul0000000000005+colFG)Y;R*> Y-KNXYcEVgUrj|*Q$a^XQ!jF1aA{;MaAWiMlMFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP|qOPcfYFu0NMKi051Rl00000000000HlF`Ck6m) Z)0I>WiMlMFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNHY%fehUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhEUY-KNHY%fehUrj|*Q$a^XQ!jF1aA{;MaAWiMuFFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP}9DJw?P;H01h|+051Rl00000000000HlFI mj?iBZ)0I>WiMuFFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNFVJ}QWUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhEVt9A|zNG0025c001ul0000000000005+c 1F#1GY;R*>Y-KNFVJ}QWUrj|*Q$a^XQ!jF1aA{;MaA>14LtjlrQ&T}lMN=>14LtjlrQ&T}lMN=2mowvV_|G%FLP@zOhaEyMN?BjM@3UFP)h*<6ay3h000O8PiBTtGuNAJGaUc`KtTWiF8}}l0000000000 q=D%X2mowvV_|G%FLP@zOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j0000008eIyPyhe`0000000000 02TlM000000000G0PR6(F9-l^Z)0I>WiN1SFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP>*XDTp~^Y0IbFU051Rl0000000000 0HlGPF9-l^Z)0I>WiN1SFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMP00000000005CH8#41NdzY;R*>Y-KNcXkSB4FHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP%!3-xp5f)05doM05Sjo00000 000000HlFKeh2_;Z)0I>WiNVYUqenWOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j0000008eIyPyhe` 000000000002TlM000000000G0PR5pmWiMu7FHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP+4EdT5kaW0QUg^051Rl 00000000000HlF9mWiMu7FHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ0Rj{Q6aWAK002*BhEMY-KNQZZAwjUrj|*Q$a^XQ!h|U0Rj{Q6aWAK2mnuJhEU%nv3h4`008zC0RS%m 0000000000005+cD4GZWY;R*>Y-KNQZZAwjUrj|*Q$a^XQ!jF1aA{;MaA@(wV_|G%FJ^KtOhaEyMN?BjM@3UFP)h*<6ay3h000O8PiBTtJ=#MH&XfQEyuASc F8}}l0000000000q=6+S2>@(wV_|G%FJ^KtOhaEyMN?BjM@3UFa$#_3WG!%LZ**@hWN&wFY;R#?WpXZUZ%|7C0u%!j0000008eIy Pyhe`000000000002TlM000000000G0PR6Qy9oenZ)0I>WiMfJFHA#UO+`~vK}SVXFHlPX0u%!j0000808eIyP)NpNmW2@j0NE-4 051Rl00000000000HlF*y9oenZ)0I>WiMfJFHA#UO+`~vK}SVXFLGgUX=E*MXm50HEo5(ZZftL1WMy(LZEsLZ1qJ{B003tIX8;@> 002hK2><{9 """ if __name__ == '__main__': """ Setup localization, if needed. Run upgrade logic, according to steps outlined at the top of this script """ parser = parser_options() args = parser.parse_args() locale_tmpdir = args.locale_tmpdir if locale_tmpdir is None: # if user's locale is other than English, extract mo files to temp dir # and localize this script try: lang = locale.getdefaultlocale()[0] except Exception: sys.stderr.write("Warning: could not determine locale\n") else: if not lang.startswith('en'): locale_tmpdir = extract_mo_files() if locale_tmpdir: locale_dir = os.path.join(locale_tmpdir, 'locale') gettext.bindtextdomain(i18n_domain, localedir=locale_dir) gettext.textdomain(i18n_domain) if args.tarfile: if int(platform.python_version_tuple()[1]) >= 6 and \ zmq.pyzmq_version_info() < (16, 0, 2): # Upgrade pyzmq to latest version for Python 3.6 or newer terminal, shell_type = which_terminal() if terminal: pip_cmd = '{} -m pip install -U --user --disable-pip-version-check pyzmq'.format( sys.executable ) if shell_type == ShellType.single: cmd = '{} {}'.format(terminal, pip_cmd) else: cmd = "echo {};{};echo {};read".format( _("Upgrading %s...") % 'pyzmq', pip_cmd, _("Press any key to continue...") ) cmd = "'{}'".format(cmd) cmd = "{} {}".format(terminal, cmd) t_args = shlex.split(cmd) try: subprocess.check_call(t_args, shell=False) except subprocess.CalledProcessError: app = QApplication(sys.argv) app.setWindowIcon(QIcon(':/rapid-photo-downloader.svg')) widget = QMessageBox( QMessageBox.Critical, _("Rapid Photo Downloader upgrade failed"), _( "The python package %s could not be updated. The upgrade cannot " "continue." ) % 'pyzmq' ) widget.show() sys.exit(app.exec()) else: # Restart the script with the upgraded version of pyzmq args = sys.argv if locale_tmpdir: append_locale_cmdline_option(new_args=args) os.execl(sys.executable, sys.executable, *args) else: sys.stderr.write("No appropriate terminal found with which to upgrade pyzmq\n") app = QApplication(sys.argv) app.setWindowIcon(QIcon(':/rapid-photo-downloader.svg')) widget = UpgradeDialog(args.tarfile) widget.show() sys.exit(app.exec_()) else: RunInstallProcesses(args.socket)